diff --git a/clients/client/dart/README.md b/clients/client/dart/README.md
index dec092d52f0..83df63eaf62 100644
--- a/clients/client/dart/README.md
+++ b/clients/client/dart/README.md
@@ -5,7 +5,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.5
+- API version: v1.4.6
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen
## Requirements
@@ -19,7 +19,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.4.5
+ ory_client: 1.4.6
```
### Github
diff --git a/clients/client/dart/pubspec.yaml b/clients/client/dart/pubspec.yaml
index e5c56201f2e..c64feb83b06 100644
--- a/clients/client/dart/pubspec.yaml
+++ b/clients/client/dart/pubspec.yaml
@@ -1,5 +1,5 @@
name: ory_client
-version: 1.4.5
+version: 1.4.6
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/Ory.Client.sln b/clients/client/dotnet/Ory.Client.sln
index acec9cf25c0..fc4a52aad55 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", "{0695B2E6-2CE1-4320-936F-C160387A3CCB}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{B53B198C-0D07-4241-9C12-A100909C0B07}"
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
- {0695B2E6-2CE1-4320-936F-C160387A3CCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0695B2E6-2CE1-4320-936F-C160387A3CCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0695B2E6-2CE1-4320-936F-C160387A3CCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0695B2E6-2CE1-4320-936F-C160387A3CCB}.Release|Any CPU.Build.0 = Release|Any CPU
+ {B53B198C-0D07-4241-9C12-A100909C0B07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {B53B198C-0D07-4241-9C12-A100909C0B07}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {B53B198C-0D07-4241-9C12-A100909C0B07}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {B53B198C-0D07-4241-9C12-A100909C0B07}.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 599d62f7025..e765d470865 100644
--- a/clients/client/dotnet/README.md
+++ b/clients/client/dotnet/README.md
@@ -6,8 +6,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.5
-- SDK version: 1.4.5
+- API version: v1.4.6
+- SDK version: 1.4.6
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
For more information, please visit [https://www.ory.sh](https://www.ory.sh)
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 461d50dd435..052b1aa62b8 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c2a7b8676c8..b69dce41d66 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2580072bd9b..afa0793bff0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1c44a8007ec..391887550db 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 b74136598a0..94ab54bb9f0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5c391ec4b42..de8dfaca1b5 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 f2c9d493887..fcf4d9155e7 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 e9b7a7941aa..6a825ec046a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 aad0f5d5187..838a4b84cf0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 51f91198457..31b8ba623ec 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ff8393f157b..b13d17f8a39 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 cd47c2af82c..9bab21b0b8d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5736eacfa0f..18e31a02b33 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 8db28aac2a6..bc7d51f7da6 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 72519afae1f..facee0555b9 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 7edef6bb385..78f5e36fcba 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 7270e0f9327..1abc5d34c17 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3f45cb04139..6e0f9bd700e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 e8a494e8431..9e45aba0a82 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1128f460c41..82c26c5b086 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ce8a327fd6b..0c201c7cf54 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 7a1b72427b4..4faa40cbb6e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 e5c0551c8c2..80fb0a295b2 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 78be6e58993..e569e5a977e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1676da72591..d83c80fe86c 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2cf555b8589..8a6d67387bb 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 b46bcc42877..d0a589213aa 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d5a3979e480..16f054a8173 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 81e90a14d7b..472dd29a51d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 9792ad0559b..f7b349e124f 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 910fded971a..b63253cddc6 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 483c910c047..706bc15348d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 f3de506bf1c..0c4db27ba19 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 20d8c0554fc..7cf90005a57 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 e053cc033a5..52b11a074ef 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c2d901cdc09..98dd7d1d662 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 59ac71d2c24..b9d22718354 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 382b2d33414..782ce91045a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 66cb92ef564..1d4f5b7b197 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 681d8dbbd4b..7f9ed716705 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 662e1d58b30..0fda57982b9 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 86efc8a87e6..f899c5aa2df 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ffae09bb8bd..b51bc084d8d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 fa8fe11bdc5..7805da78ea0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 8eb1c4e2b8f..65f79937376 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5e48de3b068..ecddb95e11e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 423e06825bc..68fd9529272 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 7193e5cb013..d9ad25065e7 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3c3c2779c87..8b0bdf3618b 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 779ef41fbf1..124244729ae 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 a0cfb15e4b0..0d52ad21b2d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3360f48ceb3..5c1f2f20c54 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 28853140d06..362c070e6b1 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 99105a5bfc6..64b35499075 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d1866fa8801..c0d39cee7b5 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 abcfbbb6e45..4818a54250b 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2425825d79b..2e21a3d23c8 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c37994ccc27..636318ccb11 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 094ce2cc70f..301c1433ba2 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 8a47ff65d70..8b9c7115301 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 91813361bc4..af4220f2973 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 cda9bf3ddba..bdd08bd39aa 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 6bc76e0f361..6be1bc8836a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 9c8da4f1519..8ea246ff375 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 154c7a0256b..889c8ff1522 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 484d8018ebf..0a8d7a8e915 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 4582e9cf1d1..1b286778670 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 26eee2f0502..2efbae6b0aa 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1e5189d80eb..9fd10ecb0ac 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ac446b20ec6..4d9490886f9 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 9a7fdb76a0b..6be33fcf261 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 4be253e56a3..b888411d60b 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTypeTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTypeTests.cs
index f1063b2909b..76507f3265f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTypeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTypeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 575f02af11c..7264fecf57d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 9e0a0fc3e16..34f7357b480 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 70247fa8bb2..e122d30a859 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 a8312c928a6..21528105103 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityStateTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityStateTests.cs
index c50d23148c4..9113e675e7e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityStateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 af986355ade..e7c06b70082 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 438cc3b8d43..bff57963e82 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 04f721acf6d..3a38d518b40 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 680a3d70faf..f3d96cb4829 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 7e674e77799..64e241e26b7 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 50070bdb3f7..6c63119f1e6 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d4f487ea61c..72bd9dec3c2 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineObject3Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineObject3Tests.cs
index bb41e325671..57b67fefe1c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineObject3Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineObject3Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse2001Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse2001Tests.cs
index 76a24b405b4..3087e4a30e0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse2001Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse2001Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse200Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse200Tests.cs
index ce9fb18bfb9..5e970afa90b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse200Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse200Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse503Tests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse503Tests.cs
index 89f15122f1e..7a63a521123 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse503Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse503Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 13d2243227b..c4abc66456f 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 987984bb491..51b71bf91e9 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 20ac4bc7f38..31301977a59 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 cb2a8bb5b4e..da5eb37931e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalProvisionMockSubscriptionTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalProvisionMockSubscriptionTests.cs
index f946b03dd48..669dd012d0a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalProvisionMockSubscriptionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalProvisionMockSubscriptionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 58c4c637319..7ed67e4209c 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1f8d6110226..19857a45b0d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3cf5c0fe36d..ad5ca4940a8 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c048e1e5f59..b6bb574fa84 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1827f9f937f..90c76b87cd5 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5c6855737fd..bf7523e121c 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListMyWorkspacesResponseTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListMyWorkspacesResponseTests.cs
index 57c7583004d..e64710fadff 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListMyWorkspacesResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListMyWorkspacesResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 f6bd1fb4e6b..324c3ac1eb1 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5ab1e4ccf49..8769183a33d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 6fcc625b542..53054db777a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 810c30b054b..425815389d2 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 527eae95104..741e7d4c2d4 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 776f28e434e..70e8c3fc428 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 44243f13b66..4d8f6904f05 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 20e55e4622f..7e77a29a086 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c5811ac433f..c3ac4634098 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 fa3782b0689..b715f091cfd 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 39335c1472d..247f3979704 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d9f0bb1ad02..2bc8e7ef28b 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 7297fc888eb..6649febc316 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 10bc21fe131..59cd12a03c1 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 263357765f6..bf61cce5630 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 70443e9d12c..49e66811767 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 56c7106f9b9..79924019839 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 b1f489ab5c0..3abd61ca64f 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1a73f3123fe..28d0adc2766 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 eafd5fcb5d6..878cad145c5 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 90fbc91ac2b..fcf456d5341 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d012a04a005..f818c3cef91 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 07a3d4c50a9..6a70033c983 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 52cebe605f8..7efedf9d2d5 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 95d6f597c3d..4a3e6b17fc4 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c18d3d0a350..31203a74dcc 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 b40f8df6c69..27a44129cab 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 f24a4a8ad05..d139654d8e4 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 efa2e6465e7..f5c5526defa 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5edf3ce9d3c..553dd2272bd 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 04a07afff28..a266f4650c5 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ceb5790c2c1..6e2b27094a4 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2d859347856..786cd2d6da3 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 8b373cfe303..da475a5cecf 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 f3c8ef752b9..c589e428f17 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 db6c068fc7d..b5dbaece7bd 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 bb329518047..68af4685406 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 491b385bcfd..e715d53e341 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 721cba07b49..dbe2fab40e4 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3718f329dba..92571c675d1 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 9786bda8e7e..1a687abf3be 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 de13aa8a34d..bb0e1ac68c0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d61448768a4..09e98a1306a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 0ff83146a0a..2141ccf69f4 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2832f7f020a..bd5602cc628 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c06948f0e2c..1ce492378b4 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 22970c5612d..d0ae50ef1ed 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 187d5b10f0b..206366bc230 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 e605f506ea0..e179698f4d9 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 322cd0c2919..55c0838fb62 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 0236dcc728e..a0010270a30 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 03e0223a582..b3704c7fc0e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 bb78294e9dc..cadef1f762a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 571085e0ee4..445dee1c630 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 59273a714d4..69dbc4fb331 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 80182e4d650..c9c58862c40 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 8936237acb2..650e8aa8432 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ac2293c1ac1..c67c4df47aa 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 85397fcafed..ce8d1b2265d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 0345e13a229..0361bafa28b 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 cb2ff0a9e8c..48382d63c14 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c0910aa5eac..22f288c0192 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 24d882e305b..f7a0a6deb2a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 a6113e95776..bba7c28a7e3 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d66a5e94851..aa4fc8cc755 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 473e7387ef3..ba5978f0962 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ae2fe27800e..ce30f40f12a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 243780aa3e8..ff02869e88a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3e91a35e878..cf9ab23cc31 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 334f30fe507..aaf8032bdf2 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 b461a2645b2..a36d4ef68a0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 16049dd39a8..61acf904183 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 64b66cf78cd..eda3928a771 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c1f21b89a42..1b9354b0a29 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 26d1fd2a464..a915fb04508 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c2ca0ed8810..841727e431b 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 41037a016b9..65571834064 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 154b97a7afc..bf6fb354f77 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 9401f804885..c27db354675 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 8c7e10f6cdb..20e528b0248 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 0fcf3937ffa..6a11b37b96c 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientStripeCustomerTests.cs b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientStripeCustomerTests.cs
index b4846dd6da8..03a4564e2e7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientStripeCustomerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientStripeCustomerTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 cfc25e88aed..b1f58d41636 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 22c7f0d20c2..018aa5011dc 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 6e935af8397..7282f1c2155 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 db0c65b36fb..e7c79cb5c77 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 e5e4235b3ef..edfab3f546a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 fe7d52afc9c..a259067857e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 398aaa5f5a7..4f27a563b23 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 18c14f12a11..3a5bc7deeb8 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 bac3f7d9f7d..50880c2e31f 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2d3ca1f4eeb..a7267d9f5b0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 cae5bd21e30..ab189f67b5e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 0aace62372a..8657eeb1de0 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 0f4e37a5615..1b3ef611f11 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 502eb131437..60c9a4c615d 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 322e89e5bc0..141e64d9737 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 309d8f3f20d..8f0dbf88151 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 a5ac9e40901..b63cec6c5a2 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1f1fdde1441..50a9fd9d4ed 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 f8df6a67c83..df8f95dc9be 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 80904c8716e..199b89d0153 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 576d076575b..1df11d7ede8 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 182552c12c3..dc542d7c877 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 cc95b583f96..6b58acbc9c8 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d35440f3d7e..5775ec4eccc 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 a86b102c5d4..0934c35ae99 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 082df247910..e1b034a67cf 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 af1e17c0ffb..091be82d992 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 59cf7f16fd3..d29ad1bbe70 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5f1b847398c..c330839b120 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 42ddeb03b28..6d7831fb3ca 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 80ea9c3e7aa..2b957c3ee51 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 1fb33d75270..dfac759aa38 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 9f8d92c38c9..bb55dfd7744 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 d4eb4f07a5c..a5e9f7b4c16 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 56a83091db3..d59d61d3afd 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 b5f76dd92ef..2c730b4a0fb 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ee19b727185..e1f09be13e6 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 63359f23a6e..5524fae30d3 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 6f0c1f1ed8c..06912f0c8e7 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2fadb9236ce..256ab881c50 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c540c9cd8e8..37804372748 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 e3f39a12cc1..284e83de1b2 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 fecc1ef962d..90aeb96273f 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 83fd42c8575..56396bd6592 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 382e6e82a4e..1a58b418933 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 52ec673f7ca..0c710a79984 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 ffd68761810..339e8576b8a 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 5fdd622034f..61fec95d4aa 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3655d54289d..b95d2635db3 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 621aa7ed2d7..e268503f8af 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c560b5c3050..45ef7434674 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 a7a7ebeaf3d..662e729cfe9 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 2e019b6a868..98738d7ee49 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 6f4a527314a..a5e84452d76 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 4b0abe1af60..ade592ccaf5 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 a8532687415..db9ff8442e1 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 23f2f94e639..17f4c898ca3 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 b5e85ac7d7f..047e82f88bb 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 0011d3b8ca7..ac7e12c2f5e 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 c56750a90ae..9ac34bb0324 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* 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 3862514f705..66ad7e1d508 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 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs b/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs
index d2fbbc4ab7c..19f14109dba 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs b/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs
index 57c7842e073..451ecafd680 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs b/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs
index 385dd02c2d2..848d35d1df2 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs b/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs
index 7b3a2df58fc..6de9b2475c1 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs b/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs
index 1ce5dc2b8e9..50d0304d74e 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs b/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs
index 14453285f45..274266eac90 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs b/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs
index 9e966046c08..44ce772344e 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs b/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs
index 780b4af2263..c7d755746ce 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs b/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs
index ba5ea51ddf2..5207fd31812 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs b/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs
index d5a9c0d996a..a71467001d2 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs b/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs
index d996b4ba333..cacfc9133dd 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs b/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs
index adad679b83b..ef42a31bd1a 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs b/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs
index 0464f8ebdeb..6a9332c7251 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs b/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs
index e532c5bb814..2cf95e822c0 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs b/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs
index 975c3e4f8df..cbb347bb771 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
///
/// Version of the package.
- public const string Version = "1.4.5";
+ public const string Version = "1.4.6";
///
/// Identifier for ISO 8601 DateTime Format
@@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
- UserAgent = "OpenAPI-Generator/1.4.5/csharp";
+ UserAgent = "OpenAPI-Generator/1.4.6/csharp";
BasePath = "https://playground.projects.oryapis.com";
DefaultHeaders = new ConcurrentDictionary();
ApiKey = new ConcurrentDictionary();
@@ -461,8 +461,8 @@ public static string ToDebugReport()
string report = "C# SDK (Ory.Client) Debug Report:\n";
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
- report += " Version of the API: v1.4.5\n";
- report += " SDK Package Version: 1.4.5\n";
+ report += " Version of the API: v1.4.6\n";
+ report += " SDK Package Version: 1.4.6\n";
return report;
}
diff --git a/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs b/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs
index dc6f7d7b210..51651b18077 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs
index ac90ed03d70..e93b7019f02 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs b/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs
index 8ced5d14f91..1fc69435b22 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs b/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs
index 72e07029eb8..084cf3d3527 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs b/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs
index 505b3433f04..d78c8b8e336 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs
index cd337789f09..4ecafbe3784 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs b/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs
index 7acec242efe..4c9399b124f 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs b/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs
index cd157e8e558..17bd01acc2c 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs b/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs
index a64184ed8ba..a593678f757 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs b/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs
index 65a2d787882..8dc6832013e 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs
index 9ea0b3da165..a1d4ad76ae1 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs b/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs
index e00d23d6848..3a1d2ee476b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs
index b215a17dfc6..dc476cae34b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs
index 96b41ba03f1..d7978e53667 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs
index 48132854e1d..1e9649093b4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs
index 93eafd83ea9..110c1bf6bd8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs
index f8f69b1dd23..5cfa6e8da23 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs
index b2db1d4e201..bce3676cc71 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs
index 097db51d5a9..139d155588a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs
index ab44684b3e0..d0cd0f6e948 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs
index c816f37752f..eb75904ce2c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs
index 096c7ee5de7..4a24c6081c5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs
index 6536ada7773..8ea5771da62 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs
index cfe4e0fddc8..18d8c44b7f7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs
index 16421d5a052..32f4ba37ddc 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs
index 86c0b37d921..8068e1b50ae 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithRecoveryUiFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs
index ce64bf28161..dd91025d461 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs
index 5071f15784c..4126ad28e55 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs
index 513c072a4c7..ac97599d61a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSettingsUiFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs
index a59120158fd..fc496186565 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs
index 0bf11118351..1dc142e9e6a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs
index d6ad66d21af..7821b14b1d1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs
index 19ff30285e8..0f362f4e53d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs
index 75e8ae2e74e..1d3a94f0fba 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs
index a1b45526101..8c83825943c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs
index a212c37dfd6..2579b17d21d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs
index cc2da9ed55c..1d2e8437dc7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs
index 866765dc713..39b54cd6d2c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs
index 3e95174afdd..38abe7d1fc2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs
index 64a34a5f5fc..a319c285867 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs
index 31a9d4b2f85..b1cb2908e48 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectNormalizedPayload.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs
index f3f83edcad5..fb1d4615731 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs
index 34bcb5bb396..aba77fb69a8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs
index e6a405f066b..e188dbcf9fd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs
index d7182b95cf4..fcd3638decf 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs
index 0834737c0dc..8f8097081c8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs
index be8e3eab8e9..35bc819214d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs
index 8f8a53966aa..aa2ae4a2401 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs
index e98fc6a82ca..7533e920c29 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs
index 4bf04501370..e04ba2f1dec 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs
index 8419e512c64..c0bd29a5adf 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs
index c68a027570c..fdbc847dffa 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs
index 5971df80c54..0eef0701fdb 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs
index 9b9e2189349..4ff3c26a02a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs
index 77817174066..b76b2a3961e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs
index c3504cd31e6..d5c9c88b6f8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs
index 868940805c8..dc095013784 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs
index 6a5bcad9f8f..8a0723485b8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs
index b297b3c6c3f..b6bc260e55c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs
index 20be2667b34..906b9c2ddb4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs
index f60693311bc..2f0edc0351c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs
index 6ab3d4a0060..db754cbbe45 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs
index 05da59748a5..6b0d9bbbae1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs
index 9525e8db4e3..6f7be25bca9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs
index 4b18cda7e4a..c3d4f0c0d7d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs
index 4d80fa719b4..d350b85a720 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs
index a6563975bf2..e397662860b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs
index 6cb56bc949b..5ff3f026650 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs
index 77813b03658..b5b9b955379 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs
index 53feeef6030..10325a7783e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs
index a28651da109..e9254d0d532 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs
index 6b00d68aeab..e68b29e4e79 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs
index c7d60889c50..42637429b81 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs
index 337f70bda0a..8ba19d160fb 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsType.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsType.cs
index c6dae1293e6..537c487da75 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsType.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsType.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs
index 7075efe9727..2411ac4b5bc 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs
index a0f8f498c7a..a79a7472aeb 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs
index 89e17f81dc8..c7278bdeede 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs
index dd8a6a13a13..78bdf5953c4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityState.cs
index 0b81a136370..92adf41e023 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs
index 0f42eed7b2f..506afa6fe22 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs
index 09b324dcb57..9f31df5ba41 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs
index b933c531fde..99c85951717 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs
index 61da7b96aed..5ae0dc5283e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs
index 16464987d8b..c0d0f563f46 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs
index faa4b98e220..5515d7b95c0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineObject3.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineObject3.cs
index be310638f5b..4eecca1ee37 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineObject3.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineObject3.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse200.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse200.cs
index 0645f998e31..9efc101e8a2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse200.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse200.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse2001.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse2001.cs
index dab75510a56..fcbfdc2e18b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse2001.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse2001.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse503.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse503.cs
index 741834e609d..68cb8397488 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse503.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse503.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs
index cc9017e7e72..5c1cd6c13cf 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs
index b0d9b6e75b8..deb9b3f064f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs
index 1d18b83768b..eec145bdb33 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs
index e738f115e03..ce0e3a6a239 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalProvisionMockSubscription.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalProvisionMockSubscription.cs
index 3c7ad92572d..49bf82e3690 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalProvisionMockSubscription.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalProvisionMockSubscription.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs
index 46fe08920dc..dc6a3c76f7b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs
index 8ea0283164e..e8fb28f5b0c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs
index 3221f2393f1..db8bed8549a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs
index e29da57afd2..d7280e7e8d7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs
index 7c286a43d04..2f3dbe0b7c3 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs
index 6a647296a77..e62bfbe6004 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientListMyWorkspacesResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientListMyWorkspacesResponse.cs
index 4a8af37a364..79d7294a12c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientListMyWorkspacesResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListMyWorkspacesResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs
index 8d5c26c7c9d..eb0b8b88712 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs
index 1bbdf5db2e1..a74355c9751 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs
index f5c56d60121..5a6ef14441d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs
index 2354d014d2a..13573dd7197 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs
index f338743d353..44ce2368b81 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs
index 6d8f86fe5a5..655b599a5eb 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs
index f2bfe172fff..6efd2694177 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs
index 2463df5eca0..52a4b49fb56 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs
index 12f3b07b63c..cbda77abe33 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs
index d3c4e3cb620..9f83c833793 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs
index 262a09c5369..0445c90693f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs
index c846ef1aa7c..9ecc7bf10e1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs
index 71633d265c6..46dd8cb362b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs
index 4b5c1ba6445..035c777ee1c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs
index c40771c52ef..2ec9af27999 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs
index bfa8d3adaa8..585643cc56b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs
index c2e62037017..48d815fc290 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs
index 68fe34419dd..65f476bf49d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs
index ae99c7a1731..c2fb42aa7ae 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs
index 525e2a7cb30..befff6d018c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs
index 0a109adea21..3e7bc14bb74 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs
index ac5a70eb1cd..a463b474ead 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs
index 64ed158bd7e..583c5cacaf5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs
index cff4e90c197..7772568902d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs
index ddad1243ba6..1488fc591c3 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs
index 80d3033a79e..52493274e77 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs
index d35af496ccb..633dbbeb43b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs
index e702e2d111e..64d3cf83bf8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs
index 6ea85e0ba41..2e77a0a8e13 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs
index 7661cc9ed5e..35f62617074 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs
index 2db9c1f16d0..ca19da721c1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs
index 533a55f3e8b..8fdd2671334 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs
index 0a2b86dcd55..32f71565221 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs
index 1807c6b076a..5aee911aa6b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs
index 24a1a9a5f54..a0bfd32a533 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs
index 49a4973f343..3f2fa0d99ce 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs
index 7c85ca884a0..b1f3e029405 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs
index f61e3e1f675..c8c994f014f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs
index 3236846c2a0..702f68e8d73 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs
index ffa2bc80bae..0952b9519f5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs
index a9638dd19fa..b06802fba30 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs
index 8a8ee8dd788..a9deede7212 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs
index 5ea18b89b61..fbe826a918b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs
index 38e92156aad..a380ad8e1e9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs
index 016dc285e15..b96e1285eb2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs
index c2df4eb06db..7b5fef06a9a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs
index 858e2008342..ee5c6cd7406 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs
index 8892e54c3de..2bfdf3c187b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs
index 4a0fd48c52a..4b123ae9945 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs
index c71c4a921ea..9752aec9924 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs
index c69d8dd8f6c..d48cc9bbc6b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs
index a39b9cf7d68..7ecd5336b10 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs
index c136fe5f85a..7b82fadbc92 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs
index c24f188f846..5f8a8f60287 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs
index eeef8b70135..17564135932 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs
index a2b520d24d2..9326a4490cd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs
index cde6ebd578a..7c0ea51d699 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs
index 6d141665247..8a21da2e7c1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs
index 8f515a237f2..413826e2131 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs
index 12b72ec4089..206663503c0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs
index bfa4021f12c..6e12b1ef38a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs
index acd2ba06e2d..655f08129af 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs
index 183e2a817b5..56732766f01 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs
index b51c567cf59..583181ad50c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs
index b2440c6a1ea..c76aace1878 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs
index 2aff87249b3..5d7f6cff0cf 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs
index ec67d7532b1..d73a8b0cba5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs
index 114714d8903..faa328b43e1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs
index 871d3c36db0..c6e4c23eff9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs
index ce5e72aee71..94804f1ce74 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs
index cf75d9692d6..7a0fb05d58e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs
index d65681c9f8e..32c45eb7bba 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs
index 69d7db4fad0..913fce03988 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs
index 5b33c0565cf..692f022d66d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs
index 219986afa0e..de132a3f08d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs
index a2635580fc8..ec59d8fc305 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs
index d3e6c7a67ce..3e7650e86dc 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs
index 4ab6af8744f..8d9af98ad81 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs
index 02719bfcfda..86b23848cc8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs
index fbf88480363..afebe347db6 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs
index 150b5be86dd..ecad468a8b8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientStripeCustomer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientStripeCustomer.cs
index c17a9d8c496..942ed3a5a40 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientStripeCustomer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientStripeCustomer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs
index 4c842e0a1f2..facf1ce4721 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs
index 454dd49d9ad..a595372af45 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs
index cdc481486e9..ed4db97bc4d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs
index 18ef96a202c..285bce6e4d8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs
index 81263fa90b5..83962b7dbf9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs
index d0007717cea..4676fd60f01 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs
index 428dd8318aa..e161c9e522f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs
index 9fdf538eeec..b26ada03ac7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs
index adbe61cdeee..bc55ac3d254 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs
index c49427aafd5..d5b80b89191 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs
index 823cb0a0fd5..a8b160b1c35 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs
index 57d0817b61a..4ecf2150412 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs
index 1083a3cba6a..805dc137217 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs
index 6391f0eba56..74f5aa33f4a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs
index 732d47d4782..cae5fc6948b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs
index 75215108d12..ec877dd30b2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs
index 73e3f338a3f..c0534a1665a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs
index 7838f7bfa1d..62ac4ff49a8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs
index 36bd4fc2cb5..5c67d17d583 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs
index 6420ecb46db..c8e19824ec1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs
index 4a569f4cc6b..b93a80374be 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs
index 85f586e45f4..c54ac922772 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs
index 7cdd6eb7fac..5fc9b92797d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs
index bd357de8c7e..d8d9b1d700f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs
index c29fb32f5c3..917ccd42a0e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs
index d973d2c6e42..853ded0142d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs
index 6ffb7ff76da..6250a79508f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs
index bc227f4238b..ce7b65be5f0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs
index c9a04ceb793..6336d062847 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs
index d43d5184a97..4e01fad920b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs
index cbba26fcc3d..88cffaf8e5a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs
index b9592ace5d2..12a4b9c98a0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs
index a5c3af41892..7782d4b9e66 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs
index f23f0ac012a..559557d37f4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs
index c8adad49814..1065ba81214 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs
index 9e51b098a94..66b8a3246c5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs
index ab682268d03..4829d67f920 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs
index 3447252b07a..f87e088b129 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs
index ea93b9f1992..c7550a64674 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs
index 4f29629346a..75a4d32a098 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs
index 57e7351dc52..85baf093998 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs
index b58951fdf6c..bca10e0260d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs
index 06831772cdc..d80511e62a2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs
index 2bfce4c0c2d..54ec2a0adb4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs
index b3e461548bb..d0bfb67703f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs
index 2d8a533af54..c92eccf1876 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs
index 94b0e5175cd..d635784c2e2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs
index 975897e892f..a90f647b73a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs
index c2ce3920a23..efcb838cdc8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs
index 17c8b34b9ca..0305cc65d67 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs
index 9d2e493abe8..3f8b1891040 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs
index 24884a22103..82e2669847a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs
index b570f65611a..d1f7f9b4e6e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs
index aebf41d84e8..5777645fd1f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs
index daf2444294c..50380d6c8ca 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs
index e83649fe8e7..ce4eccd56fb 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs
index e57e7eacb4d..3948943a5b6 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs
index c7b699f8a5b..619ebea903f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs
index 8abcd1a72c2..1ddef0295f7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs b/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs
index 87eb58902b8..8727c79b8ec 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientWorkspace.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
diff --git a/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj b/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj
index 792dae48eb2..c7ef6f7d728 100644
--- a/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj
+++ b/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj
@@ -12,7 +12,7 @@
A library generated from a OpenAPI docNo CopyrightOry.Client
- 1.4.5
+ 1.4.6bin\$(Configuration)\$(TargetFramework)\Ory.Client.xmlApache-2.0https://github.com/ory/sdk.git
diff --git a/clients/client/elixir/README.md b/clients/client/elixir/README.md
index 390ede1adba..6dfb38f146e 100644
--- a/clients/client/elixir/README.md
+++ b/clients/client/elixir/README.md
@@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`:
```elixir
def deps do
- [{:ory_client, "~> v1.4.5"}]
+ [{:ory_client, "~> v1.4.6"}]
end
```
diff --git a/clients/client/elixir/lib/ory/connection.ex b/clients/client/elixir/lib/ory/connection.ex
index ade20a96c95..65d6c66ad94 100644
--- a/clients/client/elixir/lib/ory/connection.ex
+++ b/clients/client/elixir/lib/ory/connection.ex
@@ -164,7 +164,7 @@ defmodule Ory.Connection do
Keyword.get(
tesla_options,
:user_agent,
- "openapi-generator - Ory v1.4.5 - elixir"
+ "openapi-generator - Ory v1.4.6 - elixir"
)
)
diff --git a/clients/client/elixir/mix.exs b/clients/client/elixir/mix.exs
index 9d577ef65cb..cfa2c7eda73 100644
--- a/clients/client/elixir/mix.exs
+++ b/clients/client/elixir/mix.exs
@@ -4,7 +4,7 @@ defmodule Ory.Mixfile do
def project do
[
app: :ory_client,
- version: "1.4.5",
+ version: "1.4.6",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
diff --git a/clients/client/elixir/mix.lock b/clients/client/elixir/mix.lock
index cbb19d530fe..8f9e97a61d5 100644
--- a/clients/client/elixir/mix.lock
+++ b/clients/client/elixir/mix.lock
@@ -1,6 +1,6 @@
%{
"earmark_parser": {:hex, :earmark_parser, "1.4.39", "424642f8335b05bb9eb611aa1564c148a8ee35c9c8a8bba6e129d51a3e3c6769", [:mix], [], "hexpm", "06553a88d1f1846da9ef066b87b57c6f605552cfbe40d20bd8d59cc6bde41944"},
- "ex_doc": {:hex, :ex_doc, "0.30.9", "d691453495c47434c0f2052b08dd91cc32bc4e1a218f86884563448ee2502dd2", [:mix], [{:earmark_parser, "~> 1.4.31", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "d7aaaf21e95dc5cddabf89063327e96867d00013963eadf2c6ad135506a8bc10"},
+ "ex_doc": {:hex, :ex_doc, "0.31.0", "06eb1dfd787445d9cab9a45088405593dd3bb7fe99e097eaa71f37ba80c7a676", [:mix], [{:earmark_parser, "~> 1.4.39", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_c, ">= 0.1.1", [hex: :makeup_c, repo: "hexpm", optional: true]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "5350cafa6b7f77bdd107aa2199fe277acf29d739aba5aee7e865fc680c62a110"},
"makeup": {:hex, :makeup, "1.1.1", "fa0bc768698053b2b3869fa8a62616501ff9d11a562f3ce39580d60860c3a55e", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "5dc62fbdd0de44de194898b6710692490be74baa02d9d108bc29f007783b0b48"},
"makeup_elixir": {:hex, :makeup_elixir, "0.16.1", "cc9e3ca312f1cfeccc572b37a09980287e243648108384b97ff2b76e505c3555", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "e127a341ad1b209bd80f7bd1620a15693a9908ed780c3b763bccf7d200c767c6"},
"makeup_erlang": {:hex, :makeup_erlang, "0.1.3", "d684f4bac8690e70b06eb52dad65d26de2eefa44cd19d64a8095e1417df7c8fd", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "b78dc853d2e670ff6390b605d807263bf606da3c82be37f9d7f68635bd886fc9"},
diff --git a/clients/client/go/README.md b/clients/client/go/README.md
index 6e28e30c5c8..49e916034ed 100644
--- a/clients/client/go/README.md
+++ b/clients/client/go/README.md
@@ -7,7 +7,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
-- API version: v1.4.5
+- API version: v1.4.6
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
diff --git a/clients/client/go/api/openapi.yaml b/clients/client/go/api/openapi.yaml
index 8b03d67012e..bc381769669 100644
--- a/clients/client/go/api/openapi.yaml
+++ b/clients/client/go/api/openapi.yaml
@@ -11,7 +11,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
- version: v1.4.5
+ version: v1.4.6
servers:
- url: "https://{project}.projects.oryapis.com/"
variables:
diff --git a/clients/client/go/api_courier.go b/clients/client/go/api_courier.go
index bb33d629db6..489cd33dec6 100644
--- a/clients/client/go/api_courier.go
+++ b/clients/client/go/api_courier.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_frontend.go b/clients/client/go/api_frontend.go
index 7020a355179..3f8f0b7e57a 100644
--- a/clients/client/go/api_frontend.go
+++ b/clients/client/go/api_frontend.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_identity.go b/clients/client/go/api_identity.go
index 0a0a5dda2ec..f108a2db7c1 100644
--- a/clients/client/go/api_identity.go
+++ b/clients/client/go/api_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_jwk.go b/clients/client/go/api_jwk.go
index 305b66fe28f..10d55fdefde 100644
--- a/clients/client/go/api_jwk.go
+++ b/clients/client/go/api_jwk.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_metadata.go b/clients/client/go/api_metadata.go
index bf5e14c30d2..2e1296e8d45 100644
--- a/clients/client/go/api_metadata.go
+++ b/clients/client/go/api_metadata.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_o_auth2.go b/clients/client/go/api_o_auth2.go
index f3c411caa22..6448160f44b 100644
--- a/clients/client/go/api_o_auth2.go
+++ b/clients/client/go/api_o_auth2.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_oidc.go b/clients/client/go/api_oidc.go
index 4b439d44b2f..37f5a22eb0d 100644
--- a/clients/client/go/api_oidc.go
+++ b/clients/client/go/api_oidc.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_permission.go b/clients/client/go/api_permission.go
index 68ef7adab05..dfc7add2a2f 100644
--- a/clients/client/go/api_permission.go
+++ b/clients/client/go/api_permission.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_project.go b/clients/client/go/api_project.go
index f49d9aa58ed..100bf578c79 100644
--- a/clients/client/go/api_project.go
+++ b/clients/client/go/api_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_relationship.go b/clients/client/go/api_relationship.go
index 9353ed3cc6a..2376bbb8fd6 100644
--- a/clients/client/go/api_relationship.go
+++ b/clients/client/go/api_relationship.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_wellknown.go b/clients/client/go/api_wellknown.go
index 1cbc927053e..578f4161855 100644
--- a/clients/client/go/api_wellknown.go
+++ b/clients/client/go/api_wellknown.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/client.go b/clients/client/go/client.go
index 64606335ae8..692537af3a9 100644
--- a/clients/client/go/client.go
+++ b/clients/client/go/client.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
@@ -43,7 +43,7 @@ var (
queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" )
)
-// APIClient manages communication with the Ory APIs API vv1.4.5
+// APIClient manages communication with the Ory APIs API vv1.4.6
// In most cases there should be only one, shared, APIClient.
type APIClient struct {
cfg *Configuration
diff --git a/clients/client/go/configuration.go b/clients/client/go/configuration.go
index 29f60d35b8c..05ae8a69a71 100644
--- a/clients/client/go/configuration.go
+++ b/clients/client/go/configuration.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_accept_o_auth2_consent_request.go b/clients/client/go/model_accept_o_auth2_consent_request.go
index fa3b906d1fe..95b84ea389c 100644
--- a/clients/client/go/model_accept_o_auth2_consent_request.go
+++ b/clients/client/go/model_accept_o_auth2_consent_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_accept_o_auth2_consent_request_session.go b/clients/client/go/model_accept_o_auth2_consent_request_session.go
index 875b48c71d0..7423fe0880d 100644
--- a/clients/client/go/model_accept_o_auth2_consent_request_session.go
+++ b/clients/client/go/model_accept_o_auth2_consent_request_session.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_accept_o_auth2_login_request.go b/clients/client/go/model_accept_o_auth2_login_request.go
index 162ada4e92f..999918f8613 100644
--- a/clients/client/go/model_accept_o_auth2_login_request.go
+++ b/clients/client/go/model_accept_o_auth2_login_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_active_project_in_console.go b/clients/client/go/model_active_project_in_console.go
index 0bf99c37b6e..cfd407f2ef4 100644
--- a/clients/client/go/model_active_project_in_console.go
+++ b/clients/client/go/model_active_project_in_console.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_attributes_count_datapoint.go b/clients/client/go/model_attributes_count_datapoint.go
index fb65032c59b..896ec267ed5 100644
--- a/clients/client/go/model_attributes_count_datapoint.go
+++ b/clients/client/go/model_attributes_count_datapoint.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_authenticator_assurance_level.go b/clients/client/go/model_authenticator_assurance_level.go
index 2184f49b621..6fb10705965 100644
--- a/clients/client/go/model_authenticator_assurance_level.go
+++ b/clients/client/go/model_authenticator_assurance_level.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_batch_patch_identities_response.go b/clients/client/go/model_batch_patch_identities_response.go
index ce4a917c5b7..23995d1e6f8 100644
--- a/clients/client/go/model_batch_patch_identities_response.go
+++ b/clients/client/go/model_batch_patch_identities_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_check_opl_syntax_result.go b/clients/client/go/model_check_opl_syntax_result.go
index 32f8725374e..91b8c3c9a08 100644
--- a/clients/client/go/model_check_opl_syntax_result.go
+++ b/clients/client/go/model_check_opl_syntax_result.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_check_permission_result.go b/clients/client/go/model_check_permission_result.go
index c16334558be..904d603d08d 100644
--- a/clients/client/go/model_check_permission_result.go
+++ b/clients/client/go/model_check_permission_result.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_cloud_account.go b/clients/client/go/model_cloud_account.go
index 1ed5bed0a86..81a954f215c 100644
--- a/clients/client/go/model_cloud_account.go
+++ b/clients/client/go/model_cloud_account.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_consistency_request_parameters.go b/clients/client/go/model_consistency_request_parameters.go
index 52f746ab59b..e9b86d38c2b 100644
--- a/clients/client/go/model_consistency_request_parameters.go
+++ b/clients/client/go/model_consistency_request_parameters.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with.go b/clients/client/go/model_continue_with.go
index cc779a57347..54d3f69256b 100644
--- a/clients/client/go/model_continue_with.go
+++ b/clients/client/go/model_continue_with.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with_recovery_ui.go b/clients/client/go/model_continue_with_recovery_ui.go
index 355ca4cccb6..849e53f0887 100644
--- a/clients/client/go/model_continue_with_recovery_ui.go
+++ b/clients/client/go/model_continue_with_recovery_ui.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with_recovery_ui_flow.go b/clients/client/go/model_continue_with_recovery_ui_flow.go
index 128a0cd222b..b36d4f41742 100644
--- a/clients/client/go/model_continue_with_recovery_ui_flow.go
+++ b/clients/client/go/model_continue_with_recovery_ui_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with_set_ory_session_token.go b/clients/client/go/model_continue_with_set_ory_session_token.go
index 59e423c580b..92b38387628 100644
--- a/clients/client/go/model_continue_with_set_ory_session_token.go
+++ b/clients/client/go/model_continue_with_set_ory_session_token.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with_settings_ui.go b/clients/client/go/model_continue_with_settings_ui.go
index d5ede9d22ee..9661db6b1d7 100644
--- a/clients/client/go/model_continue_with_settings_ui.go
+++ b/clients/client/go/model_continue_with_settings_ui.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with_settings_ui_flow.go b/clients/client/go/model_continue_with_settings_ui_flow.go
index 4c8515ffa02..17f8db0bbba 100644
--- a/clients/client/go/model_continue_with_settings_ui_flow.go
+++ b/clients/client/go/model_continue_with_settings_ui_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with_verification_ui.go b/clients/client/go/model_continue_with_verification_ui.go
index bd3e0608b0e..696ae54cd11 100644
--- a/clients/client/go/model_continue_with_verification_ui.go
+++ b/clients/client/go/model_continue_with_verification_ui.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with_verification_ui_flow.go b/clients/client/go/model_continue_with_verification_ui_flow.go
index f2d7ad4f1f1..aa090212dfd 100644
--- a/clients/client/go/model_continue_with_verification_ui_flow.go
+++ b/clients/client/go/model_continue_with_verification_ui_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_courier_message_status.go b/clients/client/go/model_courier_message_status.go
index a879fa4b0c0..b9b51b524ae 100644
--- a/clients/client/go/model_courier_message_status.go
+++ b/clients/client/go/model_courier_message_status.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_courier_message_type.go b/clients/client/go/model_courier_message_type.go
index 7e50d8d9b6c..8b2e09a24c4 100644
--- a/clients/client/go/model_courier_message_type.go
+++ b/clients/client/go/model_courier_message_type.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_custom_domain_body.go b/clients/client/go/model_create_custom_domain_body.go
index 598e7a15f35..00c4716afe8 100644
--- a/clients/client/go/model_create_custom_domain_body.go
+++ b/clients/client/go/model_create_custom_domain_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_identity_body.go b/clients/client/go/model_create_identity_body.go
index be7bd61b3bc..573d23b7553 100644
--- a/clients/client/go/model_create_identity_body.go
+++ b/clients/client/go/model_create_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_invite_response.go b/clients/client/go/model_create_invite_response.go
index 9ebf23fe1f4..f39336cf794 100644
--- a/clients/client/go/model_create_invite_response.go
+++ b/clients/client/go/model_create_invite_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_json_web_key_set.go b/clients/client/go/model_create_json_web_key_set.go
index a367a160c74..02cc3c880f5 100644
--- a/clients/client/go/model_create_json_web_key_set.go
+++ b/clients/client/go/model_create_json_web_key_set.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_project_api_key_request.go b/clients/client/go/model_create_project_api_key_request.go
index c63cbf7cf62..5c8ead473bd 100644
--- a/clients/client/go/model_create_project_api_key_request.go
+++ b/clients/client/go/model_create_project_api_key_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_project_body.go b/clients/client/go/model_create_project_body.go
index c1f1849fbfb..60a490dbf16 100644
--- a/clients/client/go/model_create_project_body.go
+++ b/clients/client/go/model_create_project_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_project_branding.go b/clients/client/go/model_create_project_branding.go
index 3755c0fd89b..6842007c51c 100644
--- a/clients/client/go/model_create_project_branding.go
+++ b/clients/client/go/model_create_project_branding.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_project_member_invite_body.go b/clients/client/go/model_create_project_member_invite_body.go
index 70704485c00..de1e5fdb5a6 100644
--- a/clients/client/go/model_create_project_member_invite_body.go
+++ b/clients/client/go/model_create_project_member_invite_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_project_normalized_payload.go b/clients/client/go/model_create_project_normalized_payload.go
index 6332b35cdd1..e336966956b 100644
--- a/clients/client/go/model_create_project_normalized_payload.go
+++ b/clients/client/go/model_create_project_normalized_payload.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_recovery_code_for_identity_body.go b/clients/client/go/model_create_recovery_code_for_identity_body.go
index 41dde246a6d..0f138d91458 100644
--- a/clients/client/go/model_create_recovery_code_for_identity_body.go
+++ b/clients/client/go/model_create_recovery_code_for_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_recovery_link_for_identity_body.go b/clients/client/go/model_create_recovery_link_for_identity_body.go
index a7eafbf1ad1..c25893e080e 100644
--- a/clients/client/go/model_create_recovery_link_for_identity_body.go
+++ b/clients/client/go/model_create_recovery_link_for_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_relationship_body.go b/clients/client/go/model_create_relationship_body.go
index 89dc6f327d4..a0a7a98628e 100644
--- a/clients/client/go/model_create_relationship_body.go
+++ b/clients/client/go/model_create_relationship_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_subscription_body.go b/clients/client/go/model_create_subscription_body.go
index e5a77895f0e..f762768493b 100644
--- a/clients/client/go/model_create_subscription_body.go
+++ b/clients/client/go/model_create_subscription_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_create_verifiable_credential_request_body.go b/clients/client/go/model_create_verifiable_credential_request_body.go
index bb9af105e7f..9acd5ee7e03 100644
--- a/clients/client/go/model_create_verifiable_credential_request_body.go
+++ b/clients/client/go/model_create_verifiable_credential_request_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_credential_supported_draft00.go b/clients/client/go/model_credential_supported_draft00.go
index b12b707aa4d..684288df94a 100644
--- a/clients/client/go/model_credential_supported_draft00.go
+++ b/clients/client/go/model_credential_supported_draft00.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_custom_domain.go b/clients/client/go/model_custom_domain.go
index 90ad0fda8ba..78cbe9e8e12 100644
--- a/clients/client/go/model_custom_domain.go
+++ b/clients/client/go/model_custom_domain.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_delete_my_sessions_count.go b/clients/client/go/model_delete_my_sessions_count.go
index 4d37987116c..736b0275522 100644
--- a/clients/client/go/model_delete_my_sessions_count.go
+++ b/clients/client/go/model_delete_my_sessions_count.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_email_template_data.go b/clients/client/go/model_email_template_data.go
index 5007243117f..8a871818fbb 100644
--- a/clients/client/go/model_email_template_data.go
+++ b/clients/client/go/model_email_template_data.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_email_template_data_body.go b/clients/client/go/model_email_template_data_body.go
index 536129535de..11edd83d05a 100644
--- a/clients/client/go/model_email_template_data_body.go
+++ b/clients/client/go/model_email_template_data_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go b/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go
index e2044a8d27a..236ff33d69e 100644
--- a/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go
+++ b/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_error_browser_location_change_required.go b/clients/client/go/model_error_browser_location_change_required.go
index 598dc9b5f07..55d716aeb50 100644
--- a/clients/client/go/model_error_browser_location_change_required.go
+++ b/clients/client/go/model_error_browser_location_change_required.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_error_flow_replaced.go b/clients/client/go/model_error_flow_replaced.go
index 4b692ae534e..9dac4cb25c8 100644
--- a/clients/client/go/model_error_flow_replaced.go
+++ b/clients/client/go/model_error_flow_replaced.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_error_generic.go b/clients/client/go/model_error_generic.go
index 218c438ac89..63ad1e1ccb7 100644
--- a/clients/client/go/model_error_generic.go
+++ b/clients/client/go/model_error_generic.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_error_o_auth2.go b/clients/client/go/model_error_o_auth2.go
index 06ff01046f8..1af4e7ebd6a 100644
--- a/clients/client/go/model_error_o_auth2.go
+++ b/clients/client/go/model_error_o_auth2.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_expanded_permission_tree.go b/clients/client/go/model_expanded_permission_tree.go
index a8878924b5d..bc689b56a43 100644
--- a/clients/client/go/model_expanded_permission_tree.go
+++ b/clients/client/go/model_expanded_permission_tree.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_flow_error.go b/clients/client/go/model_flow_error.go
index d3e08838928..4d14fde50aa 100644
--- a/clients/client/go/model_flow_error.go
+++ b/clients/client/go/model_flow_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_generic_error.go b/clients/client/go/model_generic_error.go
index bb37dbf6ed4..ec5ad73a28a 100644
--- a/clients/client/go/model_generic_error.go
+++ b/clients/client/go/model_generic_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_generic_error_content.go b/clients/client/go/model_generic_error_content.go
index a47a14985ef..528393001e4 100644
--- a/clients/client/go/model_generic_error_content.go
+++ b/clients/client/go/model_generic_error_content.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_generic_usage.go b/clients/client/go/model_generic_usage.go
index b58c5f7fe2d..2c056d4e396 100644
--- a/clients/client/go/model_generic_usage.go
+++ b/clients/client/go/model_generic_usage.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_get_attributes_count_response.go b/clients/client/go/model_get_attributes_count_response.go
index 40ad141c57d..348789b8069 100644
--- a/clients/client/go/model_get_attributes_count_response.go
+++ b/clients/client/go/model_get_attributes_count_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_get_managed_identity_schema_location.go b/clients/client/go/model_get_managed_identity_schema_location.go
index 3170239bc33..89b43bd5a93 100644
--- a/clients/client/go/model_get_managed_identity_schema_location.go
+++ b/clients/client/go/model_get_managed_identity_schema_location.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_get_organization_response.go b/clients/client/go/model_get_organization_response.go
index f2d496423de..550293350fd 100644
--- a/clients/client/go/model_get_organization_response.go
+++ b/clients/client/go/model_get_organization_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_get_project_metrics_response.go b/clients/client/go/model_get_project_metrics_response.go
index e093e9a6b93..4afc3a4bc09 100644
--- a/clients/client/go/model_get_project_metrics_response.go
+++ b/clients/client/go/model_get_project_metrics_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_get_session_activity_response.go b/clients/client/go/model_get_session_activity_response.go
index a68c454e926..c20796a9daa 100644
--- a/clients/client/go/model_get_session_activity_response.go
+++ b/clients/client/go/model_get_session_activity_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_get_version_200_response.go b/clients/client/go/model_get_version_200_response.go
index 9966f728e65..74361df58e5 100644
--- a/clients/client/go/model_get_version_200_response.go
+++ b/clients/client/go/model_get_version_200_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_health_not_ready_status.go b/clients/client/go/model_health_not_ready_status.go
index 90ad025df43..b28d7158e10 100644
--- a/clients/client/go/model_health_not_ready_status.go
+++ b/clients/client/go/model_health_not_ready_status.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_health_status.go b/clients/client/go/model_health_status.go
index 24a8834fef8..fc91c61ca5b 100644
--- a/clients/client/go/model_health_status.go
+++ b/clients/client/go/model_health_status.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity.go b/clients/client/go/model_identity.go
index 1b397413602..93f01b79b97 100644
--- a/clients/client/go/model_identity.go
+++ b/clients/client/go/model_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials.go b/clients/client/go/model_identity_credentials.go
index 1837c4049f1..1b3cab887ad 100644
--- a/clients/client/go/model_identity_credentials.go
+++ b/clients/client/go/model_identity_credentials.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials_code.go b/clients/client/go/model_identity_credentials_code.go
index 7aad2b1a440..edaec1329f5 100644
--- a/clients/client/go/model_identity_credentials_code.go
+++ b/clients/client/go/model_identity_credentials_code.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials_oidc.go b/clients/client/go/model_identity_credentials_oidc.go
index a3ff87d323b..398935b102a 100644
--- a/clients/client/go/model_identity_credentials_oidc.go
+++ b/clients/client/go/model_identity_credentials_oidc.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials_oidc_provider.go b/clients/client/go/model_identity_credentials_oidc_provider.go
index aea9220bb81..635f04bf57c 100644
--- a/clients/client/go/model_identity_credentials_oidc_provider.go
+++ b/clients/client/go/model_identity_credentials_oidc_provider.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials_password.go b/clients/client/go/model_identity_credentials_password.go
index c475a4f1dca..2b72f0b91e1 100644
--- a/clients/client/go/model_identity_credentials_password.go
+++ b/clients/client/go/model_identity_credentials_password.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials_type.go b/clients/client/go/model_identity_credentials_type.go
index 458123027fa..e8e0f162e4c 100644
--- a/clients/client/go/model_identity_credentials_type.go
+++ b/clients/client/go/model_identity_credentials_type.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_patch.go b/clients/client/go/model_identity_patch.go
index 1124a2f44cb..0254814b65b 100644
--- a/clients/client/go/model_identity_patch.go
+++ b/clients/client/go/model_identity_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_patch_response.go b/clients/client/go/model_identity_patch_response.go
index b7ccd0c6e37..0b96cbf7b98 100644
--- a/clients/client/go/model_identity_patch_response.go
+++ b/clients/client/go/model_identity_patch_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_schema_container.go b/clients/client/go/model_identity_schema_container.go
index d8a83a72a3c..6a962aaab06 100644
--- a/clients/client/go/model_identity_schema_container.go
+++ b/clients/client/go/model_identity_schema_container.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_schema_preset.go b/clients/client/go/model_identity_schema_preset.go
index b066c8b6652..f11c451d86b 100644
--- a/clients/client/go/model_identity_schema_preset.go
+++ b/clients/client/go/model_identity_schema_preset.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_state.go b/clients/client/go/model_identity_state.go
index 664c085abd3..ebb67355f4d 100644
--- a/clients/client/go/model_identity_state.go
+++ b/clients/client/go/model_identity_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_with_credentials.go b/clients/client/go/model_identity_with_credentials.go
index da9cdcf2031..64e533cf897 100644
--- a/clients/client/go/model_identity_with_credentials.go
+++ b/clients/client/go/model_identity_with_credentials.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_with_credentials_oidc.go b/clients/client/go/model_identity_with_credentials_oidc.go
index 2d71d24413c..83a162657d5 100644
--- a/clients/client/go/model_identity_with_credentials_oidc.go
+++ b/clients/client/go/model_identity_with_credentials_oidc.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_with_credentials_oidc_config.go b/clients/client/go/model_identity_with_credentials_oidc_config.go
index cb7550a7774..37a2b35f102 100644
--- a/clients/client/go/model_identity_with_credentials_oidc_config.go
+++ b/clients/client/go/model_identity_with_credentials_oidc_config.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_with_credentials_oidc_config_provider.go b/clients/client/go/model_identity_with_credentials_oidc_config_provider.go
index 67157fbd280..4f51fc9923c 100644
--- a/clients/client/go/model_identity_with_credentials_oidc_config_provider.go
+++ b/clients/client/go/model_identity_with_credentials_oidc_config_provider.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_with_credentials_password.go b/clients/client/go/model_identity_with_credentials_password.go
index 8cdabcc059a..b0aed3e911b 100644
--- a/clients/client/go/model_identity_with_credentials_password.go
+++ b/clients/client/go/model_identity_with_credentials_password.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_with_credentials_password_config.go b/clients/client/go/model_identity_with_credentials_password_config.go
index f778891f12d..a5e6bb326a2 100644
--- a/clients/client/go/model_identity_with_credentials_password_config.go
+++ b/clients/client/go/model_identity_with_credentials_password_config.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_internal_get_project_branding_body.go b/clients/client/go/model_internal_get_project_branding_body.go
index 46646476cd6..73f1e610a48 100644
--- a/clients/client/go/model_internal_get_project_branding_body.go
+++ b/clients/client/go/model_internal_get_project_branding_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go b/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go
index 3520d30424c..21c96da1f21 100644
--- a/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go
+++ b/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go b/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go
index b0c2d2fd48e..75f3dacdabf 100644
--- a/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go
+++ b/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go b/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go
index 8185bc22277..096cbe2477d 100644
--- a/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go
+++ b/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_internal_provision_mock_subscription.go b/clients/client/go/model_internal_provision_mock_subscription.go
index 64233688b6c..1b9bf7434c2 100644
--- a/clients/client/go/model_internal_provision_mock_subscription.go
+++ b/clients/client/go/model_internal_provision_mock_subscription.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_introspected_o_auth2_token.go b/clients/client/go/model_introspected_o_auth2_token.go
index 0d49a4f87b3..43ba4eeb598 100644
--- a/clients/client/go/model_introspected_o_auth2_token.go
+++ b/clients/client/go/model_introspected_o_auth2_token.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_is_owner_for_project_by_slug.go b/clients/client/go/model_is_owner_for_project_by_slug.go
index 092c8c4ec6c..588e80350fc 100644
--- a/clients/client/go/model_is_owner_for_project_by_slug.go
+++ b/clients/client/go/model_is_owner_for_project_by_slug.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_is_ready_200_response.go b/clients/client/go/model_is_ready_200_response.go
index 9f49d6a6af0..30610784f48 100644
--- a/clients/client/go/model_is_ready_200_response.go
+++ b/clients/client/go/model_is_ready_200_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_is_ready_503_response.go b/clients/client/go/model_is_ready_503_response.go
index 96d7805db92..a4b9a2f6465 100644
--- a/clients/client/go/model_is_ready_503_response.go
+++ b/clients/client/go/model_is_ready_503_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_json_patch.go b/clients/client/go/model_json_patch.go
index 5735f2baf22..536b288f076 100644
--- a/clients/client/go/model_json_patch.go
+++ b/clients/client/go/model_json_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_json_web_key.go b/clients/client/go/model_json_web_key.go
index c80c3eaf5fb..07ca57f98d6 100644
--- a/clients/client/go/model_json_web_key.go
+++ b/clients/client/go/model_json_web_key.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_json_web_key_set.go b/clients/client/go/model_json_web_key_set.go
index 9cb0b8da109..27ae372a053 100644
--- a/clients/client/go/model_json_web_key_set.go
+++ b/clients/client/go/model_json_web_key_set.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_keto_namespace.go b/clients/client/go/model_keto_namespace.go
index 05be8b961f6..06e0489941a 100644
--- a/clients/client/go/model_keto_namespace.go
+++ b/clients/client/go/model_keto_namespace.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_list_my_workspaces_response.go b/clients/client/go/model_list_my_workspaces_response.go
index 39ccefa6d04..f2c226a3317 100644
--- a/clients/client/go/model_list_my_workspaces_response.go
+++ b/clients/client/go/model_list_my_workspaces_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_list_organizations_response.go b/clients/client/go/model_list_organizations_response.go
index f3da0914ec1..3cfc94203f5 100644
--- a/clients/client/go/model_list_organizations_response.go
+++ b/clients/client/go/model_list_organizations_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_login_flow.go b/clients/client/go/model_login_flow.go
index d2f6e9dd743..83f989c1042 100644
--- a/clients/client/go/model_login_flow.go
+++ b/clients/client/go/model_login_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_login_flow_state.go b/clients/client/go/model_login_flow_state.go
index f89b161798f..76e34f87e2d 100644
--- a/clients/client/go/model_login_flow_state.go
+++ b/clients/client/go/model_login_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_logout_flow.go b/clients/client/go/model_logout_flow.go
index b0500bf8b40..2637580526c 100644
--- a/clients/client/go/model_logout_flow.go
+++ b/clients/client/go/model_logout_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_managed_identity_schema.go b/clients/client/go/model_managed_identity_schema.go
index f52010aa23b..bfb94f26303 100644
--- a/clients/client/go/model_managed_identity_schema.go
+++ b/clients/client/go/model_managed_identity_schema.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_managed_identity_schema_validation_result.go b/clients/client/go/model_managed_identity_schema_validation_result.go
index 68578de78f0..57820a34538 100644
--- a/clients/client/go/model_managed_identity_schema_validation_result.go
+++ b/clients/client/go/model_managed_identity_schema_validation_result.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_member_invite.go b/clients/client/go/model_member_invite.go
index 35a88558dc8..8d2ffcd6c9d 100644
--- a/clients/client/go/model_member_invite.go
+++ b/clients/client/go/model_member_invite.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_message.go b/clients/client/go/model_message.go
index 8c94a936952..4cb891a4692 100644
--- a/clients/client/go/model_message.go
+++ b/clients/client/go/model_message.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_message_dispatch.go b/clients/client/go/model_message_dispatch.go
index 9726c2184b9..0c860418419 100644
--- a/clients/client/go/model_message_dispatch.go
+++ b/clients/client/go/model_message_dispatch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_metrics_datapoint.go b/clients/client/go/model_metrics_datapoint.go
index 5db5fb5ce37..d0ab7972258 100644
--- a/clients/client/go/model_metrics_datapoint.go
+++ b/clients/client/go/model_metrics_datapoint.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_namespace.go b/clients/client/go/model_namespace.go
index 57455abbb14..be600824fb7 100644
--- a/clients/client/go/model_namespace.go
+++ b/clients/client/go/model_namespace.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_needs_privileged_session_error.go b/clients/client/go/model_needs_privileged_session_error.go
index 1cf62177eb0..a1a23e1d83e 100644
--- a/clients/client/go/model_needs_privileged_session_error.go
+++ b/clients/client/go/model_needs_privileged_session_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project.go b/clients/client/go/model_normalized_project.go
index ebf4b6a20c0..0f755f3db18 100644
--- a/clients/client/go/model_normalized_project.go
+++ b/clients/client/go/model_normalized_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project_revision.go b/clients/client/go/model_normalized_project_revision.go
index cec5ea1c2b3..6899336e070 100644
--- a/clients/client/go/model_normalized_project_revision.go
+++ b/clients/client/go/model_normalized_project_revision.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project_revision_hook.go b/clients/client/go/model_normalized_project_revision_hook.go
index 88da13a16e9..2a33d57e367 100644
--- a/clients/client/go/model_normalized_project_revision_hook.go
+++ b/clients/client/go/model_normalized_project_revision_hook.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project_revision_identity_schema.go b/clients/client/go/model_normalized_project_revision_identity_schema.go
index a31d70863fe..6b1024bc31a 100644
--- a/clients/client/go/model_normalized_project_revision_identity_schema.go
+++ b/clients/client/go/model_normalized_project_revision_identity_schema.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project_revision_third_party_provider.go b/clients/client/go/model_normalized_project_revision_third_party_provider.go
index 5642b261390..d6ec55ea456 100644
--- a/clients/client/go/model_normalized_project_revision_third_party_provider.go
+++ b/clients/client/go/model_normalized_project_revision_third_party_provider.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project_revision_tokenizer_template.go b/clients/client/go/model_normalized_project_revision_tokenizer_template.go
index 9071da5add8..5666813759d 100644
--- a/clients/client/go/model_normalized_project_revision_tokenizer_template.go
+++ b/clients/client/go/model_normalized_project_revision_tokenizer_template.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_client.go b/clients/client/go/model_o_auth2_client.go
index 8316163d6b6..2699417625e 100644
--- a/clients/client/go/model_o_auth2_client.go
+++ b/clients/client/go/model_o_auth2_client.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_client_token_lifespans.go b/clients/client/go/model_o_auth2_client_token_lifespans.go
index 991ea19e93b..b01d5fa8ad2 100644
--- a/clients/client/go/model_o_auth2_client_token_lifespans.go
+++ b/clients/client/go/model_o_auth2_client_token_lifespans.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_consent_request.go b/clients/client/go/model_o_auth2_consent_request.go
index 92d2835fa74..ededfe3e04d 100644
--- a/clients/client/go/model_o_auth2_consent_request.go
+++ b/clients/client/go/model_o_auth2_consent_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go b/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go
index 05688db94d1..c135665fc9b 100644
--- a/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go
+++ b/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_consent_session.go b/clients/client/go/model_o_auth2_consent_session.go
index c8cd423fb2e..9ae3f0f40a6 100644
--- a/clients/client/go/model_o_auth2_consent_session.go
+++ b/clients/client/go/model_o_auth2_consent_session.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_consent_session_expires_at.go b/clients/client/go/model_o_auth2_consent_session_expires_at.go
index a63e538b35a..2167eeea8e7 100644
--- a/clients/client/go/model_o_auth2_consent_session_expires_at.go
+++ b/clients/client/go/model_o_auth2_consent_session_expires_at.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_login_request.go b/clients/client/go/model_o_auth2_login_request.go
index c26e313b375..bd24de9ecbd 100644
--- a/clients/client/go/model_o_auth2_login_request.go
+++ b/clients/client/go/model_o_auth2_login_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_logout_request.go b/clients/client/go/model_o_auth2_logout_request.go
index 1610b24b8e6..06e9bfbbcdc 100644
--- a/clients/client/go/model_o_auth2_logout_request.go
+++ b/clients/client/go/model_o_auth2_logout_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_redirect_to.go b/clients/client/go/model_o_auth2_redirect_to.go
index 7dc86197e37..2372c817fb0 100644
--- a/clients/client/go/model_o_auth2_redirect_to.go
+++ b/clients/client/go/model_o_auth2_redirect_to.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_o_auth2_token_exchange.go b/clients/client/go/model_o_auth2_token_exchange.go
index bcccf00dbcc..ed83f88b7af 100644
--- a/clients/client/go/model_o_auth2_token_exchange.go
+++ b/clients/client/go/model_o_auth2_token_exchange.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_oidc_configuration.go b/clients/client/go/model_oidc_configuration.go
index 1dc9054e40e..e8d1683b0ae 100644
--- a/clients/client/go/model_oidc_configuration.go
+++ b/clients/client/go/model_oidc_configuration.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_oidc_user_info.go b/clients/client/go/model_oidc_user_info.go
index 4371ba74e96..0c6481808fe 100644
--- a/clients/client/go/model_oidc_user_info.go
+++ b/clients/client/go/model_oidc_user_info.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_organization.go b/clients/client/go/model_organization.go
index 2f2a61e82ad..97bf23c9d88 100644
--- a/clients/client/go/model_organization.go
+++ b/clients/client/go/model_organization.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_organization_body.go b/clients/client/go/model_organization_body.go
index 60611781379..34b94603b6c 100644
--- a/clients/client/go/model_organization_body.go
+++ b/clients/client/go/model_organization_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_pagination.go b/clients/client/go/model_pagination.go
index 472b46ff31d..1913658607d 100644
--- a/clients/client/go/model_pagination.go
+++ b/clients/client/go/model_pagination.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_pagination_headers.go b/clients/client/go/model_pagination_headers.go
index 37e176e9b78..eebaba6393f 100644
--- a/clients/client/go/model_pagination_headers.go
+++ b/clients/client/go/model_pagination_headers.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_parse_error.go b/clients/client/go/model_parse_error.go
index e0a4d54aba8..03b84ac2f8f 100644
--- a/clients/client/go/model_parse_error.go
+++ b/clients/client/go/model_parse_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_patch_identities_body.go b/clients/client/go/model_patch_identities_body.go
index 4e578cee026..70903b9f1dc 100644
--- a/clients/client/go/model_patch_identities_body.go
+++ b/clients/client/go/model_patch_identities_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_perform_native_logout_body.go b/clients/client/go/model_perform_native_logout_body.go
index a13fb4e1998..51205ef10ee 100644
--- a/clients/client/go/model_perform_native_logout_body.go
+++ b/clients/client/go/model_perform_native_logout_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_plan.go b/clients/client/go/model_plan.go
index 65e356bfe02..9ceaa39c1ae 100644
--- a/clients/client/go/model_plan.go
+++ b/clients/client/go/model_plan.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_plan_details.go b/clients/client/go/model_plan_details.go
index 169ea428044..998ef802279 100644
--- a/clients/client/go/model_plan_details.go
+++ b/clients/client/go/model_plan_details.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_post_check_permission_body.go b/clients/client/go/model_post_check_permission_body.go
index 0acb110912a..0818d2b589b 100644
--- a/clients/client/go/model_post_check_permission_body.go
+++ b/clients/client/go/model_post_check_permission_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_post_check_permission_or_error_body.go b/clients/client/go/model_post_check_permission_or_error_body.go
index 43e3ad97cf9..a6d30143ec1 100644
--- a/clients/client/go/model_post_check_permission_or_error_body.go
+++ b/clients/client/go/model_post_check_permission_or_error_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project.go b/clients/client/go/model_project.go
index 2e2ddf56d25..06118278e31 100644
--- a/clients/client/go/model_project.go
+++ b/clients/client/go/model_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_api_key.go b/clients/client/go/model_project_api_key.go
index 064bcdbd516..d3a6b1516f9 100644
--- a/clients/client/go/model_project_api_key.go
+++ b/clients/client/go/model_project_api_key.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_branding.go b/clients/client/go/model_project_branding.go
index ff32a321ca5..f6afa06e41a 100644
--- a/clients/client/go/model_project_branding.go
+++ b/clients/client/go/model_project_branding.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_branding_colors.go b/clients/client/go/model_project_branding_colors.go
index 2dfb450643d..11887ed82d4 100644
--- a/clients/client/go/model_project_branding_colors.go
+++ b/clients/client/go/model_project_branding_colors.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_branding_theme.go b/clients/client/go/model_project_branding_theme.go
index 53a79dbbdd3..8b982e66c5a 100644
--- a/clients/client/go/model_project_branding_theme.go
+++ b/clients/client/go/model_project_branding_theme.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_cors.go b/clients/client/go/model_project_cors.go
index 6dda2918e6d..3f933c5faa8 100644
--- a/clients/client/go/model_project_cors.go
+++ b/clients/client/go/model_project_cors.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_host.go b/clients/client/go/model_project_host.go
index 465987a8bf6..0eb0ae7b41d 100644
--- a/clients/client/go/model_project_host.go
+++ b/clients/client/go/model_project_host.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_metadata.go b/clients/client/go/model_project_metadata.go
index ee513f7156f..a6d7dbaf35a 100644
--- a/clients/client/go/model_project_metadata.go
+++ b/clients/client/go/model_project_metadata.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_service_identity.go b/clients/client/go/model_project_service_identity.go
index 5f8f11d578d..27970293afc 100644
--- a/clients/client/go/model_project_service_identity.go
+++ b/clients/client/go/model_project_service_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_service_o_auth2.go b/clients/client/go/model_project_service_o_auth2.go
index a28d5cbd56b..15fcb18fec6 100644
--- a/clients/client/go/model_project_service_o_auth2.go
+++ b/clients/client/go/model_project_service_o_auth2.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_service_permission.go b/clients/client/go/model_project_service_permission.go
index 40357ce0cbe..1e874221965 100644
--- a/clients/client/go/model_project_service_permission.go
+++ b/clients/client/go/model_project_service_permission.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_services.go b/clients/client/go/model_project_services.go
index 6d1735f1767..e90f6cb3ad8 100644
--- a/clients/client/go/model_project_services.go
+++ b/clients/client/go/model_project_services.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_quota_usage.go b/clients/client/go/model_quota_usage.go
index 1ebae41723d..548070d4b81 100644
--- a/clients/client/go/model_quota_usage.go
+++ b/clients/client/go/model_quota_usage.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_recovery_code_for_identity.go b/clients/client/go/model_recovery_code_for_identity.go
index 309daf4aa0d..2870cd8df4b 100644
--- a/clients/client/go/model_recovery_code_for_identity.go
+++ b/clients/client/go/model_recovery_code_for_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_recovery_flow.go b/clients/client/go/model_recovery_flow.go
index 4fa6ccfe90d..cc4f3eb6d0e 100644
--- a/clients/client/go/model_recovery_flow.go
+++ b/clients/client/go/model_recovery_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_recovery_flow_state.go b/clients/client/go/model_recovery_flow_state.go
index fce5516f215..45c7f476a79 100644
--- a/clients/client/go/model_recovery_flow_state.go
+++ b/clients/client/go/model_recovery_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_recovery_identity_address.go b/clients/client/go/model_recovery_identity_address.go
index a7ac044bd1f..57e62759c55 100644
--- a/clients/client/go/model_recovery_identity_address.go
+++ b/clients/client/go/model_recovery_identity_address.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_recovery_link_for_identity.go b/clients/client/go/model_recovery_link_for_identity.go
index 0c05a499739..bffc769b118 100644
--- a/clients/client/go/model_recovery_link_for_identity.go
+++ b/clients/client/go/model_recovery_link_for_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_registration_flow.go b/clients/client/go/model_registration_flow.go
index a46704f8bb0..26e29778aed 100644
--- a/clients/client/go/model_registration_flow.go
+++ b/clients/client/go/model_registration_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_registration_flow_state.go b/clients/client/go/model_registration_flow_state.go
index 0cf0eb07b2c..a8b856a2603 100644
--- a/clients/client/go/model_registration_flow_state.go
+++ b/clients/client/go/model_registration_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_reject_o_auth2_request.go b/clients/client/go/model_reject_o_auth2_request.go
index 35b7663e410..d2d828c96b1 100644
--- a/clients/client/go/model_reject_o_auth2_request.go
+++ b/clients/client/go/model_reject_o_auth2_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relation_query.go b/clients/client/go/model_relation_query.go
index 4a59a61216f..a1fa524f3ba 100644
--- a/clients/client/go/model_relation_query.go
+++ b/clients/client/go/model_relation_query.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship.go b/clients/client/go/model_relationship.go
index 4b172a3cb1c..c68b9806d2b 100644
--- a/clients/client/go/model_relationship.go
+++ b/clients/client/go/model_relationship.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship_namespaces.go b/clients/client/go/model_relationship_namespaces.go
index 35a05079924..ed9bb262167 100644
--- a/clients/client/go/model_relationship_namespaces.go
+++ b/clients/client/go/model_relationship_namespaces.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship_patch.go b/clients/client/go/model_relationship_patch.go
index a6561c9aa6c..88bc81fc90f 100644
--- a/clients/client/go/model_relationship_patch.go
+++ b/clients/client/go/model_relationship_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationships.go b/clients/client/go/model_relationships.go
index ba96d758bc6..a5f950e1b16 100644
--- a/clients/client/go/model_relationships.go
+++ b/clients/client/go/model_relationships.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_rfc6749_error_json.go b/clients/client/go/model_rfc6749_error_json.go
index ed625824e9e..38e2df49592 100644
--- a/clients/client/go/model_rfc6749_error_json.go
+++ b/clients/client/go/model_rfc6749_error_json.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_schema_patch.go b/clients/client/go/model_schema_patch.go
index 1db299ee278..8c6c1fea996 100644
--- a/clients/client/go/model_schema_patch.go
+++ b/clients/client/go/model_schema_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_self_service_flow_expired_error.go b/clients/client/go/model_self_service_flow_expired_error.go
index dfe09df353d..f06ab4975ce 100644
--- a/clients/client/go/model_self_service_flow_expired_error.go
+++ b/clients/client/go/model_self_service_flow_expired_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session.go b/clients/client/go/model_session.go
index 5c0d80c29c4..527329a9a2b 100644
--- a/clients/client/go/model_session.go
+++ b/clients/client/go/model_session.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session_activity_datapoint.go b/clients/client/go/model_session_activity_datapoint.go
index 60806d4c6b3..fa17d9a2031 100644
--- a/clients/client/go/model_session_activity_datapoint.go
+++ b/clients/client/go/model_session_activity_datapoint.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session_authentication_method.go b/clients/client/go/model_session_authentication_method.go
index 5ed4109cbb1..9c751a95676 100644
--- a/clients/client/go/model_session_authentication_method.go
+++ b/clients/client/go/model_session_authentication_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session_device.go b/clients/client/go/model_session_device.go
index b8a6db7df6e..566e18fe362 100644
--- a/clients/client/go/model_session_device.go
+++ b/clients/client/go/model_session_device.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_set_active_project_in_console_body.go b/clients/client/go/model_set_active_project_in_console_body.go
index aa3491a6ef0..bbca5f9d7a8 100644
--- a/clients/client/go/model_set_active_project_in_console_body.go
+++ b/clients/client/go/model_set_active_project_in_console_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_set_custom_domain_body.go b/clients/client/go/model_set_custom_domain_body.go
index 91d8c6f1f6b..6cb9524de65 100644
--- a/clients/client/go/model_set_custom_domain_body.go
+++ b/clients/client/go/model_set_custom_domain_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_set_project.go b/clients/client/go/model_set_project.go
index 66784a07d90..eb13b46eaa3 100644
--- a/clients/client/go/model_set_project.go
+++ b/clients/client/go/model_set_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_set_project_branding_theme_body.go b/clients/client/go/model_set_project_branding_theme_body.go
index c29fc093c63..a9d6c79b50b 100644
--- a/clients/client/go/model_set_project_branding_theme_body.go
+++ b/clients/client/go/model_set_project_branding_theme_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_settings_flow.go b/clients/client/go/model_settings_flow.go
index 1f8c152880c..4872db3c0d6 100644
--- a/clients/client/go/model_settings_flow.go
+++ b/clients/client/go/model_settings_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_settings_flow_state.go b/clients/client/go/model_settings_flow_state.go
index fc8a3fdced3..599c39b1cb6 100644
--- a/clients/client/go/model_settings_flow_state.go
+++ b/clients/client/go/model_settings_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_source_position.go b/clients/client/go/model_source_position.go
index 5d803b2ec50..24e07f5b114 100644
--- a/clients/client/go/model_source_position.go
+++ b/clients/client/go/model_source_position.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_stripe_customer.go b/clients/client/go/model_stripe_customer.go
index 78dd761e1a1..6f5c5d5b9ae 100644
--- a/clients/client/go/model_stripe_customer.go
+++ b/clients/client/go/model_stripe_customer.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_subject_set.go b/clients/client/go/model_subject_set.go
index 7935f239203..1903a8845c5 100644
--- a/clients/client/go/model_subject_set.go
+++ b/clients/client/go/model_subject_set.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_subscription.go b/clients/client/go/model_subscription.go
index e38ad7b208a..61bef4b7d2a 100644
--- a/clients/client/go/model_subscription.go
+++ b/clients/client/go/model_subscription.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_successful_code_exchange_response.go b/clients/client/go/model_successful_code_exchange_response.go
index 401cdea591c..62d72d51025 100644
--- a/clients/client/go/model_successful_code_exchange_response.go
+++ b/clients/client/go/model_successful_code_exchange_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_successful_native_login.go b/clients/client/go/model_successful_native_login.go
index 8c09b9afd77..84a718ed9f5 100644
--- a/clients/client/go/model_successful_native_login.go
+++ b/clients/client/go/model_successful_native_login.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_successful_native_registration.go b/clients/client/go/model_successful_native_registration.go
index a85bbdcad6f..08d22a68c3f 100644
--- a/clients/client/go/model_successful_native_registration.go
+++ b/clients/client/go/model_successful_native_registration.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_successful_project_update.go b/clients/client/go/model_successful_project_update.go
index d2c16aacbc2..5b37af23c5d 100644
--- a/clients/client/go/model_successful_project_update.go
+++ b/clients/client/go/model_successful_project_update.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_token_pagination.go b/clients/client/go/model_token_pagination.go
index ba0dd84f0ef..9a87cd6825a 100644
--- a/clients/client/go/model_token_pagination.go
+++ b/clients/client/go/model_token_pagination.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_token_pagination_headers.go b/clients/client/go/model_token_pagination_headers.go
index 8d2f1e871e0..ab452ebbe4b 100644
--- a/clients/client/go/model_token_pagination_headers.go
+++ b/clients/client/go/model_token_pagination_headers.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_token_pagination_request_parameters.go b/clients/client/go/model_token_pagination_request_parameters.go
index 9fa6d6d6ddd..fa394e89b3a 100644
--- a/clients/client/go/model_token_pagination_request_parameters.go
+++ b/clients/client/go/model_token_pagination_request_parameters.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_token_pagination_response_headers.go b/clients/client/go/model_token_pagination_response_headers.go
index 9157d0e8662..307f7efc9e3 100644
--- a/clients/client/go/model_token_pagination_response_headers.go
+++ b/clients/client/go/model_token_pagination_response_headers.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go b/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go
index de6792cc177..1f2e0ba8c30 100644
--- a/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go
+++ b/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go b/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go
index 7f1f2bf970b..9dfa04b2218 100644
--- a/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go
+++ b/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go b/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go
index 51974c85180..7c0f4bcd69b 100644
--- a/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go
+++ b/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_container.go b/clients/client/go/model_ui_container.go
index 270dd5905f2..f6ced052592 100644
--- a/clients/client/go/model_ui_container.go
+++ b/clients/client/go/model_ui_container.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node.go b/clients/client/go/model_ui_node.go
index 01a33da836e..d80cc0bae1a 100644
--- a/clients/client/go/model_ui_node.go
+++ b/clients/client/go/model_ui_node.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node_anchor_attributes.go b/clients/client/go/model_ui_node_anchor_attributes.go
index 71c5a70e6b0..006a8b64e5f 100644
--- a/clients/client/go/model_ui_node_anchor_attributes.go
+++ b/clients/client/go/model_ui_node_anchor_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node_attributes.go b/clients/client/go/model_ui_node_attributes.go
index 4b3e71e40e0..2aa60021ec0 100644
--- a/clients/client/go/model_ui_node_attributes.go
+++ b/clients/client/go/model_ui_node_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node_image_attributes.go b/clients/client/go/model_ui_node_image_attributes.go
index ae7cb6c3aa0..0fd8473aad0 100644
--- a/clients/client/go/model_ui_node_image_attributes.go
+++ b/clients/client/go/model_ui_node_image_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node_input_attributes.go b/clients/client/go/model_ui_node_input_attributes.go
index 9f401720966..d0cbbe62c90 100644
--- a/clients/client/go/model_ui_node_input_attributes.go
+++ b/clients/client/go/model_ui_node_input_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node_meta.go b/clients/client/go/model_ui_node_meta.go
index 1622f87ec2d..16868b45e81 100644
--- a/clients/client/go/model_ui_node_meta.go
+++ b/clients/client/go/model_ui_node_meta.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node_script_attributes.go b/clients/client/go/model_ui_node_script_attributes.go
index 6881e45579e..8f10a1faa9f 100644
--- a/clients/client/go/model_ui_node_script_attributes.go
+++ b/clients/client/go/model_ui_node_script_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node_text_attributes.go b/clients/client/go/model_ui_node_text_attributes.go
index c37846969ba..e1a9b9bfbb7 100644
--- a/clients/client/go/model_ui_node_text_attributes.go
+++ b/clients/client/go/model_ui_node_text_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_text.go b/clients/client/go/model_ui_text.go
index 748f26f28a1..b7a528aabbc 100644
--- a/clients/client/go/model_ui_text.go
+++ b/clients/client/go/model_ui_text.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_identity_body.go b/clients/client/go/model_update_identity_body.go
index 5bc81909985..25f8c7328ae 100644
--- a/clients/client/go/model_update_identity_body.go
+++ b/clients/client/go/model_update_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_login_flow_body.go b/clients/client/go/model_update_login_flow_body.go
index c7d7b1ed890..bf2b096206d 100644
--- a/clients/client/go/model_update_login_flow_body.go
+++ b/clients/client/go/model_update_login_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_login_flow_with_code_method.go b/clients/client/go/model_update_login_flow_with_code_method.go
index 0ad0f32bda0..af1aaaf0de6 100644
--- a/clients/client/go/model_update_login_flow_with_code_method.go
+++ b/clients/client/go/model_update_login_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_login_flow_with_lookup_secret_method.go b/clients/client/go/model_update_login_flow_with_lookup_secret_method.go
index 729a3459041..2683a36eb1a 100644
--- a/clients/client/go/model_update_login_flow_with_lookup_secret_method.go
+++ b/clients/client/go/model_update_login_flow_with_lookup_secret_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_login_flow_with_oidc_method.go b/clients/client/go/model_update_login_flow_with_oidc_method.go
index 473862a1287..ba7907bbc28 100644
--- a/clients/client/go/model_update_login_flow_with_oidc_method.go
+++ b/clients/client/go/model_update_login_flow_with_oidc_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_login_flow_with_password_method.go b/clients/client/go/model_update_login_flow_with_password_method.go
index b39a6e44bde..a8e8c671493 100644
--- a/clients/client/go/model_update_login_flow_with_password_method.go
+++ b/clients/client/go/model_update_login_flow_with_password_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_login_flow_with_totp_method.go b/clients/client/go/model_update_login_flow_with_totp_method.go
index c2ddf34f608..367c5a96180 100644
--- a/clients/client/go/model_update_login_flow_with_totp_method.go
+++ b/clients/client/go/model_update_login_flow_with_totp_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_login_flow_with_web_authn_method.go b/clients/client/go/model_update_login_flow_with_web_authn_method.go
index 80d55acc4f9..e81260b2101 100644
--- a/clients/client/go/model_update_login_flow_with_web_authn_method.go
+++ b/clients/client/go/model_update_login_flow_with_web_authn_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_recovery_flow_body.go b/clients/client/go/model_update_recovery_flow_body.go
index 01ea22251cd..f45128664f8 100644
--- a/clients/client/go/model_update_recovery_flow_body.go
+++ b/clients/client/go/model_update_recovery_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_recovery_flow_with_code_method.go b/clients/client/go/model_update_recovery_flow_with_code_method.go
index 973fd4162ed..d1f64899f67 100644
--- a/clients/client/go/model_update_recovery_flow_with_code_method.go
+++ b/clients/client/go/model_update_recovery_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_recovery_flow_with_link_method.go b/clients/client/go/model_update_recovery_flow_with_link_method.go
index a423ed35840..cc0d66c64d2 100644
--- a/clients/client/go/model_update_recovery_flow_with_link_method.go
+++ b/clients/client/go/model_update_recovery_flow_with_link_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_registration_flow_body.go b/clients/client/go/model_update_registration_flow_body.go
index e67bb6d296a..f219c8d6d2e 100644
--- a/clients/client/go/model_update_registration_flow_body.go
+++ b/clients/client/go/model_update_registration_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_registration_flow_with_code_method.go b/clients/client/go/model_update_registration_flow_with_code_method.go
index 02f9a3cf371..d46c1a64415 100644
--- a/clients/client/go/model_update_registration_flow_with_code_method.go
+++ b/clients/client/go/model_update_registration_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_registration_flow_with_oidc_method.go b/clients/client/go/model_update_registration_flow_with_oidc_method.go
index 6b159313613..2a4e7d451d8 100644
--- a/clients/client/go/model_update_registration_flow_with_oidc_method.go
+++ b/clients/client/go/model_update_registration_flow_with_oidc_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_registration_flow_with_password_method.go b/clients/client/go/model_update_registration_flow_with_password_method.go
index cef5657db23..f3a6eb8ca6f 100644
--- a/clients/client/go/model_update_registration_flow_with_password_method.go
+++ b/clients/client/go/model_update_registration_flow_with_password_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_registration_flow_with_web_authn_method.go b/clients/client/go/model_update_registration_flow_with_web_authn_method.go
index 38c326b961f..4846c082172 100644
--- a/clients/client/go/model_update_registration_flow_with_web_authn_method.go
+++ b/clients/client/go/model_update_registration_flow_with_web_authn_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_settings_flow_body.go b/clients/client/go/model_update_settings_flow_body.go
index fd6684ddf51..a8336dc23cb 100644
--- a/clients/client/go/model_update_settings_flow_body.go
+++ b/clients/client/go/model_update_settings_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_settings_flow_with_lookup_method.go b/clients/client/go/model_update_settings_flow_with_lookup_method.go
index 6d83995d1d7..3d968125337 100644
--- a/clients/client/go/model_update_settings_flow_with_lookup_method.go
+++ b/clients/client/go/model_update_settings_flow_with_lookup_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_settings_flow_with_oidc_method.go b/clients/client/go/model_update_settings_flow_with_oidc_method.go
index e8dd683280d..bdd6d227d86 100644
--- a/clients/client/go/model_update_settings_flow_with_oidc_method.go
+++ b/clients/client/go/model_update_settings_flow_with_oidc_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_settings_flow_with_password_method.go b/clients/client/go/model_update_settings_flow_with_password_method.go
index 7f5b7b0f76c..3663b9e4e5a 100644
--- a/clients/client/go/model_update_settings_flow_with_password_method.go
+++ b/clients/client/go/model_update_settings_flow_with_password_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_settings_flow_with_profile_method.go b/clients/client/go/model_update_settings_flow_with_profile_method.go
index 1d669f4a8d2..d3b1ec678bc 100644
--- a/clients/client/go/model_update_settings_flow_with_profile_method.go
+++ b/clients/client/go/model_update_settings_flow_with_profile_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_settings_flow_with_totp_method.go b/clients/client/go/model_update_settings_flow_with_totp_method.go
index c44cccd4604..5c7c2eb621a 100644
--- a/clients/client/go/model_update_settings_flow_with_totp_method.go
+++ b/clients/client/go/model_update_settings_flow_with_totp_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_settings_flow_with_web_authn_method.go b/clients/client/go/model_update_settings_flow_with_web_authn_method.go
index 6665aaff0ba..3bc7db6ac4a 100644
--- a/clients/client/go/model_update_settings_flow_with_web_authn_method.go
+++ b/clients/client/go/model_update_settings_flow_with_web_authn_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_subscription_body.go b/clients/client/go/model_update_subscription_body.go
index f7dfd5922fc..cab1402bc68 100644
--- a/clients/client/go/model_update_subscription_body.go
+++ b/clients/client/go/model_update_subscription_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_verification_flow_body.go b/clients/client/go/model_update_verification_flow_body.go
index e94b4315f40..1715be1e9a7 100644
--- a/clients/client/go/model_update_verification_flow_body.go
+++ b/clients/client/go/model_update_verification_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_verification_flow_with_code_method.go b/clients/client/go/model_update_verification_flow_with_code_method.go
index 3f1723b8721..9a0481c532f 100644
--- a/clients/client/go/model_update_verification_flow_with_code_method.go
+++ b/clients/client/go/model_update_verification_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_update_verification_flow_with_link_method.go b/clients/client/go/model_update_verification_flow_with_link_method.go
index b21072f5436..27fa5573af8 100644
--- a/clients/client/go/model_update_verification_flow_with_link_method.go
+++ b/clients/client/go/model_update_verification_flow_with_link_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_usage.go b/clients/client/go/model_usage.go
index d8124ae7317..e2f253e9efb 100644
--- a/clients/client/go/model_usage.go
+++ b/clients/client/go/model_usage.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verifiable_credential_priming_response.go b/clients/client/go/model_verifiable_credential_priming_response.go
index 621ad487473..82a36105f26 100644
--- a/clients/client/go/model_verifiable_credential_priming_response.go
+++ b/clients/client/go/model_verifiable_credential_priming_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verifiable_credential_proof.go b/clients/client/go/model_verifiable_credential_proof.go
index 6d304ffce0a..60f42df059a 100644
--- a/clients/client/go/model_verifiable_credential_proof.go
+++ b/clients/client/go/model_verifiable_credential_proof.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verifiable_credential_response.go b/clients/client/go/model_verifiable_credential_response.go
index daed534388f..a2661ba9d72 100644
--- a/clients/client/go/model_verifiable_credential_response.go
+++ b/clients/client/go/model_verifiable_credential_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verifiable_identity_address.go b/clients/client/go/model_verifiable_identity_address.go
index f7c426c179f..19c42a3168c 100644
--- a/clients/client/go/model_verifiable_identity_address.go
+++ b/clients/client/go/model_verifiable_identity_address.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verification_flow.go b/clients/client/go/model_verification_flow.go
index e3d32ca8274..1dc1073512e 100644
--- a/clients/client/go/model_verification_flow.go
+++ b/clients/client/go/model_verification_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verification_flow_state.go b/clients/client/go/model_verification_flow_state.go
index 3211886b92b..e1d2c469746 100644
--- a/clients/client/go/model_verification_flow_state.go
+++ b/clients/client/go/model_verification_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_version.go b/clients/client/go/model_version.go
index 179dd969652..c8be19bec09 100644
--- a/clients/client/go/model_version.go
+++ b/clients/client/go/model_version.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_warning.go b/clients/client/go/model_warning.go
index dec4e53d4c7..c37a7fcfc44 100644
--- a/clients/client/go/model_warning.go
+++ b/clients/client/go/model_warning.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_workspace.go b/clients/client/go/model_workspace.go
index 6e22ca7421c..8239e5a5ed5 100644
--- a/clients/client/go/model_workspace.go
+++ b/clients/client/go/model_workspace.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/response.go b/clients/client/go/response.go
index 3ecfba47f0a..c40078736b4 100644
--- a/clients/client/go/response.go
+++ b/clients/client/go/response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/go/utils.go b/clients/client/go/utils.go
index 2da8f2bbe40..7b58750e5f4 100644
--- a/clients/client/go/utils.go
+++ b/clients/client/go/utils.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.5
+API version: v1.4.6
Contact: support@ory.sh
*/
diff --git a/clients/client/java/README.md b/clients/client/java/README.md
index 6065acfa213..90291c4071f 100644
--- a/clients/client/java/README.md
+++ b/clients/client/java/README.md
@@ -1,8 +1,8 @@
# client
Ory APIs
-- API version: v1.4.5
- - Build date: 2023-12-08T09:18:16.122173111Z[Etc/UTC]
+- API version: v1.4.6
+ - Build date: 2023-12-11T13:45:13.347317410Z[Etc/UTC]
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed
with a valid Personal Access Token. Public APIs are mostly used in browsers.
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
sh.oryclient
- v1.4.5
+ v1.4.6compile
```
@@ -58,7 +58,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "sh.ory:client:v1.4.5"
+ implementation "sh.ory:client:v1.4.6"
}
```
@@ -72,7 +72,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/client-v1.4.5.jar`
+* `target/client-v1.4.6.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/clients/client/java/api/openapi.yaml b/clients/client/java/api/openapi.yaml
index 3b4ce28c6ff..d2f9b638a99 100644
--- a/clients/client/java/api/openapi.yaml
+++ b/clients/client/java/api/openapi.yaml
@@ -11,7 +11,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
- version: v1.4.5
+ version: v1.4.6
servers:
- url: "https://{project}.projects.oryapis.com/"
variables:
diff --git a/clients/client/java/build.gradle b/clients/client/java/build.gradle
index a2bf9d319ee..64a9177244c 100644
--- a/clients/client/java/build.gradle
+++ b/clients/client/java/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group = 'sh.ory'
-version = 'v1.4.5'
+version = 'v1.4.6'
buildscript {
repositories {
diff --git a/clients/client/java/build.sbt b/clients/client/java/build.sbt
index d278b1c11fa..65b0db0bf7a 100644
--- a/clients/client/java/build.sbt
+++ b/clients/client/java/build.sbt
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "sh.ory",
name := "client",
- version := "v1.4.5",
+ version := "v1.4.6",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
diff --git a/clients/client/java/src/main/java/sh/ory/ApiCallback.java b/clients/client/java/src/main/java/sh/ory/ApiCallback.java
index 54091b814db..b701f39688a 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiCallback.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiCallback.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/ApiClient.java b/clients/client/java/src/main/java/sh/ory/ApiClient.java
index dcdcd983b23..ab22f0e7862 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiClient.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiClient.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -211,7 +211,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/v1.4.5/java");
+ setUserAgent("OpenAPI-Generator/v1.4.6/java");
authentications = new HashMap();
}
diff --git a/clients/client/java/src/main/java/sh/ory/ApiException.java b/clients/client/java/src/main/java/sh/ory/ApiException.java
index 43d20a5780b..ce730cb8b96 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiException.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiException.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,7 +22,7 @@
*
ApiException class.
*/
@SuppressWarnings("serial")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ApiException extends Exception {
private int code = 0;
private Map> responseHeaders = null;
diff --git a/clients/client/java/src/main/java/sh/ory/ApiResponse.java b/clients/client/java/src/main/java/sh/ory/ApiResponse.java
index 23a70631d7d..686018e09d8 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/Configuration.java b/clients/client/java/src/main/java/sh/ory/Configuration.java
index a573ae583a5..b4aceadb2a9 100644
--- a/clients/client/java/src/main/java/sh/ory/Configuration.java
+++ b/clients/client/java/src/main/java/sh/ory/Configuration.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
package sh.ory;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Configuration {
private static ApiClient defaultApiClient = new ApiClient();
diff --git a/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java b/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java
index b45446c4932..68cb9826729 100644
--- a/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java
+++ b/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/JSON.java b/clients/client/java/src/main/java/sh/ory/JSON.java
index 25c26ad3454..2a9c8883fb9 100644
--- a/clients/client/java/src/main/java/sh/ory/JSON.java
+++ b/clients/client/java/src/main/java/sh/ory/JSON.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/Pair.java b/clients/client/java/src/main/java/sh/ory/Pair.java
index aa029fb7f22..e4e3951d230 100644
--- a/clients/client/java/src/main/java/sh/ory/Pair.java
+++ b/clients/client/java/src/main/java/sh/ory/Pair.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
package sh.ory;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Pair {
private String name = "";
private String value = "";
diff --git a/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java b/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java
index 9edf09180b5..9817023d21d 100644
--- a/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java
+++ b/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java b/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java
index 2bfe02ec6b5..91f1a00a758 100644
--- a/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java
+++ b/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/StringUtil.java b/clients/client/java/src/main/java/sh/ory/StringUtil.java
index 9dacf29b79d..3e1ae315c4f 100644
--- a/clients/client/java/src/main/java/sh/ory/StringUtil.java
+++ b/clients/client/java/src/main/java/sh/ory/StringUtil.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
diff --git a/clients/client/java/src/main/java/sh/ory/api/CourierApi.java b/clients/client/java/src/main/java/sh/ory/api/CourierApi.java
index d83ac385ac8..9375e9fdfd0 100644
--- a/clients/client/java/src/main/java/sh/ory/api/CourierApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/CourierApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java b/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java
index c8fd902fd2f..ed6cb8e9a60 100644
--- a/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java b/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java
index f0d8e2e3f93..e5f03576b45 100644
--- a/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/JwkApi.java b/clients/client/java/src/main/java/sh/ory/api/JwkApi.java
index 61580a118dd..9fa890b0c47 100644
--- a/clients/client/java/src/main/java/sh/ory/api/JwkApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/JwkApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java b/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java
index 7c128befe69..ff6b0f234c1 100644
--- a/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java b/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java
index f14ef7b8582..05b629ccb42 100644
--- a/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java
+++ b/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/OidcApi.java b/clients/client/java/src/main/java/sh/ory/api/OidcApi.java
index 6ee8ee27577..079ddc060ae 100644
--- a/clients/client/java/src/main/java/sh/ory/api/OidcApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/OidcApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java b/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java
index 517a048b473..c59e957ed3e 100644
--- a/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java b/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java
index 0ab3aa4db8f..93512c8fdb3 100644
--- a/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java b/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java
index cc749f4e2db..e4d9a92cdd0 100644
--- a/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java b/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java
index 7a28278a20c..2acfd0edcc1 100644
--- a/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java b/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java
index 4385e6b799c..619b2608111 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
diff --git a/clients/client/java/src/main/java/sh/ory/auth/Authentication.java b/clients/client/java/src/main/java/sh/ory/auth/Authentication.java
index 0c77ae6bae9..d46eddadf57 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/Authentication.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/Authentication.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java b/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java
index e114cfbf84e..fc399f6def7 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java b/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java
index a88a1272eea..9d4a67923fd 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class HttpBearerAuth implements Authentication {
private final String scheme;
private String bearerToken;
diff --git a/clients/client/java/src/main/java/sh/ory/auth/OAuth.java b/clients/client/java/src/main/java/sh/ory/auth/OAuth.java
index 17c5c816870..ea6c3b936fd 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/OAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/OAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@
import java.util.Map;
import java.util.List;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth implements Authentication {
private String accessToken;
diff --git a/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java b/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java
index cce3428cc93..ea792dc3567 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@
/**
* OAuth flows that are supported by this client
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public enum OAuthFlow {
ACCESS_CODE, //called authorizationCode in OpenAPI 3.0
IMPLICIT,
diff --git a/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java b/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java
index 4f3a0a15d4d..d624590782b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -24,7 +24,7 @@
/**
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public abstract class AbstractOpenApiSchema {
// store the actual instance of the schema/object
diff --git a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java
index 73d3878b64a..e0420b851c5 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* AcceptOAuth2ConsentRequest
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class AcceptOAuth2ConsentRequest {
public static final String SERIALIZED_NAME_GRANT_ACCESS_TOKEN_AUDIENCE = "grant_access_token_audience";
@SerializedName(SERIALIZED_NAME_GRANT_ACCESS_TOKEN_AUDIENCE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java
index 0b64926e47b..00a59a0ba12 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* AcceptOAuth2ConsentRequestSession
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class AcceptOAuth2ConsentRequestSession {
public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token";
@SerializedName(SERIALIZED_NAME_ACCESS_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java
index b8a93d8ef79..d7f928fb4cf 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* AcceptOAuth2LoginRequest
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class AcceptOAuth2LoginRequest {
public static final String SERIALIZED_NAME_ACR = "acr";
@SerializedName(SERIALIZED_NAME_ACR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java b/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java
index 2d09dd72fa0..17844fc670c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* The Active Project ID
*/
@ApiModel(description = "The Active Project ID")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ActiveProjectInConsole {
public static final String SERIALIZED_NAME_PROJECT_ID = "project_id";
@SerializedName(SERIALIZED_NAME_PROJECT_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java b/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java
index d758d0c188b..1d87dad82b8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* AttributesCountDatapoint
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class AttributesCountDatapoint {
public static final String SERIALIZED_NAME_COUNT = "count";
@SerializedName(SERIALIZED_NAME_COUNT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java b/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java
index 85a217ae6f4..d3d299613ae 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java b/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java
index e7359f6297a..e3abbab473a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Patch identities response
*/
@ApiModel(description = "Patch identities response")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class BatchPatchIdentitiesResponse {
public static final String SERIALIZED_NAME_IDENTITIES = "identities";
@SerializedName(SERIALIZED_NAME_IDENTITIES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java b/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java
index 0770df85369..c69317156dc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* CheckOplSyntaxResult
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CheckOplSyntaxResult {
public static final String SERIALIZED_NAME_ERRORS = "errors";
@SerializedName(SERIALIZED_NAME_ERRORS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java b/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java
index 44a030acb25..237841884ce 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* The content of the allowed field is mirrored in the HTTP status code.
*/
@ApiModel(description = "The content of the allowed field is mirrored in the HTTP status code.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CheckPermissionResult {
public static final String SERIALIZED_NAME_ALLOWED = "allowed";
@SerializedName(SERIALIZED_NAME_ALLOWED)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java b/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java
index f83bc769cad..d3e00761410 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* CloudAccount
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CloudAccount {
public static final String SERIALIZED_NAME_EMAIL = "email";
@SerializedName(SERIALIZED_NAME_EMAIL)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java b/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java
index ff519ec21f7..85d9d6cba95 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Control API consistency guarantees
*/
@ApiModel(description = "Control API consistency guarantees")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ConsistencyRequestParameters {
/**
* Read Consistency Level (preview) The read consistency level determines the consistency guarantee for reads: strong (slow): The read is guaranteed to return the most recent data committed at the start of the read. eventual (very fast): The result will return data that is about 4.8 seconds old. The default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with `ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`. Setting the default consistency level to `eventual` may cause regressions in the future as we add consistency controls to more APIs. Currently, the following APIs will be affected by this setting: `GET /admin/identities` This feature is in preview and only available in Ory Network. ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level. strong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level. eventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java
index e19f2ac8101..36fae6990f6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -62,7 +62,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWith extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(ContinueWith.class.getName());
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java
index 01aae582b19..08ece11cf1b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Indicates, that the UI flow could be continued by showing a recovery ui
*/
@ApiModel(description = "Indicates, that the UI flow could be continued by showing a recovery ui")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWithRecoveryUi {
/**
* Action will always be `show_recovery_ui` show_recovery_ui ContinueWithActionShowRecoveryUIString
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java
index 75ab311573c..16074798113 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithRecoveryUiFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ContinueWithRecoveryUiFlow
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWithRecoveryUiFlow {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java
index 5007f6d34e3..7e0d9bc141f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Indicates that a session was issued, and the application should use this token for authenticated requests
*/
@ApiModel(description = "Indicates that a session was issued, and the application should use this token for authenticated requests")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWithSetOrySessionToken {
/**
* Action will always be `set_ory_session_token` set_ory_session_token ContinueWithActionSetOrySessionTokenString
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java
index 433ba35c242..8f3d928ac49 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Indicates, that the UI flow could be continued by showing a settings ui
*/
@ApiModel(description = "Indicates, that the UI flow could be continued by showing a settings ui")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWithSettingsUi {
/**
* Action will always be `show_settings_ui` show_settings_ui ContinueWithActionShowSettingsUIString
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java
index 01a86802b3f..dc17513beb8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSettingsUiFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ContinueWithSettingsUiFlow
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWithSettingsUiFlow {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java
index 1935b97e358..76b8770bb71 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Indicates, that the UI flow could be continued by showing a verification ui
*/
@ApiModel(description = "Indicates, that the UI flow could be continued by showing a verification ui")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWithVerificationUi {
/**
* Action will always be `show_verification_ui` show_verification_ui ContinueWithActionShowVerificationUIString
diff --git a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java
index 78989a1275d..754637166ab 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ContinueWithVerificationUiFlow
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ContinueWithVerificationUiFlow {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java b/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java
index 770d3235a85..6d003e0572d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java b/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java
index ed998b870ca..85becd0783f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java
index 802764395ca..4514e96d4a1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Create Custom Hostname Request Body
*/
@ApiModel(description = "Create Custom Hostname Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateCustomDomainBody {
public static final String SERIALIZED_NAME_COOKIE_DOMAIN = "cookie_domain";
@SerializedName(SERIALIZED_NAME_COOKIE_DOMAIN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java
index e3262249ab1..7f46bdf2319 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -56,7 +56,7 @@
* Create Identity Body
*/
@ApiModel(description = "Create Identity Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateIdentityBody {
public static final String SERIALIZED_NAME_CREDENTIALS = "credentials";
@SerializedName(SERIALIZED_NAME_CREDENTIALS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java b/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java
index 63a4e22f362..5fa66b104fa 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* CreateInviteResponse
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateInviteResponse {
public static final String SERIALIZED_NAME_ALL_INVITES = "all_invites";
@SerializedName(SERIALIZED_NAME_ALL_INVITES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java b/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java
index 88385463a50..824087d51b6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create JSON Web Key Set Request Body
*/
@ApiModel(description = "Create JSON Web Key Set Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateJsonWebKeySet {
public static final String SERIALIZED_NAME_ALG = "alg";
@SerializedName(SERIALIZED_NAME_ALG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java
index d472912f7e2..986f2b17f78 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* CreateProjectApiKeyRequest
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateProjectApiKeyRequest {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java
index 453addcf00c..65d16fa935d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Create Project Request Body
*/
@ApiModel(description = "Create Project Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateProjectBody {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java
index 70426173cf7..20869b7259e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Create a Project Branding
*/
@ApiModel(description = "Create a Project Branding")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateProjectBranding {
public static final String SERIALIZED_NAME_FAVICON_TYPE = "favicon_type";
@SerializedName(SERIALIZED_NAME_FAVICON_TYPE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java
index 1ae6745116d..019ec0563f0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create Project MemberInvite Request Body
*/
@ApiModel(description = "Create Project MemberInvite Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateProjectMemberInviteBody {
public static final String SERIALIZED_NAME_INVITEE_EMAIL = "invitee_email";
@SerializedName(SERIALIZED_NAME_INVITEE_EMAIL)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java b/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java
index 02baa929339..78ee022c3fc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectNormalizedPayload.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -58,7 +58,7 @@
* Create project (normalized) request payload
*/
@ApiModel(description = "Create project (normalized) request payload")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateProjectNormalizedPayload {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java
index 8850586ffce..4379169c2da 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create Recovery Code for Identity Request Body
*/
@ApiModel(description = "Create Recovery Code for Identity Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateRecoveryCodeForIdentityBody {
public static final String SERIALIZED_NAME_EXPIRES_IN = "expires_in";
@SerializedName(SERIALIZED_NAME_EXPIRES_IN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java
index a4ccbf90891..d70e493d246 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create Recovery Link for Identity Request Body
*/
@ApiModel(description = "Create Recovery Link for Identity Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateRecoveryLinkForIdentityBody {
public static final String SERIALIZED_NAME_EXPIRES_IN = "expires_in";
@SerializedName(SERIALIZED_NAME_EXPIRES_IN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java
index 85f1bd2a569..9defb780010 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Create Relationship Request Body
*/
@ApiModel(description = "Create Relationship Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateRelationshipBody {
public static final String SERIALIZED_NAME_NAMESPACE = "namespace";
@SerializedName(SERIALIZED_NAME_NAMESPACE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java
index 012e6653a35..90b0415b9ce 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Create Subscription Request Body
*/
@ApiModel(description = "Create Subscription Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateSubscriptionBody {
/**
* usd USD eur Euro
diff --git a/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java
index 950250a66f1..3ffc8f345d2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* CreateVerifiableCredentialRequestBody
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CreateVerifiableCredentialRequestBody {
public static final String SERIALIZED_NAME_FORMAT = "format";
@SerializedName(SERIALIZED_NAME_FORMAT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java b/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java
index 3083d67c59c..405f9b1867d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Includes information about the supported verifiable credentials.
*/
@ApiModel(description = "Includes information about the supported verifiable credentials.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CredentialSupportedDraft00 {
public static final String SERIALIZED_NAME_CRYPTOGRAPHIC_BINDING_METHODS_SUPPORTED = "cryptographic_binding_methods_supported";
@SerializedName(SERIALIZED_NAME_CRYPTOGRAPHIC_BINDING_METHODS_SUPPORTED)
diff --git a/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java b/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java
index d597e062152..00bf0015bb6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Custom Hostname
*/
@ApiModel(description = "Custom Hostname")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class CustomDomain {
public static final String SERIALIZED_NAME_COOKIE_DOMAIN = "cookie_domain";
@SerializedName(SERIALIZED_NAME_COOKIE_DOMAIN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java b/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java
index ef8845e816a..2506b84e062 100644
--- a/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java
+++ b/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Deleted Session Count
*/
@ApiModel(description = "Deleted Session Count")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class DeleteMySessionsCount {
public static final String SERIALIZED_NAME_COUNT = "count";
@SerializedName(SERIALIZED_NAME_COUNT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java
index f4d961ca5eb..7e815e5800f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java
+++ b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Contains the data of the email template, including the subject and body in HTML and plaintext variants
*/
@ApiModel(description = "Contains the data of the email template, including the subject and body in HTML and plaintext variants")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class EmailTemplateData {
public static final String SERIALIZED_NAME_BODY = "body";
@SerializedName(SERIALIZED_NAME_BODY)
diff --git a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java
index 7900104ae9e..80133adb818 100644
--- a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* EmailTemplateDataBody
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class EmailTemplateDataBody {
public static final String SERIALIZED_NAME_HTML = "html";
@SerializedName(SERIALIZED_NAME_HTML)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java b/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java
index 77915813b92..9345e4ce4cf 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* ErrorAuthenticatorAssuranceLevelNotSatisfied
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ErrorAuthenticatorAssuranceLevelNotSatisfied {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java b/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java
index c7cbf7f9f9a..eed94c4113e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* ErrorBrowserLocationChangeRequired
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ErrorBrowserLocationChangeRequired {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java b/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java
index 3173517b39c..b10ffecf068 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Is sent when a flow is replaced by a different flow of the same class
*/
@ApiModel(description = "Is sent when a flow is replaced by a different flow of the same class")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ErrorFlowReplaced {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java b/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java
index 0feaa102e02..ed2e7425ebf 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* The standard Ory JSON API error format.
*/
@ApiModel(description = "The standard Ory JSON API error format.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ErrorGeneric {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java b/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java
index be8866d26ac..0bc338c20b3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Error
*/
@ApiModel(description = "Error")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ErrorOAuth2 {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java b/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java
index 9bc616aff8a..a772644f9b4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* ExpandedPermissionTree
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ExpandedPermissionTree {
public static final String SERIALIZED_NAME_CHILDREN = "children";
@SerializedName(SERIALIZED_NAME_CHILDREN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/FlowError.java b/clients/client/java/src/main/java/sh/ory/model/FlowError.java
index a4fad8b1277..9cbb6dcee4e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/FlowError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/FlowError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* FlowError
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class FlowError {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GenericError.java b/clients/client/java/src/main/java/sh/ory/model/GenericError.java
index d2f18e968d4..64aa8d17d54 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GenericError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GenericError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.
*/
@ApiModel(description = "Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GenericError {
public static final String SERIALIZED_NAME_CODE = "code";
@SerializedName(SERIALIZED_NAME_CODE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java b/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java
index 4a5823fe25c..70d36a6df98 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Error response
*/
@ApiModel(description = "Error response")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GenericErrorContent {
public static final String SERIALIZED_NAME_DEBUG = "debug";
@SerializedName(SERIALIZED_NAME_DEBUG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java b/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java
index 3c9cce7a9e3..ac729be7024 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* GenericUsage
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GenericUsage {
public static final String SERIALIZED_NAME_ADDITIONAL_PRICE = "additional_price";
@SerializedName(SERIALIZED_NAME_ADDITIONAL_PRICE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java
index c95b29eaa1d..cacc2a965ed 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Response of the getAttributesCount endpoint
*/
@ApiModel(description = "Response of the getAttributesCount endpoint")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GetAttributesCountResponse {
public static final String SERIALIZED_NAME_DATA = "data";
@SerializedName(SERIALIZED_NAME_DATA)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java b/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java
index 49440ad499b..eb1214fed42 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Ory Identity Schema Location
*/
@ApiModel(description = "Ory Identity Schema Location")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GetManagedIdentitySchemaLocation {
public static final String SERIALIZED_NAME_LOCATION = "location";
@SerializedName(SERIALIZED_NAME_LOCATION)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java
index 96caccc192c..cb17d7d8456 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* GetOrganizationResponse
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GetOrganizationResponse {
public static final String SERIALIZED_NAME_ORGANIZATION = "organization";
@SerializedName(SERIALIZED_NAME_ORGANIZATION)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java
index 0a72b440f44..f0e95bf8e7e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Response of the getMetrics endpoint
*/
@ApiModel(description = "Response of the getMetrics endpoint")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GetProjectMetricsResponse {
public static final String SERIALIZED_NAME_DATA = "data";
@SerializedName(SERIALIZED_NAME_DATA)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java b/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java
index 6ee7dfc8ac2..fd10490f1cb 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Response of the getSessionActivity endpoint
*/
@ApiModel(description = "Response of the getSessionActivity endpoint")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GetSessionActivityResponse {
public static final String SERIALIZED_NAME_DATA = "data";
@SerializedName(SERIALIZED_NAME_DATA)
diff --git a/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java b/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java
index 9671da5c74d..a55b1b22636 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* GetVersion200Response
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class GetVersion200Response {
public static final String SERIALIZED_NAME_VERSION = "version";
@SerializedName(SERIALIZED_NAME_VERSION)
diff --git a/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java b/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java
index 4d69149cb94..6244470090d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java
+++ b/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* HealthNotReadyStatus
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class HealthNotReadyStatus {
public static final String SERIALIZED_NAME_ERRORS = "errors";
@SerializedName(SERIALIZED_NAME_ERRORS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java b/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java
index f44f7eb8141..a040d26c911 100644
--- a/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java
+++ b/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* HealthStatus
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class HealthStatus {
public static final String SERIALIZED_NAME_STATUS = "status";
@SerializedName(SERIALIZED_NAME_STATUS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Identity.java b/clients/client/java/src/main/java/sh/ory/model/Identity.java
index 6736d18c6cd..5bcfd769c6e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Identity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Identity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -59,7 +59,7 @@
* An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.
*/
@ApiModel(description = "An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Identity {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java
index 30066ff6753..83ce8adcecb 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
* Credentials represents a specific credential type
*/
@ApiModel(description = "Credentials represents a specific credential type")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityCredentials {
public static final String SERIALIZED_NAME_CONFIG = "config";
@SerializedName(SERIALIZED_NAME_CONFIG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java
index 1a61a22662b..b3e79a7c04c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* CredentialsCode represents a one time login/registration code
*/
@ApiModel(description = "CredentialsCode represents a one time login/registration code")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityCredentialsCode {
public static final String SERIALIZED_NAME_ADDRESS_TYPE = "address_type";
@SerializedName(SERIALIZED_NAME_ADDRESS_TYPE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java
index 9fb20423800..b943e719ede 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* IdentityCredentialsOidc
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityCredentialsOidc {
public static final String SERIALIZED_NAME_PROVIDERS = "providers";
@SerializedName(SERIALIZED_NAME_PROVIDERS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java
index 24b6b5dd6ea..1651d6616a5 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* IdentityCredentialsOidcProvider
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityCredentialsOidcProvider {
public static final String SERIALIZED_NAME_INITIAL_ACCESS_TOKEN = "initial_access_token";
@SerializedName(SERIALIZED_NAME_INITIAL_ACCESS_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java
index f2702ccf93b..a15eeefa02e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* IdentityCredentialsPassword
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityCredentialsPassword {
public static final String SERIALIZED_NAME_HASHED_PASSWORD = "hashed_password";
@SerializedName(SERIALIZED_NAME_HASHED_PASSWORD)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsType.java b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsType.java
index 58158e9bba2..1ddba491793 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsType.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsType.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java b/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java
index 209f85d9aa0..104ee9124e5 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Payload for patching an identity
*/
@ApiModel(description = "Payload for patching an identity")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityPatch {
public static final String SERIALIZED_NAME_CREATE = "create";
@SerializedName(SERIALIZED_NAME_CREATE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java b/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java
index f2c67ca9b4c..278e41a2748 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Response for a single identity patch
*/
@ApiModel(description = "Response for a single identity patch")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityPatchResponse {
/**
* The action for this specific patch create ActionCreate Create this identity.
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java
index 0469e0a076a..082b2491fde 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* An Identity JSON Schema Container
*/
@ApiModel(description = "An Identity JSON Schema Container")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentitySchemaContainer {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java
index 3eb566884ab..57224a7a80b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* IdentitySchemaPreset
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentitySchemaPreset {
public static final String SERIALIZED_NAME_SCHEMA = "schema";
@SerializedName(SERIALIZED_NAME_SCHEMA)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityState.java b/clients/client/java/src/main/java/sh/ory/model/IdentityState.java
index d21221708d7..9bab01ebce6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java
index 5359ac95a9f..767dc7022ba 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Create Identity and Import Credentials
*/
@ApiModel(description = "Create Identity and Import Credentials")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityWithCredentials {
public static final String SERIALIZED_NAME_OIDC = "oidc";
@SerializedName(SERIALIZED_NAME_OIDC)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java
index c5874e97af4..441d817e60a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Create Identity and Import Social Sign In Credentials
*/
@ApiModel(description = "Create Identity and Import Social Sign In Credentials")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityWithCredentialsOidc {
public static final String SERIALIZED_NAME_CONFIG = "config";
@SerializedName(SERIALIZED_NAME_CONFIG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java
index cccad0e629b..7df982d56bc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* IdentityWithCredentialsOidcConfig
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityWithCredentialsOidcConfig {
public static final String SERIALIZED_NAME_CONFIG = "config";
@SerializedName(SERIALIZED_NAME_CONFIG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java
index b5186d24f6c..556ce11c57d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create Identity and Import Social Sign In Credentials Configuration
*/
@ApiModel(description = "Create Identity and Import Social Sign In Credentials Configuration")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityWithCredentialsOidcConfigProvider {
public static final String SERIALIZED_NAME_PROVIDER = "provider";
@SerializedName(SERIALIZED_NAME_PROVIDER)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java
index 07c9dcb152b..6a8ec2de51d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Create Identity and Import Password Credentials
*/
@ApiModel(description = "Create Identity and Import Password Credentials")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityWithCredentialsPassword {
public static final String SERIALIZED_NAME_CONFIG = "config";
@SerializedName(SERIALIZED_NAME_CONFIG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java
index 89fe3be51b2..e72d9e50589 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create Identity and Import Password Credentials Configuration
*/
@ApiModel(description = "Create Identity and Import Password Credentials Configuration")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IdentityWithCredentialsPasswordConfig {
public static final String SERIALIZED_NAME_HASHED_PASSWORD = "hashed_password";
@SerializedName(SERIALIZED_NAME_HASHED_PASSWORD)
diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java b/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java
index 0b0676079af..4b4bd107c9b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Get Project Branding Request Body
*/
@ApiModel(description = "Get Project Branding Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class InternalGetProjectBrandingBody {
public static final String SERIALIZED_NAME_HOSTNAME = "hostname";
@SerializedName(SERIALIZED_NAME_HOSTNAME)
diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java b/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java
index 1ef20c6dea5..9f90ed9385c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Is Account Experience Enabled For Project Request Body
*/
@ApiModel(description = "Is Account Experience Enabled For Project Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class InternalIsAXWelcomeScreenEnabledForProjectBody {
public static final String SERIALIZED_NAME_PATH = "path";
@SerializedName(SERIALIZED_NAME_PATH)
diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java
index ffb5bc8a7bd..61b79072cbb 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Is Owner For Project By Slug Request Body
*/
@ApiModel(description = "Is Owner For Project By Slug Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class InternalIsOwnerForProjectBySlugBody {
/**
* Namespace is the namespace of the subject.
diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java
index 532c2185d99..00cb3e8efdc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* InternalIsOwnerForProjectBySlugResponse
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class InternalIsOwnerForProjectBySlugResponse {
public static final String SERIALIZED_NAME_PROJECT_ID = "project_id";
@SerializedName(SERIALIZED_NAME_PROJECT_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/InternalProvisionMockSubscription.java b/clients/client/java/src/main/java/sh/ory/model/InternalProvisionMockSubscription.java
index 27406a6c11b..013c8c941ee 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalProvisionMockSubscription.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalProvisionMockSubscription.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Internal Provision Mock Subscription Request Body
*/
@ApiModel(description = "Internal Provision Mock Subscription Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class InternalProvisionMockSubscription {
/**
* Currency usd USD eur Euro
diff --git a/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java b/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java
index 3aca3408424..1bcf5efaa7b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
* Introspection contains an access token's session data as specified by [IETF RFC 7662](https://tools.ietf.org/html/rfc7662)
*/
@ApiModel(description = "Introspection contains an access token's session data as specified by [IETF RFC 7662](https://tools.ietf.org/html/rfc7662)")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IntrospectedOAuth2Token {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java b/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java
index 29e5431c42c..61fc42221ec 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* IsOwnerForProjectBySlug
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IsOwnerForProjectBySlug {
public static final String SERIALIZED_NAME_PROJECT_SLUG = "ProjectSlug";
@SerializedName(SERIALIZED_NAME_PROJECT_SLUG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IsReady200Response.java b/clients/client/java/src/main/java/sh/ory/model/IsReady200Response.java
index 676003f5879..5d1f2d1342d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IsReady200Response.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IsReady200Response.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* IsReady200Response
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IsReady200Response {
public static final String SERIALIZED_NAME_STATUS = "status";
@SerializedName(SERIALIZED_NAME_STATUS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/IsReady503Response.java b/clients/client/java/src/main/java/sh/ory/model/IsReady503Response.java
index c9f16d2d836..e70fd164850 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IsReady503Response.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IsReady503Response.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* IsReady503Response
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class IsReady503Response {
public static final String SERIALIZED_NAME_ERRORS = "errors";
@SerializedName(SERIALIZED_NAME_ERRORS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java b/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java
index b7ad75bce12..bc7a6b5ede3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* A JSONPatch document as defined by RFC 6902
*/
@ApiModel(description = "A JSONPatch document as defined by RFC 6902")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class JsonPatch {
public static final String SERIALIZED_NAME_FROM = "from";
@SerializedName(SERIALIZED_NAME_FROM)
diff --git a/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java b/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java
index 058cdaa8dd5..070c5cb3272 100644
--- a/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java
+++ b/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* JsonWebKey
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class JsonWebKey {
public static final String SERIALIZED_NAME_ALG = "alg";
@SerializedName(SERIALIZED_NAME_ALG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java b/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java
index d952f6ba5a1..d3adf9ad2d9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java
+++ b/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* JSON Web Key Set
*/
@ApiModel(description = "JSON Web Key Set")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class JsonWebKeySet {
public static final String SERIALIZED_NAME_KEYS = "keys";
@SerializedName(SERIALIZED_NAME_KEYS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java b/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java
index c0828fc16d2..5103e577be0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java
+++ b/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* KetoNamespace
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class KetoNamespace {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ListMyWorkspacesResponse.java b/clients/client/java/src/main/java/sh/ory/model/ListMyWorkspacesResponse.java
index 5a13ecda828..c7904594066 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ListMyWorkspacesResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ListMyWorkspacesResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* ListMyWorkspacesResponse
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ListMyWorkspacesResponse {
public static final String SERIALIZED_NAME_HAS_NEXT_PAGE = "has_next_page";
@SerializedName(SERIALIZED_NAME_HAS_NEXT_PAGE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java b/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java
index f2562f7d128..5a5b4c59e36 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* B2B SSO Organization List
*/
@ApiModel(description = "B2B SSO Organization List")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ListOrganizationsResponse {
public static final String SERIALIZED_NAME_ORGANIZATIONS = "organizations";
@SerializedName(SERIALIZED_NAME_ORGANIZATIONS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java b/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java
index 8a0c0244ee6..7e020da1e0e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -55,7 +55,7 @@
* This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\" endpoint by a client. Once a login flow is completed successfully, a session cookie or session token will be issued.
*/
@ApiModel(description = "This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\" endpoint by a client. Once a login flow is completed successfully, a session cookie or session token will be issued.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class LoginFlow {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java b/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java
index f288d2ddf8d..68dd15b32c4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java b/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java
index dd66ce5f4bb..4f664b1278d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Logout Flow
*/
@ApiModel(description = "Logout Flow")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class LogoutFlow {
public static final String SERIALIZED_NAME_LOGOUT_TOKEN = "logout_token";
@SerializedName(SERIALIZED_NAME_LOGOUT_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java
index 8ceb71058a0..2bc4f46cbec 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Together the name and identity uuid are a unique index constraint. This prevents a user from having schemas with the same name. This also allows schemas to have the same name across the system.
*/
@ApiModel(description = "Together the name and identity uuid are a unique index constraint. This prevents a user from having schemas with the same name. This also allows schemas to have the same name across the system.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ManagedIdentitySchema {
public static final String SERIALIZED_NAME_BLOB_NAME = "blob_name";
@SerializedName(SERIALIZED_NAME_BLOB_NAME)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java
index 6572498744d..8da6d7d6769 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Ory Identity Schema Validation Result
*/
@ApiModel(description = "Ory Identity Schema Validation Result")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ManagedIdentitySchemaValidationResult {
public static final String SERIALIZED_NAME_MESSAGE = "message";
@SerializedName(SERIALIZED_NAME_MESSAGE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java b/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java
index ad08c26be23..0197cdaeb7b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java
+++ b/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* MemberInvite
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class MemberInvite {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Message.java b/clients/client/java/src/main/java/sh/ory/model/Message.java
index e550bf186a2..8e6d46afe30 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Message.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Message.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -54,7 +54,7 @@
/**
* Message
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Message {
public static final String SERIALIZED_NAME_BODY = "body";
@SerializedName(SERIALIZED_NAME_BODY)
diff --git a/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java b/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java
index 42fe28e7738..5d9e1768691 100644
--- a/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured
*/
@ApiModel(description = "MessageDispatch represents an attempt of sending a courier message It contains the status of the attempt (failed or successful) and the error if any occured")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class MessageDispatch {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java b/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java
index de5b66f34d4..2db1a186293 100644
--- a/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java
+++ b/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Represents a single datapoint/bucket of a time series
*/
@ApiModel(description = "Represents a single datapoint/bucket of a time series")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class MetricsDatapoint {
public static final String SERIALIZED_NAME_COUNT = "count";
@SerializedName(SERIALIZED_NAME_COUNT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Namespace.java b/clients/client/java/src/main/java/sh/ory/model/Namespace.java
index a6ba6c04e22..e07ef4e5f76 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Namespace.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Namespace.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* Namespace
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Namespace {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java b/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java
index e9ed1133995..5c320947a28 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* NeedsPrivilegedSessionError
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class NeedsPrivilegedSessionError {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java
index 4cdee29b0d1..5e12f8e5f30 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
/**
* NormalizedProject
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class NormalizedProject {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java
index d23ca9c6cf7..ca67622d890 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -57,7 +57,7 @@
/**
* NormalizedProjectRevision
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class NormalizedProjectRevision {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java
index 76d22670243..7faa3779022 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* NormalizedProjectRevisionHook
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class NormalizedProjectRevisionHook {
public static final String SERIALIZED_NAME_CONFIG_KEY = "config_key";
@SerializedName(SERIALIZED_NAME_CONFIG_KEY)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java
index 8f219530964..018b032b3f0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* NormalizedProjectRevisionIdentitySchema
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class NormalizedProjectRevisionIdentitySchema {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java
index b11dbd389ae..6e598f5e4e8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* NormalizedProjectRevisionThirdPartyProvider
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class NormalizedProjectRevisionThirdPartyProvider {
public static final String SERIALIZED_NAME_ADDITIONAL_ID_TOKEN_AUDIENCES = "additional_id_token_audiences";
@SerializedName(SERIALIZED_NAME_ADDITIONAL_ID_TOKEN_AUDIENCES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java
index 848f6e99f0f..13c23392316 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* NormalizedProjectRevisionTokenizerTemplate
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class NormalizedProjectRevisionTokenizerTemplate {
public static final String SERIALIZED_NAME_CLAIMS_MAPPER_URL = "claims_mapper_url";
@SerializedName(SERIALIZED_NAME_CLAIMS_MAPPER_URL)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java
index 0b2f29986b2..8d102e7db50 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
* OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.
*/
@ApiModel(description = "OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are generated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2Client {
public static final String SERIALIZED_NAME_ACCESS_TOKEN_STRATEGY = "access_token_strategy";
@SerializedName(SERIALIZED_NAME_ACCESS_TOKEN_STRATEGY)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java
index 03a727896f9..6fe5dfcf51f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Lifespans of different token types issued for this OAuth 2.0 Client.
*/
@ApiModel(description = "Lifespans of different token types issued for this OAuth 2.0 Client.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2ClientTokenLifespans {
public static final String SERIALIZED_NAME_AUTHORIZATION_CODE_GRANT_ACCESS_TOKEN_LIFESPAN = "authorization_code_grant_access_token_lifespan";
@SerializedName(SERIALIZED_NAME_AUTHORIZATION_CODE_GRANT_ACCESS_TOKEN_LIFESPAN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java
index e32118d741b..f161af9ed70 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* OAuth2ConsentRequest
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2ConsentRequest {
public static final String SERIALIZED_NAME_ACR = "acr";
@SerializedName(SERIALIZED_NAME_ACR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java
index 95e65f424d0..525b796c13b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* OAuth2ConsentRequestOpenIDConnectContext
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2ConsentRequestOpenIDConnectContext {
public static final String SERIALIZED_NAME_ACR_VALUES = "acr_values";
@SerializedName(SERIALIZED_NAME_ACR_VALUES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java
index 99f51f81e0d..4b211429b4e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -55,7 +55,7 @@
* A completed OAuth 2.0 Consent Session.
*/
@ApiModel(description = "A completed OAuth 2.0 Consent Session.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2ConsentSession {
public static final String SERIALIZED_NAME_CONSENT_REQUEST = "consent_request";
@SerializedName(SERIALIZED_NAME_CONSENT_REQUEST)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java
index a9cac509fa4..b189a44ef84 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* OAuth2ConsentSessionExpiresAt
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2ConsentSessionExpiresAt {
public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token";
@SerializedName(SERIALIZED_NAME_ACCESS_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java
index ddbad3605bf..c6577077c50 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* OAuth2LoginRequest
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2LoginRequest {
public static final String SERIALIZED_NAME_CHALLENGE = "challenge";
@SerializedName(SERIALIZED_NAME_CHALLENGE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java
index 023f2a2af51..ef34ef80aba 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* OAuth2LogoutRequest
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2LogoutRequest {
public static final String SERIALIZED_NAME_CHALLENGE = "challenge";
@SerializedName(SERIALIZED_NAME_CHALLENGE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java
index 2c753dc99f7..00585ea8309 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Contains a redirect URL used to complete a login, consent, or logout request.
*/
@ApiModel(description = "Contains a redirect URL used to complete a login, consent, or logout request.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2RedirectTo {
public static final String SERIALIZED_NAME_REDIRECT_TO = "redirect_to";
@SerializedName(SERIALIZED_NAME_REDIRECT_TO)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java b/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java
index b6dd22b8790..3a38a5bfd7e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* OAuth2 Token Exchange Result
*/
@ApiModel(description = "OAuth2 Token Exchange Result")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OAuth2TokenExchange {
public static final String SERIALIZED_NAME_ACCESS_TOKEN = "access_token";
@SerializedName(SERIALIZED_NAME_ACCESS_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java b/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java
index fedd3f89754..8a224b6fee3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms among others.
*/
@ApiModel(description = "Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms among others.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OidcConfiguration {
public static final String SERIALIZED_NAME_AUTHORIZATION_ENDPOINT = "authorization_endpoint";
@SerializedName(SERIALIZED_NAME_AUTHORIZATION_ENDPOINT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java b/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java
index 4eaafa60185..71e32d043c9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* OpenID Connect Userinfo
*/
@ApiModel(description = "OpenID Connect Userinfo")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OidcUserInfo {
public static final String SERIALIZED_NAME_BIRTHDATE = "birthdate";
@SerializedName(SERIALIZED_NAME_BIRTHDATE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Organization.java b/clients/client/java/src/main/java/sh/ory/model/Organization.java
index 905a368d196..f67c63bff96 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Organization.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Organization.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* B2B SSO Organization
*/
@ApiModel(description = "B2B SSO Organization")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Organization {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java b/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java
index 9f9b8834000..d435fb778c0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Create B2B SSO Organization Request Body
*/
@ApiModel(description = "Create B2B SSO Organization Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class OrganizationBody {
public static final String SERIALIZED_NAME_DOMAINS = "domains";
@SerializedName(SERIALIZED_NAME_DOMAINS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Pagination.java b/clients/client/java/src/main/java/sh/ory/model/Pagination.java
index f948339f09b..5b2002ad866 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Pagination.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Pagination.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* Pagination
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Pagination {
public static final String SERIALIZED_NAME_PAGE_SIZE = "page_size";
@SerializedName(SERIALIZED_NAME_PAGE_SIZE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java b/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java
index 545c3a1bd61..0e049fd8160 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* PaginationHeaders
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class PaginationHeaders {
public static final String SERIALIZED_NAME_LINK = "link";
@SerializedName(SERIALIZED_NAME_LINK)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ParseError.java b/clients/client/java/src/main/java/sh/ory/model/ParseError.java
index ee9e07092f1..4122c35211f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ParseError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ParseError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* ParseError
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ParseError {
public static final String SERIALIZED_NAME_END = "end";
@SerializedName(SERIALIZED_NAME_END)
diff --git a/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java b/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java
index 0c0b88f9471..141e9247a09 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Patch Identities Body
*/
@ApiModel(description = "Patch Identities Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class PatchIdentitiesBody {
public static final String SERIALIZED_NAME_IDENTITIES = "identities";
@SerializedName(SERIALIZED_NAME_IDENTITIES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java b/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java
index bb7d7a0a61a..2388b04665e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Perform Native Logout Request Body
*/
@ApiModel(description = "Perform Native Logout Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class PerformNativeLogoutBody {
public static final String SERIALIZED_NAME_SESSION_TOKEN = "session_token";
@SerializedName(SERIALIZED_NAME_SESSION_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Plan.java b/clients/client/java/src/main/java/sh/ory/model/Plan.java
index b5dbb22542f..56f0b3bcc72 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Plan.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Plan.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* Plan
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Plan {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
diff --git a/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java b/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java
index 05e27f289c8..d200ca9fe96 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* PlanDetails
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class PlanDetails {
public static final String SERIALIZED_NAME_BASE_FEE_MONTHLY = "base_fee_monthly";
@SerializedName(SERIALIZED_NAME_BASE_FEE_MONTHLY)
diff --git a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java
index b3cd803490e..80bf6c4a73b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Check Permission using Post Request Body
*/
@ApiModel(description = "Check Permission using Post Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class PostCheckPermissionBody {
public static final String SERIALIZED_NAME_NAMESPACE = "namespace";
@SerializedName(SERIALIZED_NAME_NAMESPACE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java
index 7e83e65abac..1a4cdecc701 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Post Check Permission Or Error Body
*/
@ApiModel(description = "Post Check Permission Or Error Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class PostCheckPermissionOrErrorBody {
public static final String SERIALIZED_NAME_NAMESPACE = "namespace";
@SerializedName(SERIALIZED_NAME_NAMESPACE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Project.java b/clients/client/java/src/main/java/sh/ory/model/Project.java
index bda1dcb634b..7859c85e5de 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Project.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Project.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* Project
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Project {
public static final String SERIALIZED_NAME_CORS_ADMIN = "cors_admin";
@SerializedName(SERIALIZED_NAME_CORS_ADMIN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java b/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java
index cf96217b247..234383a2a59 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* ProjectApiKey
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectApiKey {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java b/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java
index f3e03b050ab..aa52fa82fa8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* ProjectBranding
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectBranding {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java
index b3d472f6148..cb6745b8122 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ProjectBrandingColors
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectBrandingColors {
public static final String SERIALIZED_NAME_ACCENT_DEFAULT_COLOR = "accent_default_color";
@SerializedName(SERIALIZED_NAME_ACCENT_DEFAULT_COLOR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java
index 150757c3df6..07dfb1c4803 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* ProjectBrandingTheme
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectBrandingTheme {
public static final String SERIALIZED_NAME_ACCENT_DEFAULT_COLOR = "accent_default_color";
@SerializedName(SERIALIZED_NAME_ACCENT_DEFAULT_COLOR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java b/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java
index 16f9828a950..1c62e98473c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* ProjectCors
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectCors {
public static final String SERIALIZED_NAME_ENABLED = "enabled";
@SerializedName(SERIALIZED_NAME_ENABLED)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java b/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java
index 860967ad75f..e2614b0b1c7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ProjectHost
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectHost {
public static final String SERIALIZED_NAME_HOST = "host";
@SerializedName(SERIALIZED_NAME_HOST)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java b/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java
index 06ada09b620..4e116f0d5b4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* ProjectMetadata
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectMetadata {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java
index 5e713aacc2a..e9d3c3199fb 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ProjectServiceIdentity
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectServiceIdentity {
public static final String SERIALIZED_NAME_CONFIG = "config";
@SerializedName(SERIALIZED_NAME_CONFIG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java
index 1908072c0bf..b5aab20c758 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ProjectServiceOAuth2
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectServiceOAuth2 {
public static final String SERIALIZED_NAME_CONFIG = "config";
@SerializedName(SERIALIZED_NAME_CONFIG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java
index 628b374f5da..cc3e243b681 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* ProjectServicePermission
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectServicePermission {
public static final String SERIALIZED_NAME_CONFIG = "config";
@SerializedName(SERIALIZED_NAME_CONFIG)
diff --git a/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java b/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java
index b1b4e323cc0..e4b01e82ea8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
/**
* ProjectServices
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class ProjectServices {
public static final String SERIALIZED_NAME_IDENTITY = "identity";
@SerializedName(SERIALIZED_NAME_IDENTITY)
diff --git a/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java b/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java
index 4d18f29b904..70397b89fb2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java
+++ b/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* QuotaUsage
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class QuotaUsage {
public static final String SERIALIZED_NAME_ADDITIONAL_PRICE = "additional_price";
@SerializedName(SERIALIZED_NAME_ADDITIONAL_PRICE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java b/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java
index 0cde4ba2ec3..1ab23c32c03 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* RFC6749ErrorJson
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RFC6749ErrorJson {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java
index e27815b1a46..ea74eec3a40 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Used when an administrator creates a recovery code for an identity.
*/
@ApiModel(description = "Used when an administrator creates a recovery code for an identity.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RecoveryCodeForIdentity {
public static final String SERIALIZED_NAME_EXPIRES_AT = "expires_at";
@SerializedName(SERIALIZED_NAME_EXPIRES_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java
index c7bff89aa8a..e4d6a5e56fd 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -54,7 +54,7 @@
* This request is used when an identity wants to recover their account. We recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)
*/
@ApiModel(description = "This request is used when an identity wants to recover their account. We recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RecoveryFlow {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java
index f61709a962d..d2c1abd062c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java
index e6f2daeb7ce..53132a632c5 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* RecoveryIdentityAddress
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RecoveryIdentityAddress {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java b/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java
index 00b0b64ecfe..ae803e326dc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Used when an administrator creates a recovery link for an identity.
*/
@ApiModel(description = "Used when an administrator creates a recovery link for an identity.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RecoveryLinkForIdentity {
public static final String SERIALIZED_NAME_EXPIRES_AT = "expires_at";
@SerializedName(SERIALIZED_NAME_EXPIRES_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java
index 9ae8dddeb86..497a5cf6491 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
/**
* RegistrationFlow
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RegistrationFlow {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java
index b072981e393..b66e106c9d7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java b/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java
index ef962ceea12..81461a145b0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* RejectOAuth2Request
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RejectOAuth2Request {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java b/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java
index 8ff65e77319..31d500a2b30 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Relation Query
*/
@ApiModel(description = "Relation Query")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RelationQuery {
public static final String SERIALIZED_NAME_NAMESPACE = "namespace";
@SerializedName(SERIALIZED_NAME_NAMESPACE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Relationship.java b/clients/client/java/src/main/java/sh/ory/model/Relationship.java
index 0cd98f538ea..044c43f61f6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Relationship.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Relationship.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Relationship
*/
@ApiModel(description = "Relationship")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Relationship {
public static final String SERIALIZED_NAME_NAMESPACE = "namespace";
@SerializedName(SERIALIZED_NAME_NAMESPACE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java b/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java
index fc4a7bfcd9c..824be97b7d4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Relationship Namespace List
*/
@ApiModel(description = "Relationship Namespace List")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RelationshipNamespaces {
public static final String SERIALIZED_NAME_NAMESPACES = "namespaces";
@SerializedName(SERIALIZED_NAME_NAMESPACES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java b/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java
index 48c29eda958..418ad5b731f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* Payload for patching a relationship
*/
@ApiModel(description = "Payload for patching a relationship")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class RelationshipPatch {
/**
* Gets or Sets action
diff --git a/clients/client/java/src/main/java/sh/ory/model/Relationships.java b/clients/client/java/src/main/java/sh/ory/model/Relationships.java
index f3362915e9e..ee801c95480 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Relationships.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Relationships.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Paginated Relationship List
*/
@ApiModel(description = "Paginated Relationship List")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Relationships {
public static final String SERIALIZED_NAME_NEXT_PAGE_TOKEN = "next_page_token";
@SerializedName(SERIALIZED_NAME_NEXT_PAGE_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java b/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java
index 8df034adecf..f43cc843ad4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* SchemaPatch
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SchemaPatch {
public static final String SERIALIZED_NAME_DATA = "data";
@SerializedName(SERIALIZED_NAME_DATA)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java b/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java
index e2948304f60..3a3839323d3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Is sent when a flow is expired
*/
@ApiModel(description = "Is sent when a flow is expired")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SelfServiceFlowExpiredError {
public static final String SERIALIZED_NAME_ERROR = "error";
@SerializedName(SERIALIZED_NAME_ERROR)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Session.java b/clients/client/java/src/main/java/sh/ory/model/Session.java
index e4727977c65..34114ab100f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Session.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Session.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -56,7 +56,7 @@
* A Session
*/
@ApiModel(description = "A Session")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Session {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java b/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java
index 7db11581884..0d9cd9deeb5 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* SessionActivityDatapoint
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SessionActivityDatapoint {
public static final String SERIALIZED_NAME_COUNTRY = "country";
@SerializedName(SERIALIZED_NAME_COUNTRY)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java b/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java
index ea7a7b1ed93..655515e4ec6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* A singular authenticator used during authentication / login.
*/
@ApiModel(description = "A singular authenticator used during authentication / login.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SessionAuthenticationMethod {
public static final String SERIALIZED_NAME_AAL = "aal";
@SerializedName(SERIALIZED_NAME_AAL)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java b/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java
index a7d36f1aba6..eae2404ace9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Device corresponding to a Session
*/
@ApiModel(description = "Device corresponding to a Session")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SessionDevice {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java b/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java
index 5d41def75fc..a7d075847cf 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Set active project in the Ory Network Console Request Body
*/
@ApiModel(description = "Set active project in the Ory Network Console Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SetActiveProjectInConsoleBody {
public static final String SERIALIZED_NAME_PROJECT_ID = "project_id";
@SerializedName(SERIALIZED_NAME_PROJECT_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java b/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java
index 33d67e5d87e..5fb0dc5cfef 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Update Custom Hostname Body
*/
@ApiModel(description = "Update Custom Hostname Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SetCustomDomainBody {
public static final String SERIALIZED_NAME_COOKIE_DOMAIN = "cookie_domain";
@SerializedName(SERIALIZED_NAME_COOKIE_DOMAIN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SetProject.java b/clients/client/java/src/main/java/sh/ory/model/SetProject.java
index 1cf9eb16404..ba06c8cf8b4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetProject.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetProject.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* SetProject
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SetProject {
public static final String SERIALIZED_NAME_CORS_ADMIN = "cors_admin";
@SerializedName(SERIALIZED_NAME_CORS_ADMIN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java b/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java
index c083b84a193..792c0debe8a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* SetProjectBrandingThemeBody
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SetProjectBrandingThemeBody {
public static final String SERIALIZED_NAME_FAVICON_TYPE = "favicon_type";
@SerializedName(SERIALIZED_NAME_FAVICON_TYPE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java b/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java
index f4db35d93bb..efaaa804ce1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -55,7 +55,7 @@
* This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner. We recommend reading the [User Settings Documentation](../self-service/flows/user-settings)
*/
@ApiModel(description = "This flow is used when an identity wants to update settings (e.g. profile data, passwords, ...) in a selfservice manner. We recommend reading the [User Settings Documentation](../self-service/flows/user-settings)")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SettingsFlow {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java b/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java
index 11824707e4f..c0c50a805f1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java b/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java
index f51c2ad859c..d53b3f00038 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* SourcePosition
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SourcePosition {
public static final String SERIALIZED_NAME_LINE = "Line";
@SerializedName(SERIALIZED_NAME_LINE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/StripeCustomer.java b/clients/client/java/src/main/java/sh/ory/model/StripeCustomer.java
index b067786ffaf..d90a743f9d0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/StripeCustomer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/StripeCustomer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* StripeCustomer
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class StripeCustomer {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java b/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java
index 08b473defa0..5751aee1d37 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* SubjectSet
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SubjectSet {
public static final String SERIALIZED_NAME_NAMESPACE = "namespace";
@SerializedName(SERIALIZED_NAME_NAMESPACE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Subscription.java b/clients/client/java/src/main/java/sh/ory/model/Subscription.java
index 8bf294e453e..81473a8cf40 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Subscription.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Subscription.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* Subscription
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Subscription {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java
index 3739cc49a58..275389bc27d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* The Response for Registration Flows via API
*/
@ApiModel(description = "The Response for Registration Flows via API")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SuccessfulCodeExchangeResponse {
public static final String SERIALIZED_NAME_SESSION = "session";
@SerializedName(SERIALIZED_NAME_SESSION)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java
index 108ac9d2223..4fcb1694a7c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* The Response for Login Flows via API
*/
@ApiModel(description = "The Response for Login Flows via API")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SuccessfulNativeLogin {
public static final String SERIALIZED_NAME_SESSION = "session";
@SerializedName(SERIALIZED_NAME_SESSION)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java
index 3a4b59804cf..8d8508ae549 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -54,7 +54,7 @@
* The Response for Registration Flows via API
*/
@ApiModel(description = "The Response for Registration Flows via API")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SuccessfulNativeRegistration {
public static final String SERIALIZED_NAME_CONTINUE_WITH = "continue_with";
@SerializedName(SERIALIZED_NAME_CONTINUE_WITH)
diff --git a/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java b/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java
index 51a07a65ac0..6b3fa42c749 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
/**
* SuccessfulProjectUpdate
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class SuccessfulProjectUpdate {
public static final String SERIALIZED_NAME_PROJECT = "project";
@SerializedName(SERIALIZED_NAME_PROJECT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java b/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java
index ddfc9797043..df37b974cac 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* TokenPagination
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class TokenPagination {
public static final String SERIALIZED_NAME_PAGE_SIZE = "page_size";
@SerializedName(SERIALIZED_NAME_PAGE_SIZE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java
index 784da30e619..0b8a0038962 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* TokenPaginationHeaders
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class TokenPaginationHeaders {
public static final String SERIALIZED_NAME_LINK = "link";
@SerializedName(SERIALIZED_NAME_LINK)
diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java
index e298c11e0ca..748939c62d2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
*/
@ApiModel(description = "The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class TokenPaginationRequestParameters {
public static final String SERIALIZED_NAME_PAGE_SIZE = "page_size";
@SerializedName(SERIALIZED_NAME_PAGE_SIZE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java
index 1aea4534fe3..e345cc25395 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `<https://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}&page_token={offset}>; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
*/
@ApiModel(description = "The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as: `; rel=\"{page}\"` For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class TokenPaginationResponseHeaders {
public static final String SERIALIZED_NAME_LINK = "link";
@SerializedName(SERIALIZED_NAME_LINK)
diff --git a/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java b/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java
index 167e73db18c..195b2300264 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
* Trust OAuth2 JWT Bearer Grant Type Issuer Request Body
*/
@ApiModel(description = "Trust OAuth2 JWT Bearer Grant Type Issuer Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class TrustOAuth2JwtGrantIssuer {
public static final String SERIALIZED_NAME_ALLOW_ANY_SUBJECT = "allow_any_subject";
@SerializedName(SERIALIZED_NAME_ALLOW_ANY_SUBJECT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java
index 070f2ae31f8..c4f249dc024 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
* OAuth2 JWT Bearer Grant Type Issuer Trust Relationship
*/
@ApiModel(description = "OAuth2 JWT Bearer Grant Type Issuer Trust Relationship")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class TrustedOAuth2JwtGrantIssuer {
public static final String SERIALIZED_NAME_ALLOW_ANY_SUBJECT = "allow_any_subject";
@SerializedName(SERIALIZED_NAME_ALLOW_ANY_SUBJECT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java
index 15663a50ad9..d1fbfa53211 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key
*/
@ApiModel(description = "OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class TrustedOAuth2JwtGrantJsonWebKey {
public static final String SERIALIZED_NAME_KID = "kid";
@SerializedName(SERIALIZED_NAME_KID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiContainer.java b/clients/client/java/src/main/java/sh/ory/model/UiContainer.java
index 8a875cb879b..6bdeb5aee26 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiContainer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiContainer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -53,7 +53,7 @@
* Container represents a HTML Form. The container can work with both HTTP Form and JSON requests
*/
@ApiModel(description = "Container represents a HTML Form. The container can work with both HTTP Form and JSON requests")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiContainer {
public static final String SERIALIZED_NAME_ACTION = "action";
@SerializedName(SERIALIZED_NAME_ACTION)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNode.java b/clients/client/java/src/main/java/sh/ory/model/UiNode.java
index 4c572ad3fab..9408995c695 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNode.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNode.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -54,7 +54,7 @@
* Nodes are represented as HTML elements or their native UI equivalents. For example, a node can be an `<img>` tag, or an `<input element>` but also `some plain text`.
*/
@ApiModel(description = "Nodes are represented as HTML elements or their native UI equivalents. For example, a node can be an `` tag, or an `` but also `some plain text`.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNode {
public static final String SERIALIZED_NAME_ATTRIBUTES = "attributes";
@SerializedName(SERIALIZED_NAME_ATTRIBUTES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java
index 3e8abd4845c..4b122f37cf3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* UiNodeAnchorAttributes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNodeAnchorAttributes {
public static final String SERIALIZED_NAME_HREF = "href";
@SerializedName(SERIALIZED_NAME_HREF)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java
index f7fe86a9951..69871c5139f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -64,7 +64,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNodeAttributes extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(UiNodeAttributes.class.getName());
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java
index 5ca25ce117f..b99b739ade6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* UiNodeImageAttributes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNodeImageAttributes {
public static final String SERIALIZED_NAME_HEIGHT = "height";
@SerializedName(SERIALIZED_NAME_HEIGHT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java
index 2cf8a8ec0cf..9b25c707171 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* InputAttributes represents the attributes of an input node
*/
@ApiModel(description = "InputAttributes represents the attributes of an input node")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNodeInputAttributes {
/**
* The autocomplete attribute for the input. email InputAttributeAutocompleteEmail tel InputAttributeAutocompleteTel url InputAttributeAutocompleteUrl current-password InputAttributeAutocompleteCurrentPassword new-password InputAttributeAutocompleteNewPassword one-time-code InputAttributeAutocompleteOneTimeCode
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java
index 8c5ada253df..246eb89e668 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* This might include a label and other information that can optionally be used to render UIs.
*/
@ApiModel(description = "This might include a label and other information that can optionally be used to render UIs.")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNodeMeta {
public static final String SERIALIZED_NAME_LABEL = "label";
@SerializedName(SERIALIZED_NAME_LABEL)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java
index 23c46d9a426..fa3939ee1fb 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* UiNodeScriptAttributes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNodeScriptAttributes {
public static final String SERIALIZED_NAME_ASYNC = "async";
@SerializedName(SERIALIZED_NAME_ASYNC)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java b/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java
index 7162d66e39d..47c988065c9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* UiNodeTextAttributes
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiNodeTextAttributes {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UiText.java b/clients/client/java/src/main/java/sh/ory/model/UiText.java
index 50625ade37b..2205e39658f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiText.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiText.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* UiText
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UiText {
public static final String SERIALIZED_NAME_CONTEXT = "context";
@SerializedName(SERIALIZED_NAME_CONTEXT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java
index 20af54f5a85..4f98c4ffd45 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -52,7 +52,7 @@
* Update Identity Body
*/
@ApiModel(description = "Update Identity Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateIdentityBody {
public static final String SERIALIZED_NAME_CREDENTIALS = "credentials";
@SerializedName(SERIALIZED_NAME_CREDENTIALS)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java
index 3069f3fc109..d3a84930af3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -63,7 +63,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateLoginFlowBody extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(UpdateLoginFlowBody.class.getName());
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java
index 140e71660f9..137dd0b7bb9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Login flow using the code method
*/
@ApiModel(description = "Update Login flow using the code method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateLoginFlowWithCodeMethod {
public static final String SERIALIZED_NAME_CODE = "code";
@SerializedName(SERIALIZED_NAME_CODE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java
index 8d128c84ed8..3903d130a76 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Login Flow with Lookup Secret Method
*/
@ApiModel(description = "Update Login Flow with Lookup Secret Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateLoginFlowWithLookupSecretMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java
index 0bdb2d9ce95..06ce52883ed 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Login Flow with OpenID Connect Method
*/
@ApiModel(description = "Update Login Flow with OpenID Connect Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateLoginFlowWithOidcMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java
index 26721d819db..63e13faffb7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Login Flow with Password Method
*/
@ApiModel(description = "Update Login Flow with Password Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateLoginFlowWithPasswordMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java
index 0444b2d225e..388bb0a4cad 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Login Flow with TOTP Method
*/
@ApiModel(description = "Update Login Flow with TOTP Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateLoginFlowWithTotpMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java
index 1bc564c6b87..e9413658a93 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Login Flow with WebAuthn Method
*/
@ApiModel(description = "Update Login Flow with WebAuthn Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateLoginFlowWithWebAuthnMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java
index ac95a10f4e1..115e6f50991 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -59,7 +59,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRecoveryFlowBody extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(UpdateRecoveryFlowBody.class.getName());
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java
index 3292e3f92b8..2533849c9f8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Recovery Flow with Code Method
*/
@ApiModel(description = "Update Recovery Flow with Code Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRecoveryFlowWithCodeMethod {
public static final String SERIALIZED_NAME_CODE = "code";
@SerializedName(SERIALIZED_NAME_CODE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java
index b6cd16da68d..659db4458fc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Recovery Flow with Link Method
*/
@ApiModel(description = "Update Recovery Flow with Link Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRecoveryFlowWithLinkMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java
index 21d89208519..b663f5a6dd5 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -61,7 +61,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRegistrationFlowBody extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(UpdateRegistrationFlowBody.class.getName());
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java
index 9a51ee0580f..d4f2d6cfdcf 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Registration Flow with Code Method
*/
@ApiModel(description = "Update Registration Flow with Code Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRegistrationFlowWithCodeMethod {
public static final String SERIALIZED_NAME_CODE = "code";
@SerializedName(SERIALIZED_NAME_CODE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java
index 519d8af4c67..7541640f720 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Registration Flow with OpenID Connect Method
*/
@ApiModel(description = "Update Registration Flow with OpenID Connect Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRegistrationFlowWithOidcMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java
index ceafe074e67..358eab20d32 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Registration Flow with Password Method
*/
@ApiModel(description = "Update Registration Flow with Password Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRegistrationFlowWithPasswordMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java
index 1490fc9f8a0..bf48ed3c292 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Registration Flow with WebAuthn Method
*/
@ApiModel(description = "Update Registration Flow with WebAuthn Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateRegistrationFlowWithWebAuthnMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java
index a8e904bda34..9c172841be3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -63,7 +63,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSettingsFlowBody extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(UpdateSettingsFlowBody.class.getName());
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java
index 50a098b29c6..f99a7b9e9c8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Settings Flow with Lookup Method
*/
@ApiModel(description = "Update Settings Flow with Lookup Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSettingsFlowWithLookupMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java
index 8008c95fbac..8ed2585a2d3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Settings Flow with OpenID Connect Method
*/
@ApiModel(description = "Update Settings Flow with OpenID Connect Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSettingsFlowWithOidcMethod {
public static final String SERIALIZED_NAME_FLOW = "flow";
@SerializedName(SERIALIZED_NAME_FLOW)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java
index 00e892f2b09..2c8e6c2bc29 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Settings Flow with Password Method
*/
@ApiModel(description = "Update Settings Flow with Password Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSettingsFlowWithPasswordMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java
index 5c621e1e306..00edfc2d573 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Settings Flow with Profile Method
*/
@ApiModel(description = "Update Settings Flow with Profile Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSettingsFlowWithProfileMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java
index b7410c0688b..afcb7811f31 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Settings Flow with TOTP Method
*/
@ApiModel(description = "Update Settings Flow with TOTP Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSettingsFlowWithTotpMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java
index 133d3d81261..c4ca2bb5234 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Settings Flow with WebAuthn Method
*/
@ApiModel(description = "Update Settings Flow with WebAuthn Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSettingsFlowWithWebAuthnMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java
index 0ea54f2944f..fc6fcce66a4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Subscription Request Body
*/
@ApiModel(description = "Update Subscription Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateSubscriptionBody {
/**
* monthly Monthly yearly Yearly
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java
index 45d28e90def..33af9287835 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -59,7 +59,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateVerificationFlowBody extends AbstractOpenApiSchema {
private static final Logger log = Logger.getLogger(UpdateVerificationFlowBody.class.getName());
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java
index fd6a76d2498..119a848925f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* UpdateVerificationFlowWithCodeMethod
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateVerificationFlowWithCodeMethod {
public static final String SERIALIZED_NAME_CODE = "code";
@SerializedName(SERIALIZED_NAME_CODE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java
index 06e4d05f4c1..a81582a5d8c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Update Verification Flow with Link Method
*/
@ApiModel(description = "Update Verification Flow with Link Method")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class UpdateVerificationFlowWithLinkMethod {
public static final String SERIALIZED_NAME_CSRF_TOKEN = "csrf_token";
@SerializedName(SERIALIZED_NAME_CSRF_TOKEN)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Usage.java b/clients/client/java/src/main/java/sh/ory/model/Usage.java
index 356430f21e6..ebf0eaae598 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Usage.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Usage.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
/**
* Usage
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Usage {
public static final String SERIALIZED_NAME_GENERIC_USAGE = "GenericUsage";
@SerializedName(SERIALIZED_NAME_GENERIC_USAGE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java
index 60c9e9dc618..1c6ca25eda4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* VerifiableCredentialPrimingResponse
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class VerifiableCredentialPrimingResponse {
public static final String SERIALIZED_NAME_C_NONCE = "c_nonce";
@SerializedName(SERIALIZED_NAME_C_NONCE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java
index e8c344c33d8..951dbd72d71 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* VerifiableCredentialProof
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class VerifiableCredentialProof {
public static final String SERIALIZED_NAME_JWT = "jwt";
@SerializedName(SERIALIZED_NAME_JWT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java
index 791615782f2..21153524ca1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* VerifiableCredentialResponse
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class VerifiableCredentialResponse {
public static final String SERIALIZED_NAME_CREDENTIAL_DRAFT00 = "credential_draft_00";
@SerializedName(SERIALIZED_NAME_CREDENTIAL_DRAFT00)
diff --git a/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java b/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java
index cb0d99b067f..795f79d6e0c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
* VerifiableAddress is an identity's verifiable address
*/
@ApiModel(description = "VerifiableAddress is an identity's verifiable address")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class VerifiableIdentityAddress {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java b/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java
index d2fa15a35bc..aea33617943 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,7 @@
* Used to verify an out-of-band communication channel such as an email address or a phone number. For more information head over to: https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation
*/
@ApiModel(description = "Used to verify an out-of-band communication channel such as an email address or a phone number. For more information head over to: https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class VerificationFlow {
public static final String SERIALIZED_NAME_ACTIVE = "active";
@SerializedName(SERIALIZED_NAME_ACTIVE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java b/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java
index 0b38b6558e1..887097f664e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/main/java/sh/ory/model/Version.java b/clients/client/java/src/main/java/sh/ory/model/Version.java
index bac1eef918d..defbf14efbe 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Version.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Version.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* Version
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Version {
public static final String SERIALIZED_NAME_VERSION = "version";
@SerializedName(SERIALIZED_NAME_VERSION)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Warning.java b/clients/client/java/src/main/java/sh/ory/model/Warning.java
index ac210b668c0..9f9633ec17b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Warning.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Warning.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -48,7 +48,7 @@
/**
* Warning
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Warning {
public static final String SERIALIZED_NAME_CODE = "code";
@SerializedName(SERIALIZED_NAME_CODE)
diff --git a/clients/client/java/src/main/java/sh/ory/model/Workspace.java b/clients/client/java/src/main/java/sh/ory/model/Workspace.java
index 2e4cb41825f..a1446469cac 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Workspace.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Workspace.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* Workspace
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-08T09:18:16.122173111Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-12-11T13:45:13.347317410Z[Etc/UTC]")
public class Workspace {
public static final String SERIALIZED_NAME_CREATED_AT = "created_at";
@SerializedName(SERIALIZED_NAME_CREATED_AT)
diff --git a/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java b/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java
index 064faeab778..4456941a084 100644
--- a/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java b/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java
index 61e8ca14c2e..99e6677f4a8 100644
--- a/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java b/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java
index fb6ef5b8382..f4d2f6f5f5b 100644
--- a/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java b/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java
index 2470c2dd5fc..b3d1185fafd 100644
--- a/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java b/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java
index 71aa6fdefe2..e5779a60c1f 100644
--- a/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java b/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java
index a910f8f1d1e..a26b3f69ea1 100644
--- a/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java b/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java
index 5edc10882d4..c286695f5e0 100644
--- a/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java b/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java
index e9da3be1123..ce9df310bad 100644
--- a/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java b/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java
index a9345c90f04..ecbf3e5a8dd 100644
--- a/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java b/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java
index 860f3704372..0d89d4fdc86 100644
--- a/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java b/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java
index dc6a3ad8782..b457b028702 100644
--- a/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java
index 8f7bc81a9b5..413f9f7d67c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java
index 0aba89a2cec..3687cb4acd9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java
index 09dff84840b..7003edcc15e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java b/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java
index 0f0e24b2d4b..3ad5cfb5ea7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java b/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java
index 175aef291d9..306239eb7ab 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java b/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java
index 3ede2e040e0..6bb8b9b9a54 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java
index 78fd7c267a9..f41ec7d03c0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java b/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java
index 25559d06feb..42219a80acc 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java b/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java
index 8f631441ebd..37ea75efd65 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java b/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java
index 821fbf9db0e..8b74cb87fd9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java b/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java
index dfdb3288040..02d8de945d2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java
index 7b5b5436fb6..27661fef646 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java
index 7e6435457fd..bcdeac41224 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithRecoveryUiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java
index 7c058b848fe..239fc116af7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java
index d27d115ac59..292a75637a5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java
index 6492f969475..5dcc284ef97 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSettingsUiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java
index 404dfc0ed67..65db8ad8375 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java
index e77899f87f8..0c6db6c7e87 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java
index e422231b985..5b349013fb2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java b/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java
index e3365e3b667..8b6bc2afbc2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java b/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java
index ac2c6910852..ed8d5d96396 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java
index 8623ec3a5af..e91b00cda9a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java
index b6da28f1d15..7292a6599dc 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java
index 662db5466b7..6a0fcb4f487 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java
index cd5f6bb1185..2d6baa7a506 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java
index 997baeff6cb..6cc97846e5a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java
index 7ffcdf3ec1d..df6b942e8b5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java
index b6635be4c34..dd7b891a5c1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java
index 49362c278e0..6227fe80bec 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java
index 34cfa57f22d..b2239602deb 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectNormalizedPayloadTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java
index b25ff173218..1a021c8d79c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java
index 34be2d34477..05f93941db6 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java
index 7a2751e8ab6..0bbc00a9787 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java
index f1712a6d506..11b17d9f3dd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java
index e0c51715480..b404e5db703 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java b/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java
index 3f5423bc2f7..4bec25896b7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java b/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java
index ccb7fe13cd1..1df9a9f6e59 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java b/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java
index 80487e30193..7e58fdfbb90 100644
--- a/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java
index 9ee117b1b49..247c235c911 100644
--- a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java
index 9e9ea3271af..ded45fde6bd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java
index 05ea2f51e56..0c9310db8fb 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java
index 60ae40db9d3..186fde03078 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java
index 305c857dd50..7d7480b951f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java b/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java
index 78974692a2c..c14451eb7b2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java b/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java
index 35dd3249f68..e4d863d1336 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java b/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java
index 938965dce84..083425f82d1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java
index af2bc4e1baa..5a84d307bf9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java b/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java
index bd081b2a27d..16f242af093 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java
index 77ce10f5a67..b4760da0d21 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java b/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java
index 1fa5a54ccf3..579b2d3cd9e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java
index fb713c773c9..89876c087dd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java b/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java
index f6ebee11f24..7d418c1703c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java
index e165df42487..9a886446b4e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java
index 563102d494e..c0585e015c3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java
index da9025dd13f..5983dd1245a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java
index 4a053e09a99..4a05d31ed6e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java b/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java
index 9d92b0ff2d7..121177c9cd9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java b/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java
index 9440ab042eb..db355e0feb2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java
index 22173d3688e..230b5224114 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java
index ef0ca921182..7cba7d811d2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java
index 86b5c7adbaa..cbcdbc2eac6 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java
index 5c7ddd4b5b4..ce91724c74e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java
index a346fe8761d..0e5dc2a974c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTypeTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTypeTest.java
index 734448a5fd0..29e18d9b73a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTypeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTypeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java
index e09be35e561..6ff84c8811d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java
index 957baa89faa..ffd112e2879 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java
index 7384be39ead..7fab08fe55d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java
index 43304664607..81acd780503 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityStateTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityStateTest.java
index 7154155b996..79986e1b4c9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java
index 7419bf92ae3..8559e8579b0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java
index bfb7092ed09..d8eb7f98e76 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java
index 10161b12abe..fc2f2eeab29 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java
index ab47aeb546a..aa8b6119c77 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java
index b9707e8045b..39f1497ae3c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java
index 8bc1dde9cb9..0e936901614 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java
index e5ceed956fc..5fe8cde07ea 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java
index 751065e6bd6..dfbebe78ad2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java
index 9a262628c0c..7a828814d2d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java
index 526452c579e..0d0c772fde5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java
index 6dae14a9bb7..6bbcf970827 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/InternalProvisionMockSubscriptionTest.java b/clients/client/java/src/test/java/sh/ory/model/InternalProvisionMockSubscriptionTest.java
index 5185d2fe5b7..1c8a1564b43 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalProvisionMockSubscriptionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalProvisionMockSubscriptionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java b/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java
index c00b43a34c4..9a89b791d20 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java b/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java
index 450eaedada0..21af625e68c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IsReady200ResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/IsReady200ResponseTest.java
index dcd78ebd333..635ed69eb81 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IsReady200ResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IsReady200ResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/IsReady503ResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/IsReady503ResponseTest.java
index a3bff39bfa9..920d4985d7a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IsReady503ResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IsReady503ResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java
index cc840874df1..93f16a3ffd4 100644
--- a/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java
index 82c26e87b23..dc81109ceef 100644
--- a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java
index 5cf8f871719..f745e330c14 100644
--- a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java b/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java
index d1e02f8304b..227fb419009 100644
--- a/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ListMyWorkspacesResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/ListMyWorkspacesResponseTest.java
index 1f88abf1333..3900b559275 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ListMyWorkspacesResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ListMyWorkspacesResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java
index a58152e8dc9..6db56005bbc 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java
index ffe8ce44240..d17ad0f7e5a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java
index bffb35d6f9e..cae4d3c58bd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java
index 17727c25ae9..1b5adf72f35 100644
--- a/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java
index f4f89b85e58..02fecd7997e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java
index 74d18e24743..3888077d431 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java b/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java
index 7cbf7fef8c6..c45fa15aee1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java b/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java
index 01bfd089490..cc340da6584 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/MessageTest.java b/clients/client/java/src/test/java/sh/ory/model/MessageTest.java
index 919baec1199..f4742fe9cbe 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MessageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MessageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java b/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java
index 7bf4f3c7eec..2813b5a04e9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java b/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java
index b859ce14397..6c3e5c93142 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java
index 8cfc535728b..183c046d34e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java
index df9341541e9..82350f71d24 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java
index ca79fcfbe9b..88ff101b624 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java
index 69a7e868b22..f762e49f5b3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java
index 2ef2b127fb6..ee3cf3da850 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java
index 4591a05876d..adc09795f00 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java
index 7ba909087c3..e0959a70084 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java
index 3143d77ebb2..6abbbff264e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java
index 1a6d5bf70b3..96ee7bdca6d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java
index 6e7697d8a8b..4a185e19a44 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java
index 51a0de8117c..248bcaf2fa7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java
index 3207265bf4f..871aea428f0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java
index 1d1555f6806..126f9cd23be 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java
index cb50204dd31..3c3c260e2b0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java
index 74cd92396e2..612ffa1f823 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java
index 65381130ef4..90a6080e75c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java b/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java
index d9df64efe3c..6ebb4140b77 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java b/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java
index d031d47f5aa..4288681db98 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java b/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java
index 08a9dae93fa..d4eeb577294 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java
index 3c220e32e4d..cebd6540453 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java b/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java
index ffb43b433ba..8882c7304e1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java b/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java
index 34e51afa9b4..34033327edd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java b/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java
index ae0c7ed8769..a6fcacc2c93 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java
index f2d9539a115..6f74a8c5c17 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java
index 8a7e03f8b52..828bb98a289 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java
index 053dbd4c6cb..e37d644a0da 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java b/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java
index bf43667f876..e92371b447b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PlanTest.java b/clients/client/java/src/test/java/sh/ory/model/PlanTest.java
index d97e99a0c6d..75754c5fc84 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PlanTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PlanTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java
index 0a8f9c9233b..cd2d7652d37 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java
index 2810e1cd5e6..63afd92efbd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java
index 417535b31a9..362dcf2c30c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java
index c3b98b5dd61..48bfc851127 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java
index e640c2d3b5a..ab2d2b8dafd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java
index 01db12200f9..f5c490ed220 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java
index f777e4bd80f..74e4c450855 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java
index e6e093d60ad..f0dc18293f8 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java
index d24cc1b2eb1..6106f0c29e3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java
index 4d154ab8bc6..b1c3bdbadfe 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java
index 0499a1bcefc..b2de03459ac 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java
index 6cf1fb0249c..d304c3ea08f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java
index 36eb541abe6..68f29b78945 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java b/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java
index 8389875cd49..bc5ef203564 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java b/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java
index a2fdf5e86a9..f23ebbcf132 100644
--- a/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java b/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java
index 96be850ae72..0f95ad002ce 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java
index 50792769b93..1e71c2cc722 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java
index fcd477d7a4e..03dd0197ba0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java
index b408d9869c9..a01d4bff79d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java
index dba19b6c14d..cf0347d6564 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java b/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java
index 8c22e254914..bf4aefde27d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java
index 1ab44317da7..052500eefbd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java
index 4c679ede827..bcb62b7096a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java b/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java
index ac4dafbf27d..e1fa4c6583b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java
index 9ee8cdef803..3a78f886920 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java
index 17be5514fb9..fb384d3a624 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java
index 105fa8e07e9..a8f11ddb094 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java
index 72c00efad16..979b4575171 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java b/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java
index cd7f2b2af35..8611ad58662 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java b/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java
index f46c1462b8e..3f968c09bfe 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java b/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java
index d247353d907..3d71ab533ad 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java
index c0d988abfdd..45e4eaec266 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java
index 9762730e947..417bb03aa42 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java
index 9e07c0101c1..32523bf182a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SessionTest.java b/clients/client/java/src/test/java/sh/ory/model/SessionTest.java
index e83c811e0e7..0990c77b628 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java
index 3947b2b9f69..780c66e9a7a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java
index 0dfdbd050f6..1f13353769f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java
index 847257a0a73..75d7c7073c5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java b/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java
index 947761534d2..8a45589b733 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java
index 0b0d033b6fd..f4ab685b6c0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java
index 656bd98b59e..942b299f059 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java b/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java
index 3f2c786ffb0..b87061b1d00 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/StripeCustomerTest.java b/clients/client/java/src/test/java/sh/ory/model/StripeCustomerTest.java
index 8611fa5e787..9acdc1e7849 100644
--- a/clients/client/java/src/test/java/sh/ory/model/StripeCustomerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/StripeCustomerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java b/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java
index afeed1e09c6..0b147155fc0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java b/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java
index b4e2f9c0b53..2ff78743c71 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java
index 73f8a5ec9d1..cc9ed982dc8 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java
index ceab939db8c..43adb1102d5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java
index ad3e50a966b..d4240e0eb91 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java b/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java
index 3436df573e8..7d70eac2673 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java
index 5e9d5d73a23..852afc7efc4 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java
index 05e29ce9b13..cb905b099db 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java
index 252ac8ccf83..25ec53ac68f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java
index 68dd35bc43e..a2695ad6ce7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java b/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java
index 29e5f9920a3..0acfd55b2a0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java
index acf06acc42e..a2045a591c3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java
index 1ee291aa4a7..59c491e9738 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java b/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java
index 2fc23c21cd5..f300296ae6d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java
index 157425c1c3e..01b391e70fc 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java
index 6bd39cae9c2..ecdcd5fc45c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java
index a831599e8d0..8e91577eca3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java
index e7c2eb371e9..e5ca1eb813b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java
index a74e046f421..4be42f375a8 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java
index 533582caf08..071124df7ee 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java
index 73ec9b87c90..4876dbc4b65 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java b/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java
index 94a36d3743a..be36c50e045 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java b/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java
index f0c7bc82424..7ab7cdc512f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java
index a110243b9c5..a8bbbfc49ac 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java
index fda9d07fc48..a0518d48151 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java
index bc78866a238..1c3169403f7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java
index 79bffeb445d..23931948880 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java
index 37b3e78b56a..de8cecb21d7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java
index 8c36d23e6f9..3422e58d491 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java
index 6e889de6c49..13d7f877ffc 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java
index c264b11b83d..777ec94978c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java
index 6cb73b3daa7..f08c957683e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java
index 21bbc19af25..464af0efe27 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java
index 782657026f2..a898775dfb9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java
index 48b45ff7d1d..0427c7f8af1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java
index 3be15c6cefd..f522df547e2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java
index d6e214bc7e7..26ea31350e1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java
index e360bbde99c..9ad6abf2d34 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java
index a240e494650..ad056c3bed9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java
index 28cbba913d4..9e73f42ec2a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java
index 47b5890baec..0dba1a725b1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java
index b45ca475c0d..89db6b35885 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java
index d5c0cd2f3bf..b9f78a8d1b5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java
index 0290d953912..12fefe630ee 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java
index e56ed4539d9..f931762c605 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java
index 3a7cba7a330..2320ac07e39 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java
index 70d51935c90..b2627e453dd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java
index f1281154174..6435a962132 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java
index 54be538b409..294fac79860 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java
index f7c04e3d091..b0d862467bd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/UsageTest.java b/clients/client/java/src/test/java/sh/ory/model/UsageTest.java
index 21d60230afd..187cfbfe9f4 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UsageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UsageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java
index 97e792b6e5b..8da31aea6f8 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java
index d27b93c9d25..47d2236680e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java
index fee2b4c75d4..ab4634f0343 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java b/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java
index 5115c000f01..ba4c89673e7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java
index f17d932eb19..2ee3f281515 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java
index 2e5722203e5..53d78c91caa 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/VersionTest.java b/clients/client/java/src/test/java/sh/ory/model/VersionTest.java
index 182fe7f881d..9478f965df3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VersionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VersionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/WarningTest.java b/clients/client/java/src/test/java/sh/ory/model/WarningTest.java
index 94a90981c2f..b10e4c34115 100644
--- a/clients/client/java/src/test/java/sh/ory/model/WarningTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/WarningTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java b/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java
index 4e84dcd3ca9..4a850d61a85 100644
--- a/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/WorkspaceTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/php/README.md b/clients/client/php/README.md
index 5a18466fc29..6229bac4a0f 100644
--- a/clients/client/php/README.md
+++ b/clients/client/php/README.md
@@ -485,5 +485,5 @@ support@ory.sh
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: `v1.4.5`
+- API version: `v1.4.6`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
diff --git a/clients/client/php/composer.lock b/clients/client/php/composer.lock
index 0b0a3ed3108..093f327831d 100644
--- a/clients/client/php/composer.lock
+++ b/clients/client/php/composer.lock
@@ -1059,16 +1059,16 @@
},
{
"name": "nikic/php-parser",
- "version": "v4.17.1",
+ "version": "v4.18.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
+ "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
- "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
+ "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
"shasum": ""
},
"require": {
@@ -1107,7 +1107,7 @@
"parser",
"php"
],
- "time": "2023-08-13T19:53:39+00:00"
+ "time": "2023-12-10T21:03:43+00:00"
},
{
"name": "phar-io/manifest",
diff --git a/clients/client/php/lib/Api/CourierApi.php b/clients/client/php/lib/Api/CourierApi.php
index 43a9c14c776..1f85e9f6266 100644
--- a/clients/client/php/lib/Api/CourierApi.php
+++ b/clients/client/php/lib/Api/CourierApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/FrontendApi.php b/clients/client/php/lib/Api/FrontendApi.php
index 82fd16f116d..75eca0dbe61 100644
--- a/clients/client/php/lib/Api/FrontendApi.php
+++ b/clients/client/php/lib/Api/FrontendApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/IdentityApi.php b/clients/client/php/lib/Api/IdentityApi.php
index 6f01c6f9a85..4f44405ee4f 100644
--- a/clients/client/php/lib/Api/IdentityApi.php
+++ b/clients/client/php/lib/Api/IdentityApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/JwkApi.php b/clients/client/php/lib/Api/JwkApi.php
index 7428a458592..bef2955f229 100644
--- a/clients/client/php/lib/Api/JwkApi.php
+++ b/clients/client/php/lib/Api/JwkApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/MetadataApi.php b/clients/client/php/lib/Api/MetadataApi.php
index 4aa9af1179d..c30402382eb 100644
--- a/clients/client/php/lib/Api/MetadataApi.php
+++ b/clients/client/php/lib/Api/MetadataApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/OAuth2Api.php b/clients/client/php/lib/Api/OAuth2Api.php
index f30a6bc460f..db5170e6cca 100644
--- a/clients/client/php/lib/Api/OAuth2Api.php
+++ b/clients/client/php/lib/Api/OAuth2Api.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/OidcApi.php b/clients/client/php/lib/Api/OidcApi.php
index 90e79a01bdc..bebf2137498 100644
--- a/clients/client/php/lib/Api/OidcApi.php
+++ b/clients/client/php/lib/Api/OidcApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/PermissionApi.php b/clients/client/php/lib/Api/PermissionApi.php
index 68ae853c023..296c785bbe9 100644
--- a/clients/client/php/lib/Api/PermissionApi.php
+++ b/clients/client/php/lib/Api/PermissionApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/ProjectApi.php b/clients/client/php/lib/Api/ProjectApi.php
index d7d72b85573..39fdc13b70e 100644
--- a/clients/client/php/lib/Api/ProjectApi.php
+++ b/clients/client/php/lib/Api/ProjectApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/RelationshipApi.php b/clients/client/php/lib/Api/RelationshipApi.php
index 9465a49b541..9e6a428b80a 100644
--- a/clients/client/php/lib/Api/RelationshipApi.php
+++ b/clients/client/php/lib/Api/RelationshipApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Api/WellknownApi.php b/clients/client/php/lib/Api/WellknownApi.php
index bcc79c21197..3b4b3bb5cde 100644
--- a/clients/client/php/lib/Api/WellknownApi.php
+++ b/clients/client/php/lib/Api/WellknownApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/ApiException.php b/clients/client/php/lib/ApiException.php
index 45f38c9a28a..206b70ef21b 100644
--- a/clients/client/php/lib/ApiException.php
+++ b/clients/client/php/lib/ApiException.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Configuration.php b/clients/client/php/lib/Configuration.php
index d5d33e7b814..56180c73d05 100644
--- a/clients/client/php/lib/Configuration.php
+++ b/clients/client/php/lib/Configuration.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
@@ -399,7 +399,7 @@ public static function toDebugReport()
$report = 'PHP SDK (Ory\Client) Debug Report:' . PHP_EOL;
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
- $report .= ' The version of the OpenAPI document: v1.4.5' . PHP_EOL;
+ $report .= ' The version of the OpenAPI document: v1.4.6' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
return $report;
diff --git a/clients/client/php/lib/HeaderSelector.php b/clients/client/php/lib/HeaderSelector.php
index dc8597b43e1..603cc5df728 100644
--- a/clients/client/php/lib/HeaderSelector.php
+++ b/clients/client/php/lib/HeaderSelector.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php
index bffecaa1a63..88d20903886 100644
--- a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php
+++ b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php
index 59b938a40a3..233d9370516 100644
--- a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php
+++ b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php b/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php
index 215741d21a2..6097e28a4ac 100644
--- a/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php
+++ b/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ActiveProjectInConsole.php b/clients/client/php/lib/Model/ActiveProjectInConsole.php
index 0ae20b756f9..bacfc5e037b 100644
--- a/clients/client/php/lib/Model/ActiveProjectInConsole.php
+++ b/clients/client/php/lib/Model/ActiveProjectInConsole.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/AttributesCountDatapoint.php b/clients/client/php/lib/Model/AttributesCountDatapoint.php
index 65fdfa0d8b0..d1b2a618efa 100644
--- a/clients/client/php/lib/Model/AttributesCountDatapoint.php
+++ b/clients/client/php/lib/Model/AttributesCountDatapoint.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php b/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php
index 98f67b2aca9..0f4d6a603ea 100644
--- a/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php
+++ b/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php b/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php
index 19964f45756..78aec27dab0 100644
--- a/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php
+++ b/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CheckOplSyntaxResult.php b/clients/client/php/lib/Model/CheckOplSyntaxResult.php
index 0859f12b51e..e0f172d91d3 100644
--- a/clients/client/php/lib/Model/CheckOplSyntaxResult.php
+++ b/clients/client/php/lib/Model/CheckOplSyntaxResult.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CheckPermissionResult.php b/clients/client/php/lib/Model/CheckPermissionResult.php
index df894398052..aad987f7fd3 100644
--- a/clients/client/php/lib/Model/CheckPermissionResult.php
+++ b/clients/client/php/lib/Model/CheckPermissionResult.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CloudAccount.php b/clients/client/php/lib/Model/CloudAccount.php
index 89b499c1a55..e0fbf117770 100644
--- a/clients/client/php/lib/Model/CloudAccount.php
+++ b/clients/client/php/lib/Model/CloudAccount.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ConsistencyRequestParameters.php b/clients/client/php/lib/Model/ConsistencyRequestParameters.php
index 9b15d6efe4b..cb920a80fb8 100644
--- a/clients/client/php/lib/Model/ConsistencyRequestParameters.php
+++ b/clients/client/php/lib/Model/ConsistencyRequestParameters.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWith.php b/clients/client/php/lib/Model/ContinueWith.php
index 9144783db6f..92c4d1007bd 100644
--- a/clients/client/php/lib/Model/ContinueWith.php
+++ b/clients/client/php/lib/Model/ContinueWith.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWithRecoveryUi.php b/clients/client/php/lib/Model/ContinueWithRecoveryUi.php
index 9763b5fa715..899f90e60d1 100644
--- a/clients/client/php/lib/Model/ContinueWithRecoveryUi.php
+++ b/clients/client/php/lib/Model/ContinueWithRecoveryUi.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php b/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php
index 9f4270b7ab7..7a966b10cf8 100644
--- a/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php
+++ b/clients/client/php/lib/Model/ContinueWithRecoveryUiFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php b/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php
index 9c0f7deae85..debe9cdb635 100644
--- a/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php
+++ b/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWithSettingsUi.php b/clients/client/php/lib/Model/ContinueWithSettingsUi.php
index 8b871db9fdc..ebac949d3d5 100644
--- a/clients/client/php/lib/Model/ContinueWithSettingsUi.php
+++ b/clients/client/php/lib/Model/ContinueWithSettingsUi.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php b/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php
index f2a40a39c24..9e8d43acc29 100644
--- a/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php
+++ b/clients/client/php/lib/Model/ContinueWithSettingsUiFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWithVerificationUi.php b/clients/client/php/lib/Model/ContinueWithVerificationUi.php
index 25430a3aeb8..4524875dab2 100644
--- a/clients/client/php/lib/Model/ContinueWithVerificationUi.php
+++ b/clients/client/php/lib/Model/ContinueWithVerificationUi.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php b/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php
index ea1e2b8e58f..d3810b597b7 100644
--- a/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php
+++ b/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CourierMessageStatus.php b/clients/client/php/lib/Model/CourierMessageStatus.php
index 95daadec964..09c7387208c 100644
--- a/clients/client/php/lib/Model/CourierMessageStatus.php
+++ b/clients/client/php/lib/Model/CourierMessageStatus.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CourierMessageType.php b/clients/client/php/lib/Model/CourierMessageType.php
index 2ec2c2d217a..bb5a22f59a7 100644
--- a/clients/client/php/lib/Model/CourierMessageType.php
+++ b/clients/client/php/lib/Model/CourierMessageType.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateCustomDomainBody.php b/clients/client/php/lib/Model/CreateCustomDomainBody.php
index 9c4bcda6e8f..98dc259b1b4 100644
--- a/clients/client/php/lib/Model/CreateCustomDomainBody.php
+++ b/clients/client/php/lib/Model/CreateCustomDomainBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateIdentityBody.php b/clients/client/php/lib/Model/CreateIdentityBody.php
index bd4d751092f..e9ce3dadeac 100644
--- a/clients/client/php/lib/Model/CreateIdentityBody.php
+++ b/clients/client/php/lib/Model/CreateIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateInviteResponse.php b/clients/client/php/lib/Model/CreateInviteResponse.php
index c75abc96c73..ad0c79fb0ce 100644
--- a/clients/client/php/lib/Model/CreateInviteResponse.php
+++ b/clients/client/php/lib/Model/CreateInviteResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateJsonWebKeySet.php b/clients/client/php/lib/Model/CreateJsonWebKeySet.php
index 0b527b76093..828e5ee86ff 100644
--- a/clients/client/php/lib/Model/CreateJsonWebKeySet.php
+++ b/clients/client/php/lib/Model/CreateJsonWebKeySet.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateProjectBody.php b/clients/client/php/lib/Model/CreateProjectBody.php
index afbbf22ebac..e41bfb6e07b 100644
--- a/clients/client/php/lib/Model/CreateProjectBody.php
+++ b/clients/client/php/lib/Model/CreateProjectBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateProjectBranding.php b/clients/client/php/lib/Model/CreateProjectBranding.php
index 05ae280ba65..02730f1c08c 100644
--- a/clients/client/php/lib/Model/CreateProjectBranding.php
+++ b/clients/client/php/lib/Model/CreateProjectBranding.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php b/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php
index 7c6f357d960..249a3dedb96 100644
--- a/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php
+++ b/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php b/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php
index 667b9fcc21e..594df1678d8 100644
--- a/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php
+++ b/clients/client/php/lib/Model/CreateProjectNormalizedPayload.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php b/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php
index 524f7f88368..e53945bf002 100644
--- a/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php
+++ b/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php b/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php
index 9005b7da773..4cd06de8ac2 100644
--- a/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php
+++ b/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateRelationshipBody.php b/clients/client/php/lib/Model/CreateRelationshipBody.php
index 4ececfb2515..0156c133127 100644
--- a/clients/client/php/lib/Model/CreateRelationshipBody.php
+++ b/clients/client/php/lib/Model/CreateRelationshipBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateSubscriptionBody.php b/clients/client/php/lib/Model/CreateSubscriptionBody.php
index cc18f466ba8..9ea02c3771a 100644
--- a/clients/client/php/lib/Model/CreateSubscriptionBody.php
+++ b/clients/client/php/lib/Model/CreateSubscriptionBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php b/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php
index 1ab371b490d..58d5c8f0313 100644
--- a/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php
+++ b/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CredentialSupportedDraft00.php b/clients/client/php/lib/Model/CredentialSupportedDraft00.php
index 70ce7fb6e9f..b211d9e1919 100644
--- a/clients/client/php/lib/Model/CredentialSupportedDraft00.php
+++ b/clients/client/php/lib/Model/CredentialSupportedDraft00.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/CustomDomain.php b/clients/client/php/lib/Model/CustomDomain.php
index 37c67fe9555..12b4c236d7f 100644
--- a/clients/client/php/lib/Model/CustomDomain.php
+++ b/clients/client/php/lib/Model/CustomDomain.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/DeleteMySessionsCount.php b/clients/client/php/lib/Model/DeleteMySessionsCount.php
index e9e9fc2c452..fa6c90d0639 100644
--- a/clients/client/php/lib/Model/DeleteMySessionsCount.php
+++ b/clients/client/php/lib/Model/DeleteMySessionsCount.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/EmailTemplateData.php b/clients/client/php/lib/Model/EmailTemplateData.php
index 1d5a4979f8a..5947243b88d 100644
--- a/clients/client/php/lib/Model/EmailTemplateData.php
+++ b/clients/client/php/lib/Model/EmailTemplateData.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/EmailTemplateDataBody.php b/clients/client/php/lib/Model/EmailTemplateDataBody.php
index 13570dfb829..2c86964cc4e 100644
--- a/clients/client/php/lib/Model/EmailTemplateDataBody.php
+++ b/clients/client/php/lib/Model/EmailTemplateDataBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php b/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php
index 5a99167c38e..36469152bd0 100644
--- a/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php
+++ b/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php b/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php
index 6b98dda991f..323f9a0febd 100644
--- a/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php
+++ b/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ErrorFlowReplaced.php b/clients/client/php/lib/Model/ErrorFlowReplaced.php
index 4392acfaa79..4df64cfb1e6 100644
--- a/clients/client/php/lib/Model/ErrorFlowReplaced.php
+++ b/clients/client/php/lib/Model/ErrorFlowReplaced.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ErrorGeneric.php b/clients/client/php/lib/Model/ErrorGeneric.php
index 23b069edf9e..f28e5b68c24 100644
--- a/clients/client/php/lib/Model/ErrorGeneric.php
+++ b/clients/client/php/lib/Model/ErrorGeneric.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ErrorOAuth2.php b/clients/client/php/lib/Model/ErrorOAuth2.php
index 93584cef988..e653b41bd1e 100644
--- a/clients/client/php/lib/Model/ErrorOAuth2.php
+++ b/clients/client/php/lib/Model/ErrorOAuth2.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ExpandedPermissionTree.php b/clients/client/php/lib/Model/ExpandedPermissionTree.php
index 667865ffb31..e15c13fc680 100644
--- a/clients/client/php/lib/Model/ExpandedPermissionTree.php
+++ b/clients/client/php/lib/Model/ExpandedPermissionTree.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/FlowError.php b/clients/client/php/lib/Model/FlowError.php
index ecee53d125b..09ce12ea80e 100644
--- a/clients/client/php/lib/Model/FlowError.php
+++ b/clients/client/php/lib/Model/FlowError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GenericError.php b/clients/client/php/lib/Model/GenericError.php
index 8aee220a43a..1a965c634d7 100644
--- a/clients/client/php/lib/Model/GenericError.php
+++ b/clients/client/php/lib/Model/GenericError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GenericErrorContent.php b/clients/client/php/lib/Model/GenericErrorContent.php
index c72300355a4..0440e06b432 100644
--- a/clients/client/php/lib/Model/GenericErrorContent.php
+++ b/clients/client/php/lib/Model/GenericErrorContent.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GenericUsage.php b/clients/client/php/lib/Model/GenericUsage.php
index d53a7671b07..1b60a10ceb6 100644
--- a/clients/client/php/lib/Model/GenericUsage.php
+++ b/clients/client/php/lib/Model/GenericUsage.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GetAttributesCountResponse.php b/clients/client/php/lib/Model/GetAttributesCountResponse.php
index 389afa4235f..280cfa3189b 100644
--- a/clients/client/php/lib/Model/GetAttributesCountResponse.php
+++ b/clients/client/php/lib/Model/GetAttributesCountResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php b/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php
index aa8749b3297..eb7da0a16ba 100644
--- a/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php
+++ b/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GetOrganizationResponse.php b/clients/client/php/lib/Model/GetOrganizationResponse.php
index df1d7d75c31..57c6c8f1bc3 100644
--- a/clients/client/php/lib/Model/GetOrganizationResponse.php
+++ b/clients/client/php/lib/Model/GetOrganizationResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GetProjectMetricsResponse.php b/clients/client/php/lib/Model/GetProjectMetricsResponse.php
index 7e9b75fdd46..759248d5e66 100644
--- a/clients/client/php/lib/Model/GetProjectMetricsResponse.php
+++ b/clients/client/php/lib/Model/GetProjectMetricsResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/GetSessionActivityResponse.php b/clients/client/php/lib/Model/GetSessionActivityResponse.php
index c9505894ba9..87f1c582c5a 100644
--- a/clients/client/php/lib/Model/GetSessionActivityResponse.php
+++ b/clients/client/php/lib/Model/GetSessionActivityResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/HealthNotReadyStatus.php b/clients/client/php/lib/Model/HealthNotReadyStatus.php
index 902ffdacc01..f63e923d84c 100644
--- a/clients/client/php/lib/Model/HealthNotReadyStatus.php
+++ b/clients/client/php/lib/Model/HealthNotReadyStatus.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/HealthStatus.php b/clients/client/php/lib/Model/HealthStatus.php
index daf76244612..58a3233948e 100644
--- a/clients/client/php/lib/Model/HealthStatus.php
+++ b/clients/client/php/lib/Model/HealthStatus.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Identity.php b/clients/client/php/lib/Model/Identity.php
index 064e78bff96..898ae4615a0 100644
--- a/clients/client/php/lib/Model/Identity.php
+++ b/clients/client/php/lib/Model/Identity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityCredentials.php b/clients/client/php/lib/Model/IdentityCredentials.php
index 4eb0c595031..21a33a14b94 100644
--- a/clients/client/php/lib/Model/IdentityCredentials.php
+++ b/clients/client/php/lib/Model/IdentityCredentials.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityCredentialsCode.php b/clients/client/php/lib/Model/IdentityCredentialsCode.php
index 74b84b9aba9..b3f135f5452 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsCode.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsCode.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityCredentialsOidc.php b/clients/client/php/lib/Model/IdentityCredentialsOidc.php
index d93ac38bda2..a20f610a39e 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsOidc.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsOidc.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php b/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php
index a87e07ff07a..15091e6a0ae 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityCredentialsPassword.php b/clients/client/php/lib/Model/IdentityCredentialsPassword.php
index 96fc308ea38..ea2a126ed0f 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsPassword.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsPassword.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityCredentialsType.php b/clients/client/php/lib/Model/IdentityCredentialsType.php
index c044598f0ee..12aaa5d613d 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsType.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsType.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityPatch.php b/clients/client/php/lib/Model/IdentityPatch.php
index cdc0756b05e..67923ee593a 100644
--- a/clients/client/php/lib/Model/IdentityPatch.php
+++ b/clients/client/php/lib/Model/IdentityPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityPatchResponse.php b/clients/client/php/lib/Model/IdentityPatchResponse.php
index 43421cfad01..fe11e5fa6b7 100644
--- a/clients/client/php/lib/Model/IdentityPatchResponse.php
+++ b/clients/client/php/lib/Model/IdentityPatchResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentitySchemaContainer.php b/clients/client/php/lib/Model/IdentitySchemaContainer.php
index 8da242c6cb5..c4adecd61a2 100644
--- a/clients/client/php/lib/Model/IdentitySchemaContainer.php
+++ b/clients/client/php/lib/Model/IdentitySchemaContainer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentitySchemaPreset.php b/clients/client/php/lib/Model/IdentitySchemaPreset.php
index 64082de18cc..027064bfd98 100644
--- a/clients/client/php/lib/Model/IdentitySchemaPreset.php
+++ b/clients/client/php/lib/Model/IdentitySchemaPreset.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityState.php b/clients/client/php/lib/Model/IdentityState.php
index 283f332bdc6..55e671d4ee0 100644
--- a/clients/client/php/lib/Model/IdentityState.php
+++ b/clients/client/php/lib/Model/IdentityState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityWithCredentials.php b/clients/client/php/lib/Model/IdentityWithCredentials.php
index 63336bbd3a3..8e1a9f5ae7d 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentials.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentials.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php b/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php
index 6e09b4f5ccd..35559538d06 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php
index 902992d6ead..b269ee746fe 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php
index 24a66cc3177..292b5bb8e55 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php b/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php
index aefa2b3b0c5..6475677d8dd 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php b/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php
index 00fea8756c3..a4785d4c40c 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InlineObject3.php b/clients/client/php/lib/Model/InlineObject3.php
index f5dbc2e250c..f68b6357143 100644
--- a/clients/client/php/lib/Model/InlineObject3.php
+++ b/clients/client/php/lib/Model/InlineObject3.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InlineResponse200.php b/clients/client/php/lib/Model/InlineResponse200.php
index 4da3f47cc6b..25e18cd758e 100644
--- a/clients/client/php/lib/Model/InlineResponse200.php
+++ b/clients/client/php/lib/Model/InlineResponse200.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InlineResponse2001.php b/clients/client/php/lib/Model/InlineResponse2001.php
index 645edd99d5b..78e8d32717a 100644
--- a/clients/client/php/lib/Model/InlineResponse2001.php
+++ b/clients/client/php/lib/Model/InlineResponse2001.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InlineResponse503.php b/clients/client/php/lib/Model/InlineResponse503.php
index 9281f3be250..b8e7b672fbf 100644
--- a/clients/client/php/lib/Model/InlineResponse503.php
+++ b/clients/client/php/lib/Model/InlineResponse503.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php b/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php
index f31187b8751..4949bd23219 100644
--- a/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php
+++ b/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php b/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php
index 60fa0835b57..85ed3e428e8 100644
--- a/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php
+++ b/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php
index 1c0e30f71fd..27684a7109e 100644
--- a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php
+++ b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php
index 09f023ea454..49872ff5d75 100644
--- a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php
+++ b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/InternalProvisionMockSubscription.php b/clients/client/php/lib/Model/InternalProvisionMockSubscription.php
index de7f8960ca8..8a83a14c669 100644
--- a/clients/client/php/lib/Model/InternalProvisionMockSubscription.php
+++ b/clients/client/php/lib/Model/InternalProvisionMockSubscription.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IntrospectedOAuth2Token.php b/clients/client/php/lib/Model/IntrospectedOAuth2Token.php
index 71e0b6385ee..ae9b93d8df4 100644
--- a/clients/client/php/lib/Model/IntrospectedOAuth2Token.php
+++ b/clients/client/php/lib/Model/IntrospectedOAuth2Token.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php b/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php
index 2e257dafe02..548a71f400d 100644
--- a/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php
+++ b/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/JsonPatch.php b/clients/client/php/lib/Model/JsonPatch.php
index 70d8b6ff910..a70ad9ecd76 100644
--- a/clients/client/php/lib/Model/JsonPatch.php
+++ b/clients/client/php/lib/Model/JsonPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/JsonWebKey.php b/clients/client/php/lib/Model/JsonWebKey.php
index 8c68d9ca699..65b932193d5 100644
--- a/clients/client/php/lib/Model/JsonWebKey.php
+++ b/clients/client/php/lib/Model/JsonWebKey.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/JsonWebKeySet.php b/clients/client/php/lib/Model/JsonWebKeySet.php
index a363ee896a4..c422d37c75f 100644
--- a/clients/client/php/lib/Model/JsonWebKeySet.php
+++ b/clients/client/php/lib/Model/JsonWebKeySet.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/KetoNamespace.php b/clients/client/php/lib/Model/KetoNamespace.php
index 331ee4c6d07..e4e91f332e9 100644
--- a/clients/client/php/lib/Model/KetoNamespace.php
+++ b/clients/client/php/lib/Model/KetoNamespace.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ListMyWorkspacesResponse.php b/clients/client/php/lib/Model/ListMyWorkspacesResponse.php
index 5cee4409554..657b295dbbd 100644
--- a/clients/client/php/lib/Model/ListMyWorkspacesResponse.php
+++ b/clients/client/php/lib/Model/ListMyWorkspacesResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ListOrganizationsResponse.php b/clients/client/php/lib/Model/ListOrganizationsResponse.php
index 91dfae4b26e..5e14fc3bd43 100644
--- a/clients/client/php/lib/Model/ListOrganizationsResponse.php
+++ b/clients/client/php/lib/Model/ListOrganizationsResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/LoginFlow.php b/clients/client/php/lib/Model/LoginFlow.php
index becef4c743c..55df47c86d5 100644
--- a/clients/client/php/lib/Model/LoginFlow.php
+++ b/clients/client/php/lib/Model/LoginFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/LoginFlowState.php b/clients/client/php/lib/Model/LoginFlowState.php
index 5019c31f7a6..c4085673c66 100644
--- a/clients/client/php/lib/Model/LoginFlowState.php
+++ b/clients/client/php/lib/Model/LoginFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/LogoutFlow.php b/clients/client/php/lib/Model/LogoutFlow.php
index cf1dfacea42..405b4658d5d 100644
--- a/clients/client/php/lib/Model/LogoutFlow.php
+++ b/clients/client/php/lib/Model/LogoutFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ManagedIdentitySchema.php b/clients/client/php/lib/Model/ManagedIdentitySchema.php
index e7de3125904..478f1483d6b 100644
--- a/clients/client/php/lib/Model/ManagedIdentitySchema.php
+++ b/clients/client/php/lib/Model/ManagedIdentitySchema.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php b/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php
index ed3d823f641..9e6994a2579 100644
--- a/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php
+++ b/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/MemberInvite.php b/clients/client/php/lib/Model/MemberInvite.php
index 495d9bf889f..31acb9d47e9 100644
--- a/clients/client/php/lib/Model/MemberInvite.php
+++ b/clients/client/php/lib/Model/MemberInvite.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Message.php b/clients/client/php/lib/Model/Message.php
index ff1302c7ee0..07fbba4f789 100644
--- a/clients/client/php/lib/Model/Message.php
+++ b/clients/client/php/lib/Model/Message.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/MessageDispatch.php b/clients/client/php/lib/Model/MessageDispatch.php
index 138d6b9756d..2f490351e8d 100644
--- a/clients/client/php/lib/Model/MessageDispatch.php
+++ b/clients/client/php/lib/Model/MessageDispatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/MetricsDatapoint.php b/clients/client/php/lib/Model/MetricsDatapoint.php
index 5899980dde2..6ca8596de90 100644
--- a/clients/client/php/lib/Model/MetricsDatapoint.php
+++ b/clients/client/php/lib/Model/MetricsDatapoint.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ModelInterface.php b/clients/client/php/lib/Model/ModelInterface.php
index bfde1ba2393..1457e8596f2 100644
--- a/clients/client/php/lib/Model/ModelInterface.php
+++ b/clients/client/php/lib/Model/ModelInterface.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ModelNamespace.php b/clients/client/php/lib/Model/ModelNamespace.php
index 4f052795ff6..ffce2e71925 100644
--- a/clients/client/php/lib/Model/ModelNamespace.php
+++ b/clients/client/php/lib/Model/ModelNamespace.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php b/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php
index 55d55a15974..691353b6acc 100644
--- a/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php
+++ b/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/NormalizedProject.php b/clients/client/php/lib/Model/NormalizedProject.php
index 3d0d1840e43..a23af9ffed4 100644
--- a/clients/client/php/lib/Model/NormalizedProject.php
+++ b/clients/client/php/lib/Model/NormalizedProject.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/NormalizedProjectRevision.php b/clients/client/php/lib/Model/NormalizedProjectRevision.php
index e9e307e1924..e3231c5f5fd 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevision.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevision.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php b/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php
index 1f47c14acc9..a84a732c3f5 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php b/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php
index fee8d746c42..95408ce7d60 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php b/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php
index a3285a44466..23d540bc019 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php b/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php
index 245ab4bb5a7..7afce28c08e 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2Client.php b/clients/client/php/lib/Model/OAuth2Client.php
index 8ab12cc50db..b88ea09644d 100644
--- a/clients/client/php/lib/Model/OAuth2Client.php
+++ b/clients/client/php/lib/Model/OAuth2Client.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php b/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php
index 5d7fa604007..b29c18ac681 100644
--- a/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php
+++ b/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2ConsentRequest.php b/clients/client/php/lib/Model/OAuth2ConsentRequest.php
index d76f5a24826..99f406557b8 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentRequest.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php b/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php
index d38ff5c5eb0..7ece981445e 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2ConsentSession.php b/clients/client/php/lib/Model/OAuth2ConsentSession.php
index acde164f8e5..9abe133704b 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentSession.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentSession.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php b/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php
index cf25404e821..bf0610fb0af 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2LoginRequest.php b/clients/client/php/lib/Model/OAuth2LoginRequest.php
index 93a098bce22..fa54323d8a5 100644
--- a/clients/client/php/lib/Model/OAuth2LoginRequest.php
+++ b/clients/client/php/lib/Model/OAuth2LoginRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2LogoutRequest.php b/clients/client/php/lib/Model/OAuth2LogoutRequest.php
index b950a9b50dc..f717d9cd3d0 100644
--- a/clients/client/php/lib/Model/OAuth2LogoutRequest.php
+++ b/clients/client/php/lib/Model/OAuth2LogoutRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2RedirectTo.php b/clients/client/php/lib/Model/OAuth2RedirectTo.php
index 95b2b437f01..218991ff1b9 100644
--- a/clients/client/php/lib/Model/OAuth2RedirectTo.php
+++ b/clients/client/php/lib/Model/OAuth2RedirectTo.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OAuth2TokenExchange.php b/clients/client/php/lib/Model/OAuth2TokenExchange.php
index cee911ebf21..a7611bc9e9f 100644
--- a/clients/client/php/lib/Model/OAuth2TokenExchange.php
+++ b/clients/client/php/lib/Model/OAuth2TokenExchange.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OidcConfiguration.php b/clients/client/php/lib/Model/OidcConfiguration.php
index def435d355c..a6cd845fc6b 100644
--- a/clients/client/php/lib/Model/OidcConfiguration.php
+++ b/clients/client/php/lib/Model/OidcConfiguration.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OidcUserInfo.php b/clients/client/php/lib/Model/OidcUserInfo.php
index 3155c1811b8..952202eaefc 100644
--- a/clients/client/php/lib/Model/OidcUserInfo.php
+++ b/clients/client/php/lib/Model/OidcUserInfo.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Organization.php b/clients/client/php/lib/Model/Organization.php
index 210b51f42ed..128e6686cd3 100644
--- a/clients/client/php/lib/Model/Organization.php
+++ b/clients/client/php/lib/Model/Organization.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/OrganizationBody.php b/clients/client/php/lib/Model/OrganizationBody.php
index c4d9b0c8ac6..fc1aa2eec2e 100644
--- a/clients/client/php/lib/Model/OrganizationBody.php
+++ b/clients/client/php/lib/Model/OrganizationBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Pagination.php b/clients/client/php/lib/Model/Pagination.php
index 203b4506a83..0248b1cdbc9 100644
--- a/clients/client/php/lib/Model/Pagination.php
+++ b/clients/client/php/lib/Model/Pagination.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/PaginationHeaders.php b/clients/client/php/lib/Model/PaginationHeaders.php
index 755fe6bc1ab..208fa5392ec 100644
--- a/clients/client/php/lib/Model/PaginationHeaders.php
+++ b/clients/client/php/lib/Model/PaginationHeaders.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ParseError.php b/clients/client/php/lib/Model/ParseError.php
index da3b9a74cc5..7b07c1c8c87 100644
--- a/clients/client/php/lib/Model/ParseError.php
+++ b/clients/client/php/lib/Model/ParseError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/PatchIdentitiesBody.php b/clients/client/php/lib/Model/PatchIdentitiesBody.php
index a930f4f83ed..337990f57d8 100644
--- a/clients/client/php/lib/Model/PatchIdentitiesBody.php
+++ b/clients/client/php/lib/Model/PatchIdentitiesBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/PerformNativeLogoutBody.php b/clients/client/php/lib/Model/PerformNativeLogoutBody.php
index 9cc16103901..bb6115c0a92 100644
--- a/clients/client/php/lib/Model/PerformNativeLogoutBody.php
+++ b/clients/client/php/lib/Model/PerformNativeLogoutBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Plan.php b/clients/client/php/lib/Model/Plan.php
index 890338b44dd..997332ac796 100644
--- a/clients/client/php/lib/Model/Plan.php
+++ b/clients/client/php/lib/Model/Plan.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/PlanDetails.php b/clients/client/php/lib/Model/PlanDetails.php
index b1e8e240240..5bb50c55964 100644
--- a/clients/client/php/lib/Model/PlanDetails.php
+++ b/clients/client/php/lib/Model/PlanDetails.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/PostCheckPermissionBody.php b/clients/client/php/lib/Model/PostCheckPermissionBody.php
index e758c304c66..1cf5b031c73 100644
--- a/clients/client/php/lib/Model/PostCheckPermissionBody.php
+++ b/clients/client/php/lib/Model/PostCheckPermissionBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php b/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php
index 0526400bcfc..af4eb6841e5 100644
--- a/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php
+++ b/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Project.php b/clients/client/php/lib/Model/Project.php
index 7b406db9176..0943913085d 100644
--- a/clients/client/php/lib/Model/Project.php
+++ b/clients/client/php/lib/Model/Project.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectApiKey.php b/clients/client/php/lib/Model/ProjectApiKey.php
index fbbbb9fc860..8fede91caa0 100644
--- a/clients/client/php/lib/Model/ProjectApiKey.php
+++ b/clients/client/php/lib/Model/ProjectApiKey.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectBranding.php b/clients/client/php/lib/Model/ProjectBranding.php
index d44df3b801e..2f0b194f4a6 100644
--- a/clients/client/php/lib/Model/ProjectBranding.php
+++ b/clients/client/php/lib/Model/ProjectBranding.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectBrandingColors.php b/clients/client/php/lib/Model/ProjectBrandingColors.php
index a79c562e555..dc4cf975234 100644
--- a/clients/client/php/lib/Model/ProjectBrandingColors.php
+++ b/clients/client/php/lib/Model/ProjectBrandingColors.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectBrandingTheme.php b/clients/client/php/lib/Model/ProjectBrandingTheme.php
index 0985ae7c773..b209bf77e30 100644
--- a/clients/client/php/lib/Model/ProjectBrandingTheme.php
+++ b/clients/client/php/lib/Model/ProjectBrandingTheme.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectCors.php b/clients/client/php/lib/Model/ProjectCors.php
index 01e2d33c83f..00ec44fd6d5 100644
--- a/clients/client/php/lib/Model/ProjectCors.php
+++ b/clients/client/php/lib/Model/ProjectCors.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectHost.php b/clients/client/php/lib/Model/ProjectHost.php
index 5eebea55518..a3b6023e03c 100644
--- a/clients/client/php/lib/Model/ProjectHost.php
+++ b/clients/client/php/lib/Model/ProjectHost.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectMetadata.php b/clients/client/php/lib/Model/ProjectMetadata.php
index 1f845b16fc3..04eb06917f3 100644
--- a/clients/client/php/lib/Model/ProjectMetadata.php
+++ b/clients/client/php/lib/Model/ProjectMetadata.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectServiceIdentity.php b/clients/client/php/lib/Model/ProjectServiceIdentity.php
index 821276b9027..6bca2a9f4a7 100644
--- a/clients/client/php/lib/Model/ProjectServiceIdentity.php
+++ b/clients/client/php/lib/Model/ProjectServiceIdentity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectServiceOAuth2.php b/clients/client/php/lib/Model/ProjectServiceOAuth2.php
index 7c33ec892a2..6151c9be6ec 100644
--- a/clients/client/php/lib/Model/ProjectServiceOAuth2.php
+++ b/clients/client/php/lib/Model/ProjectServiceOAuth2.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectServicePermission.php b/clients/client/php/lib/Model/ProjectServicePermission.php
index 7359dd539e6..564a95f3807 100644
--- a/clients/client/php/lib/Model/ProjectServicePermission.php
+++ b/clients/client/php/lib/Model/ProjectServicePermission.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/ProjectServices.php b/clients/client/php/lib/Model/ProjectServices.php
index 81461aa71c9..0f0ba495171 100644
--- a/clients/client/php/lib/Model/ProjectServices.php
+++ b/clients/client/php/lib/Model/ProjectServices.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/QuotaUsage.php b/clients/client/php/lib/Model/QuotaUsage.php
index cd6c230c57a..4d15bdf62e4 100644
--- a/clients/client/php/lib/Model/QuotaUsage.php
+++ b/clients/client/php/lib/Model/QuotaUsage.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RFC6749ErrorJson.php b/clients/client/php/lib/Model/RFC6749ErrorJson.php
index 71c40f2da09..40f1d801e9f 100644
--- a/clients/client/php/lib/Model/RFC6749ErrorJson.php
+++ b/clients/client/php/lib/Model/RFC6749ErrorJson.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RecoveryCodeForIdentity.php b/clients/client/php/lib/Model/RecoveryCodeForIdentity.php
index a5a2f9eb784..4ae006b6a23 100644
--- a/clients/client/php/lib/Model/RecoveryCodeForIdentity.php
+++ b/clients/client/php/lib/Model/RecoveryCodeForIdentity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RecoveryFlow.php b/clients/client/php/lib/Model/RecoveryFlow.php
index 48bedea23a2..bbbb9a823ba 100644
--- a/clients/client/php/lib/Model/RecoveryFlow.php
+++ b/clients/client/php/lib/Model/RecoveryFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RecoveryFlowState.php b/clients/client/php/lib/Model/RecoveryFlowState.php
index 7fcc86da975..3d9c045e7eb 100644
--- a/clients/client/php/lib/Model/RecoveryFlowState.php
+++ b/clients/client/php/lib/Model/RecoveryFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RecoveryIdentityAddress.php b/clients/client/php/lib/Model/RecoveryIdentityAddress.php
index 700d05fda77..c940efe63b4 100644
--- a/clients/client/php/lib/Model/RecoveryIdentityAddress.php
+++ b/clients/client/php/lib/Model/RecoveryIdentityAddress.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RecoveryLinkForIdentity.php b/clients/client/php/lib/Model/RecoveryLinkForIdentity.php
index f3b60f49c07..b4f592f1a06 100644
--- a/clients/client/php/lib/Model/RecoveryLinkForIdentity.php
+++ b/clients/client/php/lib/Model/RecoveryLinkForIdentity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RegistrationFlow.php b/clients/client/php/lib/Model/RegistrationFlow.php
index f97d88b987b..2038397a701 100644
--- a/clients/client/php/lib/Model/RegistrationFlow.php
+++ b/clients/client/php/lib/Model/RegistrationFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RegistrationFlowState.php b/clients/client/php/lib/Model/RegistrationFlowState.php
index 9d8821fd3a2..321e0ae3570 100644
--- a/clients/client/php/lib/Model/RegistrationFlowState.php
+++ b/clients/client/php/lib/Model/RegistrationFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RejectOAuth2Request.php b/clients/client/php/lib/Model/RejectOAuth2Request.php
index 225bb9d6780..421032c2ec5 100644
--- a/clients/client/php/lib/Model/RejectOAuth2Request.php
+++ b/clients/client/php/lib/Model/RejectOAuth2Request.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RelationQuery.php b/clients/client/php/lib/Model/RelationQuery.php
index 362993d8889..91ac8dcb7de 100644
--- a/clients/client/php/lib/Model/RelationQuery.php
+++ b/clients/client/php/lib/Model/RelationQuery.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Relationship.php b/clients/client/php/lib/Model/Relationship.php
index 727260823fb..231ea6e7228 100644
--- a/clients/client/php/lib/Model/Relationship.php
+++ b/clients/client/php/lib/Model/Relationship.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RelationshipNamespaces.php b/clients/client/php/lib/Model/RelationshipNamespaces.php
index 82edc2164a3..862396b88c2 100644
--- a/clients/client/php/lib/Model/RelationshipNamespaces.php
+++ b/clients/client/php/lib/Model/RelationshipNamespaces.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/RelationshipPatch.php b/clients/client/php/lib/Model/RelationshipPatch.php
index 3bd0904479d..c1df3334b65 100644
--- a/clients/client/php/lib/Model/RelationshipPatch.php
+++ b/clients/client/php/lib/Model/RelationshipPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Relationships.php b/clients/client/php/lib/Model/Relationships.php
index 278fedd4ffb..45c1a74d3db 100644
--- a/clients/client/php/lib/Model/Relationships.php
+++ b/clients/client/php/lib/Model/Relationships.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SchemaPatch.php b/clients/client/php/lib/Model/SchemaPatch.php
index faac9218c33..f67bdad1bbb 100644
--- a/clients/client/php/lib/Model/SchemaPatch.php
+++ b/clients/client/php/lib/Model/SchemaPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php b/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php
index 0d3d4528d92..481e846210a 100644
--- a/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php
+++ b/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Session.php b/clients/client/php/lib/Model/Session.php
index 1ca5ebd3741..72fea83af0a 100644
--- a/clients/client/php/lib/Model/Session.php
+++ b/clients/client/php/lib/Model/Session.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SessionActivityDatapoint.php b/clients/client/php/lib/Model/SessionActivityDatapoint.php
index 81da151ebe2..16dba8c2897 100644
--- a/clients/client/php/lib/Model/SessionActivityDatapoint.php
+++ b/clients/client/php/lib/Model/SessionActivityDatapoint.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SessionAuthenticationMethod.php b/clients/client/php/lib/Model/SessionAuthenticationMethod.php
index b673932e728..0f11ede029f 100644
--- a/clients/client/php/lib/Model/SessionAuthenticationMethod.php
+++ b/clients/client/php/lib/Model/SessionAuthenticationMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SessionDevice.php b/clients/client/php/lib/Model/SessionDevice.php
index 8cf71e46dff..61c953aa926 100644
--- a/clients/client/php/lib/Model/SessionDevice.php
+++ b/clients/client/php/lib/Model/SessionDevice.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php b/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php
index 98e4d0bc35e..16e2100e32a 100644
--- a/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php
+++ b/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SetCustomDomainBody.php b/clients/client/php/lib/Model/SetCustomDomainBody.php
index ba58e60043b..b66df6657d9 100644
--- a/clients/client/php/lib/Model/SetCustomDomainBody.php
+++ b/clients/client/php/lib/Model/SetCustomDomainBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SetProject.php b/clients/client/php/lib/Model/SetProject.php
index ceac1fd724f..7542e1fe0fe 100644
--- a/clients/client/php/lib/Model/SetProject.php
+++ b/clients/client/php/lib/Model/SetProject.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php b/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php
index 0bbe6bd7302..438319ad25b 100644
--- a/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php
+++ b/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SettingsFlow.php b/clients/client/php/lib/Model/SettingsFlow.php
index f1bf408fb00..88b02fe6d3b 100644
--- a/clients/client/php/lib/Model/SettingsFlow.php
+++ b/clients/client/php/lib/Model/SettingsFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SettingsFlowState.php b/clients/client/php/lib/Model/SettingsFlowState.php
index 79907ea60cc..44053ab514f 100644
--- a/clients/client/php/lib/Model/SettingsFlowState.php
+++ b/clients/client/php/lib/Model/SettingsFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SourcePosition.php b/clients/client/php/lib/Model/SourcePosition.php
index 122d6c611cf..c984e4990ad 100644
--- a/clients/client/php/lib/Model/SourcePosition.php
+++ b/clients/client/php/lib/Model/SourcePosition.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/StripeCustomer.php b/clients/client/php/lib/Model/StripeCustomer.php
index 03ff79d1bc6..96b875ae231 100644
--- a/clients/client/php/lib/Model/StripeCustomer.php
+++ b/clients/client/php/lib/Model/StripeCustomer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SubjectSet.php b/clients/client/php/lib/Model/SubjectSet.php
index 0c270119224..a44d2d1acec 100644
--- a/clients/client/php/lib/Model/SubjectSet.php
+++ b/clients/client/php/lib/Model/SubjectSet.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Subscription.php b/clients/client/php/lib/Model/Subscription.php
index 55294a11ffb..cf853c4d5a4 100644
--- a/clients/client/php/lib/Model/Subscription.php
+++ b/clients/client/php/lib/Model/Subscription.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php b/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php
index 692099ed7d8..ad3bac65026 100644
--- a/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php
+++ b/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SuccessfulNativeLogin.php b/clients/client/php/lib/Model/SuccessfulNativeLogin.php
index 6e17e584763..4b42bca9e6b 100644
--- a/clients/client/php/lib/Model/SuccessfulNativeLogin.php
+++ b/clients/client/php/lib/Model/SuccessfulNativeLogin.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SuccessfulNativeRegistration.php b/clients/client/php/lib/Model/SuccessfulNativeRegistration.php
index f3ebf40c74b..57b3119e908 100644
--- a/clients/client/php/lib/Model/SuccessfulNativeRegistration.php
+++ b/clients/client/php/lib/Model/SuccessfulNativeRegistration.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/SuccessfulProjectUpdate.php b/clients/client/php/lib/Model/SuccessfulProjectUpdate.php
index 85c0b98e15f..129cf4c5cd2 100644
--- a/clients/client/php/lib/Model/SuccessfulProjectUpdate.php
+++ b/clients/client/php/lib/Model/SuccessfulProjectUpdate.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/TokenPagination.php b/clients/client/php/lib/Model/TokenPagination.php
index 869e757faff..8df0a8cd099 100644
--- a/clients/client/php/lib/Model/TokenPagination.php
+++ b/clients/client/php/lib/Model/TokenPagination.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/TokenPaginationHeaders.php b/clients/client/php/lib/Model/TokenPaginationHeaders.php
index 9c0c1d51e28..ded24ab55d3 100644
--- a/clients/client/php/lib/Model/TokenPaginationHeaders.php
+++ b/clients/client/php/lib/Model/TokenPaginationHeaders.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/TokenPaginationRequestParameters.php b/clients/client/php/lib/Model/TokenPaginationRequestParameters.php
index 89487c2074e..7a262f94261 100644
--- a/clients/client/php/lib/Model/TokenPaginationRequestParameters.php
+++ b/clients/client/php/lib/Model/TokenPaginationRequestParameters.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php b/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php
index 90b496798ec..8cd53bf0c23 100644
--- a/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php
+++ b/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php b/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php
index 7b4b9919260..154de7a2212 100644
--- a/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php
+++ b/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php
index ccc74464123..35972b2ff4e 100644
--- a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php
+++ b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php
index e6086c32fbb..a889d4c2f48 100644
--- a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php
+++ b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiContainer.php b/clients/client/php/lib/Model/UiContainer.php
index 7ab3cc5b397..f9964aa6755 100644
--- a/clients/client/php/lib/Model/UiContainer.php
+++ b/clients/client/php/lib/Model/UiContainer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNode.php b/clients/client/php/lib/Model/UiNode.php
index f1487de7dde..b12fcec080e 100644
--- a/clients/client/php/lib/Model/UiNode.php
+++ b/clients/client/php/lib/Model/UiNode.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNodeAnchorAttributes.php b/clients/client/php/lib/Model/UiNodeAnchorAttributes.php
index b7275fe60a0..58b24b148df 100644
--- a/clients/client/php/lib/Model/UiNodeAnchorAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeAnchorAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNodeAttributes.php b/clients/client/php/lib/Model/UiNodeAttributes.php
index b4d88ecb032..3141aaa4c9c 100644
--- a/clients/client/php/lib/Model/UiNodeAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNodeImageAttributes.php b/clients/client/php/lib/Model/UiNodeImageAttributes.php
index 15020f627eb..662a46fde25 100644
--- a/clients/client/php/lib/Model/UiNodeImageAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeImageAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNodeInputAttributes.php b/clients/client/php/lib/Model/UiNodeInputAttributes.php
index f1d1b99e745..beb56280dde 100644
--- a/clients/client/php/lib/Model/UiNodeInputAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeInputAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNodeMeta.php b/clients/client/php/lib/Model/UiNodeMeta.php
index 6a23f03eea2..3cc5050aa0e 100644
--- a/clients/client/php/lib/Model/UiNodeMeta.php
+++ b/clients/client/php/lib/Model/UiNodeMeta.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNodeScriptAttributes.php b/clients/client/php/lib/Model/UiNodeScriptAttributes.php
index 6c6d18b6941..57caf271003 100644
--- a/clients/client/php/lib/Model/UiNodeScriptAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeScriptAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiNodeTextAttributes.php b/clients/client/php/lib/Model/UiNodeTextAttributes.php
index 6939910a104..2169e9ad3d2 100644
--- a/clients/client/php/lib/Model/UiNodeTextAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeTextAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UiText.php b/clients/client/php/lib/Model/UiText.php
index cef86bb6f13..3a9669db157 100644
--- a/clients/client/php/lib/Model/UiText.php
+++ b/clients/client/php/lib/Model/UiText.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateIdentityBody.php b/clients/client/php/lib/Model/UpdateIdentityBody.php
index 38dd4583d04..68b2eab7013 100644
--- a/clients/client/php/lib/Model/UpdateIdentityBody.php
+++ b/clients/client/php/lib/Model/UpdateIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateLoginFlowBody.php b/clients/client/php/lib/Model/UpdateLoginFlowBody.php
index 3caebeb4e6e..0a6994cb916 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php
index 6046dee5726..b152ca0d6e9 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php
index 1ac3b3aeb53..943055c69c2 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php
index ce1fe1648a5..6b8f0add608 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php
index 7a6c57229a8..5ea50e5a115 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php
index f4ba834ebe2..bb121049ebb 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php b/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php
index a02209d5e76..13c16ebec6e 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php b/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php
index 2cd0a77c1ab..9680d8f22d9 100644
--- a/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php
index d18adc173d3..b6a3a424c69 100644
--- a/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php b/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php
index 0a61262feb7..ef8f7cea1db 100644
--- a/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php
+++ b/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php b/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php
index 18618cc8d58..6b0ac0f56ee 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php
index 7c0551c68ed..4320cc503f5 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php
index 5a8bd8a84a5..053bbc47b67 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php
index 4ddf8cd151b..ebd2dd3e400 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php b/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php
index c231b7dbbe7..4a6aa46fe92 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowBody.php b/clients/client/php/lib/Model/UpdateSettingsFlowBody.php
index 83ce49c2a6d..048be540f40 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php
index 0782d1201cb..2980117ed0d 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php
index 69f0d6cab29..2bddfca6636 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php
index a8ee1769eee..93290033ef5 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php
index 5732c35a783..5a6bb96e58f 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php
index d28e5c14f3e..ec77426acff 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php b/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php
index bb68d840aec..546bade657b 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateSubscriptionBody.php b/clients/client/php/lib/Model/UpdateSubscriptionBody.php
index e4f5c872043..0c46f36e587 100644
--- a/clients/client/php/lib/Model/UpdateSubscriptionBody.php
+++ b/clients/client/php/lib/Model/UpdateSubscriptionBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateVerificationFlowBody.php b/clients/client/php/lib/Model/UpdateVerificationFlowBody.php
index eeffb5a3dbe..5a5521152f4 100644
--- a/clients/client/php/lib/Model/UpdateVerificationFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateVerificationFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php b/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php
index 369c5fb677b..d6a34abe187 100644
--- a/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php b/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php
index 6355a29bc15..5549bfbcefc 100644
--- a/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php
+++ b/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Usage.php b/clients/client/php/lib/Model/Usage.php
index 412fe42202d..f7002746da9 100644
--- a/clients/client/php/lib/Model/Usage.php
+++ b/clients/client/php/lib/Model/Usage.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php b/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php
index 626031387e2..fa9eb164560 100644
--- a/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php
+++ b/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/VerifiableCredentialProof.php b/clients/client/php/lib/Model/VerifiableCredentialProof.php
index 9f729057d9d..ad83916c64d 100644
--- a/clients/client/php/lib/Model/VerifiableCredentialProof.php
+++ b/clients/client/php/lib/Model/VerifiableCredentialProof.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/VerifiableCredentialResponse.php b/clients/client/php/lib/Model/VerifiableCredentialResponse.php
index 371d5933a5a..3c2d2827a20 100644
--- a/clients/client/php/lib/Model/VerifiableCredentialResponse.php
+++ b/clients/client/php/lib/Model/VerifiableCredentialResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/VerifiableIdentityAddress.php b/clients/client/php/lib/Model/VerifiableIdentityAddress.php
index fc0e01b5df6..7cf60cf8109 100644
--- a/clients/client/php/lib/Model/VerifiableIdentityAddress.php
+++ b/clients/client/php/lib/Model/VerifiableIdentityAddress.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/VerificationFlow.php b/clients/client/php/lib/Model/VerificationFlow.php
index b58166138b9..07a5fd49f49 100644
--- a/clients/client/php/lib/Model/VerificationFlow.php
+++ b/clients/client/php/lib/Model/VerificationFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/VerificationFlowState.php b/clients/client/php/lib/Model/VerificationFlowState.php
index b43ae2760fa..134eac9ec10 100644
--- a/clients/client/php/lib/Model/VerificationFlowState.php
+++ b/clients/client/php/lib/Model/VerificationFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Version.php b/clients/client/php/lib/Model/Version.php
index 6ca4c394fb6..c26bcd9e112 100644
--- a/clients/client/php/lib/Model/Version.php
+++ b/clients/client/php/lib/Model/Version.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Warning.php b/clients/client/php/lib/Model/Warning.php
index a445e6db049..824613eb913 100644
--- a/clients/client/php/lib/Model/Warning.php
+++ b/clients/client/php/lib/Model/Warning.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/Model/Workspace.php b/clients/client/php/lib/Model/Workspace.php
index 2cc51c3c940..ea6f173cfe1 100644
--- a/clients/client/php/lib/Model/Workspace.php
+++ b/clients/client/php/lib/Model/Workspace.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/lib/ObjectSerializer.php b/clients/client/php/lib/ObjectSerializer.php
index bdaca7929dd..4708f06c0ea 100644
--- a/clients/client/php/lib/ObjectSerializer.php
+++ b/clients/client/php/lib/ObjectSerializer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/CourierApiTest.php b/clients/client/php/test/Api/CourierApiTest.php
index c7b1abeb03d..2d5af6802f1 100644
--- a/clients/client/php/test/Api/CourierApiTest.php
+++ b/clients/client/php/test/Api/CourierApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/FrontendApiTest.php b/clients/client/php/test/Api/FrontendApiTest.php
index 2e9756f5374..79bc4a9fdc6 100644
--- a/clients/client/php/test/Api/FrontendApiTest.php
+++ b/clients/client/php/test/Api/FrontendApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/IdentityApiTest.php b/clients/client/php/test/Api/IdentityApiTest.php
index 4807f7eb846..234134f7671 100644
--- a/clients/client/php/test/Api/IdentityApiTest.php
+++ b/clients/client/php/test/Api/IdentityApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/JwkApiTest.php b/clients/client/php/test/Api/JwkApiTest.php
index f4bcc633d1d..55ece3d4aef 100644
--- a/clients/client/php/test/Api/JwkApiTest.php
+++ b/clients/client/php/test/Api/JwkApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/MetadataApiTest.php b/clients/client/php/test/Api/MetadataApiTest.php
index 604569e3ed8..47d6999f0ca 100644
--- a/clients/client/php/test/Api/MetadataApiTest.php
+++ b/clients/client/php/test/Api/MetadataApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/OAuth2ApiTest.php b/clients/client/php/test/Api/OAuth2ApiTest.php
index 0106a2b8bb7..e8f5ad10d75 100644
--- a/clients/client/php/test/Api/OAuth2ApiTest.php
+++ b/clients/client/php/test/Api/OAuth2ApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/OidcApiTest.php b/clients/client/php/test/Api/OidcApiTest.php
index 7bc7bf2a6be..3fdadaaf6ca 100644
--- a/clients/client/php/test/Api/OidcApiTest.php
+++ b/clients/client/php/test/Api/OidcApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/PermissionApiTest.php b/clients/client/php/test/Api/PermissionApiTest.php
index 74aa9cbfd7e..8aca04bb8b8 100644
--- a/clients/client/php/test/Api/PermissionApiTest.php
+++ b/clients/client/php/test/Api/PermissionApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/ProjectApiTest.php b/clients/client/php/test/Api/ProjectApiTest.php
index 0f27d0086fb..469e7abdb4c 100644
--- a/clients/client/php/test/Api/ProjectApiTest.php
+++ b/clients/client/php/test/Api/ProjectApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/RelationshipApiTest.php b/clients/client/php/test/Api/RelationshipApiTest.php
index ac97ae4c0cc..02a10ec955a 100644
--- a/clients/client/php/test/Api/RelationshipApiTest.php
+++ b/clients/client/php/test/Api/RelationshipApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Api/WellknownApiTest.php b/clients/client/php/test/Api/WellknownApiTest.php
index cfed019f6a3..984425c8ee2 100644
--- a/clients/client/php/test/Api/WellknownApiTest.php
+++ b/clients/client/php/test/Api/WellknownApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php
index 0864e69b75e..5610dbe9123 100644
--- a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php
+++ b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php
index 4d39289300e..90ce88fbc90 100644
--- a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php
+++ b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php b/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php
index 4c70355e456..ed97c1fa7ae 100644
--- a/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php
+++ b/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ActiveProjectInConsoleTest.php b/clients/client/php/test/Model/ActiveProjectInConsoleTest.php
index bc2e49135fc..771cae87833 100644
--- a/clients/client/php/test/Model/ActiveProjectInConsoleTest.php
+++ b/clients/client/php/test/Model/ActiveProjectInConsoleTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/AttributesCountDatapointTest.php b/clients/client/php/test/Model/AttributesCountDatapointTest.php
index 814c02baadb..006b22d1539 100644
--- a/clients/client/php/test/Model/AttributesCountDatapointTest.php
+++ b/clients/client/php/test/Model/AttributesCountDatapointTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php b/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php
index e61edbe6182..e7a3f996dc7 100644
--- a/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php
+++ b/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php b/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php
index af7d52092a7..db28f58ba38 100644
--- a/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php
+++ b/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CheckOplSyntaxResultTest.php b/clients/client/php/test/Model/CheckOplSyntaxResultTest.php
index fa355066b08..e94ea463806 100644
--- a/clients/client/php/test/Model/CheckOplSyntaxResultTest.php
+++ b/clients/client/php/test/Model/CheckOplSyntaxResultTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CheckPermissionResultTest.php b/clients/client/php/test/Model/CheckPermissionResultTest.php
index 7d642aea35a..bb450218e28 100644
--- a/clients/client/php/test/Model/CheckPermissionResultTest.php
+++ b/clients/client/php/test/Model/CheckPermissionResultTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CloudAccountTest.php b/clients/client/php/test/Model/CloudAccountTest.php
index 502dcc46c4f..f207e6bcbe2 100644
--- a/clients/client/php/test/Model/CloudAccountTest.php
+++ b/clients/client/php/test/Model/CloudAccountTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ConsistencyRequestParametersTest.php b/clients/client/php/test/Model/ConsistencyRequestParametersTest.php
index 5b837a46126..b8a835352bc 100644
--- a/clients/client/php/test/Model/ConsistencyRequestParametersTest.php
+++ b/clients/client/php/test/Model/ConsistencyRequestParametersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php b/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php
index 2affbe3c0ef..ecfaa5e35ab 100644
--- a/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php
+++ b/clients/client/php/test/Model/ContinueWithRecoveryUiFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php b/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php
index 9781ff73cce..5ec6bc89a7f 100644
--- a/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php
+++ b/clients/client/php/test/Model/ContinueWithRecoveryUiTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php b/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php
index 7435f099a10..ef8c585b8bc 100644
--- a/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php
+++ b/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php b/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php
index 97dbc19ad11..775e088f01d 100644
--- a/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php
+++ b/clients/client/php/test/Model/ContinueWithSettingsUiFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithSettingsUiTest.php b/clients/client/php/test/Model/ContinueWithSettingsUiTest.php
index 532c9aed4aa..1e91e84b39a 100644
--- a/clients/client/php/test/Model/ContinueWithSettingsUiTest.php
+++ b/clients/client/php/test/Model/ContinueWithSettingsUiTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithTest.php b/clients/client/php/test/Model/ContinueWithTest.php
index 206900b07f4..2f02dde2519 100644
--- a/clients/client/php/test/Model/ContinueWithTest.php
+++ b/clients/client/php/test/Model/ContinueWithTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php b/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php
index 8a81eeadef7..585c75de4f2 100644
--- a/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php
+++ b/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ContinueWithVerificationUiTest.php b/clients/client/php/test/Model/ContinueWithVerificationUiTest.php
index 057605b2ace..262cfd69e23 100644
--- a/clients/client/php/test/Model/ContinueWithVerificationUiTest.php
+++ b/clients/client/php/test/Model/ContinueWithVerificationUiTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CourierMessageStatusTest.php b/clients/client/php/test/Model/CourierMessageStatusTest.php
index 6cba62639c5..444baabb33d 100644
--- a/clients/client/php/test/Model/CourierMessageStatusTest.php
+++ b/clients/client/php/test/Model/CourierMessageStatusTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CourierMessageTypeTest.php b/clients/client/php/test/Model/CourierMessageTypeTest.php
index 613360d9a29..49313eda94c 100644
--- a/clients/client/php/test/Model/CourierMessageTypeTest.php
+++ b/clients/client/php/test/Model/CourierMessageTypeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateCustomDomainBodyTest.php b/clients/client/php/test/Model/CreateCustomDomainBodyTest.php
index b8edf153c30..bed0ded9947 100644
--- a/clients/client/php/test/Model/CreateCustomDomainBodyTest.php
+++ b/clients/client/php/test/Model/CreateCustomDomainBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateIdentityBodyTest.php b/clients/client/php/test/Model/CreateIdentityBodyTest.php
index 723328db359..49209c80624 100644
--- a/clients/client/php/test/Model/CreateIdentityBodyTest.php
+++ b/clients/client/php/test/Model/CreateIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateInviteResponseTest.php b/clients/client/php/test/Model/CreateInviteResponseTest.php
index fb2e9e6d6a4..5b274a43184 100644
--- a/clients/client/php/test/Model/CreateInviteResponseTest.php
+++ b/clients/client/php/test/Model/CreateInviteResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateJsonWebKeySetTest.php b/clients/client/php/test/Model/CreateJsonWebKeySetTest.php
index 72537530721..0dfacb31705 100644
--- a/clients/client/php/test/Model/CreateJsonWebKeySetTest.php
+++ b/clients/client/php/test/Model/CreateJsonWebKeySetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateProjectBodyTest.php b/clients/client/php/test/Model/CreateProjectBodyTest.php
index 18237fb9d5f..8e10cc5505d 100644
--- a/clients/client/php/test/Model/CreateProjectBodyTest.php
+++ b/clients/client/php/test/Model/CreateProjectBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateProjectBrandingTest.php b/clients/client/php/test/Model/CreateProjectBrandingTest.php
index b77750a2ee7..5ba39dc1b9a 100644
--- a/clients/client/php/test/Model/CreateProjectBrandingTest.php
+++ b/clients/client/php/test/Model/CreateProjectBrandingTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php b/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php
index d95c5cefb2a..3efc3615bc6 100644
--- a/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php
+++ b/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php b/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php
index 015e0dcbc14..04993e999b2 100644
--- a/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php
+++ b/clients/client/php/test/Model/CreateProjectNormalizedPayloadTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php b/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php
index 9d45ccac015..59546c36af1 100644
--- a/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php
+++ b/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php b/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php
index dd13194099d..290a66de94a 100644
--- a/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php
+++ b/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateRelationshipBodyTest.php b/clients/client/php/test/Model/CreateRelationshipBodyTest.php
index 18290b4177e..0c53618e9c8 100644
--- a/clients/client/php/test/Model/CreateRelationshipBodyTest.php
+++ b/clients/client/php/test/Model/CreateRelationshipBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateSubscriptionBodyTest.php b/clients/client/php/test/Model/CreateSubscriptionBodyTest.php
index 17e3793127e..86aed38e106 100644
--- a/clients/client/php/test/Model/CreateSubscriptionBodyTest.php
+++ b/clients/client/php/test/Model/CreateSubscriptionBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php b/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php
index 64a4c131377..885090dbae7 100644
--- a/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php
+++ b/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CredentialSupportedDraft00Test.php b/clients/client/php/test/Model/CredentialSupportedDraft00Test.php
index 0925924ad4a..2db3c76b87b 100644
--- a/clients/client/php/test/Model/CredentialSupportedDraft00Test.php
+++ b/clients/client/php/test/Model/CredentialSupportedDraft00Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/CustomDomainTest.php b/clients/client/php/test/Model/CustomDomainTest.php
index c5a5d61654e..280678e1e27 100644
--- a/clients/client/php/test/Model/CustomDomainTest.php
+++ b/clients/client/php/test/Model/CustomDomainTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/DeleteMySessionsCountTest.php b/clients/client/php/test/Model/DeleteMySessionsCountTest.php
index 215020c1044..4cedc3c1149 100644
--- a/clients/client/php/test/Model/DeleteMySessionsCountTest.php
+++ b/clients/client/php/test/Model/DeleteMySessionsCountTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/EmailTemplateDataBodyTest.php b/clients/client/php/test/Model/EmailTemplateDataBodyTest.php
index 2ba26815e45..62dbff8611f 100644
--- a/clients/client/php/test/Model/EmailTemplateDataBodyTest.php
+++ b/clients/client/php/test/Model/EmailTemplateDataBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/EmailTemplateDataTest.php b/clients/client/php/test/Model/EmailTemplateDataTest.php
index cb6663e1431..d159156d874 100644
--- a/clients/client/php/test/Model/EmailTemplateDataTest.php
+++ b/clients/client/php/test/Model/EmailTemplateDataTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php b/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php
index 311f133eaa6..5a80aa62ccf 100644
--- a/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php
+++ b/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php b/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php
index 9b926514dc4..b26a6802b38 100644
--- a/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php
+++ b/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ErrorFlowReplacedTest.php b/clients/client/php/test/Model/ErrorFlowReplacedTest.php
index 2ec66b84780..1d301f61e7f 100644
--- a/clients/client/php/test/Model/ErrorFlowReplacedTest.php
+++ b/clients/client/php/test/Model/ErrorFlowReplacedTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ErrorGenericTest.php b/clients/client/php/test/Model/ErrorGenericTest.php
index abdc2283a85..74821b8364c 100644
--- a/clients/client/php/test/Model/ErrorGenericTest.php
+++ b/clients/client/php/test/Model/ErrorGenericTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ErrorOAuth2Test.php b/clients/client/php/test/Model/ErrorOAuth2Test.php
index ed4c8f64548..97f4dfd4eed 100644
--- a/clients/client/php/test/Model/ErrorOAuth2Test.php
+++ b/clients/client/php/test/Model/ErrorOAuth2Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ExpandedPermissionTreeTest.php b/clients/client/php/test/Model/ExpandedPermissionTreeTest.php
index db79003c796..26b5a148daa 100644
--- a/clients/client/php/test/Model/ExpandedPermissionTreeTest.php
+++ b/clients/client/php/test/Model/ExpandedPermissionTreeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/FlowErrorTest.php b/clients/client/php/test/Model/FlowErrorTest.php
index 637a7fd4fe8..71b3ad700ec 100644
--- a/clients/client/php/test/Model/FlowErrorTest.php
+++ b/clients/client/php/test/Model/FlowErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GenericErrorContentTest.php b/clients/client/php/test/Model/GenericErrorContentTest.php
index c5abc2c4705..6780a08a7ee 100644
--- a/clients/client/php/test/Model/GenericErrorContentTest.php
+++ b/clients/client/php/test/Model/GenericErrorContentTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GenericErrorTest.php b/clients/client/php/test/Model/GenericErrorTest.php
index 6bda97a6cee..50e2923b259 100644
--- a/clients/client/php/test/Model/GenericErrorTest.php
+++ b/clients/client/php/test/Model/GenericErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GenericUsageTest.php b/clients/client/php/test/Model/GenericUsageTest.php
index ce045a66940..784664d0020 100644
--- a/clients/client/php/test/Model/GenericUsageTest.php
+++ b/clients/client/php/test/Model/GenericUsageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GetAttributesCountResponseTest.php b/clients/client/php/test/Model/GetAttributesCountResponseTest.php
index 300184c9174..f51e9081f72 100644
--- a/clients/client/php/test/Model/GetAttributesCountResponseTest.php
+++ b/clients/client/php/test/Model/GetAttributesCountResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php b/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php
index cfbe5c3cd4b..6d47f4a13d1 100644
--- a/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php
+++ b/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GetOrganizationResponseTest.php b/clients/client/php/test/Model/GetOrganizationResponseTest.php
index 7ea93a6020a..a044b65fbb3 100644
--- a/clients/client/php/test/Model/GetOrganizationResponseTest.php
+++ b/clients/client/php/test/Model/GetOrganizationResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GetProjectMetricsResponseTest.php b/clients/client/php/test/Model/GetProjectMetricsResponseTest.php
index 35d72d1851b..03835b92cbc 100644
--- a/clients/client/php/test/Model/GetProjectMetricsResponseTest.php
+++ b/clients/client/php/test/Model/GetProjectMetricsResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/GetSessionActivityResponseTest.php b/clients/client/php/test/Model/GetSessionActivityResponseTest.php
index 3b7e264122f..b861a36bb88 100644
--- a/clients/client/php/test/Model/GetSessionActivityResponseTest.php
+++ b/clients/client/php/test/Model/GetSessionActivityResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/HealthNotReadyStatusTest.php b/clients/client/php/test/Model/HealthNotReadyStatusTest.php
index 6845d79fd51..4cc295bbafc 100644
--- a/clients/client/php/test/Model/HealthNotReadyStatusTest.php
+++ b/clients/client/php/test/Model/HealthNotReadyStatusTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/HealthStatusTest.php b/clients/client/php/test/Model/HealthStatusTest.php
index 45a087a450c..67c41955463 100644
--- a/clients/client/php/test/Model/HealthStatusTest.php
+++ b/clients/client/php/test/Model/HealthStatusTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityCredentialsCodeTest.php b/clients/client/php/test/Model/IdentityCredentialsCodeTest.php
index 32a10af7635..2c51ac16f44 100644
--- a/clients/client/php/test/Model/IdentityCredentialsCodeTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsCodeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php b/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php
index 58217cac129..43245eb058e 100644
--- a/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityCredentialsOidcTest.php b/clients/client/php/test/Model/IdentityCredentialsOidcTest.php
index 1c93e2fb9ae..9c0d18fa960 100644
--- a/clients/client/php/test/Model/IdentityCredentialsOidcTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsOidcTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php b/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php
index d569da82c0e..cb8348ef0b3 100644
--- a/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityCredentialsTest.php b/clients/client/php/test/Model/IdentityCredentialsTest.php
index 0ab91abad84..97ebc92fe69 100644
--- a/clients/client/php/test/Model/IdentityCredentialsTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityCredentialsTypeTest.php b/clients/client/php/test/Model/IdentityCredentialsTypeTest.php
index 6aebce3c27a..30b534e35e2 100644
--- a/clients/client/php/test/Model/IdentityCredentialsTypeTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsTypeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityPatchResponseTest.php b/clients/client/php/test/Model/IdentityPatchResponseTest.php
index a0f35556261..91ee7c304c7 100644
--- a/clients/client/php/test/Model/IdentityPatchResponseTest.php
+++ b/clients/client/php/test/Model/IdentityPatchResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityPatchTest.php b/clients/client/php/test/Model/IdentityPatchTest.php
index 96aa1c498ee..dd30a1c090d 100644
--- a/clients/client/php/test/Model/IdentityPatchTest.php
+++ b/clients/client/php/test/Model/IdentityPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentitySchemaContainerTest.php b/clients/client/php/test/Model/IdentitySchemaContainerTest.php
index 63537512a8f..d886e373b33 100644
--- a/clients/client/php/test/Model/IdentitySchemaContainerTest.php
+++ b/clients/client/php/test/Model/IdentitySchemaContainerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentitySchemaPresetTest.php b/clients/client/php/test/Model/IdentitySchemaPresetTest.php
index 4acf627c0aa..d62519e6c00 100644
--- a/clients/client/php/test/Model/IdentitySchemaPresetTest.php
+++ b/clients/client/php/test/Model/IdentitySchemaPresetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityStateTest.php b/clients/client/php/test/Model/IdentityStateTest.php
index e4d134de87d..45ae66cf88e 100644
--- a/clients/client/php/test/Model/IdentityStateTest.php
+++ b/clients/client/php/test/Model/IdentityStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityTest.php b/clients/client/php/test/Model/IdentityTest.php
index 8be424b53a6..a8351d2c6f3 100644
--- a/clients/client/php/test/Model/IdentityTest.php
+++ b/clients/client/php/test/Model/IdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php
index 1da3eda80eb..505f291713b 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php
index 7ae36c57a35..aafec36b561 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php b/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php
index 61ebc2e0ff5..99691d36395 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php b/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php
index 04fadcfb2cd..31b747719b8 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php b/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php
index c1e78b6c8bc..afd4d57c80a 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IdentityWithCredentialsTest.php b/clients/client/php/test/Model/IdentityWithCredentialsTest.php
index 3db02c9e012..0df986c750e 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InlineObject3Test.php b/clients/client/php/test/Model/InlineObject3Test.php
index 6dcb707064d..166540cd9dd 100644
--- a/clients/client/php/test/Model/InlineObject3Test.php
+++ b/clients/client/php/test/Model/InlineObject3Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InlineResponse2001Test.php b/clients/client/php/test/Model/InlineResponse2001Test.php
index e3402345e6b..349f32d54a4 100644
--- a/clients/client/php/test/Model/InlineResponse2001Test.php
+++ b/clients/client/php/test/Model/InlineResponse2001Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InlineResponse200Test.php b/clients/client/php/test/Model/InlineResponse200Test.php
index 1ef3f300ab9..9b3f81ee23c 100644
--- a/clients/client/php/test/Model/InlineResponse200Test.php
+++ b/clients/client/php/test/Model/InlineResponse200Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InlineResponse503Test.php b/clients/client/php/test/Model/InlineResponse503Test.php
index 1558fb23ef7..81d57330bbd 100644
--- a/clients/client/php/test/Model/InlineResponse503Test.php
+++ b/clients/client/php/test/Model/InlineResponse503Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php b/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php
index f944f9e0f6a..5e0e47251cd 100644
--- a/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php
+++ b/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php b/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php
index 6f3dc649ace..28c42683bfc 100644
--- a/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php
+++ b/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php
index 7f9927b2f8e..dc8908bd786 100644
--- a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php
+++ b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php
index 3119d593bcb..eea2d4ad634 100644
--- a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php
+++ b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/InternalProvisionMockSubscriptionTest.php b/clients/client/php/test/Model/InternalProvisionMockSubscriptionTest.php
index f08d412a455..f11b8c4d683 100644
--- a/clients/client/php/test/Model/InternalProvisionMockSubscriptionTest.php
+++ b/clients/client/php/test/Model/InternalProvisionMockSubscriptionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php b/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php
index c3310a54671..4fffc35e0cf 100644
--- a/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php
+++ b/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php b/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php
index f6840b3a94a..c24d719c012 100644
--- a/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php
+++ b/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/JsonPatchTest.php b/clients/client/php/test/Model/JsonPatchTest.php
index 83f2c4cdd83..018b95cf5a0 100644
--- a/clients/client/php/test/Model/JsonPatchTest.php
+++ b/clients/client/php/test/Model/JsonPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/JsonWebKeySetTest.php b/clients/client/php/test/Model/JsonWebKeySetTest.php
index 4abbaf41b47..2436909fa83 100644
--- a/clients/client/php/test/Model/JsonWebKeySetTest.php
+++ b/clients/client/php/test/Model/JsonWebKeySetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/JsonWebKeyTest.php b/clients/client/php/test/Model/JsonWebKeyTest.php
index 1bff699bd13..8a202550d88 100644
--- a/clients/client/php/test/Model/JsonWebKeyTest.php
+++ b/clients/client/php/test/Model/JsonWebKeyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/KetoNamespaceTest.php b/clients/client/php/test/Model/KetoNamespaceTest.php
index 4ffadeb9845..ca8b77c400c 100644
--- a/clients/client/php/test/Model/KetoNamespaceTest.php
+++ b/clients/client/php/test/Model/KetoNamespaceTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ListMyWorkspacesResponseTest.php b/clients/client/php/test/Model/ListMyWorkspacesResponseTest.php
index cef7e87124a..8e072fb2b0c 100644
--- a/clients/client/php/test/Model/ListMyWorkspacesResponseTest.php
+++ b/clients/client/php/test/Model/ListMyWorkspacesResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ListOrganizationsResponseTest.php b/clients/client/php/test/Model/ListOrganizationsResponseTest.php
index 2cfa8f44230..471891eff5c 100644
--- a/clients/client/php/test/Model/ListOrganizationsResponseTest.php
+++ b/clients/client/php/test/Model/ListOrganizationsResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/LoginFlowStateTest.php b/clients/client/php/test/Model/LoginFlowStateTest.php
index 259a02d7222..6389cc8e6a8 100644
--- a/clients/client/php/test/Model/LoginFlowStateTest.php
+++ b/clients/client/php/test/Model/LoginFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/LoginFlowTest.php b/clients/client/php/test/Model/LoginFlowTest.php
index 8e225e58099..6fee8f55622 100644
--- a/clients/client/php/test/Model/LoginFlowTest.php
+++ b/clients/client/php/test/Model/LoginFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/LogoutFlowTest.php b/clients/client/php/test/Model/LogoutFlowTest.php
index 749134e990b..9abc4555712 100644
--- a/clients/client/php/test/Model/LogoutFlowTest.php
+++ b/clients/client/php/test/Model/LogoutFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ManagedIdentitySchemaTest.php b/clients/client/php/test/Model/ManagedIdentitySchemaTest.php
index 9f4b4ad0ef3..ae797227ba1 100644
--- a/clients/client/php/test/Model/ManagedIdentitySchemaTest.php
+++ b/clients/client/php/test/Model/ManagedIdentitySchemaTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php b/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php
index fca56b5ecb7..3e3aa5634b4 100644
--- a/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php
+++ b/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/MemberInviteTest.php b/clients/client/php/test/Model/MemberInviteTest.php
index c118ed37a00..264c6f70ccd 100644
--- a/clients/client/php/test/Model/MemberInviteTest.php
+++ b/clients/client/php/test/Model/MemberInviteTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/MessageDispatchTest.php b/clients/client/php/test/Model/MessageDispatchTest.php
index 00d5f68defe..e5bfdce50a4 100644
--- a/clients/client/php/test/Model/MessageDispatchTest.php
+++ b/clients/client/php/test/Model/MessageDispatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/MessageTest.php b/clients/client/php/test/Model/MessageTest.php
index 5ea72896f71..5c86bc403a8 100644
--- a/clients/client/php/test/Model/MessageTest.php
+++ b/clients/client/php/test/Model/MessageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/MetricsDatapointTest.php b/clients/client/php/test/Model/MetricsDatapointTest.php
index 61f79ed7ad9..ea131ad5dc4 100644
--- a/clients/client/php/test/Model/MetricsDatapointTest.php
+++ b/clients/client/php/test/Model/MetricsDatapointTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ModelNamespaceTest.php b/clients/client/php/test/Model/ModelNamespaceTest.php
index 18393f35e17..a4b7ecc8fdb 100644
--- a/clients/client/php/test/Model/ModelNamespaceTest.php
+++ b/clients/client/php/test/Model/ModelNamespaceTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php b/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php
index bd97b565d14..ffe202d62b9 100644
--- a/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php
+++ b/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php
index fbc0f1d5053..633e8be5c86 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php
index 0f5b6165c76..fa63ada9072 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionTest.php
index d025b7704f3..bdda962b0ec 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php
index 7f247340c3e..8758c19df44 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php b/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php
index cc231d3e8f2..9eb482cfd79 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/NormalizedProjectTest.php b/clients/client/php/test/Model/NormalizedProjectTest.php
index 9b74b8dc337..b8c06a0db32 100644
--- a/clients/client/php/test/Model/NormalizedProjectTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2ClientTest.php b/clients/client/php/test/Model/OAuth2ClientTest.php
index e9cb9026ed5..638e5b51ee6 100644
--- a/clients/client/php/test/Model/OAuth2ClientTest.php
+++ b/clients/client/php/test/Model/OAuth2ClientTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php b/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php
index f2eed24c5f4..7993ee0d131 100644
--- a/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php
+++ b/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php b/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php
index d259407c86f..3c886cc53b6 100644
--- a/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2ConsentRequestTest.php b/clients/client/php/test/Model/OAuth2ConsentRequestTest.php
index e769fe70072..3c6a001324b 100644
--- a/clients/client/php/test/Model/OAuth2ConsentRequestTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php b/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php
index 43f821f2d67..5a5a778297a 100644
--- a/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2ConsentSessionTest.php b/clients/client/php/test/Model/OAuth2ConsentSessionTest.php
index 2357da2dda8..9f31bba2399 100644
--- a/clients/client/php/test/Model/OAuth2ConsentSessionTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentSessionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2LoginRequestTest.php b/clients/client/php/test/Model/OAuth2LoginRequestTest.php
index 9e9ca74b27d..ccdaade461d 100644
--- a/clients/client/php/test/Model/OAuth2LoginRequestTest.php
+++ b/clients/client/php/test/Model/OAuth2LoginRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2LogoutRequestTest.php b/clients/client/php/test/Model/OAuth2LogoutRequestTest.php
index 4f18758bb58..7b25bcf77f1 100644
--- a/clients/client/php/test/Model/OAuth2LogoutRequestTest.php
+++ b/clients/client/php/test/Model/OAuth2LogoutRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2RedirectToTest.php b/clients/client/php/test/Model/OAuth2RedirectToTest.php
index 3712e2309b8..a7ea9044447 100644
--- a/clients/client/php/test/Model/OAuth2RedirectToTest.php
+++ b/clients/client/php/test/Model/OAuth2RedirectToTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OAuth2TokenExchangeTest.php b/clients/client/php/test/Model/OAuth2TokenExchangeTest.php
index ede3c387f6d..a51e1ca1a76 100644
--- a/clients/client/php/test/Model/OAuth2TokenExchangeTest.php
+++ b/clients/client/php/test/Model/OAuth2TokenExchangeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OidcConfigurationTest.php b/clients/client/php/test/Model/OidcConfigurationTest.php
index 626d15c10af..91be6852952 100644
--- a/clients/client/php/test/Model/OidcConfigurationTest.php
+++ b/clients/client/php/test/Model/OidcConfigurationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OidcUserInfoTest.php b/clients/client/php/test/Model/OidcUserInfoTest.php
index b7151ffe466..ba4fedfce5a 100644
--- a/clients/client/php/test/Model/OidcUserInfoTest.php
+++ b/clients/client/php/test/Model/OidcUserInfoTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OrganizationBodyTest.php b/clients/client/php/test/Model/OrganizationBodyTest.php
index 69c8d3a1581..40ee4220d37 100644
--- a/clients/client/php/test/Model/OrganizationBodyTest.php
+++ b/clients/client/php/test/Model/OrganizationBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/OrganizationTest.php b/clients/client/php/test/Model/OrganizationTest.php
index bfde9bb82b7..966a282663d 100644
--- a/clients/client/php/test/Model/OrganizationTest.php
+++ b/clients/client/php/test/Model/OrganizationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PaginationHeadersTest.php b/clients/client/php/test/Model/PaginationHeadersTest.php
index 29ae319eaf1..143c0824a18 100644
--- a/clients/client/php/test/Model/PaginationHeadersTest.php
+++ b/clients/client/php/test/Model/PaginationHeadersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PaginationTest.php b/clients/client/php/test/Model/PaginationTest.php
index 88245eff10b..b0b6ab3ffc8 100644
--- a/clients/client/php/test/Model/PaginationTest.php
+++ b/clients/client/php/test/Model/PaginationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ParseErrorTest.php b/clients/client/php/test/Model/ParseErrorTest.php
index 32f2442f73a..9fdb90cb2b1 100644
--- a/clients/client/php/test/Model/ParseErrorTest.php
+++ b/clients/client/php/test/Model/ParseErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PatchIdentitiesBodyTest.php b/clients/client/php/test/Model/PatchIdentitiesBodyTest.php
index dd726fbd0c7..005c97566ff 100644
--- a/clients/client/php/test/Model/PatchIdentitiesBodyTest.php
+++ b/clients/client/php/test/Model/PatchIdentitiesBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php b/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php
index 467a8bfdd9f..2846d7bd7ca 100644
--- a/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php
+++ b/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PlanDetailsTest.php b/clients/client/php/test/Model/PlanDetailsTest.php
index 70f8f9ac12d..452ef2c464c 100644
--- a/clients/client/php/test/Model/PlanDetailsTest.php
+++ b/clients/client/php/test/Model/PlanDetailsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PlanTest.php b/clients/client/php/test/Model/PlanTest.php
index 78a3557646f..94ed1d90fc2 100644
--- a/clients/client/php/test/Model/PlanTest.php
+++ b/clients/client/php/test/Model/PlanTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PostCheckPermissionBodyTest.php b/clients/client/php/test/Model/PostCheckPermissionBodyTest.php
index 712599e3ee4..858efd9aa72 100644
--- a/clients/client/php/test/Model/PostCheckPermissionBodyTest.php
+++ b/clients/client/php/test/Model/PostCheckPermissionBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php b/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php
index 8f0e17a2fea..99060d17e09 100644
--- a/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php
+++ b/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectApiKeyTest.php b/clients/client/php/test/Model/ProjectApiKeyTest.php
index 807dc2142e8..81b10c7d666 100644
--- a/clients/client/php/test/Model/ProjectApiKeyTest.php
+++ b/clients/client/php/test/Model/ProjectApiKeyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectBrandingColorsTest.php b/clients/client/php/test/Model/ProjectBrandingColorsTest.php
index fabf5f6c6f4..9cde0f3cebb 100644
--- a/clients/client/php/test/Model/ProjectBrandingColorsTest.php
+++ b/clients/client/php/test/Model/ProjectBrandingColorsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectBrandingTest.php b/clients/client/php/test/Model/ProjectBrandingTest.php
index 137700789de..3fbdec90a73 100644
--- a/clients/client/php/test/Model/ProjectBrandingTest.php
+++ b/clients/client/php/test/Model/ProjectBrandingTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectBrandingThemeTest.php b/clients/client/php/test/Model/ProjectBrandingThemeTest.php
index 2ad0778d208..788d1270685 100644
--- a/clients/client/php/test/Model/ProjectBrandingThemeTest.php
+++ b/clients/client/php/test/Model/ProjectBrandingThemeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectCorsTest.php b/clients/client/php/test/Model/ProjectCorsTest.php
index 1333c821bdc..03c88edd4bb 100644
--- a/clients/client/php/test/Model/ProjectCorsTest.php
+++ b/clients/client/php/test/Model/ProjectCorsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectHostTest.php b/clients/client/php/test/Model/ProjectHostTest.php
index ca0e16599ee..e01843f8760 100644
--- a/clients/client/php/test/Model/ProjectHostTest.php
+++ b/clients/client/php/test/Model/ProjectHostTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectMetadataTest.php b/clients/client/php/test/Model/ProjectMetadataTest.php
index 816fc72ba5b..1a272a1f4bd 100644
--- a/clients/client/php/test/Model/ProjectMetadataTest.php
+++ b/clients/client/php/test/Model/ProjectMetadataTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectServiceIdentityTest.php b/clients/client/php/test/Model/ProjectServiceIdentityTest.php
index 1760aa846a7..aafc481afd6 100644
--- a/clients/client/php/test/Model/ProjectServiceIdentityTest.php
+++ b/clients/client/php/test/Model/ProjectServiceIdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectServiceOAuth2Test.php b/clients/client/php/test/Model/ProjectServiceOAuth2Test.php
index 7fdcb4f19e6..418fa5db6cb 100644
--- a/clients/client/php/test/Model/ProjectServiceOAuth2Test.php
+++ b/clients/client/php/test/Model/ProjectServiceOAuth2Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectServicePermissionTest.php b/clients/client/php/test/Model/ProjectServicePermissionTest.php
index 91a1b8a4d8f..3132aec9198 100644
--- a/clients/client/php/test/Model/ProjectServicePermissionTest.php
+++ b/clients/client/php/test/Model/ProjectServicePermissionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectServicesTest.php b/clients/client/php/test/Model/ProjectServicesTest.php
index 9325c5fbb3a..42168ac2f76 100644
--- a/clients/client/php/test/Model/ProjectServicesTest.php
+++ b/clients/client/php/test/Model/ProjectServicesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/ProjectTest.php b/clients/client/php/test/Model/ProjectTest.php
index 2063ab62954..eaf4674c78e 100644
--- a/clients/client/php/test/Model/ProjectTest.php
+++ b/clients/client/php/test/Model/ProjectTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/QuotaUsageTest.php b/clients/client/php/test/Model/QuotaUsageTest.php
index 85b12531dbd..382fffdc062 100644
--- a/clients/client/php/test/Model/QuotaUsageTest.php
+++ b/clients/client/php/test/Model/QuotaUsageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RFC6749ErrorJsonTest.php b/clients/client/php/test/Model/RFC6749ErrorJsonTest.php
index 4943622605c..df8b8965180 100644
--- a/clients/client/php/test/Model/RFC6749ErrorJsonTest.php
+++ b/clients/client/php/test/Model/RFC6749ErrorJsonTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php b/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php
index 6950fedd3a3..8eff7c2366c 100644
--- a/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php
+++ b/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RecoveryFlowStateTest.php b/clients/client/php/test/Model/RecoveryFlowStateTest.php
index d9e2a0a3bfc..7fb2b4e58a0 100644
--- a/clients/client/php/test/Model/RecoveryFlowStateTest.php
+++ b/clients/client/php/test/Model/RecoveryFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RecoveryFlowTest.php b/clients/client/php/test/Model/RecoveryFlowTest.php
index dc921f1f869..4f49abc077f 100644
--- a/clients/client/php/test/Model/RecoveryFlowTest.php
+++ b/clients/client/php/test/Model/RecoveryFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RecoveryIdentityAddressTest.php b/clients/client/php/test/Model/RecoveryIdentityAddressTest.php
index 0b8f86006f5..1b0aef0ddc9 100644
--- a/clients/client/php/test/Model/RecoveryIdentityAddressTest.php
+++ b/clients/client/php/test/Model/RecoveryIdentityAddressTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php b/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php
index 5c962e5e7c3..c1db8bf4789 100644
--- a/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php
+++ b/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RegistrationFlowStateTest.php b/clients/client/php/test/Model/RegistrationFlowStateTest.php
index e177c8c911d..cd7c969ea21 100644
--- a/clients/client/php/test/Model/RegistrationFlowStateTest.php
+++ b/clients/client/php/test/Model/RegistrationFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RegistrationFlowTest.php b/clients/client/php/test/Model/RegistrationFlowTest.php
index fa889860e02..dd425398fee 100644
--- a/clients/client/php/test/Model/RegistrationFlowTest.php
+++ b/clients/client/php/test/Model/RegistrationFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RejectOAuth2RequestTest.php b/clients/client/php/test/Model/RejectOAuth2RequestTest.php
index b872f8fc692..7e2d5d25a1d 100644
--- a/clients/client/php/test/Model/RejectOAuth2RequestTest.php
+++ b/clients/client/php/test/Model/RejectOAuth2RequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RelationQueryTest.php b/clients/client/php/test/Model/RelationQueryTest.php
index 6a19ab988be..b72aade3fde 100644
--- a/clients/client/php/test/Model/RelationQueryTest.php
+++ b/clients/client/php/test/Model/RelationQueryTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RelationshipNamespacesTest.php b/clients/client/php/test/Model/RelationshipNamespacesTest.php
index 3cb586e6e53..18ab6514fdd 100644
--- a/clients/client/php/test/Model/RelationshipNamespacesTest.php
+++ b/clients/client/php/test/Model/RelationshipNamespacesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RelationshipPatchTest.php b/clients/client/php/test/Model/RelationshipPatchTest.php
index 813f69461cd..3bf02246393 100644
--- a/clients/client/php/test/Model/RelationshipPatchTest.php
+++ b/clients/client/php/test/Model/RelationshipPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RelationshipTest.php b/clients/client/php/test/Model/RelationshipTest.php
index 016b297aec6..0d61882af3a 100644
--- a/clients/client/php/test/Model/RelationshipTest.php
+++ b/clients/client/php/test/Model/RelationshipTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/RelationshipsTest.php b/clients/client/php/test/Model/RelationshipsTest.php
index cec155e7789..14b58c10bc0 100644
--- a/clients/client/php/test/Model/RelationshipsTest.php
+++ b/clients/client/php/test/Model/RelationshipsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SchemaPatchTest.php b/clients/client/php/test/Model/SchemaPatchTest.php
index 24a57409158..25c41d99acc 100644
--- a/clients/client/php/test/Model/SchemaPatchTest.php
+++ b/clients/client/php/test/Model/SchemaPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php b/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php
index 2a8216c50db..9bbdd1d235c 100644
--- a/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php
+++ b/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SessionActivityDatapointTest.php b/clients/client/php/test/Model/SessionActivityDatapointTest.php
index 5e7cbbb6c06..02dc6697dd5 100644
--- a/clients/client/php/test/Model/SessionActivityDatapointTest.php
+++ b/clients/client/php/test/Model/SessionActivityDatapointTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SessionAuthenticationMethodTest.php b/clients/client/php/test/Model/SessionAuthenticationMethodTest.php
index 566fa974efe..99c25497404 100644
--- a/clients/client/php/test/Model/SessionAuthenticationMethodTest.php
+++ b/clients/client/php/test/Model/SessionAuthenticationMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SessionDeviceTest.php b/clients/client/php/test/Model/SessionDeviceTest.php
index d01fc9b0be5..b63125e832a 100644
--- a/clients/client/php/test/Model/SessionDeviceTest.php
+++ b/clients/client/php/test/Model/SessionDeviceTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SessionTest.php b/clients/client/php/test/Model/SessionTest.php
index 01c8840728b..43c04c08a2b 100644
--- a/clients/client/php/test/Model/SessionTest.php
+++ b/clients/client/php/test/Model/SessionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php b/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php
index 0693382dcb2..d764314e78b 100644
--- a/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php
+++ b/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SetCustomDomainBodyTest.php b/clients/client/php/test/Model/SetCustomDomainBodyTest.php
index f7203965a3e..8f4ec3b95f2 100644
--- a/clients/client/php/test/Model/SetCustomDomainBodyTest.php
+++ b/clients/client/php/test/Model/SetCustomDomainBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php b/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php
index 08c761d4ad2..04617a6bfbb 100644
--- a/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php
+++ b/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SetProjectTest.php b/clients/client/php/test/Model/SetProjectTest.php
index 037a0de9ebd..0c90ce05ba6 100644
--- a/clients/client/php/test/Model/SetProjectTest.php
+++ b/clients/client/php/test/Model/SetProjectTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SettingsFlowStateTest.php b/clients/client/php/test/Model/SettingsFlowStateTest.php
index 57f85043c1f..065fcd8cc47 100644
--- a/clients/client/php/test/Model/SettingsFlowStateTest.php
+++ b/clients/client/php/test/Model/SettingsFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SettingsFlowTest.php b/clients/client/php/test/Model/SettingsFlowTest.php
index 43afeb71bf1..ec30b3a698b 100644
--- a/clients/client/php/test/Model/SettingsFlowTest.php
+++ b/clients/client/php/test/Model/SettingsFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SourcePositionTest.php b/clients/client/php/test/Model/SourcePositionTest.php
index ef4fd05571e..a1a50676ca6 100644
--- a/clients/client/php/test/Model/SourcePositionTest.php
+++ b/clients/client/php/test/Model/SourcePositionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/StripeCustomerTest.php b/clients/client/php/test/Model/StripeCustomerTest.php
index cc00864089a..b4b49978708 100644
--- a/clients/client/php/test/Model/StripeCustomerTest.php
+++ b/clients/client/php/test/Model/StripeCustomerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SubjectSetTest.php b/clients/client/php/test/Model/SubjectSetTest.php
index fa16001f92d..4610653f996 100644
--- a/clients/client/php/test/Model/SubjectSetTest.php
+++ b/clients/client/php/test/Model/SubjectSetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SubscriptionTest.php b/clients/client/php/test/Model/SubscriptionTest.php
index dd834445f12..eeb96219c5c 100644
--- a/clients/client/php/test/Model/SubscriptionTest.php
+++ b/clients/client/php/test/Model/SubscriptionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php b/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php
index 5167adfc96e..25e5bd2f097 100644
--- a/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php
+++ b/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SuccessfulNativeLoginTest.php b/clients/client/php/test/Model/SuccessfulNativeLoginTest.php
index 5b159701b20..ce405c2a70b 100644
--- a/clients/client/php/test/Model/SuccessfulNativeLoginTest.php
+++ b/clients/client/php/test/Model/SuccessfulNativeLoginTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php b/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php
index 3938afc7f13..897a3eb1e9d 100644
--- a/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php
+++ b/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php b/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php
index 90bd42a2382..8ee648f7460 100644
--- a/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php
+++ b/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/TokenPaginationHeadersTest.php b/clients/client/php/test/Model/TokenPaginationHeadersTest.php
index acd918b00b6..3ecd6d66ce6 100644
--- a/clients/client/php/test/Model/TokenPaginationHeadersTest.php
+++ b/clients/client/php/test/Model/TokenPaginationHeadersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php b/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php
index b9b46744c17..a347e2a2a6e 100644
--- a/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php
+++ b/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php b/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php
index afba41d837a..fe692c19d70 100644
--- a/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php
+++ b/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/TokenPaginationTest.php b/clients/client/php/test/Model/TokenPaginationTest.php
index b8535732d48..02156a94724 100644
--- a/clients/client/php/test/Model/TokenPaginationTest.php
+++ b/clients/client/php/test/Model/TokenPaginationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php b/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php
index 802ef6a7184..68adf21db61 100644
--- a/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php
+++ b/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php b/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php
index efe70ddd891..7c06a122a39 100644
--- a/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php
+++ b/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php b/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php
index 9039a781f98..00af6de92aa 100644
--- a/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php
+++ b/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiContainerTest.php b/clients/client/php/test/Model/UiContainerTest.php
index af70555045b..05b9d4f39b7 100644
--- a/clients/client/php/test/Model/UiContainerTest.php
+++ b/clients/client/php/test/Model/UiContainerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php b/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php
index c6eda8cb0e4..681c11cbd3f 100644
--- a/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeAttributesTest.php b/clients/client/php/test/Model/UiNodeAttributesTest.php
index 782b2e1a23d..72dcb8bcda3 100644
--- a/clients/client/php/test/Model/UiNodeAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeImageAttributesTest.php b/clients/client/php/test/Model/UiNodeImageAttributesTest.php
index a17b296c8ad..8ce9d1a484c 100644
--- a/clients/client/php/test/Model/UiNodeImageAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeImageAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeInputAttributesTest.php b/clients/client/php/test/Model/UiNodeInputAttributesTest.php
index 4f4768f9770..41aad21d1c7 100644
--- a/clients/client/php/test/Model/UiNodeInputAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeInputAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeMetaTest.php b/clients/client/php/test/Model/UiNodeMetaTest.php
index a5cbbf7ce3b..4435bc8d6c5 100644
--- a/clients/client/php/test/Model/UiNodeMetaTest.php
+++ b/clients/client/php/test/Model/UiNodeMetaTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeScriptAttributesTest.php b/clients/client/php/test/Model/UiNodeScriptAttributesTest.php
index eab82847f34..8ca296178ee 100644
--- a/clients/client/php/test/Model/UiNodeScriptAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeScriptAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeTest.php b/clients/client/php/test/Model/UiNodeTest.php
index ed2b7ea09b2..bb57dc320d7 100644
--- a/clients/client/php/test/Model/UiNodeTest.php
+++ b/clients/client/php/test/Model/UiNodeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiNodeTextAttributesTest.php b/clients/client/php/test/Model/UiNodeTextAttributesTest.php
index f29b2738dab..31ea1e37d8f 100644
--- a/clients/client/php/test/Model/UiNodeTextAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeTextAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UiTextTest.php b/clients/client/php/test/Model/UiTextTest.php
index 229cca41bd1..04707302d0b 100644
--- a/clients/client/php/test/Model/UiTextTest.php
+++ b/clients/client/php/test/Model/UiTextTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateIdentityBodyTest.php b/clients/client/php/test/Model/UpdateIdentityBodyTest.php
index d561fc1bda1..2b9d3186dd2 100644
--- a/clients/client/php/test/Model/UpdateIdentityBodyTest.php
+++ b/clients/client/php/test/Model/UpdateIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php b/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php
index 27a7cfaaf49..48a7fbcfb6e 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php
index c51342dfa4b..ee106a47f4a 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php
index d9114db761d..c3f55c67971 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php
index 1dd44d968d1..ee50907e620 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php
index ead857d63b5..7a2c3257832 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php
index f32a27dbaa2..1d833e87f43 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php b/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php
index cccb25bc1c1..8ec1473af00 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php b/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php
index 75453c289e2..41d6ceeb298 100644
--- a/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php
index e21197aa874..1160834d08a 100644
--- a/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php b/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php
index b2da449c202..bcaca2c1761 100644
--- a/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php
index ed6edf4c207..d5ace725180 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php
index 3a23ab8ec92..37f27cc9ab0 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php
index cd5a4057ddc..023ab5c25bb 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php
index 1d292531b76..7e1d9978af7 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php b/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php
index 6ba559b5b3c..80807440853 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php b/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php
index bfd63ca1d93..488de9b0a72 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php
index b64ec12b07f..868a375daed 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php
index 5fbe94321b8..94b9a58b3bb 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php
index b2cce947027..95c301c82dc 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php
index 9678fccd8c0..a8394ee4026 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php
index 56909c89e64..eb9e7607400 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php b/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php
index 9c81b032cd0..7a6a779d57a 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php b/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php
index 82b376f8238..aacb411fbdc 100644
--- a/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php
+++ b/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php b/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php
index fd2c2efe922..e5620d4f0f1 100644
--- a/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php b/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php
index 8720aeeea25..30d9b7b9661 100644
--- a/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php b/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php
index c06cd0ca4ea..9831aae619e 100644
--- a/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php
+++ b/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/UsageTest.php b/clients/client/php/test/Model/UsageTest.php
index 7eb9f6cddf4..d65b8697abe 100644
--- a/clients/client/php/test/Model/UsageTest.php
+++ b/clients/client/php/test/Model/UsageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php b/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php
index f5b40336677..9e124113b7e 100644
--- a/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php
+++ b/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/VerifiableCredentialProofTest.php b/clients/client/php/test/Model/VerifiableCredentialProofTest.php
index 2416b20be66..97baf4e6b13 100644
--- a/clients/client/php/test/Model/VerifiableCredentialProofTest.php
+++ b/clients/client/php/test/Model/VerifiableCredentialProofTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/VerifiableCredentialResponseTest.php b/clients/client/php/test/Model/VerifiableCredentialResponseTest.php
index b57cbcb503c..4b47f7a4a5f 100644
--- a/clients/client/php/test/Model/VerifiableCredentialResponseTest.php
+++ b/clients/client/php/test/Model/VerifiableCredentialResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/VerifiableIdentityAddressTest.php b/clients/client/php/test/Model/VerifiableIdentityAddressTest.php
index fee888f46f4..c9bc3f08a7c 100644
--- a/clients/client/php/test/Model/VerifiableIdentityAddressTest.php
+++ b/clients/client/php/test/Model/VerifiableIdentityAddressTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/VerificationFlowStateTest.php b/clients/client/php/test/Model/VerificationFlowStateTest.php
index e9717ae76bd..479745b4632 100644
--- a/clients/client/php/test/Model/VerificationFlowStateTest.php
+++ b/clients/client/php/test/Model/VerificationFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/VerificationFlowTest.php b/clients/client/php/test/Model/VerificationFlowTest.php
index 8b3597a2025..f901333bbb3 100644
--- a/clients/client/php/test/Model/VerificationFlowTest.php
+++ b/clients/client/php/test/Model/VerificationFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/VersionTest.php b/clients/client/php/test/Model/VersionTest.php
index 76403e27571..b56d7663211 100644
--- a/clients/client/php/test/Model/VersionTest.php
+++ b/clients/client/php/test/Model/VersionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/WarningTest.php b/clients/client/php/test/Model/WarningTest.php
index c57b246c180..3dceb41d0e3 100644
--- a/clients/client/php/test/Model/WarningTest.php
+++ b/clients/client/php/test/Model/WarningTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/php/test/Model/WorkspaceTest.php b/clients/client/php/test/Model/WorkspaceTest.php
index c1592480f89..d833d34407d 100644
--- a/clients/client/php/test/Model/WorkspaceTest.php
+++ b/clients/client/php/test/Model/WorkspaceTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
diff --git a/clients/client/python/README.md b/clients/client/python/README.md
index c9a2e8a54e8..e04f160f5a3 100644
--- a/clients/client/python/README.md
+++ b/clients/client/python/README.md
@@ -5,8 +5,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.5
-- Package version: v1.4.5
+- API version: v1.4.6
+- Package version: v1.4.6
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
## Requirements.
diff --git a/clients/client/python/ory_client/__init__.py b/clients/client/python/ory_client/__init__.py
index 2f53c2abe91..aa037993a25 100644
--- a/clients/client/python/ory_client/__init__.py
+++ b/clients/client/python/ory_client/__init__.py
@@ -5,13 +5,13 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
-__version__ = "v1.4.5"
+__version__ = "v1.4.6"
# import ApiClient
from ory_client.api_client import ApiClient
diff --git a/clients/client/python/ory_client/api/courier_api.py b/clients/client/python/ory_client/api/courier_api.py
index e5462056101..484b4393074 100644
--- a/clients/client/python/ory_client/api/courier_api.py
+++ b/clients/client/python/ory_client/api/courier_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/frontend_api.py b/clients/client/python/ory_client/api/frontend_api.py
index 77e345e813d..9b3946dd24e 100644
--- a/clients/client/python/ory_client/api/frontend_api.py
+++ b/clients/client/python/ory_client/api/frontend_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/identity_api.py b/clients/client/python/ory_client/api/identity_api.py
index bc9d4a56773..301fd231c78 100644
--- a/clients/client/python/ory_client/api/identity_api.py
+++ b/clients/client/python/ory_client/api/identity_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/jwk_api.py b/clients/client/python/ory_client/api/jwk_api.py
index 3b52b07a562..8888c163bd4 100644
--- a/clients/client/python/ory_client/api/jwk_api.py
+++ b/clients/client/python/ory_client/api/jwk_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/metadata_api.py b/clients/client/python/ory_client/api/metadata_api.py
index 684d42597f2..5234f5fa90e 100644
--- a/clients/client/python/ory_client/api/metadata_api.py
+++ b/clients/client/python/ory_client/api/metadata_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/o_auth2_api.py b/clients/client/python/ory_client/api/o_auth2_api.py
index 5814242a240..5356679e465 100644
--- a/clients/client/python/ory_client/api/o_auth2_api.py
+++ b/clients/client/python/ory_client/api/o_auth2_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/oidc_api.py b/clients/client/python/ory_client/api/oidc_api.py
index 9fd6300f759..68f6c8dc362 100644
--- a/clients/client/python/ory_client/api/oidc_api.py
+++ b/clients/client/python/ory_client/api/oidc_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/permission_api.py b/clients/client/python/ory_client/api/permission_api.py
index 0589872b34d..80389a1971f 100644
--- a/clients/client/python/ory_client/api/permission_api.py
+++ b/clients/client/python/ory_client/api/permission_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/project_api.py b/clients/client/python/ory_client/api/project_api.py
index 7a9c79641b6..17ba2fcfa8c 100644
--- a/clients/client/python/ory_client/api/project_api.py
+++ b/clients/client/python/ory_client/api/project_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/relationship_api.py b/clients/client/python/ory_client/api/relationship_api.py
index ca198b15af2..b7bb422f0fc 100644
--- a/clients/client/python/ory_client/api/relationship_api.py
+++ b/clients/client/python/ory_client/api/relationship_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api/wellknown_api.py b/clients/client/python/ory_client/api/wellknown_api.py
index e9336a2257a..78f1c8cc4c5 100644
--- a/clients/client/python/ory_client/api/wellknown_api.py
+++ b/clients/client/python/ory_client/api/wellknown_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/api_client.py b/clients/client/python/ory_client/api_client.py
index 57a99e6a42b..be89660277a 100644
--- a/clients/client/python/ory_client/api_client.py
+++ b/clients/client/python/ory_client/api_client.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
- self.user_agent = 'OpenAPI-Generator/v1.4.5/python'
+ self.user_agent = 'OpenAPI-Generator/v1.4.6/python'
def __enter__(self):
return self
diff --git a/clients/client/python/ory_client/configuration.py b/clients/client/python/ory_client/configuration.py
index 2ebbd486c1d..2527b82ab3d 100644
--- a/clients/client/python/ory_client/configuration.py
+++ b/clients/client/python/ory_client/configuration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
@@ -425,8 +425,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
- "Version of the API: v1.4.5\n"\
- "SDK Package Version: v1.4.5".\
+ "Version of the API: v1.4.6\n"\
+ "SDK Package Version: v1.4.6".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self):
diff --git a/clients/client/python/ory_client/exceptions.py b/clients/client/python/ory_client/exceptions.py
index 6b5fe998bf4..72bbb426dba 100644
--- a/clients/client/python/ory_client/exceptions.py
+++ b/clients/client/python/ory_client/exceptions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/accept_o_auth2_consent_request.py b/clients/client/python/ory_client/model/accept_o_auth2_consent_request.py
index 5c1719fb372..0b754d18eac 100644
--- a/clients/client/python/ory_client/model/accept_o_auth2_consent_request.py
+++ b/clients/client/python/ory_client/model/accept_o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/accept_o_auth2_consent_request_session.py b/clients/client/python/ory_client/model/accept_o_auth2_consent_request_session.py
index f2429526a21..f1929d7509e 100644
--- a/clients/client/python/ory_client/model/accept_o_auth2_consent_request_session.py
+++ b/clients/client/python/ory_client/model/accept_o_auth2_consent_request_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/accept_o_auth2_login_request.py b/clients/client/python/ory_client/model/accept_o_auth2_login_request.py
index 394157a23f0..69445292453 100644
--- a/clients/client/python/ory_client/model/accept_o_auth2_login_request.py
+++ b/clients/client/python/ory_client/model/accept_o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/active_project_in_console.py b/clients/client/python/ory_client/model/active_project_in_console.py
index ae826a8e9ab..6eeea4f4bc6 100644
--- a/clients/client/python/ory_client/model/active_project_in_console.py
+++ b/clients/client/python/ory_client/model/active_project_in_console.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/attributes_count_datapoint.py b/clients/client/python/ory_client/model/attributes_count_datapoint.py
index 252af4cdfb5..1d787d9de49 100644
--- a/clients/client/python/ory_client/model/attributes_count_datapoint.py
+++ b/clients/client/python/ory_client/model/attributes_count_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/authenticator_assurance_level.py b/clients/client/python/ory_client/model/authenticator_assurance_level.py
index 74297ea0185..e6610801b0e 100644
--- a/clients/client/python/ory_client/model/authenticator_assurance_level.py
+++ b/clients/client/python/ory_client/model/authenticator_assurance_level.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/batch_patch_identities_response.py b/clients/client/python/ory_client/model/batch_patch_identities_response.py
index 660a1748cf8..323298cf8b3 100644
--- a/clients/client/python/ory_client/model/batch_patch_identities_response.py
+++ b/clients/client/python/ory_client/model/batch_patch_identities_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/check_opl_syntax_result.py b/clients/client/python/ory_client/model/check_opl_syntax_result.py
index e608b472236..c3545020fc5 100644
--- a/clients/client/python/ory_client/model/check_opl_syntax_result.py
+++ b/clients/client/python/ory_client/model/check_opl_syntax_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/check_permission_result.py b/clients/client/python/ory_client/model/check_permission_result.py
index 580cc2f0aaf..98997c6fa5a 100644
--- a/clients/client/python/ory_client/model/check_permission_result.py
+++ b/clients/client/python/ory_client/model/check_permission_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/cloud_account.py b/clients/client/python/ory_client/model/cloud_account.py
index 60e6f411917..92e136021d7 100644
--- a/clients/client/python/ory_client/model/cloud_account.py
+++ b/clients/client/python/ory_client/model/cloud_account.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/consistency_request_parameters.py b/clients/client/python/ory_client/model/consistency_request_parameters.py
index b4dab6272c5..3e0a40110a2 100644
--- a/clients/client/python/ory_client/model/consistency_request_parameters.py
+++ b/clients/client/python/ory_client/model/consistency_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with.py b/clients/client/python/ory_client/model/continue_with.py
index 9fcd7590ea3..13389f05ba0 100644
--- a/clients/client/python/ory_client/model/continue_with.py
+++ b/clients/client/python/ory_client/model/continue_with.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with_recovery_ui.py b/clients/client/python/ory_client/model/continue_with_recovery_ui.py
index 6901f74907d..90149b1961c 100644
--- a/clients/client/python/ory_client/model/continue_with_recovery_ui.py
+++ b/clients/client/python/ory_client/model/continue_with_recovery_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with_recovery_ui_flow.py b/clients/client/python/ory_client/model/continue_with_recovery_ui_flow.py
index 5b7cb1dc544..da4d0605776 100644
--- a/clients/client/python/ory_client/model/continue_with_recovery_ui_flow.py
+++ b/clients/client/python/ory_client/model/continue_with_recovery_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with_set_ory_session_token.py b/clients/client/python/ory_client/model/continue_with_set_ory_session_token.py
index f52d001b7e2..0a1c577e809 100644
--- a/clients/client/python/ory_client/model/continue_with_set_ory_session_token.py
+++ b/clients/client/python/ory_client/model/continue_with_set_ory_session_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with_settings_ui.py b/clients/client/python/ory_client/model/continue_with_settings_ui.py
index b29855c05d7..d85c844c2e9 100644
--- a/clients/client/python/ory_client/model/continue_with_settings_ui.py
+++ b/clients/client/python/ory_client/model/continue_with_settings_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with_settings_ui_flow.py b/clients/client/python/ory_client/model/continue_with_settings_ui_flow.py
index 28ad29cb300..0ad990b86ce 100644
--- a/clients/client/python/ory_client/model/continue_with_settings_ui_flow.py
+++ b/clients/client/python/ory_client/model/continue_with_settings_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with_verification_ui.py b/clients/client/python/ory_client/model/continue_with_verification_ui.py
index 305951b7393..1542d4f9756 100644
--- a/clients/client/python/ory_client/model/continue_with_verification_ui.py
+++ b/clients/client/python/ory_client/model/continue_with_verification_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/continue_with_verification_ui_flow.py b/clients/client/python/ory_client/model/continue_with_verification_ui_flow.py
index 0f66e72b277..1a51ab978c2 100644
--- a/clients/client/python/ory_client/model/continue_with_verification_ui_flow.py
+++ b/clients/client/python/ory_client/model/continue_with_verification_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/courier_message_status.py b/clients/client/python/ory_client/model/courier_message_status.py
index 33705d917f6..9e38509fbe1 100644
--- a/clients/client/python/ory_client/model/courier_message_status.py
+++ b/clients/client/python/ory_client/model/courier_message_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/courier_message_type.py b/clients/client/python/ory_client/model/courier_message_type.py
index 15f43779833..086cfce0151 100644
--- a/clients/client/python/ory_client/model/courier_message_type.py
+++ b/clients/client/python/ory_client/model/courier_message_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_custom_domain_body.py b/clients/client/python/ory_client/model/create_custom_domain_body.py
index 4b22c1a300e..e8671e506fa 100644
--- a/clients/client/python/ory_client/model/create_custom_domain_body.py
+++ b/clients/client/python/ory_client/model/create_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_identity_body.py b/clients/client/python/ory_client/model/create_identity_body.py
index 8c26d379bf1..447ff15067a 100644
--- a/clients/client/python/ory_client/model/create_identity_body.py
+++ b/clients/client/python/ory_client/model/create_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_invite_response.py b/clients/client/python/ory_client/model/create_invite_response.py
index 23cfe4ca9a7..c91e5d14023 100644
--- a/clients/client/python/ory_client/model/create_invite_response.py
+++ b/clients/client/python/ory_client/model/create_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_json_web_key_set.py b/clients/client/python/ory_client/model/create_json_web_key_set.py
index 8bd0cea88b8..865e703b1ac 100644
--- a/clients/client/python/ory_client/model/create_json_web_key_set.py
+++ b/clients/client/python/ory_client/model/create_json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_project_api_key_request.py b/clients/client/python/ory_client/model/create_project_api_key_request.py
index 92b6f93f701..73e13fbaa0e 100644
--- a/clients/client/python/ory_client/model/create_project_api_key_request.py
+++ b/clients/client/python/ory_client/model/create_project_api_key_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_project_body.py b/clients/client/python/ory_client/model/create_project_body.py
index 3ea8dc50fa4..2b482cf3bac 100644
--- a/clients/client/python/ory_client/model/create_project_body.py
+++ b/clients/client/python/ory_client/model/create_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_project_branding.py b/clients/client/python/ory_client/model/create_project_branding.py
index 275795946c1..3a7b08ab06c 100644
--- a/clients/client/python/ory_client/model/create_project_branding.py
+++ b/clients/client/python/ory_client/model/create_project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_project_member_invite_body.py b/clients/client/python/ory_client/model/create_project_member_invite_body.py
index 0b83252add8..f32ab7617e0 100644
--- a/clients/client/python/ory_client/model/create_project_member_invite_body.py
+++ b/clients/client/python/ory_client/model/create_project_member_invite_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_project_member_invite_response.py b/clients/client/python/ory_client/model/create_project_member_invite_response.py
index 66b04aae41d..71aaa1712d9 100644
--- a/clients/client/python/ory_client/model/create_project_member_invite_response.py
+++ b/clients/client/python/ory_client/model/create_project_member_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_project_normalized_payload.py b/clients/client/python/ory_client/model/create_project_normalized_payload.py
index ec69e5d22b9..533df1c6a33 100644
--- a/clients/client/python/ory_client/model/create_project_normalized_payload.py
+++ b/clients/client/python/ory_client/model/create_project_normalized_payload.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_recovery_code_for_identity_body.py b/clients/client/python/ory_client/model/create_recovery_code_for_identity_body.py
index ec92655300f..652ce55a02a 100644
--- a/clients/client/python/ory_client/model/create_recovery_code_for_identity_body.py
+++ b/clients/client/python/ory_client/model/create_recovery_code_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_recovery_link_for_identity_body.py b/clients/client/python/ory_client/model/create_recovery_link_for_identity_body.py
index 320fa4be6b1..15b4c22d614 100644
--- a/clients/client/python/ory_client/model/create_recovery_link_for_identity_body.py
+++ b/clients/client/python/ory_client/model/create_recovery_link_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_relationship_body.py b/clients/client/python/ory_client/model/create_relationship_body.py
index 4a2d87f9249..5f6c9339c59 100644
--- a/clients/client/python/ory_client/model/create_relationship_body.py
+++ b/clients/client/python/ory_client/model/create_relationship_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_subscription_body.py b/clients/client/python/ory_client/model/create_subscription_body.py
index 704c5c01cbd..5d77abdf213 100644
--- a/clients/client/python/ory_client/model/create_subscription_body.py
+++ b/clients/client/python/ory_client/model/create_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/create_verifiable_credential_request_body.py b/clients/client/python/ory_client/model/create_verifiable_credential_request_body.py
index b9cda9a28d3..11ac1e8c63f 100644
--- a/clients/client/python/ory_client/model/create_verifiable_credential_request_body.py
+++ b/clients/client/python/ory_client/model/create_verifiable_credential_request_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/credential_supported_draft00.py b/clients/client/python/ory_client/model/credential_supported_draft00.py
index f449d06501c..e6a832c5c1a 100644
--- a/clients/client/python/ory_client/model/credential_supported_draft00.py
+++ b/clients/client/python/ory_client/model/credential_supported_draft00.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/custom_domain.py b/clients/client/python/ory_client/model/custom_domain.py
index b51d7e411a4..9272fe0ba78 100644
--- a/clients/client/python/ory_client/model/custom_domain.py
+++ b/clients/client/python/ory_client/model/custom_domain.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/delete_my_sessions_count.py b/clients/client/python/ory_client/model/delete_my_sessions_count.py
index 69a638bbbfb..4b3b7486359 100644
--- a/clients/client/python/ory_client/model/delete_my_sessions_count.py
+++ b/clients/client/python/ory_client/model/delete_my_sessions_count.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/email_template_data.py b/clients/client/python/ory_client/model/email_template_data.py
index 55574cf3e85..7b346c952b0 100644
--- a/clients/client/python/ory_client/model/email_template_data.py
+++ b/clients/client/python/ory_client/model/email_template_data.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/email_template_data_body.py b/clients/client/python/ory_client/model/email_template_data_body.py
index 93d19aa3176..a0ca2781a69 100644
--- a/clients/client/python/ory_client/model/email_template_data_body.py
+++ b/clients/client/python/ory_client/model/email_template_data_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/error_authenticator_assurance_level_not_satisfied.py b/clients/client/python/ory_client/model/error_authenticator_assurance_level_not_satisfied.py
index da40671ab4d..b520f8068d4 100644
--- a/clients/client/python/ory_client/model/error_authenticator_assurance_level_not_satisfied.py
+++ b/clients/client/python/ory_client/model/error_authenticator_assurance_level_not_satisfied.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/error_browser_location_change_required.py b/clients/client/python/ory_client/model/error_browser_location_change_required.py
index a7c571dce6a..8b1652ed6e3 100644
--- a/clients/client/python/ory_client/model/error_browser_location_change_required.py
+++ b/clients/client/python/ory_client/model/error_browser_location_change_required.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/error_flow_replaced.py b/clients/client/python/ory_client/model/error_flow_replaced.py
index 3864b366bea..90d1c1736f6 100644
--- a/clients/client/python/ory_client/model/error_flow_replaced.py
+++ b/clients/client/python/ory_client/model/error_flow_replaced.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/error_generic.py b/clients/client/python/ory_client/model/error_generic.py
index 995593f34d1..0ba3f6b8d02 100644
--- a/clients/client/python/ory_client/model/error_generic.py
+++ b/clients/client/python/ory_client/model/error_generic.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/error_o_auth2.py b/clients/client/python/ory_client/model/error_o_auth2.py
index 519be84f851..c89b9338f43 100644
--- a/clients/client/python/ory_client/model/error_o_auth2.py
+++ b/clients/client/python/ory_client/model/error_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/expanded_permission_tree.py b/clients/client/python/ory_client/model/expanded_permission_tree.py
index a66d6b1fa1e..91ff70945de 100644
--- a/clients/client/python/ory_client/model/expanded_permission_tree.py
+++ b/clients/client/python/ory_client/model/expanded_permission_tree.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/flow_error.py b/clients/client/python/ory_client/model/flow_error.py
index a6a13d0a088..646742662ec 100644
--- a/clients/client/python/ory_client/model/flow_error.py
+++ b/clients/client/python/ory_client/model/flow_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/generic_error.py b/clients/client/python/ory_client/model/generic_error.py
index a84e0f51aec..93916a7e271 100644
--- a/clients/client/python/ory_client/model/generic_error.py
+++ b/clients/client/python/ory_client/model/generic_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/generic_error_content.py b/clients/client/python/ory_client/model/generic_error_content.py
index 2989325bc5f..793013e5c95 100644
--- a/clients/client/python/ory_client/model/generic_error_content.py
+++ b/clients/client/python/ory_client/model/generic_error_content.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/generic_usage.py b/clients/client/python/ory_client/model/generic_usage.py
index d2fce9c593a..2ff30979932 100644
--- a/clients/client/python/ory_client/model/generic_usage.py
+++ b/clients/client/python/ory_client/model/generic_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/get_attributes_count_response.py b/clients/client/python/ory_client/model/get_attributes_count_response.py
index 805e36908dc..2bde1499229 100644
--- a/clients/client/python/ory_client/model/get_attributes_count_response.py
+++ b/clients/client/python/ory_client/model/get_attributes_count_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/get_managed_identity_schema_location.py b/clients/client/python/ory_client/model/get_managed_identity_schema_location.py
index 4457aee340b..682a90f1c3f 100644
--- a/clients/client/python/ory_client/model/get_managed_identity_schema_location.py
+++ b/clients/client/python/ory_client/model/get_managed_identity_schema_location.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/get_organization_response.py b/clients/client/python/ory_client/model/get_organization_response.py
index e4bef8aafbe..5c7fe33c496 100644
--- a/clients/client/python/ory_client/model/get_organization_response.py
+++ b/clients/client/python/ory_client/model/get_organization_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/get_project_metrics_response.py b/clients/client/python/ory_client/model/get_project_metrics_response.py
index 3ffa8e86136..0ebb87879ce 100644
--- a/clients/client/python/ory_client/model/get_project_metrics_response.py
+++ b/clients/client/python/ory_client/model/get_project_metrics_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/get_session_activity_response.py b/clients/client/python/ory_client/model/get_session_activity_response.py
index 4f14233333a..51da16fb78c 100644
--- a/clients/client/python/ory_client/model/get_session_activity_response.py
+++ b/clients/client/python/ory_client/model/get_session_activity_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/get_version200_response.py b/clients/client/python/ory_client/model/get_version200_response.py
index 435e000f0ff..d85e791bf96 100644
--- a/clients/client/python/ory_client/model/get_version200_response.py
+++ b/clients/client/python/ory_client/model/get_version200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/health_not_ready_status.py b/clients/client/python/ory_client/model/health_not_ready_status.py
index c8b5e303331..fe4d46801f1 100644
--- a/clients/client/python/ory_client/model/health_not_ready_status.py
+++ b/clients/client/python/ory_client/model/health_not_ready_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/health_status.py b/clients/client/python/ory_client/model/health_status.py
index b699f604375..c72c926d905 100644
--- a/clients/client/python/ory_client/model/health_status.py
+++ b/clients/client/python/ory_client/model/health_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity.py b/clients/client/python/ory_client/model/identity.py
index 9fb17723ceb..b940808ca14 100644
--- a/clients/client/python/ory_client/model/identity.py
+++ b/clients/client/python/ory_client/model/identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_credentials.py b/clients/client/python/ory_client/model/identity_credentials.py
index af33fb64e2c..5666dadddb3 100644
--- a/clients/client/python/ory_client/model/identity_credentials.py
+++ b/clients/client/python/ory_client/model/identity_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_credentials_code.py b/clients/client/python/ory_client/model/identity_credentials_code.py
index ebfca7f25ba..c4c24504543 100644
--- a/clients/client/python/ory_client/model/identity_credentials_code.py
+++ b/clients/client/python/ory_client/model/identity_credentials_code.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_credentials_oidc.py b/clients/client/python/ory_client/model/identity_credentials_oidc.py
index 90db1960b72..35cc4f01dc2 100644
--- a/clients/client/python/ory_client/model/identity_credentials_oidc.py
+++ b/clients/client/python/ory_client/model/identity_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_credentials_oidc_provider.py b/clients/client/python/ory_client/model/identity_credentials_oidc_provider.py
index 99d1e759bb2..e630656dce8 100644
--- a/clients/client/python/ory_client/model/identity_credentials_oidc_provider.py
+++ b/clients/client/python/ory_client/model/identity_credentials_oidc_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_credentials_password.py b/clients/client/python/ory_client/model/identity_credentials_password.py
index 91f9d579745..2a7ce29b3fb 100644
--- a/clients/client/python/ory_client/model/identity_credentials_password.py
+++ b/clients/client/python/ory_client/model/identity_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_credentials_type.py b/clients/client/python/ory_client/model/identity_credentials_type.py
index 05ce3aaba01..8bc0704857f 100644
--- a/clients/client/python/ory_client/model/identity_credentials_type.py
+++ b/clients/client/python/ory_client/model/identity_credentials_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_patch.py b/clients/client/python/ory_client/model/identity_patch.py
index 434ff3ff19c..373ef417b8c 100644
--- a/clients/client/python/ory_client/model/identity_patch.py
+++ b/clients/client/python/ory_client/model/identity_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_patch_response.py b/clients/client/python/ory_client/model/identity_patch_response.py
index 2d97dfa0957..0c81f1d8af8 100644
--- a/clients/client/python/ory_client/model/identity_patch_response.py
+++ b/clients/client/python/ory_client/model/identity_patch_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_schema_container.py b/clients/client/python/ory_client/model/identity_schema_container.py
index 5e61d53f0c4..ee7fe9d1cda 100644
--- a/clients/client/python/ory_client/model/identity_schema_container.py
+++ b/clients/client/python/ory_client/model/identity_schema_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_schema_preset.py b/clients/client/python/ory_client/model/identity_schema_preset.py
index 6213d9ba9c2..9ca7356496c 100644
--- a/clients/client/python/ory_client/model/identity_schema_preset.py
+++ b/clients/client/python/ory_client/model/identity_schema_preset.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_schema_presets.py b/clients/client/python/ory_client/model/identity_schema_presets.py
index 4abc6dc990b..c1ecc628ebe 100644
--- a/clients/client/python/ory_client/model/identity_schema_presets.py
+++ b/clients/client/python/ory_client/model/identity_schema_presets.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_schemas.py b/clients/client/python/ory_client/model/identity_schemas.py
index 05ec8308a6d..3b9b4726186 100644
--- a/clients/client/python/ory_client/model/identity_schemas.py
+++ b/clients/client/python/ory_client/model/identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_state.py b/clients/client/python/ory_client/model/identity_state.py
index d41ca20d1f1..f01b743a966 100644
--- a/clients/client/python/ory_client/model/identity_state.py
+++ b/clients/client/python/ory_client/model/identity_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_with_credentials.py b/clients/client/python/ory_client/model/identity_with_credentials.py
index 904b376f366..b92129d59a0 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_with_credentials_oidc.py b/clients/client/python/ory_client/model/identity_with_credentials_oidc.py
index 2ea4cb24df2..d576d41a403 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_oidc.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_with_credentials_oidc_config.py b/clients/client/python/ory_client/model/identity_with_credentials_oidc_config.py
index 5068a8ddb49..f6135789287 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_oidc_config.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_oidc_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_with_credentials_oidc_config_provider.py b/clients/client/python/ory_client/model/identity_with_credentials_oidc_config_provider.py
index e4ae0ff4a09..7bbe20f715e 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_oidc_config_provider.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_oidc_config_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_with_credentials_password.py b/clients/client/python/ory_client/model/identity_with_credentials_password.py
index 9082b700466..3a2977e2573 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_password.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/identity_with_credentials_password_config.py b/clients/client/python/ory_client/model/identity_with_credentials_password_config.py
index c075835def5..9cf3dccb28b 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_password_config.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_password_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/internal_get_project_branding_body.py b/clients/client/python/ory_client/model/internal_get_project_branding_body.py
index a706ef80ff6..81189a237e5 100644
--- a/clients/client/python/ory_client/model/internal_get_project_branding_body.py
+++ b/clients/client/python/ory_client/model/internal_get_project_branding_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py b/clients/client/python/ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py
index 4465efbf718..862054413bb 100644
--- a/clients/client/python/ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py
+++ b/clients/client/python/ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_body.py b/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_body.py
index 03488014cdd..b4f7fa5ab2a 100644
--- a/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_body.py
+++ b/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_response.py b/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_response.py
index 067bb2f4ca1..1ba5ce4da5e 100644
--- a/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_response.py
+++ b/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/internal_provision_mock_subscription.py b/clients/client/python/ory_client/model/internal_provision_mock_subscription.py
index 52a8aabf658..8445fe9ae69 100644
--- a/clients/client/python/ory_client/model/internal_provision_mock_subscription.py
+++ b/clients/client/python/ory_client/model/internal_provision_mock_subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/introspected_o_auth2_token.py b/clients/client/python/ory_client/model/introspected_o_auth2_token.py
index e60e2942289..57c4c83783c 100644
--- a/clients/client/python/ory_client/model/introspected_o_auth2_token.py
+++ b/clients/client/python/ory_client/model/introspected_o_auth2_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/is_owner_for_project_by_slug.py b/clients/client/python/ory_client/model/is_owner_for_project_by_slug.py
index a57ad6e845c..9b192ba2b1a 100644
--- a/clients/client/python/ory_client/model/is_owner_for_project_by_slug.py
+++ b/clients/client/python/ory_client/model/is_owner_for_project_by_slug.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/is_ready200_response.py b/clients/client/python/ory_client/model/is_ready200_response.py
index ac7fe55d347..ec2d5d2d058 100644
--- a/clients/client/python/ory_client/model/is_ready200_response.py
+++ b/clients/client/python/ory_client/model/is_ready200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/is_ready503_response.py b/clients/client/python/ory_client/model/is_ready503_response.py
index c6b39cf044d..3c46bf8fcbf 100644
--- a/clients/client/python/ory_client/model/is_ready503_response.py
+++ b/clients/client/python/ory_client/model/is_ready503_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/json_patch.py b/clients/client/python/ory_client/model/json_patch.py
index ff2d3fed8df..bed671e5214 100644
--- a/clients/client/python/ory_client/model/json_patch.py
+++ b/clients/client/python/ory_client/model/json_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/json_patch_document.py b/clients/client/python/ory_client/model/json_patch_document.py
index a15b3185bbb..8dd5ffcf40e 100644
--- a/clients/client/python/ory_client/model/json_patch_document.py
+++ b/clients/client/python/ory_client/model/json_patch_document.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/json_web_key.py b/clients/client/python/ory_client/model/json_web_key.py
index 77d662bdcad..a149dce74b5 100644
--- a/clients/client/python/ory_client/model/json_web_key.py
+++ b/clients/client/python/ory_client/model/json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/json_web_key_set.py b/clients/client/python/ory_client/model/json_web_key_set.py
index 998e508cf55..a10f778691f 100644
--- a/clients/client/python/ory_client/model/json_web_key_set.py
+++ b/clients/client/python/ory_client/model/json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/keto_namespace.py b/clients/client/python/ory_client/model/keto_namespace.py
index 26d9bbfad9a..9bba49daff3 100644
--- a/clients/client/python/ory_client/model/keto_namespace.py
+++ b/clients/client/python/ory_client/model/keto_namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/keto_namespaces.py b/clients/client/python/ory_client/model/keto_namespaces.py
index 4a74247481d..a868df2c972 100644
--- a/clients/client/python/ory_client/model/keto_namespaces.py
+++ b/clients/client/python/ory_client/model/keto_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/list_custom_domains.py b/clients/client/python/ory_client/model/list_custom_domains.py
index 1958a9c9cee..354f2a5f0f3 100644
--- a/clients/client/python/ory_client/model/list_custom_domains.py
+++ b/clients/client/python/ory_client/model/list_custom_domains.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/list_my_workspaces_response.py b/clients/client/python/ory_client/model/list_my_workspaces_response.py
index b9a95735dfd..df628df8de7 100644
--- a/clients/client/python/ory_client/model/list_my_workspaces_response.py
+++ b/clients/client/python/ory_client/model/list_my_workspaces_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/list_organizations_response.py b/clients/client/python/ory_client/model/list_organizations_response.py
index 64fb2aa065b..1a285bf8333 100644
--- a/clients/client/python/ory_client/model/list_organizations_response.py
+++ b/clients/client/python/ory_client/model/list_organizations_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/login_flow.py b/clients/client/python/ory_client/model/login_flow.py
index 6eaec9e1f24..69e1267dcc7 100644
--- a/clients/client/python/ory_client/model/login_flow.py
+++ b/clients/client/python/ory_client/model/login_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/login_flow_state.py b/clients/client/python/ory_client/model/login_flow_state.py
index 9459cda5e26..30aab1af1a0 100644
--- a/clients/client/python/ory_client/model/login_flow_state.py
+++ b/clients/client/python/ory_client/model/login_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/logout_flow.py b/clients/client/python/ory_client/model/logout_flow.py
index d3ce927b2f5..a89dad160bf 100644
--- a/clients/client/python/ory_client/model/logout_flow.py
+++ b/clients/client/python/ory_client/model/logout_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/managed_identity_schema.py b/clients/client/python/ory_client/model/managed_identity_schema.py
index c3ddf702c4b..10025e2e61e 100644
--- a/clients/client/python/ory_client/model/managed_identity_schema.py
+++ b/clients/client/python/ory_client/model/managed_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/managed_identity_schema_validation_result.py b/clients/client/python/ory_client/model/managed_identity_schema_validation_result.py
index 47b7dfcc2f5..fda20411664 100644
--- a/clients/client/python/ory_client/model/managed_identity_schema_validation_result.py
+++ b/clients/client/python/ory_client/model/managed_identity_schema_validation_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/managed_identity_schemas.py b/clients/client/python/ory_client/model/managed_identity_schemas.py
index 7baf6dd8f47..56b23ba56bc 100644
--- a/clients/client/python/ory_client/model/managed_identity_schemas.py
+++ b/clients/client/python/ory_client/model/managed_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/member_invite.py b/clients/client/python/ory_client/model/member_invite.py
index f0a376ff4a5..d2fa52f552d 100644
--- a/clients/client/python/ory_client/model/member_invite.py
+++ b/clients/client/python/ory_client/model/member_invite.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/member_invites.py b/clients/client/python/ory_client/model/member_invites.py
index f53ce1c5719..bafc859368a 100644
--- a/clients/client/python/ory_client/model/member_invites.py
+++ b/clients/client/python/ory_client/model/member_invites.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/message.py b/clients/client/python/ory_client/model/message.py
index c36e4fd7abf..503a106e296 100644
--- a/clients/client/python/ory_client/model/message.py
+++ b/clients/client/python/ory_client/model/message.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/message_dispatch.py b/clients/client/python/ory_client/model/message_dispatch.py
index 6b34139fa9e..6f01a35fce5 100644
--- a/clients/client/python/ory_client/model/message_dispatch.py
+++ b/clients/client/python/ory_client/model/message_dispatch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/metrics_datapoint.py b/clients/client/python/ory_client/model/metrics_datapoint.py
index c63c9785dcf..74f5803b883 100644
--- a/clients/client/python/ory_client/model/metrics_datapoint.py
+++ b/clients/client/python/ory_client/model/metrics_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/namespace.py b/clients/client/python/ory_client/model/namespace.py
index 96ab6b75956..5c11412a7a0 100644
--- a/clients/client/python/ory_client/model/namespace.py
+++ b/clients/client/python/ory_client/model/namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/needs_privileged_session_error.py b/clients/client/python/ory_client/model/needs_privileged_session_error.py
index e6be1876a71..9d8816cc975 100644
--- a/clients/client/python/ory_client/model/needs_privileged_session_error.py
+++ b/clients/client/python/ory_client/model/needs_privileged_session_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project.py b/clients/client/python/ory_client/model/normalized_project.py
index 0900bb9af35..6c0878e04dc 100644
--- a/clients/client/python/ory_client/model/normalized_project.py
+++ b/clients/client/python/ory_client/model/normalized_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project_revision.py b/clients/client/python/ory_client/model/normalized_project_revision.py
index 49995c2d197..4e9a0622a40 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project_revision_hook.py b/clients/client/python/ory_client/model/normalized_project_revision_hook.py
index 76b74f7e22e..f1273a25dc5 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_hook.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_hook.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project_revision_identity_schema.py b/clients/client/python/ory_client/model/normalized_project_revision_identity_schema.py
index 40ed8edaefc..b9d60e4b688 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_identity_schema.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project_revision_identity_schemas.py b/clients/client/python/ory_client/model/normalized_project_revision_identity_schemas.py
index 75bb6c51d2f..e00b4e45eff 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_identity_schemas.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project_revision_third_party_provider.py b/clients/client/python/ory_client/model/normalized_project_revision_third_party_provider.py
index 329e33bab9e..e0af317a2c2 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_third_party_provider.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_third_party_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_template.py b/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_template.py
index ba25955f5e1..9d3328174da 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_template.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_template.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_templates.py b/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_templates.py
index 0205aa267fb..c7012acbcf3 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_templates.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_templates.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/normalized_projects.py b/clients/client/python/ory_client/model/normalized_projects.py
index afa63c0a919..0838d01ba17 100644
--- a/clients/client/python/ory_client/model/normalized_projects.py
+++ b/clients/client/python/ory_client/model/normalized_projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/null_duration.py b/clients/client/python/ory_client/model/null_duration.py
index f540c652241..7539da9e72f 100644
--- a/clients/client/python/ory_client/model/null_duration.py
+++ b/clients/client/python/ory_client/model/null_duration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_client.py b/clients/client/python/ory_client/model/o_auth2_client.py
index 807dffb1290..4d6a6402b11 100644
--- a/clients/client/python/ory_client/model/o_auth2_client.py
+++ b/clients/client/python/ory_client/model/o_auth2_client.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_client_token_lifespans.py b/clients/client/python/ory_client/model/o_auth2_client_token_lifespans.py
index 5357b736863..b56bb083ec6 100644
--- a/clients/client/python/ory_client/model/o_auth2_client_token_lifespans.py
+++ b/clients/client/python/ory_client/model/o_auth2_client_token_lifespans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_consent_request.py b/clients/client/python/ory_client/model/o_auth2_consent_request.py
index a1f05ea240b..31eb404bafd 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_request.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_consent_request_open_id_connect_context.py b/clients/client/python/ory_client/model/o_auth2_consent_request_open_id_connect_context.py
index ff94be70ce1..e7e8dcb9e4f 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_request_open_id_connect_context.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_request_open_id_connect_context.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_consent_session.py b/clients/client/python/ory_client/model/o_auth2_consent_session.py
index dd7040e3884..661e7200a0b 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_session.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_consent_session_expires_at.py b/clients/client/python/ory_client/model/o_auth2_consent_session_expires_at.py
index 82c60e7bebf..3380c5dd509 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_session_expires_at.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_session_expires_at.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_consent_sessions.py b/clients/client/python/ory_client/model/o_auth2_consent_sessions.py
index 53f15fa1dd9..0d7c64d8121 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_sessions.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_sessions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_login_request.py b/clients/client/python/ory_client/model/o_auth2_login_request.py
index e8da4b511c5..d9e52b9bcea 100644
--- a/clients/client/python/ory_client/model/o_auth2_login_request.py
+++ b/clients/client/python/ory_client/model/o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_logout_request.py b/clients/client/python/ory_client/model/o_auth2_logout_request.py
index 2460d350feb..62d4ea54a14 100644
--- a/clients/client/python/ory_client/model/o_auth2_logout_request.py
+++ b/clients/client/python/ory_client/model/o_auth2_logout_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_redirect_to.py b/clients/client/python/ory_client/model/o_auth2_redirect_to.py
index 5e54ad93e31..f5dcb39d3fb 100644
--- a/clients/client/python/ory_client/model/o_auth2_redirect_to.py
+++ b/clients/client/python/ory_client/model/o_auth2_redirect_to.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/o_auth2_token_exchange.py b/clients/client/python/ory_client/model/o_auth2_token_exchange.py
index 2a21d380464..08ea0af1c63 100644
--- a/clients/client/python/ory_client/model/o_auth2_token_exchange.py
+++ b/clients/client/python/ory_client/model/o_auth2_token_exchange.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/oidc_configuration.py b/clients/client/python/ory_client/model/oidc_configuration.py
index 019fd524323..b852fb80e36 100644
--- a/clients/client/python/ory_client/model/oidc_configuration.py
+++ b/clients/client/python/ory_client/model/oidc_configuration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/oidc_user_info.py b/clients/client/python/ory_client/model/oidc_user_info.py
index 2ac3cf6888d..5e52eba9a28 100644
--- a/clients/client/python/ory_client/model/oidc_user_info.py
+++ b/clients/client/python/ory_client/model/oidc_user_info.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/organization.py b/clients/client/python/ory_client/model/organization.py
index 96f5864bfee..deb333aaf37 100644
--- a/clients/client/python/ory_client/model/organization.py
+++ b/clients/client/python/ory_client/model/organization.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/organization_body.py b/clients/client/python/ory_client/model/organization_body.py
index a8394eda8ee..22082cb963a 100644
--- a/clients/client/python/ory_client/model/organization_body.py
+++ b/clients/client/python/ory_client/model/organization_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/pagination.py b/clients/client/python/ory_client/model/pagination.py
index 5a489611443..80195d823e2 100644
--- a/clients/client/python/ory_client/model/pagination.py
+++ b/clients/client/python/ory_client/model/pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/pagination_headers.py b/clients/client/python/ory_client/model/pagination_headers.py
index d23306ab9a3..7067ae4a0a1 100644
--- a/clients/client/python/ory_client/model/pagination_headers.py
+++ b/clients/client/python/ory_client/model/pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/parse_error.py b/clients/client/python/ory_client/model/parse_error.py
index a17872e5b28..5bd9abdd7ae 100644
--- a/clients/client/python/ory_client/model/parse_error.py
+++ b/clients/client/python/ory_client/model/parse_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/patch_identities_body.py b/clients/client/python/ory_client/model/patch_identities_body.py
index 7a76ac53583..50f736fbbb2 100644
--- a/clients/client/python/ory_client/model/patch_identities_body.py
+++ b/clients/client/python/ory_client/model/patch_identities_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/perform_native_logout_body.py b/clients/client/python/ory_client/model/perform_native_logout_body.py
index ef80a25d7ff..3236168c370 100644
--- a/clients/client/python/ory_client/model/perform_native_logout_body.py
+++ b/clients/client/python/ory_client/model/perform_native_logout_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/permissions_on_project.py b/clients/client/python/ory_client/model/permissions_on_project.py
index eae5d6e9c38..afd3606c55e 100644
--- a/clients/client/python/ory_client/model/permissions_on_project.py
+++ b/clients/client/python/ory_client/model/permissions_on_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/plan.py b/clients/client/python/ory_client/model/plan.py
index bfc7c37b553..c708595ddf4 100644
--- a/clients/client/python/ory_client/model/plan.py
+++ b/clients/client/python/ory_client/model/plan.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/plan_details.py b/clients/client/python/ory_client/model/plan_details.py
index 1380cce7c9d..757c965162d 100644
--- a/clients/client/python/ory_client/model/plan_details.py
+++ b/clients/client/python/ory_client/model/plan_details.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/plans.py b/clients/client/python/ory_client/model/plans.py
index 71e508cdfff..2b87fa3577e 100644
--- a/clients/client/python/ory_client/model/plans.py
+++ b/clients/client/python/ory_client/model/plans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/post_check_permission_body.py b/clients/client/python/ory_client/model/post_check_permission_body.py
index 8b47e01f4ea..8a4c1115ea0 100644
--- a/clients/client/python/ory_client/model/post_check_permission_body.py
+++ b/clients/client/python/ory_client/model/post_check_permission_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/post_check_permission_or_error_body.py b/clients/client/python/ory_client/model/post_check_permission_or_error_body.py
index 44f44ec5d3f..dffbceeea92 100644
--- a/clients/client/python/ory_client/model/post_check_permission_or_error_body.py
+++ b/clients/client/python/ory_client/model/post_check_permission_or_error_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/pricing.py b/clients/client/python/ory_client/model/pricing.py
index 34f3b105de8..51e84b1ffcf 100644
--- a/clients/client/python/ory_client/model/pricing.py
+++ b/clients/client/python/ory_client/model/pricing.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project.py b/clients/client/python/ory_client/model/project.py
index 994cb843301..3a763c1925c 100644
--- a/clients/client/python/ory_client/model/project.py
+++ b/clients/client/python/ory_client/model/project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_api_key.py b/clients/client/python/ory_client/model/project_api_key.py
index 3a1fc7967ed..db295d930ac 100644
--- a/clients/client/python/ory_client/model/project_api_key.py
+++ b/clients/client/python/ory_client/model/project_api_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_api_keys.py b/clients/client/python/ory_client/model/project_api_keys.py
index 99bbd02b4b8..6a52c3ca8e9 100644
--- a/clients/client/python/ory_client/model/project_api_keys.py
+++ b/clients/client/python/ory_client/model/project_api_keys.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_branding.py b/clients/client/python/ory_client/model/project_branding.py
index 7ab88a2b1ca..c8c636dc811 100644
--- a/clients/client/python/ory_client/model/project_branding.py
+++ b/clients/client/python/ory_client/model/project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_branding_colors.py b/clients/client/python/ory_client/model/project_branding_colors.py
index 548a73011ba..71844a9e544 100644
--- a/clients/client/python/ory_client/model/project_branding_colors.py
+++ b/clients/client/python/ory_client/model/project_branding_colors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_branding_theme.py b/clients/client/python/ory_client/model/project_branding_theme.py
index 7009f67ede4..5d6f84ab8ef 100644
--- a/clients/client/python/ory_client/model/project_branding_theme.py
+++ b/clients/client/python/ory_client/model/project_branding_theme.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_branding_themes.py b/clients/client/python/ory_client/model/project_branding_themes.py
index 80d67fb3ce4..0fe1e9c8ec6 100644
--- a/clients/client/python/ory_client/model/project_branding_themes.py
+++ b/clients/client/python/ory_client/model/project_branding_themes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_cors.py b/clients/client/python/ory_client/model/project_cors.py
index ea772d973a7..b497b430101 100644
--- a/clients/client/python/ory_client/model/project_cors.py
+++ b/clients/client/python/ory_client/model/project_cors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_host.py b/clients/client/python/ory_client/model/project_host.py
index 1a1a346d324..bf5433024a9 100644
--- a/clients/client/python/ory_client/model/project_host.py
+++ b/clients/client/python/ory_client/model/project_host.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_member.py b/clients/client/python/ory_client/model/project_member.py
index 29d0fa0f149..65631a31318 100644
--- a/clients/client/python/ory_client/model/project_member.py
+++ b/clients/client/python/ory_client/model/project_member.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_members.py b/clients/client/python/ory_client/model/project_members.py
index ac156c16b70..9f194b39d08 100644
--- a/clients/client/python/ory_client/model/project_members.py
+++ b/clients/client/python/ory_client/model/project_members.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_metadata.py b/clients/client/python/ory_client/model/project_metadata.py
index a8716022b2f..0d2b5548110 100644
--- a/clients/client/python/ory_client/model/project_metadata.py
+++ b/clients/client/python/ory_client/model/project_metadata.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_metadata_list.py b/clients/client/python/ory_client/model/project_metadata_list.py
index f05f47aa557..506952257fa 100644
--- a/clients/client/python/ory_client/model/project_metadata_list.py
+++ b/clients/client/python/ory_client/model/project_metadata_list.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_revision_hooks.py b/clients/client/python/ory_client/model/project_revision_hooks.py
index 4524879cf42..ef0fefb7855 100644
--- a/clients/client/python/ory_client/model/project_revision_hooks.py
+++ b/clients/client/python/ory_client/model/project_revision_hooks.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_revision_identity_schemas.py b/clients/client/python/ory_client/model/project_revision_identity_schemas.py
index 9fc635c7bfe..8a77b96e103 100644
--- a/clients/client/python/ory_client/model/project_revision_identity_schemas.py
+++ b/clients/client/python/ory_client/model/project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_revision_third_party_login_providers.py b/clients/client/python/ory_client/model/project_revision_third_party_login_providers.py
index 20d4333ff0a..6db96572a24 100644
--- a/clients/client/python/ory_client/model/project_revision_third_party_login_providers.py
+++ b/clients/client/python/ory_client/model/project_revision_third_party_login_providers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_revisions.py b/clients/client/python/ory_client/model/project_revisions.py
index 9d266a84e1e..c8c430d0b5b 100644
--- a/clients/client/python/ory_client/model/project_revisions.py
+++ b/clients/client/python/ory_client/model/project_revisions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_service_identity.py b/clients/client/python/ory_client/model/project_service_identity.py
index a8fe9d803df..05cf7b6e765 100644
--- a/clients/client/python/ory_client/model/project_service_identity.py
+++ b/clients/client/python/ory_client/model/project_service_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_service_o_auth2.py b/clients/client/python/ory_client/model/project_service_o_auth2.py
index 26c7df5e951..b809c0c340c 100644
--- a/clients/client/python/ory_client/model/project_service_o_auth2.py
+++ b/clients/client/python/ory_client/model/project_service_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_service_permission.py b/clients/client/python/ory_client/model/project_service_permission.py
index ed87c7f13dd..56fd4622bed 100644
--- a/clients/client/python/ory_client/model/project_service_permission.py
+++ b/clients/client/python/ory_client/model/project_service_permission.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/project_services.py b/clients/client/python/ory_client/model/project_services.py
index 5460f11eaf8..c02a6142a08 100644
--- a/clients/client/python/ory_client/model/project_services.py
+++ b/clients/client/python/ory_client/model/project_services.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/projects.py b/clients/client/python/ory_client/model/projects.py
index c20c5615fbc..3c12ca0a41b 100644
--- a/clients/client/python/ory_client/model/projects.py
+++ b/clients/client/python/ory_client/model/projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/quota_usage.py b/clients/client/python/ory_client/model/quota_usage.py
index a6aecb5b3b0..4a6a23c7528 100644
--- a/clients/client/python/ory_client/model/quota_usage.py
+++ b/clients/client/python/ory_client/model/quota_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/recovery_code_for_identity.py b/clients/client/python/ory_client/model/recovery_code_for_identity.py
index 7af0f6bee34..518782ef3f7 100644
--- a/clients/client/python/ory_client/model/recovery_code_for_identity.py
+++ b/clients/client/python/ory_client/model/recovery_code_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/recovery_flow.py b/clients/client/python/ory_client/model/recovery_flow.py
index 483a584e00f..2e4524436c3 100644
--- a/clients/client/python/ory_client/model/recovery_flow.py
+++ b/clients/client/python/ory_client/model/recovery_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/recovery_flow_state.py b/clients/client/python/ory_client/model/recovery_flow_state.py
index c8f5888503e..15bdb1068b1 100644
--- a/clients/client/python/ory_client/model/recovery_flow_state.py
+++ b/clients/client/python/ory_client/model/recovery_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/recovery_identity_address.py b/clients/client/python/ory_client/model/recovery_identity_address.py
index c2ca5d5385a..85135a6d06c 100644
--- a/clients/client/python/ory_client/model/recovery_identity_address.py
+++ b/clients/client/python/ory_client/model/recovery_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/recovery_link_for_identity.py b/clients/client/python/ory_client/model/recovery_link_for_identity.py
index 067a7715585..01799a3df95 100644
--- a/clients/client/python/ory_client/model/recovery_link_for_identity.py
+++ b/clients/client/python/ory_client/model/recovery_link_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/registration_flow.py b/clients/client/python/ory_client/model/registration_flow.py
index ef0cfb8bf18..e42a4339678 100644
--- a/clients/client/python/ory_client/model/registration_flow.py
+++ b/clients/client/python/ory_client/model/registration_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/registration_flow_state.py b/clients/client/python/ory_client/model/registration_flow_state.py
index 7171e0d688b..cd2365b85b5 100644
--- a/clients/client/python/ory_client/model/registration_flow_state.py
+++ b/clients/client/python/ory_client/model/registration_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/reject_o_auth2_request.py b/clients/client/python/ory_client/model/reject_o_auth2_request.py
index cc077a8b82c..56797876a4d 100644
--- a/clients/client/python/ory_client/model/reject_o_auth2_request.py
+++ b/clients/client/python/ory_client/model/reject_o_auth2_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/relation_query.py b/clients/client/python/ory_client/model/relation_query.py
index de5e23da5ff..92fe0616275 100644
--- a/clients/client/python/ory_client/model/relation_query.py
+++ b/clients/client/python/ory_client/model/relation_query.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/relationship.py b/clients/client/python/ory_client/model/relationship.py
index e40635ffe91..ad281bd2ad4 100644
--- a/clients/client/python/ory_client/model/relationship.py
+++ b/clients/client/python/ory_client/model/relationship.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/relationship_namespaces.py b/clients/client/python/ory_client/model/relationship_namespaces.py
index 0dd06de1066..c0e633beaaf 100644
--- a/clients/client/python/ory_client/model/relationship_namespaces.py
+++ b/clients/client/python/ory_client/model/relationship_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/relationship_patch.py b/clients/client/python/ory_client/model/relationship_patch.py
index 0b21936ff12..572f773a551 100644
--- a/clients/client/python/ory_client/model/relationship_patch.py
+++ b/clients/client/python/ory_client/model/relationship_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/relationships.py b/clients/client/python/ory_client/model/relationships.py
index bc6689dd412..c220828b807 100644
--- a/clients/client/python/ory_client/model/relationships.py
+++ b/clients/client/python/ory_client/model/relationships.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/rfc6749_error_json.py b/clients/client/python/ory_client/model/rfc6749_error_json.py
index 5e8c6db64c1..84713e47af4 100644
--- a/clients/client/python/ory_client/model/rfc6749_error_json.py
+++ b/clients/client/python/ory_client/model/rfc6749_error_json.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/schema_patch.py b/clients/client/python/ory_client/model/schema_patch.py
index 6f29f1dc220..c2f4c0f31a5 100644
--- a/clients/client/python/ory_client/model/schema_patch.py
+++ b/clients/client/python/ory_client/model/schema_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/self_service_flow_expired_error.py b/clients/client/python/ory_client/model/self_service_flow_expired_error.py
index f648978697f..15e1855f701 100644
--- a/clients/client/python/ory_client/model/self_service_flow_expired_error.py
+++ b/clients/client/python/ory_client/model/self_service_flow_expired_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/session.py b/clients/client/python/ory_client/model/session.py
index 366028988a9..75c42b6af4b 100644
--- a/clients/client/python/ory_client/model/session.py
+++ b/clients/client/python/ory_client/model/session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/session_activity_datapoint.py b/clients/client/python/ory_client/model/session_activity_datapoint.py
index 96ec3ea588a..af468e08c37 100644
--- a/clients/client/python/ory_client/model/session_activity_datapoint.py
+++ b/clients/client/python/ory_client/model/session_activity_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/session_authentication_method.py b/clients/client/python/ory_client/model/session_authentication_method.py
index d9a0fdf8aa9..1821ac0b26f 100644
--- a/clients/client/python/ory_client/model/session_authentication_method.py
+++ b/clients/client/python/ory_client/model/session_authentication_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/session_authentication_methods.py b/clients/client/python/ory_client/model/session_authentication_methods.py
index 7f5ca81d785..ec6b24c0596 100644
--- a/clients/client/python/ory_client/model/session_authentication_methods.py
+++ b/clients/client/python/ory_client/model/session_authentication_methods.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/session_device.py b/clients/client/python/ory_client/model/session_device.py
index 54717d1dd36..05f364a84f2 100644
--- a/clients/client/python/ory_client/model/session_device.py
+++ b/clients/client/python/ory_client/model/session_device.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/set_active_project_in_console_body.py b/clients/client/python/ory_client/model/set_active_project_in_console_body.py
index 843e0dd6607..5bdc316e6c1 100644
--- a/clients/client/python/ory_client/model/set_active_project_in_console_body.py
+++ b/clients/client/python/ory_client/model/set_active_project_in_console_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/set_custom_domain_body.py b/clients/client/python/ory_client/model/set_custom_domain_body.py
index 62c7b826083..c4ccbfa0475 100644
--- a/clients/client/python/ory_client/model/set_custom_domain_body.py
+++ b/clients/client/python/ory_client/model/set_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/set_project.py b/clients/client/python/ory_client/model/set_project.py
index 3b07bfca600..dbbfc59a366 100644
--- a/clients/client/python/ory_client/model/set_project.py
+++ b/clients/client/python/ory_client/model/set_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/set_project_branding_theme_body.py b/clients/client/python/ory_client/model/set_project_branding_theme_body.py
index 2c2b074ae42..12da93e4e61 100644
--- a/clients/client/python/ory_client/model/set_project_branding_theme_body.py
+++ b/clients/client/python/ory_client/model/set_project_branding_theme_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/settings_flow.py b/clients/client/python/ory_client/model/settings_flow.py
index df9275a51c4..af700160034 100644
--- a/clients/client/python/ory_client/model/settings_flow.py
+++ b/clients/client/python/ory_client/model/settings_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/settings_flow_state.py b/clients/client/python/ory_client/model/settings_flow_state.py
index 56aad3f6dca..c8b82c19bd5 100644
--- a/clients/client/python/ory_client/model/settings_flow_state.py
+++ b/clients/client/python/ory_client/model/settings_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/source_position.py b/clients/client/python/ory_client/model/source_position.py
index 882a2491d54..73cbeb62b52 100644
--- a/clients/client/python/ory_client/model/source_position.py
+++ b/clients/client/python/ory_client/model/source_position.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/string_slice_json_format.py b/clients/client/python/ory_client/model/string_slice_json_format.py
index 3bee57c7f2f..0f4f7bd345e 100644
--- a/clients/client/python/ory_client/model/string_slice_json_format.py
+++ b/clients/client/python/ory_client/model/string_slice_json_format.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/stripe_customer.py b/clients/client/python/ory_client/model/stripe_customer.py
index 4134adcefb7..77e7b98b333 100644
--- a/clients/client/python/ory_client/model/stripe_customer.py
+++ b/clients/client/python/ory_client/model/stripe_customer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/subject_set.py b/clients/client/python/ory_client/model/subject_set.py
index 290d5ad32fa..27d6c4d25c2 100644
--- a/clients/client/python/ory_client/model/subject_set.py
+++ b/clients/client/python/ory_client/model/subject_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/subscription.py b/clients/client/python/ory_client/model/subscription.py
index 303320f7fcd..7666e49133b 100644
--- a/clients/client/python/ory_client/model/subscription.py
+++ b/clients/client/python/ory_client/model/subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/successful_code_exchange_response.py b/clients/client/python/ory_client/model/successful_code_exchange_response.py
index fa95ffa1f84..1c8548c23ab 100644
--- a/clients/client/python/ory_client/model/successful_code_exchange_response.py
+++ b/clients/client/python/ory_client/model/successful_code_exchange_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/successful_native_login.py b/clients/client/python/ory_client/model/successful_native_login.py
index c8c2ed10722..39b25d1664e 100644
--- a/clients/client/python/ory_client/model/successful_native_login.py
+++ b/clients/client/python/ory_client/model/successful_native_login.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/successful_native_registration.py b/clients/client/python/ory_client/model/successful_native_registration.py
index 0e8aadeb29e..5b2ba295d96 100644
--- a/clients/client/python/ory_client/model/successful_native_registration.py
+++ b/clients/client/python/ory_client/model/successful_native_registration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/successful_project_update.py b/clients/client/python/ory_client/model/successful_project_update.py
index f76780c7653..221ac4e9c48 100644
--- a/clients/client/python/ory_client/model/successful_project_update.py
+++ b/clients/client/python/ory_client/model/successful_project_update.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/token_pagination.py b/clients/client/python/ory_client/model/token_pagination.py
index 4cdc8519fe9..d8168972028 100644
--- a/clients/client/python/ory_client/model/token_pagination.py
+++ b/clients/client/python/ory_client/model/token_pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/token_pagination_headers.py b/clients/client/python/ory_client/model/token_pagination_headers.py
index 91203c16e1b..0c08c91c167 100644
--- a/clients/client/python/ory_client/model/token_pagination_headers.py
+++ b/clients/client/python/ory_client/model/token_pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/token_pagination_request_parameters.py b/clients/client/python/ory_client/model/token_pagination_request_parameters.py
index e7c8f307b88..57d55e1d249 100644
--- a/clients/client/python/ory_client/model/token_pagination_request_parameters.py
+++ b/clients/client/python/ory_client/model/token_pagination_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/token_pagination_response_headers.py b/clients/client/python/ory_client/model/token_pagination_response_headers.py
index 69fe20b7af8..ffe09d9e509 100644
--- a/clients/client/python/ory_client/model/token_pagination_response_headers.py
+++ b/clients/client/python/ory_client/model/token_pagination_response_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/trust_o_auth2_jwt_grant_issuer.py b/clients/client/python/ory_client/model/trust_o_auth2_jwt_grant_issuer.py
index 1e6ceddd82d..b3a6b48c114 100644
--- a/clients/client/python/ory_client/model/trust_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/ory_client/model/trust_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuer.py b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuer.py
index 2d0665b9036..fe2c80779b3 100644
--- a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuers.py b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuers.py
index 45589988fc8..f31a64e941f 100644
--- a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuers.py
+++ b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py
index 3c68cb24c6b..406f3aa60ba 100644
--- a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py
+++ b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_container.py b/clients/client/python/ory_client/model/ui_container.py
index b89593a7884..8e71bfc3b08 100644
--- a/clients/client/python/ory_client/model/ui_container.py
+++ b/clients/client/python/ory_client/model/ui_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node.py b/clients/client/python/ory_client/model/ui_node.py
index f729287041e..9b5eec64dd9 100644
--- a/clients/client/python/ory_client/model/ui_node.py
+++ b/clients/client/python/ory_client/model/ui_node.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node_anchor_attributes.py b/clients/client/python/ory_client/model/ui_node_anchor_attributes.py
index 97180ae05d4..0c78be3b57a 100644
--- a/clients/client/python/ory_client/model/ui_node_anchor_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_anchor_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node_attributes.py b/clients/client/python/ory_client/model/ui_node_attributes.py
index 7e50121f41e..666f8f12c6f 100644
--- a/clients/client/python/ory_client/model/ui_node_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node_image_attributes.py b/clients/client/python/ory_client/model/ui_node_image_attributes.py
index 2765f80f84e..2d4b30ad405 100644
--- a/clients/client/python/ory_client/model/ui_node_image_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_image_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node_input_attributes.py b/clients/client/python/ory_client/model/ui_node_input_attributes.py
index 95e5da7c172..3a0b01e60bf 100644
--- a/clients/client/python/ory_client/model/ui_node_input_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_input_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node_meta.py b/clients/client/python/ory_client/model/ui_node_meta.py
index cb35ec7dc99..b1523422843 100644
--- a/clients/client/python/ory_client/model/ui_node_meta.py
+++ b/clients/client/python/ory_client/model/ui_node_meta.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node_script_attributes.py b/clients/client/python/ory_client/model/ui_node_script_attributes.py
index c385dd6a277..fc999035835 100644
--- a/clients/client/python/ory_client/model/ui_node_script_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_script_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_node_text_attributes.py b/clients/client/python/ory_client/model/ui_node_text_attributes.py
index 17458309421..d385f706ec8 100644
--- a/clients/client/python/ory_client/model/ui_node_text_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_text_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_nodes.py b/clients/client/python/ory_client/model/ui_nodes.py
index 2617aaf0410..cea297d1d5d 100644
--- a/clients/client/python/ory_client/model/ui_nodes.py
+++ b/clients/client/python/ory_client/model/ui_nodes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_text.py b/clients/client/python/ory_client/model/ui_text.py
index 3d305f6cf3c..d920be602f2 100644
--- a/clients/client/python/ory_client/model/ui_text.py
+++ b/clients/client/python/ory_client/model/ui_text.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/ui_texts.py b/clients/client/python/ory_client/model/ui_texts.py
index 8551c503907..a27b596a039 100644
--- a/clients/client/python/ory_client/model/ui_texts.py
+++ b/clients/client/python/ory_client/model/ui_texts.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_identity_body.py b/clients/client/python/ory_client/model/update_identity_body.py
index 6dc50d4800b..3bbba881751 100644
--- a/clients/client/python/ory_client/model/update_identity_body.py
+++ b/clients/client/python/ory_client/model/update_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_login_flow_body.py b/clients/client/python/ory_client/model/update_login_flow_body.py
index e2488cc4bf3..87ba26e249f 100644
--- a/clients/client/python/ory_client/model/update_login_flow_body.py
+++ b/clients/client/python/ory_client/model/update_login_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_login_flow_with_code_method.py b/clients/client/python/ory_client/model/update_login_flow_with_code_method.py
index 105a29e015f..4ac6d88f683 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_login_flow_with_lookup_secret_method.py b/clients/client/python/ory_client/model/update_login_flow_with_lookup_secret_method.py
index 0965d8c6bfc..20c7516c379 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_lookup_secret_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_lookup_secret_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_login_flow_with_oidc_method.py b/clients/client/python/ory_client/model/update_login_flow_with_oidc_method.py
index 0d3a500c720..1a9dd752cee 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_oidc_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_login_flow_with_password_method.py b/clients/client/python/ory_client/model/update_login_flow_with_password_method.py
index b9eef46adf6..5388752c96f 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_password_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_login_flow_with_totp_method.py b/clients/client/python/ory_client/model/update_login_flow_with_totp_method.py
index 940016eac0d..22b888a6847 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_totp_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_login_flow_with_web_authn_method.py b/clients/client/python/ory_client/model/update_login_flow_with_web_authn_method.py
index b795be8b222..54db05c9bc3 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_web_authn_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_recovery_flow_body.py b/clients/client/python/ory_client/model/update_recovery_flow_body.py
index 51db485bb5e..efb33639f2b 100644
--- a/clients/client/python/ory_client/model/update_recovery_flow_body.py
+++ b/clients/client/python/ory_client/model/update_recovery_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_recovery_flow_with_code_method.py b/clients/client/python/ory_client/model/update_recovery_flow_with_code_method.py
index 0310a52885b..72c48be7882 100644
--- a/clients/client/python/ory_client/model/update_recovery_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_recovery_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_recovery_flow_with_link_method.py b/clients/client/python/ory_client/model/update_recovery_flow_with_link_method.py
index 60b15077cd0..016d71ccf8e 100644
--- a/clients/client/python/ory_client/model/update_recovery_flow_with_link_method.py
+++ b/clients/client/python/ory_client/model/update_recovery_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_registration_flow_body.py b/clients/client/python/ory_client/model/update_registration_flow_body.py
index f83e96042e0..0400572fc43 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_body.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_registration_flow_with_code_method.py b/clients/client/python/ory_client/model/update_registration_flow_with_code_method.py
index 831a068dc41..680f1919b77 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_registration_flow_with_oidc_method.py b/clients/client/python/ory_client/model/update_registration_flow_with_oidc_method.py
index a57f6d6abd7..b5805f4c187 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_oidc_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_registration_flow_with_password_method.py b/clients/client/python/ory_client/model/update_registration_flow_with_password_method.py
index 898c3bf4bcf..f32dbc79566 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_password_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_registration_flow_with_web_authn_method.py b/clients/client/python/ory_client/model/update_registration_flow_with_web_authn_method.py
index a15b2ee9655..24838d7e176 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_web_authn_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_settings_flow_body.py b/clients/client/python/ory_client/model/update_settings_flow_body.py
index 3ab1f94cc8b..f5f048b6600 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_body.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_settings_flow_with_lookup_method.py b/clients/client/python/ory_client/model/update_settings_flow_with_lookup_method.py
index b8cd54a40ae..9a82c23c274 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_lookup_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_lookup_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_settings_flow_with_oidc_method.py b/clients/client/python/ory_client/model/update_settings_flow_with_oidc_method.py
index 729d5ff3c54..79d360eeff9 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_oidc_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_settings_flow_with_password_method.py b/clients/client/python/ory_client/model/update_settings_flow_with_password_method.py
index c3c5db7c7af..b0c257eecc8 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_password_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_settings_flow_with_profile_method.py b/clients/client/python/ory_client/model/update_settings_flow_with_profile_method.py
index ee9fc517497..34dabaa7848 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_profile_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_profile_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_settings_flow_with_totp_method.py b/clients/client/python/ory_client/model/update_settings_flow_with_totp_method.py
index 3ff2258007a..e8cba8b44fa 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_totp_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_settings_flow_with_web_authn_method.py b/clients/client/python/ory_client/model/update_settings_flow_with_web_authn_method.py
index 3e999ea7e96..810ae31b00a 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_web_authn_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_subscription_body.py b/clients/client/python/ory_client/model/update_subscription_body.py
index a7b8dc24809..4197ff91121 100644
--- a/clients/client/python/ory_client/model/update_subscription_body.py
+++ b/clients/client/python/ory_client/model/update_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_verification_flow_body.py b/clients/client/python/ory_client/model/update_verification_flow_body.py
index 5dfe5450a5f..5dcdde58cac 100644
--- a/clients/client/python/ory_client/model/update_verification_flow_body.py
+++ b/clients/client/python/ory_client/model/update_verification_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_verification_flow_with_code_method.py b/clients/client/python/ory_client/model/update_verification_flow_with_code_method.py
index ee5d595fc57..5db1add4489 100644
--- a/clients/client/python/ory_client/model/update_verification_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_verification_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/update_verification_flow_with_link_method.py b/clients/client/python/ory_client/model/update_verification_flow_with_link_method.py
index 5865ce93f70..a2bc3c5b5f5 100644
--- a/clients/client/python/ory_client/model/update_verification_flow_with_link_method.py
+++ b/clients/client/python/ory_client/model/update_verification_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/usage.py b/clients/client/python/ory_client/model/usage.py
index bd475178184..cc45bdcfa55 100644
--- a/clients/client/python/ory_client/model/usage.py
+++ b/clients/client/python/ory_client/model/usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/verifiable_credential_priming_response.py b/clients/client/python/ory_client/model/verifiable_credential_priming_response.py
index f17023191ed..13c2c7b32cc 100644
--- a/clients/client/python/ory_client/model/verifiable_credential_priming_response.py
+++ b/clients/client/python/ory_client/model/verifiable_credential_priming_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/verifiable_credential_proof.py b/clients/client/python/ory_client/model/verifiable_credential_proof.py
index 17398e43d92..5a35c15f52d 100644
--- a/clients/client/python/ory_client/model/verifiable_credential_proof.py
+++ b/clients/client/python/ory_client/model/verifiable_credential_proof.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/verifiable_credential_response.py b/clients/client/python/ory_client/model/verifiable_credential_response.py
index 5062e8dcd52..1872ee69e11 100644
--- a/clients/client/python/ory_client/model/verifiable_credential_response.py
+++ b/clients/client/python/ory_client/model/verifiable_credential_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/verifiable_identity_address.py b/clients/client/python/ory_client/model/verifiable_identity_address.py
index 208f6da57b3..b36cb0e9f4b 100644
--- a/clients/client/python/ory_client/model/verifiable_identity_address.py
+++ b/clients/client/python/ory_client/model/verifiable_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/verification_flow.py b/clients/client/python/ory_client/model/verification_flow.py
index 8077650a62b..75cf06aa72a 100644
--- a/clients/client/python/ory_client/model/verification_flow.py
+++ b/clients/client/python/ory_client/model/verification_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/verification_flow_state.py b/clients/client/python/ory_client/model/verification_flow_state.py
index c0e5bb82ed7..dad4964e81e 100644
--- a/clients/client/python/ory_client/model/verification_flow_state.py
+++ b/clients/client/python/ory_client/model/verification_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/version.py b/clients/client/python/ory_client/model/version.py
index 7ed506dc937..94c9708cb85 100644
--- a/clients/client/python/ory_client/model/version.py
+++ b/clients/client/python/ory_client/model/version.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/warning.py b/clients/client/python/ory_client/model/warning.py
index e5cc2c78f93..5186b8781e8 100644
--- a/clients/client/python/ory_client/model/warning.py
+++ b/clients/client/python/ory_client/model/warning.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/workspace.py b/clients/client/python/ory_client/model/workspace.py
index cfb212ca919..7f0379ad836 100644
--- a/clients/client/python/ory_client/model/workspace.py
+++ b/clients/client/python/ory_client/model/workspace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model/workspaces.py b/clients/client/python/ory_client/model/workspaces.py
index b844c3c17f3..feec4d955d6 100644
--- a/clients/client/python/ory_client/model/workspaces.py
+++ b/clients/client/python/ory_client/model/workspaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/model_utils.py b/clients/client/python/ory_client/model_utils.py
index 38f35f02b3b..67489f1892f 100644
--- a/clients/client/python/ory_client/model_utils.py
+++ b/clients/client/python/ory_client/model_utils.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/ory_client/rest.py b/clients/client/python/ory_client/rest.py
index 814dd264715..70cb650af01 100644
--- a/clients/client/python/ory_client/rest.py
+++ b/clients/client/python/ory_client/rest.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/setup.py b/clients/client/python/setup.py
index 12c99d5b964..959f1ee0842 100644
--- a/clients/client/python/setup.py
+++ b/clients/client/python/setup.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
@@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301
NAME = "ory-client"
-VERSION = "v1.4.5"
+VERSION = "v1.4.6"
# To install the library, run the following
#
# python setup.py install
diff --git a/clients/client/python/test/test_accept_o_auth2_consent_request.py b/clients/client/python/test/test_accept_o_auth2_consent_request.py
index ea79629f278..4a1f066a562 100644
--- a/clients/client/python/test/test_accept_o_auth2_consent_request.py
+++ b/clients/client/python/test/test_accept_o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_accept_o_auth2_consent_request_session.py b/clients/client/python/test/test_accept_o_auth2_consent_request_session.py
index f7cb83d272e..aaa5f7b162f 100644
--- a/clients/client/python/test/test_accept_o_auth2_consent_request_session.py
+++ b/clients/client/python/test/test_accept_o_auth2_consent_request_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_accept_o_auth2_login_request.py b/clients/client/python/test/test_accept_o_auth2_login_request.py
index cfe42a10908..f77054210da 100644
--- a/clients/client/python/test/test_accept_o_auth2_login_request.py
+++ b/clients/client/python/test/test_accept_o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_active_project_in_console.py b/clients/client/python/test/test_active_project_in_console.py
index c390a894efd..147865570e1 100644
--- a/clients/client/python/test/test_active_project_in_console.py
+++ b/clients/client/python/test/test_active_project_in_console.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_attributes_count_datapoint.py b/clients/client/python/test/test_attributes_count_datapoint.py
index 5319efac333..bd059fc3bf6 100644
--- a/clients/client/python/test/test_attributes_count_datapoint.py
+++ b/clients/client/python/test/test_attributes_count_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_authenticator_assurance_level.py b/clients/client/python/test/test_authenticator_assurance_level.py
index fca2a03c751..d888d063eba 100644
--- a/clients/client/python/test/test_authenticator_assurance_level.py
+++ b/clients/client/python/test/test_authenticator_assurance_level.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_batch_patch_identities_response.py b/clients/client/python/test/test_batch_patch_identities_response.py
index c205d6aba2e..3e59ac70506 100644
--- a/clients/client/python/test/test_batch_patch_identities_response.py
+++ b/clients/client/python/test/test_batch_patch_identities_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_check_opl_syntax_result.py b/clients/client/python/test/test_check_opl_syntax_result.py
index ea8a9c035ae..56046f8aa55 100644
--- a/clients/client/python/test/test_check_opl_syntax_result.py
+++ b/clients/client/python/test/test_check_opl_syntax_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_check_permission_result.py b/clients/client/python/test/test_check_permission_result.py
index 02507570195..14305f87407 100644
--- a/clients/client/python/test/test_check_permission_result.py
+++ b/clients/client/python/test/test_check_permission_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_cloud_account.py b/clients/client/python/test/test_cloud_account.py
index 72d20c59fdf..31d855e136e 100644
--- a/clients/client/python/test/test_cloud_account.py
+++ b/clients/client/python/test/test_cloud_account.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_consistency_request_parameters.py b/clients/client/python/test/test_consistency_request_parameters.py
index 5f8f1a18207..7839e7e6af0 100644
--- a/clients/client/python/test/test_consistency_request_parameters.py
+++ b/clients/client/python/test/test_consistency_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with.py b/clients/client/python/test/test_continue_with.py
index d5e66ab9c73..cabb391795b 100644
--- a/clients/client/python/test/test_continue_with.py
+++ b/clients/client/python/test/test_continue_with.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with_recovery_ui.py b/clients/client/python/test/test_continue_with_recovery_ui.py
index 04ffba8cda3..86de425fee1 100644
--- a/clients/client/python/test/test_continue_with_recovery_ui.py
+++ b/clients/client/python/test/test_continue_with_recovery_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with_recovery_ui_flow.py b/clients/client/python/test/test_continue_with_recovery_ui_flow.py
index 6910fa0a7ec..97862a4151e 100644
--- a/clients/client/python/test/test_continue_with_recovery_ui_flow.py
+++ b/clients/client/python/test/test_continue_with_recovery_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with_set_ory_session_token.py b/clients/client/python/test/test_continue_with_set_ory_session_token.py
index 7f43d4afc13..a9d3fc3b93c 100644
--- a/clients/client/python/test/test_continue_with_set_ory_session_token.py
+++ b/clients/client/python/test/test_continue_with_set_ory_session_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with_settings_ui.py b/clients/client/python/test/test_continue_with_settings_ui.py
index ff59979da16..c047ff4a964 100644
--- a/clients/client/python/test/test_continue_with_settings_ui.py
+++ b/clients/client/python/test/test_continue_with_settings_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with_settings_ui_flow.py b/clients/client/python/test/test_continue_with_settings_ui_flow.py
index 65af983f0a3..cb03ea3ac62 100644
--- a/clients/client/python/test/test_continue_with_settings_ui_flow.py
+++ b/clients/client/python/test/test_continue_with_settings_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with_verification_ui.py b/clients/client/python/test/test_continue_with_verification_ui.py
index be37fdaabcf..04c04d3c2ca 100644
--- a/clients/client/python/test/test_continue_with_verification_ui.py
+++ b/clients/client/python/test/test_continue_with_verification_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_continue_with_verification_ui_flow.py b/clients/client/python/test/test_continue_with_verification_ui_flow.py
index cbb0ee67964..c8df5d15288 100644
--- a/clients/client/python/test/test_continue_with_verification_ui_flow.py
+++ b/clients/client/python/test/test_continue_with_verification_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_courier_api.py b/clients/client/python/test/test_courier_api.py
index fd73874fe55..0af0a5fb273 100644
--- a/clients/client/python/test/test_courier_api.py
+++ b/clients/client/python/test/test_courier_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_courier_message_status.py b/clients/client/python/test/test_courier_message_status.py
index d6a72056be0..79855d8336b 100644
--- a/clients/client/python/test/test_courier_message_status.py
+++ b/clients/client/python/test/test_courier_message_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_courier_message_type.py b/clients/client/python/test/test_courier_message_type.py
index c4579c5407b..23e9d2fb9d3 100644
--- a/clients/client/python/test/test_courier_message_type.py
+++ b/clients/client/python/test/test_courier_message_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_custom_domain_body.py b/clients/client/python/test/test_create_custom_domain_body.py
index 9b0c61bedf2..974bd6f49e5 100644
--- a/clients/client/python/test/test_create_custom_domain_body.py
+++ b/clients/client/python/test/test_create_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_identity_body.py b/clients/client/python/test/test_create_identity_body.py
index 0243d86028e..b1e92fbb518 100644
--- a/clients/client/python/test/test_create_identity_body.py
+++ b/clients/client/python/test/test_create_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_invite_response.py b/clients/client/python/test/test_create_invite_response.py
index 6b513f69ab0..7310e15513a 100644
--- a/clients/client/python/test/test_create_invite_response.py
+++ b/clients/client/python/test/test_create_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_json_web_key_set.py b/clients/client/python/test/test_create_json_web_key_set.py
index 159084b0edc..9ac02fcad07 100644
--- a/clients/client/python/test/test_create_json_web_key_set.py
+++ b/clients/client/python/test/test_create_json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_project_api_key_request.py b/clients/client/python/test/test_create_project_api_key_request.py
index ba867f052cf..6e1d740ba7a 100644
--- a/clients/client/python/test/test_create_project_api_key_request.py
+++ b/clients/client/python/test/test_create_project_api_key_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_project_body.py b/clients/client/python/test/test_create_project_body.py
index 76c12913d74..aa72a0c3a3a 100644
--- a/clients/client/python/test/test_create_project_body.py
+++ b/clients/client/python/test/test_create_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_project_branding.py b/clients/client/python/test/test_create_project_branding.py
index 9506b2ea91d..53d8918a895 100644
--- a/clients/client/python/test/test_create_project_branding.py
+++ b/clients/client/python/test/test_create_project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_project_member_invite_body.py b/clients/client/python/test/test_create_project_member_invite_body.py
index f2c175c7629..b2b74e79895 100644
--- a/clients/client/python/test/test_create_project_member_invite_body.py
+++ b/clients/client/python/test/test_create_project_member_invite_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_project_member_invite_response.py b/clients/client/python/test/test_create_project_member_invite_response.py
index 3818ac7c2b1..a586fac7b52 100644
--- a/clients/client/python/test/test_create_project_member_invite_response.py
+++ b/clients/client/python/test/test_create_project_member_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_project_normalized_payload.py b/clients/client/python/test/test_create_project_normalized_payload.py
index 054aae4a50d..f7df74baf18 100644
--- a/clients/client/python/test/test_create_project_normalized_payload.py
+++ b/clients/client/python/test/test_create_project_normalized_payload.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_recovery_code_for_identity_body.py b/clients/client/python/test/test_create_recovery_code_for_identity_body.py
index 65e9f0f293f..6fe293c5dda 100644
--- a/clients/client/python/test/test_create_recovery_code_for_identity_body.py
+++ b/clients/client/python/test/test_create_recovery_code_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_recovery_link_for_identity_body.py b/clients/client/python/test/test_create_recovery_link_for_identity_body.py
index 5a84cb9b509..d45c7721318 100644
--- a/clients/client/python/test/test_create_recovery_link_for_identity_body.py
+++ b/clients/client/python/test/test_create_recovery_link_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_relationship_body.py b/clients/client/python/test/test_create_relationship_body.py
index 75eaafbf4f7..c72d968a848 100644
--- a/clients/client/python/test/test_create_relationship_body.py
+++ b/clients/client/python/test/test_create_relationship_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_subscription_body.py b/clients/client/python/test/test_create_subscription_body.py
index 3d20313c3c0..e7ee46c5fce 100644
--- a/clients/client/python/test/test_create_subscription_body.py
+++ b/clients/client/python/test/test_create_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_create_verifiable_credential_request_body.py b/clients/client/python/test/test_create_verifiable_credential_request_body.py
index a569f140440..1bad59e12a1 100644
--- a/clients/client/python/test/test_create_verifiable_credential_request_body.py
+++ b/clients/client/python/test/test_create_verifiable_credential_request_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_credential_supported_draft00.py b/clients/client/python/test/test_credential_supported_draft00.py
index 9011c98971a..249f7fb9afc 100644
--- a/clients/client/python/test/test_credential_supported_draft00.py
+++ b/clients/client/python/test/test_credential_supported_draft00.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_custom_domain.py b/clients/client/python/test/test_custom_domain.py
index 88a103b1e3a..4a9d15dd7ae 100644
--- a/clients/client/python/test/test_custom_domain.py
+++ b/clients/client/python/test/test_custom_domain.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_delete_my_sessions_count.py b/clients/client/python/test/test_delete_my_sessions_count.py
index fd7b25a0795..c9ef02009a6 100644
--- a/clients/client/python/test/test_delete_my_sessions_count.py
+++ b/clients/client/python/test/test_delete_my_sessions_count.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_email_template_data.py b/clients/client/python/test/test_email_template_data.py
index 6b327ccedb6..8b4a018fa42 100644
--- a/clients/client/python/test/test_email_template_data.py
+++ b/clients/client/python/test/test_email_template_data.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_email_template_data_body.py b/clients/client/python/test/test_email_template_data_body.py
index 34886b9b171..55942bbcd6a 100644
--- a/clients/client/python/test/test_email_template_data_body.py
+++ b/clients/client/python/test/test_email_template_data_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py b/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py
index cd5adb06eff..e6a0fc88481 100644
--- a/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py
+++ b/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_error_browser_location_change_required.py b/clients/client/python/test/test_error_browser_location_change_required.py
index ef42e7160f8..daa300aa2bd 100644
--- a/clients/client/python/test/test_error_browser_location_change_required.py
+++ b/clients/client/python/test/test_error_browser_location_change_required.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_error_flow_replaced.py b/clients/client/python/test/test_error_flow_replaced.py
index 6c8f5c7c937..56698a5046e 100644
--- a/clients/client/python/test/test_error_flow_replaced.py
+++ b/clients/client/python/test/test_error_flow_replaced.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_error_generic.py b/clients/client/python/test/test_error_generic.py
index 2c09d6bd2b1..fa7c6848b40 100644
--- a/clients/client/python/test/test_error_generic.py
+++ b/clients/client/python/test/test_error_generic.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_error_o_auth2.py b/clients/client/python/test/test_error_o_auth2.py
index 2c7801bd818..3c48158b1ab 100644
--- a/clients/client/python/test/test_error_o_auth2.py
+++ b/clients/client/python/test/test_error_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_expanded_permission_tree.py b/clients/client/python/test/test_expanded_permission_tree.py
index 1b8c5f6300a..ff1d0bcbb4a 100644
--- a/clients/client/python/test/test_expanded_permission_tree.py
+++ b/clients/client/python/test/test_expanded_permission_tree.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_flow_error.py b/clients/client/python/test/test_flow_error.py
index 3c5a43eadaa..03775d509f3 100644
--- a/clients/client/python/test/test_flow_error.py
+++ b/clients/client/python/test/test_flow_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_frontend_api.py b/clients/client/python/test/test_frontend_api.py
index 04e01552659..7443108762a 100644
--- a/clients/client/python/test/test_frontend_api.py
+++ b/clients/client/python/test/test_frontend_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_generic_error.py b/clients/client/python/test/test_generic_error.py
index 4a1980195d6..ffd1e700e42 100644
--- a/clients/client/python/test/test_generic_error.py
+++ b/clients/client/python/test/test_generic_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_generic_error_content.py b/clients/client/python/test/test_generic_error_content.py
index ba4233c4476..b65e1bcdc64 100644
--- a/clients/client/python/test/test_generic_error_content.py
+++ b/clients/client/python/test/test_generic_error_content.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_generic_usage.py b/clients/client/python/test/test_generic_usage.py
index 861c1c01aa5..b7ba5eea588 100644
--- a/clients/client/python/test/test_generic_usage.py
+++ b/clients/client/python/test/test_generic_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_get_attributes_count_response.py b/clients/client/python/test/test_get_attributes_count_response.py
index e3b2d46e1ef..807ba9e3a9f 100644
--- a/clients/client/python/test/test_get_attributes_count_response.py
+++ b/clients/client/python/test/test_get_attributes_count_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_get_managed_identity_schema_location.py b/clients/client/python/test/test_get_managed_identity_schema_location.py
index 50ab9ca95fe..71b9ad26e49 100644
--- a/clients/client/python/test/test_get_managed_identity_schema_location.py
+++ b/clients/client/python/test/test_get_managed_identity_schema_location.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_get_organization_response.py b/clients/client/python/test/test_get_organization_response.py
index 4276bc86080..d3a2cff27ca 100644
--- a/clients/client/python/test/test_get_organization_response.py
+++ b/clients/client/python/test/test_get_organization_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_get_project_metrics_response.py b/clients/client/python/test/test_get_project_metrics_response.py
index 1bd2afec3d8..28a5a06b0d1 100644
--- a/clients/client/python/test/test_get_project_metrics_response.py
+++ b/clients/client/python/test/test_get_project_metrics_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_get_session_activity_response.py b/clients/client/python/test/test_get_session_activity_response.py
index e32fb2b6cf6..8515fe65eed 100644
--- a/clients/client/python/test/test_get_session_activity_response.py
+++ b/clients/client/python/test/test_get_session_activity_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_get_version200_response.py b/clients/client/python/test/test_get_version200_response.py
index 7893b75c50e..aa232810b35 100644
--- a/clients/client/python/test/test_get_version200_response.py
+++ b/clients/client/python/test/test_get_version200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_health_not_ready_status.py b/clients/client/python/test/test_health_not_ready_status.py
index 95018dbefbf..5a3934dbeeb 100644
--- a/clients/client/python/test/test_health_not_ready_status.py
+++ b/clients/client/python/test/test_health_not_ready_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_health_status.py b/clients/client/python/test/test_health_status.py
index e012c9c2a1b..b52e9fc1867 100644
--- a/clients/client/python/test/test_health_status.py
+++ b/clients/client/python/test/test_health_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity.py b/clients/client/python/test/test_identity.py
index 22522275175..1776cf35846 100644
--- a/clients/client/python/test/test_identity.py
+++ b/clients/client/python/test/test_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_api.py b/clients/client/python/test/test_identity_api.py
index d7110bb21a8..7d5c13d8488 100644
--- a/clients/client/python/test/test_identity_api.py
+++ b/clients/client/python/test/test_identity_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_credentials.py b/clients/client/python/test/test_identity_credentials.py
index de7e8707ff8..1d9e430fbfa 100644
--- a/clients/client/python/test/test_identity_credentials.py
+++ b/clients/client/python/test/test_identity_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_credentials_code.py b/clients/client/python/test/test_identity_credentials_code.py
index f6011826bd9..e896bcc3eed 100644
--- a/clients/client/python/test/test_identity_credentials_code.py
+++ b/clients/client/python/test/test_identity_credentials_code.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_credentials_oidc.py b/clients/client/python/test/test_identity_credentials_oidc.py
index 6ee4e56162d..d9a058f0e41 100644
--- a/clients/client/python/test/test_identity_credentials_oidc.py
+++ b/clients/client/python/test/test_identity_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_credentials_oidc_provider.py b/clients/client/python/test/test_identity_credentials_oidc_provider.py
index a9d1adcf5fd..17556463e13 100644
--- a/clients/client/python/test/test_identity_credentials_oidc_provider.py
+++ b/clients/client/python/test/test_identity_credentials_oidc_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_credentials_password.py b/clients/client/python/test/test_identity_credentials_password.py
index 8179d54d36e..7f183b60e09 100644
--- a/clients/client/python/test/test_identity_credentials_password.py
+++ b/clients/client/python/test/test_identity_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_credentials_type.py b/clients/client/python/test/test_identity_credentials_type.py
index 8a0044cc139..6e28eaeeb97 100644
--- a/clients/client/python/test/test_identity_credentials_type.py
+++ b/clients/client/python/test/test_identity_credentials_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_patch.py b/clients/client/python/test/test_identity_patch.py
index 9fb85ec15d2..5b0568a6e69 100644
--- a/clients/client/python/test/test_identity_patch.py
+++ b/clients/client/python/test/test_identity_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_patch_response.py b/clients/client/python/test/test_identity_patch_response.py
index 698eeb5d697..62c88b2e95d 100644
--- a/clients/client/python/test/test_identity_patch_response.py
+++ b/clients/client/python/test/test_identity_patch_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_schema_container.py b/clients/client/python/test/test_identity_schema_container.py
index d722cbf4608..b3a8c1d425e 100644
--- a/clients/client/python/test/test_identity_schema_container.py
+++ b/clients/client/python/test/test_identity_schema_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_schema_preset.py b/clients/client/python/test/test_identity_schema_preset.py
index 8bef2572e9c..a7aa7c6384e 100644
--- a/clients/client/python/test/test_identity_schema_preset.py
+++ b/clients/client/python/test/test_identity_schema_preset.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_schema_presets.py b/clients/client/python/test/test_identity_schema_presets.py
index 54f158f4714..8e82c0b729d 100644
--- a/clients/client/python/test/test_identity_schema_presets.py
+++ b/clients/client/python/test/test_identity_schema_presets.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_schemas.py b/clients/client/python/test/test_identity_schemas.py
index cd3ab69eae7..cf8200942ea 100644
--- a/clients/client/python/test/test_identity_schemas.py
+++ b/clients/client/python/test/test_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_state.py b/clients/client/python/test/test_identity_state.py
index 4c3a4678504..72d9796018f 100644
--- a/clients/client/python/test/test_identity_state.py
+++ b/clients/client/python/test/test_identity_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_with_credentials.py b/clients/client/python/test/test_identity_with_credentials.py
index 99e9566de7f..5bc5ed38674 100644
--- a/clients/client/python/test/test_identity_with_credentials.py
+++ b/clients/client/python/test/test_identity_with_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_with_credentials_oidc.py b/clients/client/python/test/test_identity_with_credentials_oidc.py
index 0208a75ea59..5fc0694bd35 100644
--- a/clients/client/python/test/test_identity_with_credentials_oidc.py
+++ b/clients/client/python/test/test_identity_with_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_with_credentials_oidc_config.py b/clients/client/python/test/test_identity_with_credentials_oidc_config.py
index cf38ae9db57..32b332fefa9 100644
--- a/clients/client/python/test/test_identity_with_credentials_oidc_config.py
+++ b/clients/client/python/test/test_identity_with_credentials_oidc_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py b/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py
index 9b3bacc7a5d..9d8db9b4742 100644
--- a/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py
+++ b/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_with_credentials_password.py b/clients/client/python/test/test_identity_with_credentials_password.py
index 401b734abb6..351fea83d4e 100644
--- a/clients/client/python/test/test_identity_with_credentials_password.py
+++ b/clients/client/python/test/test_identity_with_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_identity_with_credentials_password_config.py b/clients/client/python/test/test_identity_with_credentials_password_config.py
index d8e291cd9b4..c1fae5a547a 100644
--- a/clients/client/python/test/test_identity_with_credentials_password_config.py
+++ b/clients/client/python/test/test_identity_with_credentials_password_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_internal_get_project_branding_body.py b/clients/client/python/test/test_internal_get_project_branding_body.py
index f3541579552..95c0472d319 100644
--- a/clients/client/python/test/test_internal_get_project_branding_body.py
+++ b/clients/client/python/test/test_internal_get_project_branding_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py b/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py
index 245e4c2a625..d0323d15cb8 100644
--- a/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py
+++ b/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py
index be9fa96ccd3..7f55596f430 100644
--- a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py
+++ b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py
index 76d93be76c5..a4676468f14 100644
--- a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py
+++ b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_internal_provision_mock_subscription.py b/clients/client/python/test/test_internal_provision_mock_subscription.py
index 7fc868b6318..efaeb3b5ad4 100644
--- a/clients/client/python/test/test_internal_provision_mock_subscription.py
+++ b/clients/client/python/test/test_internal_provision_mock_subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_introspected_o_auth2_token.py b/clients/client/python/test/test_introspected_o_auth2_token.py
index 07f72b66cb7..eaf46783da7 100644
--- a/clients/client/python/test/test_introspected_o_auth2_token.py
+++ b/clients/client/python/test/test_introspected_o_auth2_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_is_owner_for_project_by_slug.py b/clients/client/python/test/test_is_owner_for_project_by_slug.py
index 901901fb736..ef1cd2dec77 100644
--- a/clients/client/python/test/test_is_owner_for_project_by_slug.py
+++ b/clients/client/python/test/test_is_owner_for_project_by_slug.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_is_ready200_response.py b/clients/client/python/test/test_is_ready200_response.py
index 8cb382e44d0..eef0cd14f91 100644
--- a/clients/client/python/test/test_is_ready200_response.py
+++ b/clients/client/python/test/test_is_ready200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_is_ready503_response.py b/clients/client/python/test/test_is_ready503_response.py
index 2c55eae790b..f7e2ab6273b 100644
--- a/clients/client/python/test/test_is_ready503_response.py
+++ b/clients/client/python/test/test_is_ready503_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_json_patch.py b/clients/client/python/test/test_json_patch.py
index 2c7e6fa4d1d..81deaf07587 100644
--- a/clients/client/python/test/test_json_patch.py
+++ b/clients/client/python/test/test_json_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_json_patch_document.py b/clients/client/python/test/test_json_patch_document.py
index 54d494e31da..4428fcb2e79 100644
--- a/clients/client/python/test/test_json_patch_document.py
+++ b/clients/client/python/test/test_json_patch_document.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_json_web_key.py b/clients/client/python/test/test_json_web_key.py
index 7c42420e3a2..040537f30d4 100644
--- a/clients/client/python/test/test_json_web_key.py
+++ b/clients/client/python/test/test_json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_json_web_key_set.py b/clients/client/python/test/test_json_web_key_set.py
index dfb8afca3a1..25e538ff5cc 100644
--- a/clients/client/python/test/test_json_web_key_set.py
+++ b/clients/client/python/test/test_json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_jwk_api.py b/clients/client/python/test/test_jwk_api.py
index 3cbb2716992..af51684196e 100644
--- a/clients/client/python/test/test_jwk_api.py
+++ b/clients/client/python/test/test_jwk_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_keto_namespace.py b/clients/client/python/test/test_keto_namespace.py
index 3f6abdc7943..6738e74a0f5 100644
--- a/clients/client/python/test/test_keto_namespace.py
+++ b/clients/client/python/test/test_keto_namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_keto_namespaces.py b/clients/client/python/test/test_keto_namespaces.py
index 35556e22dcc..db0047d433a 100644
--- a/clients/client/python/test/test_keto_namespaces.py
+++ b/clients/client/python/test/test_keto_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_list_custom_domains.py b/clients/client/python/test/test_list_custom_domains.py
index 596123c50df..2138dbc94f9 100644
--- a/clients/client/python/test/test_list_custom_domains.py
+++ b/clients/client/python/test/test_list_custom_domains.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_list_my_workspaces_response.py b/clients/client/python/test/test_list_my_workspaces_response.py
index e2309b677aa..565748d57da 100644
--- a/clients/client/python/test/test_list_my_workspaces_response.py
+++ b/clients/client/python/test/test_list_my_workspaces_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_list_organizations_response.py b/clients/client/python/test/test_list_organizations_response.py
index 10ba2c19ca5..51d1d428944 100644
--- a/clients/client/python/test/test_list_organizations_response.py
+++ b/clients/client/python/test/test_list_organizations_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_login_flow.py b/clients/client/python/test/test_login_flow.py
index 4437606488f..1c37083554c 100644
--- a/clients/client/python/test/test_login_flow.py
+++ b/clients/client/python/test/test_login_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_login_flow_state.py b/clients/client/python/test/test_login_flow_state.py
index 13d98945daf..042d2f0756c 100644
--- a/clients/client/python/test/test_login_flow_state.py
+++ b/clients/client/python/test/test_login_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_logout_flow.py b/clients/client/python/test/test_logout_flow.py
index 759f4d1fe8f..aaf69308d60 100644
--- a/clients/client/python/test/test_logout_flow.py
+++ b/clients/client/python/test/test_logout_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_managed_identity_schema.py b/clients/client/python/test/test_managed_identity_schema.py
index b0fe7410173..ec96c4ffb8d 100644
--- a/clients/client/python/test/test_managed_identity_schema.py
+++ b/clients/client/python/test/test_managed_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_managed_identity_schema_validation_result.py b/clients/client/python/test/test_managed_identity_schema_validation_result.py
index 16fb78cae1e..d6463ec402c 100644
--- a/clients/client/python/test/test_managed_identity_schema_validation_result.py
+++ b/clients/client/python/test/test_managed_identity_schema_validation_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_managed_identity_schemas.py b/clients/client/python/test/test_managed_identity_schemas.py
index af143c05f79..3b0c56182d8 100644
--- a/clients/client/python/test/test_managed_identity_schemas.py
+++ b/clients/client/python/test/test_managed_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_member_invite.py b/clients/client/python/test/test_member_invite.py
index 100076d2aab..c36ca4b6ed7 100644
--- a/clients/client/python/test/test_member_invite.py
+++ b/clients/client/python/test/test_member_invite.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_member_invites.py b/clients/client/python/test/test_member_invites.py
index b7e4c5d0fa9..f61a884cacb 100644
--- a/clients/client/python/test/test_member_invites.py
+++ b/clients/client/python/test/test_member_invites.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_message.py b/clients/client/python/test/test_message.py
index 205c36612e4..0b698653ef9 100644
--- a/clients/client/python/test/test_message.py
+++ b/clients/client/python/test/test_message.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_message_dispatch.py b/clients/client/python/test/test_message_dispatch.py
index 8f7f2678b73..c851f4becf3 100644
--- a/clients/client/python/test/test_message_dispatch.py
+++ b/clients/client/python/test/test_message_dispatch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_metadata_api.py b/clients/client/python/test/test_metadata_api.py
index c1e03588074..54c2bc32895 100644
--- a/clients/client/python/test/test_metadata_api.py
+++ b/clients/client/python/test/test_metadata_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_metrics_datapoint.py b/clients/client/python/test/test_metrics_datapoint.py
index 602e17b1aa4..074ebeae2fa 100644
--- a/clients/client/python/test/test_metrics_datapoint.py
+++ b/clients/client/python/test/test_metrics_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_namespace.py b/clients/client/python/test/test_namespace.py
index 7ada1d027a8..eae29228ba8 100644
--- a/clients/client/python/test/test_namespace.py
+++ b/clients/client/python/test/test_namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_needs_privileged_session_error.py b/clients/client/python/test/test_needs_privileged_session_error.py
index 8fd730ea7d1..29f65fad957 100644
--- a/clients/client/python/test/test_needs_privileged_session_error.py
+++ b/clients/client/python/test/test_needs_privileged_session_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project.py b/clients/client/python/test/test_normalized_project.py
index 26b7a83a896..e0d41740720 100644
--- a/clients/client/python/test/test_normalized_project.py
+++ b/clients/client/python/test/test_normalized_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project_revision.py b/clients/client/python/test/test_normalized_project_revision.py
index 410adf8676d..dd6b10036c6 100644
--- a/clients/client/python/test/test_normalized_project_revision.py
+++ b/clients/client/python/test/test_normalized_project_revision.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project_revision_hook.py b/clients/client/python/test/test_normalized_project_revision_hook.py
index 38b860ec614..4cdc1e4e11b 100644
--- a/clients/client/python/test/test_normalized_project_revision_hook.py
+++ b/clients/client/python/test/test_normalized_project_revision_hook.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project_revision_identity_schema.py b/clients/client/python/test/test_normalized_project_revision_identity_schema.py
index c7c14435058..1e59862930c 100644
--- a/clients/client/python/test/test_normalized_project_revision_identity_schema.py
+++ b/clients/client/python/test/test_normalized_project_revision_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project_revision_identity_schemas.py b/clients/client/python/test/test_normalized_project_revision_identity_schemas.py
index dcbae348dd1..042f481aff6 100644
--- a/clients/client/python/test/test_normalized_project_revision_identity_schemas.py
+++ b/clients/client/python/test/test_normalized_project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project_revision_third_party_provider.py b/clients/client/python/test/test_normalized_project_revision_third_party_provider.py
index d07937dacd7..1d6752fd2af 100644
--- a/clients/client/python/test/test_normalized_project_revision_third_party_provider.py
+++ b/clients/client/python/test/test_normalized_project_revision_third_party_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py b/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py
index 3ab1f337c00..e7a4e4a3a8f 100644
--- a/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py
+++ b/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_project_revision_tokenizer_templates.py b/clients/client/python/test/test_normalized_project_revision_tokenizer_templates.py
index a36238bb0e1..5a6279a44fe 100644
--- a/clients/client/python/test/test_normalized_project_revision_tokenizer_templates.py
+++ b/clients/client/python/test/test_normalized_project_revision_tokenizer_templates.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_normalized_projects.py b/clients/client/python/test/test_normalized_projects.py
index 7205547de8c..189d7f03f43 100644
--- a/clients/client/python/test/test_normalized_projects.py
+++ b/clients/client/python/test/test_normalized_projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_null_duration.py b/clients/client/python/test/test_null_duration.py
index 83f1307813d..03f977385d9 100644
--- a/clients/client/python/test/test_null_duration.py
+++ b/clients/client/python/test/test_null_duration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_api.py b/clients/client/python/test/test_o_auth2_api.py
index a6dc94766fa..3723ecd5271 100644
--- a/clients/client/python/test/test_o_auth2_api.py
+++ b/clients/client/python/test/test_o_auth2_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_client.py b/clients/client/python/test/test_o_auth2_client.py
index 58416214c87..fddc4b6134f 100644
--- a/clients/client/python/test/test_o_auth2_client.py
+++ b/clients/client/python/test/test_o_auth2_client.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_client_token_lifespans.py b/clients/client/python/test/test_o_auth2_client_token_lifespans.py
index 037a1cd8965..c49d10f2098 100644
--- a/clients/client/python/test/test_o_auth2_client_token_lifespans.py
+++ b/clients/client/python/test/test_o_auth2_client_token_lifespans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_consent_request.py b/clients/client/python/test/test_o_auth2_consent_request.py
index 185789fab3e..07d3f980df8 100644
--- a/clients/client/python/test/test_o_auth2_consent_request.py
+++ b/clients/client/python/test/test_o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py b/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py
index 222d2dc456e..090bf8680f3 100644
--- a/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py
+++ b/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_consent_session.py b/clients/client/python/test/test_o_auth2_consent_session.py
index 4dda66a7679..03a614e3c8f 100644
--- a/clients/client/python/test/test_o_auth2_consent_session.py
+++ b/clients/client/python/test/test_o_auth2_consent_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_consent_session_expires_at.py b/clients/client/python/test/test_o_auth2_consent_session_expires_at.py
index fd9e7c3a62f..739be58c228 100644
--- a/clients/client/python/test/test_o_auth2_consent_session_expires_at.py
+++ b/clients/client/python/test/test_o_auth2_consent_session_expires_at.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_consent_sessions.py b/clients/client/python/test/test_o_auth2_consent_sessions.py
index 326032e68a8..eac75c0cd7e 100644
--- a/clients/client/python/test/test_o_auth2_consent_sessions.py
+++ b/clients/client/python/test/test_o_auth2_consent_sessions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_login_request.py b/clients/client/python/test/test_o_auth2_login_request.py
index 3a422b587fb..5b567429369 100644
--- a/clients/client/python/test/test_o_auth2_login_request.py
+++ b/clients/client/python/test/test_o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_logout_request.py b/clients/client/python/test/test_o_auth2_logout_request.py
index 5718777fe13..e443a49e7fc 100644
--- a/clients/client/python/test/test_o_auth2_logout_request.py
+++ b/clients/client/python/test/test_o_auth2_logout_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_redirect_to.py b/clients/client/python/test/test_o_auth2_redirect_to.py
index 67d5f3a8e99..c6aa2794989 100644
--- a/clients/client/python/test/test_o_auth2_redirect_to.py
+++ b/clients/client/python/test/test_o_auth2_redirect_to.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_o_auth2_token_exchange.py b/clients/client/python/test/test_o_auth2_token_exchange.py
index cdbaca2eb4e..74f174b00af 100644
--- a/clients/client/python/test/test_o_auth2_token_exchange.py
+++ b/clients/client/python/test/test_o_auth2_token_exchange.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_oidc_api.py b/clients/client/python/test/test_oidc_api.py
index 7a1c76b7198..a9b2a920c8c 100644
--- a/clients/client/python/test/test_oidc_api.py
+++ b/clients/client/python/test/test_oidc_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_oidc_configuration.py b/clients/client/python/test/test_oidc_configuration.py
index fe52f96fc76..80d93b3cbe5 100644
--- a/clients/client/python/test/test_oidc_configuration.py
+++ b/clients/client/python/test/test_oidc_configuration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_oidc_user_info.py b/clients/client/python/test/test_oidc_user_info.py
index ac4221a899e..aa8aee1daad 100644
--- a/clients/client/python/test/test_oidc_user_info.py
+++ b/clients/client/python/test/test_oidc_user_info.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_organization.py b/clients/client/python/test/test_organization.py
index 3ad7d239aa9..af34dc37d22 100644
--- a/clients/client/python/test/test_organization.py
+++ b/clients/client/python/test/test_organization.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_organization_body.py b/clients/client/python/test/test_organization_body.py
index 0a18dad9570..7c8aab557c3 100644
--- a/clients/client/python/test/test_organization_body.py
+++ b/clients/client/python/test/test_organization_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_pagination.py b/clients/client/python/test/test_pagination.py
index b6083e791ec..c7b86f8d37c 100644
--- a/clients/client/python/test/test_pagination.py
+++ b/clients/client/python/test/test_pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_pagination_headers.py b/clients/client/python/test/test_pagination_headers.py
index f483fd8f013..85bdf658472 100644
--- a/clients/client/python/test/test_pagination_headers.py
+++ b/clients/client/python/test/test_pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_parse_error.py b/clients/client/python/test/test_parse_error.py
index 17d09eac93d..5b68623bc4e 100644
--- a/clients/client/python/test/test_parse_error.py
+++ b/clients/client/python/test/test_parse_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_patch_identities_body.py b/clients/client/python/test/test_patch_identities_body.py
index a804ea24801..094a7b742af 100644
--- a/clients/client/python/test/test_patch_identities_body.py
+++ b/clients/client/python/test/test_patch_identities_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_perform_native_logout_body.py b/clients/client/python/test/test_perform_native_logout_body.py
index 72f9d775678..34f0c973ed4 100644
--- a/clients/client/python/test/test_perform_native_logout_body.py
+++ b/clients/client/python/test/test_perform_native_logout_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_permission_api.py b/clients/client/python/test/test_permission_api.py
index 30475d29285..6523d674d1a 100644
--- a/clients/client/python/test/test_permission_api.py
+++ b/clients/client/python/test/test_permission_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_permissions_on_project.py b/clients/client/python/test/test_permissions_on_project.py
index ca97e8e4ff7..42405fb19b5 100644
--- a/clients/client/python/test/test_permissions_on_project.py
+++ b/clients/client/python/test/test_permissions_on_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_plan.py b/clients/client/python/test/test_plan.py
index 5d11b138f10..1addd04b5fb 100644
--- a/clients/client/python/test/test_plan.py
+++ b/clients/client/python/test/test_plan.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_plan_details.py b/clients/client/python/test/test_plan_details.py
index 5890e6e276e..e9ab3d5890e 100644
--- a/clients/client/python/test/test_plan_details.py
+++ b/clients/client/python/test/test_plan_details.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_plans.py b/clients/client/python/test/test_plans.py
index f47df4732b2..8f610e21ec9 100644
--- a/clients/client/python/test/test_plans.py
+++ b/clients/client/python/test/test_plans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_post_check_permission_body.py b/clients/client/python/test/test_post_check_permission_body.py
index 05d0e289057..3f4b17b3cc6 100644
--- a/clients/client/python/test/test_post_check_permission_body.py
+++ b/clients/client/python/test/test_post_check_permission_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_post_check_permission_or_error_body.py b/clients/client/python/test/test_post_check_permission_or_error_body.py
index 440aeff4f28..7eec1250fba 100644
--- a/clients/client/python/test/test_post_check_permission_or_error_body.py
+++ b/clients/client/python/test/test_post_check_permission_or_error_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_pricing.py b/clients/client/python/test/test_pricing.py
index 77b4cf92628..484c74478e8 100644
--- a/clients/client/python/test/test_pricing.py
+++ b/clients/client/python/test/test_pricing.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project.py b/clients/client/python/test/test_project.py
index 2366f5c14da..6f0b9d3af24 100644
--- a/clients/client/python/test/test_project.py
+++ b/clients/client/python/test/test_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_api.py b/clients/client/python/test/test_project_api.py
index 4328d180526..eba8b8e3a69 100644
--- a/clients/client/python/test/test_project_api.py
+++ b/clients/client/python/test/test_project_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_api_key.py b/clients/client/python/test/test_project_api_key.py
index f239160747d..edd36a3ad44 100644
--- a/clients/client/python/test/test_project_api_key.py
+++ b/clients/client/python/test/test_project_api_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_api_keys.py b/clients/client/python/test/test_project_api_keys.py
index b3c398e7bcf..27b2d5165b0 100644
--- a/clients/client/python/test/test_project_api_keys.py
+++ b/clients/client/python/test/test_project_api_keys.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_branding.py b/clients/client/python/test/test_project_branding.py
index 5b495984b06..0e31eeb38b6 100644
--- a/clients/client/python/test/test_project_branding.py
+++ b/clients/client/python/test/test_project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_branding_colors.py b/clients/client/python/test/test_project_branding_colors.py
index 8540bec2fa8..0a0097adf80 100644
--- a/clients/client/python/test/test_project_branding_colors.py
+++ b/clients/client/python/test/test_project_branding_colors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_branding_theme.py b/clients/client/python/test/test_project_branding_theme.py
index 660b1ff9bbd..8d6eea5648f 100644
--- a/clients/client/python/test/test_project_branding_theme.py
+++ b/clients/client/python/test/test_project_branding_theme.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_branding_themes.py b/clients/client/python/test/test_project_branding_themes.py
index a88a6ccf1df..27697e5a947 100644
--- a/clients/client/python/test/test_project_branding_themes.py
+++ b/clients/client/python/test/test_project_branding_themes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_cors.py b/clients/client/python/test/test_project_cors.py
index c2a4064c5aa..ab7a6e872ec 100644
--- a/clients/client/python/test/test_project_cors.py
+++ b/clients/client/python/test/test_project_cors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_host.py b/clients/client/python/test/test_project_host.py
index 0d89a873933..834f5577130 100644
--- a/clients/client/python/test/test_project_host.py
+++ b/clients/client/python/test/test_project_host.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_member.py b/clients/client/python/test/test_project_member.py
index 60c2808d9ef..897b1222b6f 100644
--- a/clients/client/python/test/test_project_member.py
+++ b/clients/client/python/test/test_project_member.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_members.py b/clients/client/python/test/test_project_members.py
index e590f6e6e62..ed64c84b453 100644
--- a/clients/client/python/test/test_project_members.py
+++ b/clients/client/python/test/test_project_members.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_metadata.py b/clients/client/python/test/test_project_metadata.py
index b09869ee746..d9d98f4f747 100644
--- a/clients/client/python/test/test_project_metadata.py
+++ b/clients/client/python/test/test_project_metadata.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_metadata_list.py b/clients/client/python/test/test_project_metadata_list.py
index 48f092c9393..6e11fde7112 100644
--- a/clients/client/python/test/test_project_metadata_list.py
+++ b/clients/client/python/test/test_project_metadata_list.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_revision_hooks.py b/clients/client/python/test/test_project_revision_hooks.py
index d80d70dab0a..41212d406c6 100644
--- a/clients/client/python/test/test_project_revision_hooks.py
+++ b/clients/client/python/test/test_project_revision_hooks.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_revision_identity_schemas.py b/clients/client/python/test/test_project_revision_identity_schemas.py
index 2a0839e2508..dfe27877607 100644
--- a/clients/client/python/test/test_project_revision_identity_schemas.py
+++ b/clients/client/python/test/test_project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_revision_third_party_login_providers.py b/clients/client/python/test/test_project_revision_third_party_login_providers.py
index 44662ca7a7c..06c86ec949c 100644
--- a/clients/client/python/test/test_project_revision_third_party_login_providers.py
+++ b/clients/client/python/test/test_project_revision_third_party_login_providers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_revisions.py b/clients/client/python/test/test_project_revisions.py
index 37149d376ee..931d95fd929 100644
--- a/clients/client/python/test/test_project_revisions.py
+++ b/clients/client/python/test/test_project_revisions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_service_identity.py b/clients/client/python/test/test_project_service_identity.py
index 8155685fae7..b2688d97bd5 100644
--- a/clients/client/python/test/test_project_service_identity.py
+++ b/clients/client/python/test/test_project_service_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_service_o_auth2.py b/clients/client/python/test/test_project_service_o_auth2.py
index 8e8daf35a27..20ac239d065 100644
--- a/clients/client/python/test/test_project_service_o_auth2.py
+++ b/clients/client/python/test/test_project_service_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_service_permission.py b/clients/client/python/test/test_project_service_permission.py
index c47469cce98..aec0e40de0a 100644
--- a/clients/client/python/test/test_project_service_permission.py
+++ b/clients/client/python/test/test_project_service_permission.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_project_services.py b/clients/client/python/test/test_project_services.py
index 9c64a06ef11..47cea327068 100644
--- a/clients/client/python/test/test_project_services.py
+++ b/clients/client/python/test/test_project_services.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_projects.py b/clients/client/python/test/test_projects.py
index 630382e5f7c..56bc3b9e7c9 100644
--- a/clients/client/python/test/test_projects.py
+++ b/clients/client/python/test/test_projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_quota_usage.py b/clients/client/python/test/test_quota_usage.py
index 3b34f6c91d9..cd9cf7f14d9 100644
--- a/clients/client/python/test/test_quota_usage.py
+++ b/clients/client/python/test/test_quota_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_recovery_code_for_identity.py b/clients/client/python/test/test_recovery_code_for_identity.py
index b8e800b8be0..127d8ee126e 100644
--- a/clients/client/python/test/test_recovery_code_for_identity.py
+++ b/clients/client/python/test/test_recovery_code_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_recovery_flow.py b/clients/client/python/test/test_recovery_flow.py
index 8df60f9716f..f017f57bbce 100644
--- a/clients/client/python/test/test_recovery_flow.py
+++ b/clients/client/python/test/test_recovery_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_recovery_flow_state.py b/clients/client/python/test/test_recovery_flow_state.py
index 6abf4b4e470..0a07287bdf3 100644
--- a/clients/client/python/test/test_recovery_flow_state.py
+++ b/clients/client/python/test/test_recovery_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_recovery_identity_address.py b/clients/client/python/test/test_recovery_identity_address.py
index f4f2f3a72d0..5957604e1b5 100644
--- a/clients/client/python/test/test_recovery_identity_address.py
+++ b/clients/client/python/test/test_recovery_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_recovery_link_for_identity.py b/clients/client/python/test/test_recovery_link_for_identity.py
index a169174bffe..d9e02adc474 100644
--- a/clients/client/python/test/test_recovery_link_for_identity.py
+++ b/clients/client/python/test/test_recovery_link_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_registration_flow.py b/clients/client/python/test/test_registration_flow.py
index 4acab702dda..10209cbd5e5 100644
--- a/clients/client/python/test/test_registration_flow.py
+++ b/clients/client/python/test/test_registration_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_registration_flow_state.py b/clients/client/python/test/test_registration_flow_state.py
index 0328d531309..2c8d94adf49 100644
--- a/clients/client/python/test/test_registration_flow_state.py
+++ b/clients/client/python/test/test_registration_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_reject_o_auth2_request.py b/clients/client/python/test/test_reject_o_auth2_request.py
index 2a7da269856..d4dd85f26b2 100644
--- a/clients/client/python/test/test_reject_o_auth2_request.py
+++ b/clients/client/python/test/test_reject_o_auth2_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_relation_query.py b/clients/client/python/test/test_relation_query.py
index bca906c0a46..2acaaddfb49 100644
--- a/clients/client/python/test/test_relation_query.py
+++ b/clients/client/python/test/test_relation_query.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_relationship.py b/clients/client/python/test/test_relationship.py
index 55ffdc6382e..0494e66f809 100644
--- a/clients/client/python/test/test_relationship.py
+++ b/clients/client/python/test/test_relationship.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_relationship_api.py b/clients/client/python/test/test_relationship_api.py
index ab97cd0e9f8..ed9a6804c06 100644
--- a/clients/client/python/test/test_relationship_api.py
+++ b/clients/client/python/test/test_relationship_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_relationship_namespaces.py b/clients/client/python/test/test_relationship_namespaces.py
index 172e0cfa710..313721a7d67 100644
--- a/clients/client/python/test/test_relationship_namespaces.py
+++ b/clients/client/python/test/test_relationship_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_relationship_patch.py b/clients/client/python/test/test_relationship_patch.py
index af08feeeb8a..f2c6af67415 100644
--- a/clients/client/python/test/test_relationship_patch.py
+++ b/clients/client/python/test/test_relationship_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_relationships.py b/clients/client/python/test/test_relationships.py
index b9c41979f0d..206d8be87dc 100644
--- a/clients/client/python/test/test_relationships.py
+++ b/clients/client/python/test/test_relationships.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_rfc6749_error_json.py b/clients/client/python/test/test_rfc6749_error_json.py
index 3358835d76d..e587d6f989d 100644
--- a/clients/client/python/test/test_rfc6749_error_json.py
+++ b/clients/client/python/test/test_rfc6749_error_json.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_schema_patch.py b/clients/client/python/test/test_schema_patch.py
index 759d0c6ac61..6e8abc6380c 100644
--- a/clients/client/python/test/test_schema_patch.py
+++ b/clients/client/python/test/test_schema_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_self_service_flow_expired_error.py b/clients/client/python/test/test_self_service_flow_expired_error.py
index 3a265d1136b..d308a2d73d0 100644
--- a/clients/client/python/test/test_self_service_flow_expired_error.py
+++ b/clients/client/python/test/test_self_service_flow_expired_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_session.py b/clients/client/python/test/test_session.py
index 6429abf4e63..f727a2a8c56 100644
--- a/clients/client/python/test/test_session.py
+++ b/clients/client/python/test/test_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_session_activity_datapoint.py b/clients/client/python/test/test_session_activity_datapoint.py
index 428b2938cfd..0e0b0730733 100644
--- a/clients/client/python/test/test_session_activity_datapoint.py
+++ b/clients/client/python/test/test_session_activity_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_session_authentication_method.py b/clients/client/python/test/test_session_authentication_method.py
index 40ba9ed4054..8773feea7a6 100644
--- a/clients/client/python/test/test_session_authentication_method.py
+++ b/clients/client/python/test/test_session_authentication_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_session_authentication_methods.py b/clients/client/python/test/test_session_authentication_methods.py
index 202bf62301e..5490a3b0f52 100644
--- a/clients/client/python/test/test_session_authentication_methods.py
+++ b/clients/client/python/test/test_session_authentication_methods.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_session_device.py b/clients/client/python/test/test_session_device.py
index 459cb02a19d..4545d470590 100644
--- a/clients/client/python/test/test_session_device.py
+++ b/clients/client/python/test/test_session_device.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_set_active_project_in_console_body.py b/clients/client/python/test/test_set_active_project_in_console_body.py
index a57e63243aa..3ae47166870 100644
--- a/clients/client/python/test/test_set_active_project_in_console_body.py
+++ b/clients/client/python/test/test_set_active_project_in_console_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_set_custom_domain_body.py b/clients/client/python/test/test_set_custom_domain_body.py
index 4a2d762c87b..ad9fa64f4d8 100644
--- a/clients/client/python/test/test_set_custom_domain_body.py
+++ b/clients/client/python/test/test_set_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_set_project.py b/clients/client/python/test/test_set_project.py
index f1c76f929a1..00147df0edb 100644
--- a/clients/client/python/test/test_set_project.py
+++ b/clients/client/python/test/test_set_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_set_project_branding_theme_body.py b/clients/client/python/test/test_set_project_branding_theme_body.py
index c9f66f47e27..a72058e0782 100644
--- a/clients/client/python/test/test_set_project_branding_theme_body.py
+++ b/clients/client/python/test/test_set_project_branding_theme_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_settings_flow.py b/clients/client/python/test/test_settings_flow.py
index 035fd697371..c6791641be4 100644
--- a/clients/client/python/test/test_settings_flow.py
+++ b/clients/client/python/test/test_settings_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_settings_flow_state.py b/clients/client/python/test/test_settings_flow_state.py
index c94b36c3d75..86138184e17 100644
--- a/clients/client/python/test/test_settings_flow_state.py
+++ b/clients/client/python/test/test_settings_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_source_position.py b/clients/client/python/test/test_source_position.py
index 4cc120ed07c..6e7c18fe8a1 100644
--- a/clients/client/python/test/test_source_position.py
+++ b/clients/client/python/test/test_source_position.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_string_slice_json_format.py b/clients/client/python/test/test_string_slice_json_format.py
index 55899eee82b..65ac93d61fa 100644
--- a/clients/client/python/test/test_string_slice_json_format.py
+++ b/clients/client/python/test/test_string_slice_json_format.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_stripe_customer.py b/clients/client/python/test/test_stripe_customer.py
index 82d16c39028..fb46482e60f 100644
--- a/clients/client/python/test/test_stripe_customer.py
+++ b/clients/client/python/test/test_stripe_customer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_subject_set.py b/clients/client/python/test/test_subject_set.py
index 483790b31c8..c0bfd97dc43 100644
--- a/clients/client/python/test/test_subject_set.py
+++ b/clients/client/python/test/test_subject_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_subscription.py b/clients/client/python/test/test_subscription.py
index f48db1af0ac..4adb8015283 100644
--- a/clients/client/python/test/test_subscription.py
+++ b/clients/client/python/test/test_subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_successful_code_exchange_response.py b/clients/client/python/test/test_successful_code_exchange_response.py
index 2015edabd0b..bb09634d3a5 100644
--- a/clients/client/python/test/test_successful_code_exchange_response.py
+++ b/clients/client/python/test/test_successful_code_exchange_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_successful_native_login.py b/clients/client/python/test/test_successful_native_login.py
index d98335ced45..3283f4c3f2b 100644
--- a/clients/client/python/test/test_successful_native_login.py
+++ b/clients/client/python/test/test_successful_native_login.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_successful_native_registration.py b/clients/client/python/test/test_successful_native_registration.py
index 64419e636fe..3c9cadd12fa 100644
--- a/clients/client/python/test/test_successful_native_registration.py
+++ b/clients/client/python/test/test_successful_native_registration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_successful_project_update.py b/clients/client/python/test/test_successful_project_update.py
index 30478c2e9bd..0619628e1cc 100644
--- a/clients/client/python/test/test_successful_project_update.py
+++ b/clients/client/python/test/test_successful_project_update.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_token_pagination.py b/clients/client/python/test/test_token_pagination.py
index 79adf094c4e..91aa42f7e13 100644
--- a/clients/client/python/test/test_token_pagination.py
+++ b/clients/client/python/test/test_token_pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_token_pagination_headers.py b/clients/client/python/test/test_token_pagination_headers.py
index 1baf2b33f8a..c4ec268ff67 100644
--- a/clients/client/python/test/test_token_pagination_headers.py
+++ b/clients/client/python/test/test_token_pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_token_pagination_request_parameters.py b/clients/client/python/test/test_token_pagination_request_parameters.py
index 92247bbc904..974c3f7bae3 100644
--- a/clients/client/python/test/test_token_pagination_request_parameters.py
+++ b/clients/client/python/test/test_token_pagination_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_token_pagination_response_headers.py b/clients/client/python/test/test_token_pagination_response_headers.py
index d98058dc356..8cc133b5a41 100644
--- a/clients/client/python/test/test_token_pagination_response_headers.py
+++ b/clients/client/python/test/test_token_pagination_response_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py b/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py
index 1ee4d5f56db..997ea7e7b3c 100644
--- a/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py
index b3488d88049..c29e431360f 100644
--- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuers.py b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuers.py
index cff88802ba9..2dc27e24999 100644
--- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuers.py
+++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py
index cae5ff70497..7a601087fb7 100644
--- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py
+++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_container.py b/clients/client/python/test/test_ui_container.py
index 7813c747a3f..a91cf186bdf 100644
--- a/clients/client/python/test/test_ui_container.py
+++ b/clients/client/python/test/test_ui_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node.py b/clients/client/python/test/test_ui_node.py
index 972ad930ebf..3bca249012e 100644
--- a/clients/client/python/test/test_ui_node.py
+++ b/clients/client/python/test/test_ui_node.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node_anchor_attributes.py b/clients/client/python/test/test_ui_node_anchor_attributes.py
index 28beeff127a..68002be5765 100644
--- a/clients/client/python/test/test_ui_node_anchor_attributes.py
+++ b/clients/client/python/test/test_ui_node_anchor_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node_attributes.py b/clients/client/python/test/test_ui_node_attributes.py
index c2bca86b696..badabe809c5 100644
--- a/clients/client/python/test/test_ui_node_attributes.py
+++ b/clients/client/python/test/test_ui_node_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node_image_attributes.py b/clients/client/python/test/test_ui_node_image_attributes.py
index 7261fef1c11..6b1607680db 100644
--- a/clients/client/python/test/test_ui_node_image_attributes.py
+++ b/clients/client/python/test/test_ui_node_image_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node_input_attributes.py b/clients/client/python/test/test_ui_node_input_attributes.py
index 1872692dbbe..9733e9fbe0f 100644
--- a/clients/client/python/test/test_ui_node_input_attributes.py
+++ b/clients/client/python/test/test_ui_node_input_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node_meta.py b/clients/client/python/test/test_ui_node_meta.py
index e55d5da71cf..51922d26f21 100644
--- a/clients/client/python/test/test_ui_node_meta.py
+++ b/clients/client/python/test/test_ui_node_meta.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node_script_attributes.py b/clients/client/python/test/test_ui_node_script_attributes.py
index c1b4a6d9763..4e4adfbfa1f 100644
--- a/clients/client/python/test/test_ui_node_script_attributes.py
+++ b/clients/client/python/test/test_ui_node_script_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_node_text_attributes.py b/clients/client/python/test/test_ui_node_text_attributes.py
index eefeb2bf8e3..a30c4278661 100644
--- a/clients/client/python/test/test_ui_node_text_attributes.py
+++ b/clients/client/python/test/test_ui_node_text_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_nodes.py b/clients/client/python/test/test_ui_nodes.py
index b504af621a2..391d4f68e7d 100644
--- a/clients/client/python/test/test_ui_nodes.py
+++ b/clients/client/python/test/test_ui_nodes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_text.py b/clients/client/python/test/test_ui_text.py
index 246f39b6565..0771fb42287 100644
--- a/clients/client/python/test/test_ui_text.py
+++ b/clients/client/python/test/test_ui_text.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_ui_texts.py b/clients/client/python/test/test_ui_texts.py
index 9430a597015..5cdf4d4b693 100644
--- a/clients/client/python/test/test_ui_texts.py
+++ b/clients/client/python/test/test_ui_texts.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_identity_body.py b/clients/client/python/test/test_update_identity_body.py
index d7f64a3e18f..24bc0cacf05 100644
--- a/clients/client/python/test/test_update_identity_body.py
+++ b/clients/client/python/test/test_update_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_login_flow_body.py b/clients/client/python/test/test_update_login_flow_body.py
index 39672a4cf10..3c548b83f57 100644
--- a/clients/client/python/test/test_update_login_flow_body.py
+++ b/clients/client/python/test/test_update_login_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_login_flow_with_code_method.py b/clients/client/python/test/test_update_login_flow_with_code_method.py
index bef971eb283..5ae3700b77e 100644
--- a/clients/client/python/test/test_update_login_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py b/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py
index 48cff4472fc..58b66dcd755 100644
--- a/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_login_flow_with_oidc_method.py b/clients/client/python/test/test_update_login_flow_with_oidc_method.py
index 978f0cf48bb..9df1252a6ec 100644
--- a/clients/client/python/test/test_update_login_flow_with_oidc_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_login_flow_with_password_method.py b/clients/client/python/test/test_update_login_flow_with_password_method.py
index 166365e6c25..681d959daed 100644
--- a/clients/client/python/test/test_update_login_flow_with_password_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_login_flow_with_totp_method.py b/clients/client/python/test/test_update_login_flow_with_totp_method.py
index 7de68d9f666..0147b5ee89c 100644
--- a/clients/client/python/test/test_update_login_flow_with_totp_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_login_flow_with_web_authn_method.py b/clients/client/python/test/test_update_login_flow_with_web_authn_method.py
index 17ae9469cbb..fee1941271f 100644
--- a/clients/client/python/test/test_update_login_flow_with_web_authn_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_recovery_flow_body.py b/clients/client/python/test/test_update_recovery_flow_body.py
index ec92c29d34d..dd296fd042d 100644
--- a/clients/client/python/test/test_update_recovery_flow_body.py
+++ b/clients/client/python/test/test_update_recovery_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_recovery_flow_with_code_method.py b/clients/client/python/test/test_update_recovery_flow_with_code_method.py
index ea74eddc39b..d573abd8f07 100644
--- a/clients/client/python/test/test_update_recovery_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_recovery_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_recovery_flow_with_link_method.py b/clients/client/python/test/test_update_recovery_flow_with_link_method.py
index 2a256cd858b..518a19b257d 100644
--- a/clients/client/python/test/test_update_recovery_flow_with_link_method.py
+++ b/clients/client/python/test/test_update_recovery_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_registration_flow_body.py b/clients/client/python/test/test_update_registration_flow_body.py
index ca84455472e..8c0c3f775b5 100644
--- a/clients/client/python/test/test_update_registration_flow_body.py
+++ b/clients/client/python/test/test_update_registration_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_registration_flow_with_code_method.py b/clients/client/python/test/test_update_registration_flow_with_code_method.py
index f0c228c1306..42f145e2b34 100644
--- a/clients/client/python/test/test_update_registration_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_registration_flow_with_oidc_method.py b/clients/client/python/test/test_update_registration_flow_with_oidc_method.py
index 47ee8287f09..4b99770248c 100644
--- a/clients/client/python/test/test_update_registration_flow_with_oidc_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_registration_flow_with_password_method.py b/clients/client/python/test/test_update_registration_flow_with_password_method.py
index a1a8aba6532..2e5e579cfff 100644
--- a/clients/client/python/test/test_update_registration_flow_with_password_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py b/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py
index 694e16905b4..3ca7dcf1ce2 100644
--- a/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_settings_flow_body.py b/clients/client/python/test/test_update_settings_flow_body.py
index 09f6fc1998f..a07a4c60d36 100644
--- a/clients/client/python/test/test_update_settings_flow_body.py
+++ b/clients/client/python/test/test_update_settings_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_settings_flow_with_lookup_method.py b/clients/client/python/test/test_update_settings_flow_with_lookup_method.py
index ffcaf125432..02da71c66fd 100644
--- a/clients/client/python/test/test_update_settings_flow_with_lookup_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_lookup_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_settings_flow_with_oidc_method.py b/clients/client/python/test/test_update_settings_flow_with_oidc_method.py
index 579a749fe43..f19d243a0cc 100644
--- a/clients/client/python/test/test_update_settings_flow_with_oidc_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_settings_flow_with_password_method.py b/clients/client/python/test/test_update_settings_flow_with_password_method.py
index 7fc2911b3ce..21a344585a1 100644
--- a/clients/client/python/test/test_update_settings_flow_with_password_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_settings_flow_with_profile_method.py b/clients/client/python/test/test_update_settings_flow_with_profile_method.py
index d271a1018b3..aad6354024d 100644
--- a/clients/client/python/test/test_update_settings_flow_with_profile_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_profile_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_settings_flow_with_totp_method.py b/clients/client/python/test/test_update_settings_flow_with_totp_method.py
index a45818abc9b..21e3bbf6ac6 100644
--- a/clients/client/python/test/test_update_settings_flow_with_totp_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py b/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py
index 80cf1c269f5..b6b56233ac0 100644
--- a/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_subscription_body.py b/clients/client/python/test/test_update_subscription_body.py
index ddd9fe7f359..63b1ed556b3 100644
--- a/clients/client/python/test/test_update_subscription_body.py
+++ b/clients/client/python/test/test_update_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_verification_flow_body.py b/clients/client/python/test/test_update_verification_flow_body.py
index 0e013b29cff..1d5e17b7166 100644
--- a/clients/client/python/test/test_update_verification_flow_body.py
+++ b/clients/client/python/test/test_update_verification_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_verification_flow_with_code_method.py b/clients/client/python/test/test_update_verification_flow_with_code_method.py
index b5124f7c4d5..18dd4d10d09 100644
--- a/clients/client/python/test/test_update_verification_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_verification_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_update_verification_flow_with_link_method.py b/clients/client/python/test/test_update_verification_flow_with_link_method.py
index 154a05e9b3a..5c61db96e20 100644
--- a/clients/client/python/test/test_update_verification_flow_with_link_method.py
+++ b/clients/client/python/test/test_update_verification_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_usage.py b/clients/client/python/test/test_usage.py
index db4eae36537..99ff0ac62b8 100644
--- a/clients/client/python/test/test_usage.py
+++ b/clients/client/python/test/test_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_verifiable_credential_priming_response.py b/clients/client/python/test/test_verifiable_credential_priming_response.py
index 676436b9a26..4ca40a4c22f 100644
--- a/clients/client/python/test/test_verifiable_credential_priming_response.py
+++ b/clients/client/python/test/test_verifiable_credential_priming_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_verifiable_credential_proof.py b/clients/client/python/test/test_verifiable_credential_proof.py
index dddf3d7fbdc..3c217007d06 100644
--- a/clients/client/python/test/test_verifiable_credential_proof.py
+++ b/clients/client/python/test/test_verifiable_credential_proof.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_verifiable_credential_response.py b/clients/client/python/test/test_verifiable_credential_response.py
index 107b422bc17..8036c2380b4 100644
--- a/clients/client/python/test/test_verifiable_credential_response.py
+++ b/clients/client/python/test/test_verifiable_credential_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_verifiable_identity_address.py b/clients/client/python/test/test_verifiable_identity_address.py
index 0e308b2d9f8..229b1c4db68 100644
--- a/clients/client/python/test/test_verifiable_identity_address.py
+++ b/clients/client/python/test/test_verifiable_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_verification_flow.py b/clients/client/python/test/test_verification_flow.py
index 0a8244edbe2..b5319fa20c1 100644
--- a/clients/client/python/test/test_verification_flow.py
+++ b/clients/client/python/test/test_verification_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_verification_flow_state.py b/clients/client/python/test/test_verification_flow_state.py
index 8e919fdfdfd..f0a80b71626 100644
--- a/clients/client/python/test/test_verification_flow_state.py
+++ b/clients/client/python/test/test_verification_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_version.py b/clients/client/python/test/test_version.py
index 2b14f387eca..926d8a5ad00 100644
--- a/clients/client/python/test/test_version.py
+++ b/clients/client/python/test/test_version.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_warning.py b/clients/client/python/test/test_warning.py
index 9f0b72151c9..8971ad2c81b 100644
--- a/clients/client/python/test/test_warning.py
+++ b/clients/client/python/test/test_warning.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_wellknown_api.py b/clients/client/python/test/test_wellknown_api.py
index 77f9f872c32..a439f675683 100644
--- a/clients/client/python/test/test_wellknown_api.py
+++ b/clients/client/python/test/test_wellknown_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_workspace.py b/clients/client/python/test/test_workspace.py
index c8a9bc98c19..555c77e8610 100644
--- a/clients/client/python/test/test_workspace.py
+++ b/clients/client/python/test/test_workspace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/python/test/test_workspaces.py b/clients/client/python/test/test_workspaces.py
index 46ff73a8964..1b54a246b6e 100644
--- a/clients/client/python/test/test_workspaces.py
+++ b/clients/client/python/test/test_workspaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.5
+ The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
diff --git a/clients/client/ruby/Gemfile.lock b/clients/client/ruby/Gemfile.lock
index e8bccc84b25..5753170b6b7 100644
--- a/clients/client/ruby/Gemfile.lock
+++ b/clients/client/ruby/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ory-client (1.4.5)
+ ory-client (1.4.6)
typhoeus (~> 1.0, >= 1.0.1)
GEM
diff --git a/clients/client/ruby/README.md b/clients/client/ruby/README.md
index 7d3de7e44c0..bff16ece37d 100644
--- a/clients/client/ruby/README.md
+++ b/clients/client/ruby/README.md
@@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.5
-- Package version: v1.4.5
+- API version: v1.4.6
+- Package version: v1.4.6
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
@@ -25,16 +25,16 @@ gem build ory-client.gemspec
Then either install the gem locally:
```shell
-gem install ./ory-client-v1.4.5.gem
+gem install ./ory-client-v1.4.6.gem
```
-(for development, run `gem install --dev ./ory-client-v1.4.5.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-client-v1.4.6.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
- gem 'ory-client', '~> v1.4.5'
+ gem 'ory-client', '~> v1.4.6'
### Install from Git
diff --git a/clients/client/ruby/lib/ory-client.rb b/clients/client/ruby/lib/ory-client.rb
index c4dcfb16ff0..b808ed4c066 100644
--- a/clients/client/ruby/lib/ory-client.rb
+++ b/clients/client/ruby/lib/ory-client.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/courier_api.rb b/clients/client/ruby/lib/ory-client/api/courier_api.rb
index 0fa40832d66..d2ee5c4b8ea 100644
--- a/clients/client/ruby/lib/ory-client/api/courier_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/courier_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/frontend_api.rb b/clients/client/ruby/lib/ory-client/api/frontend_api.rb
index 39fec9b43f4..467d8b64b6a 100644
--- a/clients/client/ruby/lib/ory-client/api/frontend_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/frontend_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/identity_api.rb b/clients/client/ruby/lib/ory-client/api/identity_api.rb
index 05a64350a41..c8f583b4bb3 100644
--- a/clients/client/ruby/lib/ory-client/api/identity_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/identity_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/jwk_api.rb b/clients/client/ruby/lib/ory-client/api/jwk_api.rb
index b4445bc82b0..2b46a1f1361 100644
--- a/clients/client/ruby/lib/ory-client/api/jwk_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/jwk_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/metadata_api.rb b/clients/client/ruby/lib/ory-client/api/metadata_api.rb
index 91c03f7d1bf..7d19b865acd 100644
--- a/clients/client/ruby/lib/ory-client/api/metadata_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/metadata_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb b/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb
index e50de73fb44..0de9ef5b220 100644
--- a/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/oidc_api.rb b/clients/client/ruby/lib/ory-client/api/oidc_api.rb
index 9e9f351b961..6b9294e5757 100644
--- a/clients/client/ruby/lib/ory-client/api/oidc_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/oidc_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/permission_api.rb b/clients/client/ruby/lib/ory-client/api/permission_api.rb
index f45bd66b9c8..2ed39a63ae0 100644
--- a/clients/client/ruby/lib/ory-client/api/permission_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/permission_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/project_api.rb b/clients/client/ruby/lib/ory-client/api/project_api.rb
index 5abca1b1829..f0d8c97504a 100644
--- a/clients/client/ruby/lib/ory-client/api/project_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/project_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/relationship_api.rb b/clients/client/ruby/lib/ory-client/api/relationship_api.rb
index d3d9c9560a9..1c455ffc277 100644
--- a/clients/client/ruby/lib/ory-client/api/relationship_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/relationship_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api/wellknown_api.rb b/clients/client/ruby/lib/ory-client/api/wellknown_api.rb
index d047af1bd5f..b61e9be25ff 100644
--- a/clients/client/ruby/lib/ory-client/api/wellknown_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/wellknown_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api_client.rb b/clients/client/ruby/lib/ory-client/api_client.rb
index cb6cb77a155..bb3ef2e3d90 100644
--- a/clients/client/ruby/lib/ory-client/api_client.rb
+++ b/clients/client/ruby/lib/ory-client/api_client.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/api_error.rb b/clients/client/ruby/lib/ory-client/api_error.rb
index 673aa3644f8..5415ef465a7 100644
--- a/clients/client/ruby/lib/ory-client/api_error.rb
+++ b/clients/client/ruby/lib/ory-client/api_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/configuration.rb b/clients/client/ruby/lib/ory-client/configuration.rb
index a0b1b132ecd..f64b66318ea 100644
--- a/clients/client/ruby/lib/ory-client/configuration.rb
+++ b/clients/client/ruby/lib/ory-client/configuration.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb
index 8e340291e7b..5e334955245 100644
--- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb
index d04eeea7b4d..574ac7f10bc 100644
--- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb
+++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb
index 78a6c514d40..433a45594df 100644
--- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb b/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb
index 9d4cc650fc1..a1d19504acc 100644
--- a/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb
+++ b/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb b/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb
index 4e3a83a915d..050cd71b0ed 100644
--- a/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb
+++ b/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb b/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb
index c880a1d3401..35cff0e213e 100644
--- a/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb
+++ b/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb b/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb
index ebd07d910eb..fdd456372f3 100644
--- a/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb b/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb
index 4079bfebeb8..18d09eecbd1 100644
--- a/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb
+++ b/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/check_permission_result.rb b/clients/client/ruby/lib/ory-client/models/check_permission_result.rb
index 42b83d1582d..15851e5cac7 100644
--- a/clients/client/ruby/lib/ory-client/models/check_permission_result.rb
+++ b/clients/client/ruby/lib/ory-client/models/check_permission_result.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/cloud_account.rb b/clients/client/ruby/lib/ory-client/models/cloud_account.rb
index 4c285793426..343dfa8d7d3 100644
--- a/clients/client/ruby/lib/ory-client/models/cloud_account.rb
+++ b/clients/client/ruby/lib/ory-client/models/cloud_account.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb b/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb
index 71c686c5609..2785ce9d026 100644
--- a/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb
+++ b/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with.rb b/clients/client/ruby/lib/ory-client/models/continue_with.rb
index 3101320d029..263ef7c0498 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb
index abe1659aeec..9f67304f573 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb
index c820ac9cea3..d10d372201b 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_recovery_ui_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb b/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb
index 940fc664507..85258f35028 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb
index 9f3bc265324..139182a8e2d 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb
index c0b98d89eb5..469ba61207f 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_settings_ui_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb
index d0af94b6f8b..cf1f37de655 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb
index 7271b25276a..301f830e4b2 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/courier_message_status.rb b/clients/client/ruby/lib/ory-client/models/courier_message_status.rb
index 893bebdeb2c..a93ff735bd1 100644
--- a/clients/client/ruby/lib/ory-client/models/courier_message_status.rb
+++ b/clients/client/ruby/lib/ory-client/models/courier_message_status.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/courier_message_type.rb b/clients/client/ruby/lib/ory-client/models/courier_message_type.rb
index 89847e0dc40..c0bc0d50fcd 100644
--- a/clients/client/ruby/lib/ory-client/models/courier_message_type.rb
+++ b/clients/client/ruby/lib/ory-client/models/courier_message_type.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb b/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb
index dacbbcd9c2e..efaee77aea4 100644
--- a/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_identity_body.rb b/clients/client/ruby/lib/ory-client/models/create_identity_body.rb
index 4911b1856ab..e3f85f0a796 100644
--- a/clients/client/ruby/lib/ory-client/models/create_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_invite_response.rb b/clients/client/ruby/lib/ory-client/models/create_invite_response.rb
index da177acd188..d42c0179d02 100644
--- a/clients/client/ruby/lib/ory-client/models/create_invite_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_invite_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb b/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb
index 129924c5d12..a5e882703a1 100644
--- a/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb b/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb
index 0e5d85048ff..432380ae3f6 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_project_body.rb b/clients/client/ruby/lib/ory-client/models/create_project_body.rb
index 0e1003f1ce1..684fae9a1c0 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_project_branding.rb b/clients/client/ruby/lib/ory-client/models/create_project_branding.rb
index b5a29205896..90b40d2b690 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_branding.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_branding.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb b/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb
index 0a2b1ea8336..e37a5739eca 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb b/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb
index 536c01b83ac..932b73fcc6b 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_normalized_payload.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb b/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb
index 1dfa5ec8a74..be9db571612 100644
--- a/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb b/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb
index c30e719d7bf..d6f364da657 100644
--- a/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb b/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb
index b94a97cce0b..3c5f76075e1 100644
--- a/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb b/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb
index 0777c24e6cf..64bec150cb3 100644
--- a/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb b/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb
index 1b0ee4b00d7..a089f76a574 100644
--- a/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb b/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb
index 363a8e210c5..01cd17d1ab2 100644
--- a/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb
+++ b/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/custom_domain.rb b/clients/client/ruby/lib/ory-client/models/custom_domain.rb
index 7bc193893ca..1812209ff69 100644
--- a/clients/client/ruby/lib/ory-client/models/custom_domain.rb
+++ b/clients/client/ruby/lib/ory-client/models/custom_domain.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb b/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb
index c22b8815016..8062a3e16a0 100644
--- a/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb
+++ b/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/email_template_data.rb b/clients/client/ruby/lib/ory-client/models/email_template_data.rb
index ae91006ab65..a4185b4ad70 100644
--- a/clients/client/ruby/lib/ory-client/models/email_template_data.rb
+++ b/clients/client/ruby/lib/ory-client/models/email_template_data.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb b/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb
index f25503b595a..48b21d574c2 100644
--- a/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb b/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb
index 68f7b69a7b4..a41eaa17633 100644
--- a/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb b/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb
index bbfdab083a6..8ba76196116 100644
--- a/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb b/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb
index cf8810c4e00..a8d7521d296 100644
--- a/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/error_generic.rb b/clients/client/ruby/lib/ory-client/models/error_generic.rb
index 03b9bc7d9b2..c801e63a3f9 100644
--- a/clients/client/ruby/lib/ory-client/models/error_generic.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_generic.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb b/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb
index 16dbe73b189..cbab37587a5 100644
--- a/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb b/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb
index 075750ea2ef..e34c0852b41 100644
--- a/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb
+++ b/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/flow_error.rb b/clients/client/ruby/lib/ory-client/models/flow_error.rb
index 7282b67577f..7ee58d111c9 100644
--- a/clients/client/ruby/lib/ory-client/models/flow_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/flow_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/generic_error.rb b/clients/client/ruby/lib/ory-client/models/generic_error.rb
index 5cf84ac4908..f0bcc13992f 100644
--- a/clients/client/ruby/lib/ory-client/models/generic_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/generic_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/generic_error_content.rb b/clients/client/ruby/lib/ory-client/models/generic_error_content.rb
index 5532f058aba..78f97edb1ed 100644
--- a/clients/client/ruby/lib/ory-client/models/generic_error_content.rb
+++ b/clients/client/ruby/lib/ory-client/models/generic_error_content.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/generic_usage.rb b/clients/client/ruby/lib/ory-client/models/generic_usage.rb
index 3f8375ea741..b5c100e046c 100644
--- a/clients/client/ruby/lib/ory-client/models/generic_usage.rb
+++ b/clients/client/ruby/lib/ory-client/models/generic_usage.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb b/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb
index 2f9f23d20d2..45cef9901d3 100644
--- a/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb b/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb
index 7afee053d30..0056b4ec721 100644
--- a/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/get_organization_response.rb b/clients/client/ruby/lib/ory-client/models/get_organization_response.rb
index b3fd84ed080..a82b974cac4 100644
--- a/clients/client/ruby/lib/ory-client/models/get_organization_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_organization_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb b/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb
index 3b59ae74b9c..e81cd26b757 100644
--- a/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb b/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb
index 3e2a2b2ef93..4d9d54ff91c 100644
--- a/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/get_version200_response.rb b/clients/client/ruby/lib/ory-client/models/get_version200_response.rb
index ae64160ddb6..68879318e5d 100644
--- a/clients/client/ruby/lib/ory-client/models/get_version200_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_version200_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb b/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb
index fe54158118c..4a59eb7a0cc 100644
--- a/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb
+++ b/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/health_status.rb b/clients/client/ruby/lib/ory-client/models/health_status.rb
index b0bfd6f8e57..74f2f3a4c96 100644
--- a/clients/client/ruby/lib/ory-client/models/health_status.rb
+++ b/clients/client/ruby/lib/ory-client/models/health_status.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity.rb b/clients/client/ruby/lib/ory-client/models/identity.rb
index e67712e5c7d..9aa43a19d1d 100644
--- a/clients/client/ruby/lib/ory-client/models/identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials.rb
index e032202a4d7..5fdce7979b0 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb
index b9ece316e28..b20d1000c84 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb
index 41525ab40d8..ecde4bab4f0 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb
index 9939d8809d6..6201cedc657 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb
index 705de4ab0aa..7ddf7733f51 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_credentials_type.rb b/clients/client/ruby/lib/ory-client/models/identity_credentials_type.rb
index 926d1031185..4f8705ee706 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_type.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_type.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_patch.rb b/clients/client/ruby/lib/ory-client/models/identity_patch.rb
index e1f30b283db..5ce3d5f1181 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb b/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb
index 44def190c1b..560df903efb 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb b/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb
index 64c50d38224..bd6a0f6a0e7 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb b/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb
index 7a22aec077b..4e96100e8f8 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_state.rb b/clients/client/ruby/lib/ory-client/models/identity_state.rb
index 6193cc380ea..3617de3e958 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb
index 52bd6011c9d..bf444d9c980 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb
index 6f71a25c47d..36d641d56ae 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb
index 32c567927df..34f0da0d92c 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb
index 142073ba1ed..838416b64b7 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb
index 552cd9380f9..f52704f8ac5 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb
index f97d0fb0896..037331ac80d 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb b/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb
index 7993d24b657..b2b3029ddfc 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb b/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb
index 1e3bb838eb5..b90373e22ad 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb
index 37589ffbf64..01344e9af4e 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb
index a16c3a6a1bb..fc1e0814894 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/internal_provision_mock_subscription.rb b/clients/client/ruby/lib/ory-client/models/internal_provision_mock_subscription.rb
index aade84e8e8f..0ebbbdec5f9 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_provision_mock_subscription.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_provision_mock_subscription.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb b/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb
index 8e5c4c5dd44..94928a7bc36 100644
--- a/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb
+++ b/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb b/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb
index d2f6415d3aa..9a765d6a43f 100644
--- a/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb
+++ b/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/is_ready200_response.rb b/clients/client/ruby/lib/ory-client/models/is_ready200_response.rb
index 35d219ba0be..f4ee0c6e24d 100644
--- a/clients/client/ruby/lib/ory-client/models/is_ready200_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/is_ready200_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/is_ready503_response.rb b/clients/client/ruby/lib/ory-client/models/is_ready503_response.rb
index fe201b90213..2eb84062476 100644
--- a/clients/client/ruby/lib/ory-client/models/is_ready503_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/is_ready503_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/json_patch.rb b/clients/client/ruby/lib/ory-client/models/json_patch.rb
index 1d303a2c25f..f6f3b71d6b6 100644
--- a/clients/client/ruby/lib/ory-client/models/json_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/json_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/json_web_key.rb b/clients/client/ruby/lib/ory-client/models/json_web_key.rb
index 14f74cdb140..251db673878 100644
--- a/clients/client/ruby/lib/ory-client/models/json_web_key.rb
+++ b/clients/client/ruby/lib/ory-client/models/json_web_key.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb b/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb
index a02aca4ea2f..5c835fccde5 100644
--- a/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb
+++ b/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/keto_namespace.rb b/clients/client/ruby/lib/ory-client/models/keto_namespace.rb
index 547b8793763..cba34dae148 100644
--- a/clients/client/ruby/lib/ory-client/models/keto_namespace.rb
+++ b/clients/client/ruby/lib/ory-client/models/keto_namespace.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/list_my_workspaces_response.rb b/clients/client/ruby/lib/ory-client/models/list_my_workspaces_response.rb
index 9113e86b61b..1e07cbb46b8 100644
--- a/clients/client/ruby/lib/ory-client/models/list_my_workspaces_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/list_my_workspaces_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb b/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb
index df55d5406c2..ed707563b07 100644
--- a/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/login_flow.rb b/clients/client/ruby/lib/ory-client/models/login_flow.rb
index 98fb61b0fa6..5fc75132aa1 100644
--- a/clients/client/ruby/lib/ory-client/models/login_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/login_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/login_flow_state.rb b/clients/client/ruby/lib/ory-client/models/login_flow_state.rb
index 002bbc51154..2b4eab11874 100644
--- a/clients/client/ruby/lib/ory-client/models/login_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/login_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/logout_flow.rb b/clients/client/ruby/lib/ory-client/models/logout_flow.rb
index 811c63f1f68..ae1390ecf7a 100644
--- a/clients/client/ruby/lib/ory-client/models/logout_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/logout_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb b/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb
index 988cdd92091..363f505ac32 100644
--- a/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb
+++ b/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb b/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb
index 3e2913b81b5..ccb2eaaf367 100644
--- a/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb
+++ b/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/member_invite.rb b/clients/client/ruby/lib/ory-client/models/member_invite.rb
index 0f8b7558775..9fcb0ed5bc6 100644
--- a/clients/client/ruby/lib/ory-client/models/member_invite.rb
+++ b/clients/client/ruby/lib/ory-client/models/member_invite.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/message.rb b/clients/client/ruby/lib/ory-client/models/message.rb
index 96f72eb38e7..af59e9f87ad 100644
--- a/clients/client/ruby/lib/ory-client/models/message.rb
+++ b/clients/client/ruby/lib/ory-client/models/message.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/message_dispatch.rb b/clients/client/ruby/lib/ory-client/models/message_dispatch.rb
index 3065c2f9980..d4371001c32 100644
--- a/clients/client/ruby/lib/ory-client/models/message_dispatch.rb
+++ b/clients/client/ruby/lib/ory-client/models/message_dispatch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb b/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb
index 6a4e267b3f8..3dcdf27c811 100644
--- a/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb
+++ b/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/namespace.rb b/clients/client/ruby/lib/ory-client/models/namespace.rb
index cecaa7487ea..b87e6ac6251 100644
--- a/clients/client/ruby/lib/ory-client/models/namespace.rb
+++ b/clients/client/ruby/lib/ory-client/models/namespace.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb b/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb
index 4f566ba401e..d8cf659d379 100644
--- a/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project.rb b/clients/client/ruby/lib/ory-client/models/normalized_project.rb
index 8f4daf2d876..8460c39deb6 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb
index 4bae80b0314..eb04925123f 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb
index 9771803d70a..3558438488d 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb
index f2bc8fd1db5..2931f60621f 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb
index 33bb6766c95..84532fddb23 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb
index 3a1663bd1c1..cd326e67153 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb
index 1f5c0f863db..2bdb15f0a76 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb
index 58777f75e82..21185485b9d 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb
index 79977442568..e8f919d8481 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb
index e1af89ff23c..7998916a4e2 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb
index 17d7e9f4e8a..47f3dc02663 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb
index db95b36321a..1070060164b 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb
index fc787cb00c1..b6d8edc0447 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb
index 168e3f23a1a..99024c0fb7b 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb
index 67c882e8dbd..8a5bf7beefa 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb b/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb
index fc15d848140..025bc9f48a6 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb b/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb
index 34c575d336d..0967154e7d7 100644
--- a/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb
+++ b/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb b/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb
index 8db245bf7d5..e96771595fd 100644
--- a/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb
+++ b/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/organization.rb b/clients/client/ruby/lib/ory-client/models/organization.rb
index 05813fab189..45f9cfc8583 100644
--- a/clients/client/ruby/lib/ory-client/models/organization.rb
+++ b/clients/client/ruby/lib/ory-client/models/organization.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/organization_body.rb b/clients/client/ruby/lib/ory-client/models/organization_body.rb
index dddad7668f9..2413c93ae76 100644
--- a/clients/client/ruby/lib/ory-client/models/organization_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/organization_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/pagination.rb b/clients/client/ruby/lib/ory-client/models/pagination.rb
index f5e0a20bf5e..05fda869351 100644
--- a/clients/client/ruby/lib/ory-client/models/pagination.rb
+++ b/clients/client/ruby/lib/ory-client/models/pagination.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/pagination_headers.rb b/clients/client/ruby/lib/ory-client/models/pagination_headers.rb
index 1592ff3312d..d64bd594ebe 100644
--- a/clients/client/ruby/lib/ory-client/models/pagination_headers.rb
+++ b/clients/client/ruby/lib/ory-client/models/pagination_headers.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/parse_error.rb b/clients/client/ruby/lib/ory-client/models/parse_error.rb
index 8ee6f7b1377..39a43b71553 100644
--- a/clients/client/ruby/lib/ory-client/models/parse_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/parse_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb b/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb
index 4a479d6b4c2..f3aff94acd1 100644
--- a/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb b/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb
index 62ab9bfbe8d..f2291a09e97 100644
--- a/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/plan.rb b/clients/client/ruby/lib/ory-client/models/plan.rb
index fa5bcf2861c..1da43737d6f 100644
--- a/clients/client/ruby/lib/ory-client/models/plan.rb
+++ b/clients/client/ruby/lib/ory-client/models/plan.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/plan_details.rb b/clients/client/ruby/lib/ory-client/models/plan_details.rb
index 52083e47d33..4077e81b2a9 100644
--- a/clients/client/ruby/lib/ory-client/models/plan_details.rb
+++ b/clients/client/ruby/lib/ory-client/models/plan_details.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb b/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb
index 9573a0c7142..301c5761ccc 100644
--- a/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb b/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb
index 8ed6eea1108..5011f569ca0 100644
--- a/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project.rb b/clients/client/ruby/lib/ory-client/models/project.rb
index ba72e079722..95906405c1d 100644
--- a/clients/client/ruby/lib/ory-client/models/project.rb
+++ b/clients/client/ruby/lib/ory-client/models/project.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_api_key.rb b/clients/client/ruby/lib/ory-client/models/project_api_key.rb
index 4b397e128e9..dc41f9ee7c6 100644
--- a/clients/client/ruby/lib/ory-client/models/project_api_key.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_api_key.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_branding.rb b/clients/client/ruby/lib/ory-client/models/project_branding.rb
index 8447de0bc8b..93c9ddf55ce 100644
--- a/clients/client/ruby/lib/ory-client/models/project_branding.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_branding.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb b/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb
index a1908b4652f..89782ddd0f8 100644
--- a/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb b/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb
index 25516fc0e84..147eff7a13a 100644
--- a/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_cors.rb b/clients/client/ruby/lib/ory-client/models/project_cors.rb
index 9a988b65ff0..fed809b625d 100644
--- a/clients/client/ruby/lib/ory-client/models/project_cors.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_cors.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_host.rb b/clients/client/ruby/lib/ory-client/models/project_host.rb
index c6499dd6702..3eaf860c893 100644
--- a/clients/client/ruby/lib/ory-client/models/project_host.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_host.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_metadata.rb b/clients/client/ruby/lib/ory-client/models/project_metadata.rb
index 093f089e900..bedb13ae1d4 100644
--- a/clients/client/ruby/lib/ory-client/models/project_metadata.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_metadata.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_service_identity.rb b/clients/client/ruby/lib/ory-client/models/project_service_identity.rb
index 01d7bd5f971..9a0b5608d87 100644
--- a/clients/client/ruby/lib/ory-client/models/project_service_identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_service_identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb b/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb
index 2b8c5c1ab72..0a17d314464 100644
--- a/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_service_permission.rb b/clients/client/ruby/lib/ory-client/models/project_service_permission.rb
index ccdbe6823c3..50c25b9c0a9 100644
--- a/clients/client/ruby/lib/ory-client/models/project_service_permission.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_service_permission.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/project_services.rb b/clients/client/ruby/lib/ory-client/models/project_services.rb
index 522946d4fb5..27fdace2b38 100644
--- a/clients/client/ruby/lib/ory-client/models/project_services.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_services.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/quota_usage.rb b/clients/client/ruby/lib/ory-client/models/quota_usage.rb
index c113f1cf912..7143f8a60f5 100644
--- a/clients/client/ruby/lib/ory-client/models/quota_usage.rb
+++ b/clients/client/ruby/lib/ory-client/models/quota_usage.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb b/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb
index 12258053201..523ed178573 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/recovery_flow.rb b/clients/client/ruby/lib/ory-client/models/recovery_flow.rb
index 8789bf481e3..dd7261a1103 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb b/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb
index 303e80f38f8..15abe775d54 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb b/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb
index e32623d01b7..ba0e3af9957 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb b/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb
index 9dcde1176d5..a2cdb8d4920 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/registration_flow.rb b/clients/client/ruby/lib/ory-client/models/registration_flow.rb
index a630732367e..2371f28e449 100644
--- a/clients/client/ruby/lib/ory-client/models/registration_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/registration_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb b/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb
index 80a4dda780a..6c651bd0af2 100644
--- a/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb b/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb
index ba4e01fb41f..e323b6fe4a7 100644
--- a/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/relation_query.rb b/clients/client/ruby/lib/ory-client/models/relation_query.rb
index 1d17a64c4f9..884fb6a7104 100644
--- a/clients/client/ruby/lib/ory-client/models/relation_query.rb
+++ b/clients/client/ruby/lib/ory-client/models/relation_query.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/relationship.rb b/clients/client/ruby/lib/ory-client/models/relationship.rb
index 9d93512bf6e..3d421a35668 100644
--- a/clients/client/ruby/lib/ory-client/models/relationship.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationship.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb b/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb
index bd7bf843858..8f2969ea90b 100644
--- a/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/relationship_patch.rb b/clients/client/ruby/lib/ory-client/models/relationship_patch.rb
index eba0e11e3f3..6dd64d76e7c 100644
--- a/clients/client/ruby/lib/ory-client/models/relationship_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationship_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/relationships.rb b/clients/client/ruby/lib/ory-client/models/relationships.rb
index be567e978e9..1afafd14371 100644
--- a/clients/client/ruby/lib/ory-client/models/relationships.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationships.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb b/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb
index 0528f944d23..f63ef7bd44b 100644
--- a/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb
+++ b/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/schema_patch.rb b/clients/client/ruby/lib/ory-client/models/schema_patch.rb
index c2ebc1361f4..dddbe0abc1c 100644
--- a/clients/client/ruby/lib/ory-client/models/schema_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/schema_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb b/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb
index 2301191837c..ea1584bf594 100644
--- a/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/session.rb b/clients/client/ruby/lib/ory-client/models/session.rb
index 41d5c7a3048..430bcb609a5 100644
--- a/clients/client/ruby/lib/ory-client/models/session.rb
+++ b/clients/client/ruby/lib/ory-client/models/session.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb b/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb
index 6b8d419bba2..70778103a70 100644
--- a/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb
+++ b/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb b/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb
index ee32b5f512b..fc39926b998 100644
--- a/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/session_device.rb b/clients/client/ruby/lib/ory-client/models/session_device.rb
index 07ecf452001..4f8bc56c1e9 100644
--- a/clients/client/ruby/lib/ory-client/models/session_device.rb
+++ b/clients/client/ruby/lib/ory-client/models/session_device.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb b/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb
index b4d5002f7f2..11c8b94cdfe 100644
--- a/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb b/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb
index 211bb311791..3907f5b4ed1 100644
--- a/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/set_project.rb b/clients/client/ruby/lib/ory-client/models/set_project.rb
index 6cbca77ba06..d5ebf0380c7 100644
--- a/clients/client/ruby/lib/ory-client/models/set_project.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_project.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb b/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb
index 3214400dae7..67b745af860 100644
--- a/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/settings_flow.rb b/clients/client/ruby/lib/ory-client/models/settings_flow.rb
index 3cbbfd51942..400171fc12b 100644
--- a/clients/client/ruby/lib/ory-client/models/settings_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/settings_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb b/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb
index f0770455c75..689dbb9084e 100644
--- a/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/source_position.rb b/clients/client/ruby/lib/ory-client/models/source_position.rb
index 64060962914..ac5827a503a 100644
--- a/clients/client/ruby/lib/ory-client/models/source_position.rb
+++ b/clients/client/ruby/lib/ory-client/models/source_position.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/stripe_customer.rb b/clients/client/ruby/lib/ory-client/models/stripe_customer.rb
index bc807018259..ed4263ba111 100644
--- a/clients/client/ruby/lib/ory-client/models/stripe_customer.rb
+++ b/clients/client/ruby/lib/ory-client/models/stripe_customer.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/subject_set.rb b/clients/client/ruby/lib/ory-client/models/subject_set.rb
index 9bde38e6e0a..4d95a0272d0 100644
--- a/clients/client/ruby/lib/ory-client/models/subject_set.rb
+++ b/clients/client/ruby/lib/ory-client/models/subject_set.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/subscription.rb b/clients/client/ruby/lib/ory-client/models/subscription.rb
index d53e71905fa..10b91226108 100644
--- a/clients/client/ruby/lib/ory-client/models/subscription.rb
+++ b/clients/client/ruby/lib/ory-client/models/subscription.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb b/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb
index bb52fdbd6fa..2d5df5b83c4 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/successful_native_login.rb b/clients/client/ruby/lib/ory-client/models/successful_native_login.rb
index 06f964c9f23..158f68562f7 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_native_login.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_native_login.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb b/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb
index ed23f19b50e..bb7093dd19f 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/successful_project_update.rb b/clients/client/ruby/lib/ory-client/models/successful_project_update.rb
index b06551e4606..fdaa187639f 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_project_update.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_project_update.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination.rb b/clients/client/ruby/lib/ory-client/models/token_pagination.rb
index f13aec28abe..46479b33cfa 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb b/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb
index 49d1d61bbd5..a0d463a98fa 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb b/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb
index 20c227f63ea..da883c2fe3c 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb b/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb
index 3e8e3b1767f..40d06c403b1 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb b/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb
index 91ce4d8714e..55c83627738 100644
--- a/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb
+++ b/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb
index fc569076c2e..afab3791725 100644
--- a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb
+++ b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb
index 7dff84d2d2b..305c1dd5469 100644
--- a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb
+++ b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_container.rb b/clients/client/ruby/lib/ory-client/models/ui_container.rb
index 101dec6464b..db81823e12f 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_container.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_container.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node.rb b/clients/client/ruby/lib/ory-client/models/ui_node.rb
index b91670989db..54462777b5b 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb
index 2cc8eea7704..ce6a622e771 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb
index 3aef9e82500..df5779d4067 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb
index 307fd4c376f..41b5e2cd22a 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb
index 77a2509c956..70e7d1a86c6 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb b/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb
index 6a197177bf1..a0a17c8b1ef 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb
index 55ae70a801d..aff88592f14 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb b/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb
index c1f805639cd..fa8efd88c58 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/ui_text.rb b/clients/client/ruby/lib/ory-client/models/ui_text.rb
index 25ea1c13d12..8c36818a90f 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_text.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_text.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_identity_body.rb b/clients/client/ruby/lib/ory-client/models/update_identity_body.rb
index 45b7481a84e..132b25274bf 100644
--- a/clients/client/ruby/lib/ory-client/models/update_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb
index 867d35fcce2..9122f214684 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb
index 66ea2e7afe9..8fdfc9e9a74 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb
index 847e323bdcf..cbb314e974e 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb
index 705b3e8b1c1..48e246f529a 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb
index 47783dde0aa..1b1b06e463d 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb
index 897962022b5..3172b614552 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb
index c81454df8fe..490d53fb641 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb
index 6cdd7ef082a..7327c60916a 100644
--- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb
index e958a8e6dcb..2c800e8a0fb 100644
--- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb
index dc577d46b04..d372c6d7520 100644
--- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb
index d85c371aad1..e8fadb0a5fb 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb
index ec2b16ab65b..f2acb2643e5 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb
index 1310f114a9d..22e357d8531 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb
index fb981fda551..46773cda5b5 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb
index 4085f53a4eb..388be2b7b26 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb
index 81307959c90..4abc36f5aee 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb
index db1d181cd2d..96eaa6b89a8 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb
index 9d0af10edbf..e0b5a18f43d 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb
index 36f6a81cb36..3985149ec9f 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb
index 80c60a66aa1..fd42f9be9d2 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb
index af43e435aea..3792e25cca9 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb
index 5afd1a44ac0..3b51fa44ae0 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb b/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb
index 31f4a2b583e..e9eab2a37a9 100644
--- a/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb b/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb
index ab7ea7ee04e..721ed7bdbaf 100644
--- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb
index 381594e6e7b..5408d8707b7 100644
--- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb
index 688cd76340e..766ebf4c764 100644
--- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/usage.rb b/clients/client/ruby/lib/ory-client/models/usage.rb
index 92c77a1dd1b..06fd268016a 100644
--- a/clients/client/ruby/lib/ory-client/models/usage.rb
+++ b/clients/client/ruby/lib/ory-client/models/usage.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb b/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb
index a302909ddc0..8c7e5ca1d7b 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb b/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb
index b72453d0ff6..25544332735 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb b/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb
index 80fcbe67c61..f9cf49cf882 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb b/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb
index f1fc27bd3be..df36810f548 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/verification_flow.rb b/clients/client/ruby/lib/ory-client/models/verification_flow.rb
index 3fdc7feecf8..35a5dcbec36 100644
--- a/clients/client/ruby/lib/ory-client/models/verification_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/verification_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb b/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb
index 1ddb890a63e..5124677b228 100644
--- a/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/version.rb b/clients/client/ruby/lib/ory-client/models/version.rb
index 97fcbf7b362..78eb2268178 100644
--- a/clients/client/ruby/lib/ory-client/models/version.rb
+++ b/clients/client/ruby/lib/ory-client/models/version.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/warning.rb b/clients/client/ruby/lib/ory-client/models/warning.rb
index 2b44da4426e..b73e9b3e6e7 100644
--- a/clients/client/ruby/lib/ory-client/models/warning.rb
+++ b/clients/client/ruby/lib/ory-client/models/warning.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/models/workspace.rb b/clients/client/ruby/lib/ory-client/models/workspace.rb
index 5542a5438d1..e7362f507ad 100644
--- a/clients/client/ruby/lib/ory-client/models/workspace.rb
+++ b/clients/client/ruby/lib/ory-client/models/workspace.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/lib/ory-client/version.rb b/clients/client/ruby/lib/ory-client/version.rb
index bdffa4e5923..30d188d64ec 100644
--- a/clients/client/ruby/lib/ory-client/version.rb
+++ b/clients/client/ruby/lib/ory-client/version.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: 1.4.5
+The version of the OpenAPI document: 1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
@@ -11,5 +11,5 @@
=end
module OryClient
- VERSION = '1.4.5'
+ VERSION = '1.4.6'
end
diff --git a/clients/client/ruby/ory-client.gemspec b/clients/client/ruby/ory-client.gemspec
index e436df7f12c..4c7afb7f72b 100644
--- a/clients/client/ruby/ory-client.gemspec
+++ b/clients/client/ruby/ory-client.gemspec
@@ -5,7 +5,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/courier_api_spec.rb b/clients/client/ruby/spec/api/courier_api_spec.rb
index 5d02dc991fe..7f65a598574 100644
--- a/clients/client/ruby/spec/api/courier_api_spec.rb
+++ b/clients/client/ruby/spec/api/courier_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/frontend_api_spec.rb b/clients/client/ruby/spec/api/frontend_api_spec.rb
index 3052fa295c3..3aaf3a71aa8 100644
--- a/clients/client/ruby/spec/api/frontend_api_spec.rb
+++ b/clients/client/ruby/spec/api/frontend_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/identity_api_spec.rb b/clients/client/ruby/spec/api/identity_api_spec.rb
index 253ac460665..4eaa76163a9 100644
--- a/clients/client/ruby/spec/api/identity_api_spec.rb
+++ b/clients/client/ruby/spec/api/identity_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/jwk_api_spec.rb b/clients/client/ruby/spec/api/jwk_api_spec.rb
index 2288036f482..13eb10014b2 100644
--- a/clients/client/ruby/spec/api/jwk_api_spec.rb
+++ b/clients/client/ruby/spec/api/jwk_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/metadata_api_spec.rb b/clients/client/ruby/spec/api/metadata_api_spec.rb
index fbf87a1eced..0ea35e4670b 100644
--- a/clients/client/ruby/spec/api/metadata_api_spec.rb
+++ b/clients/client/ruby/spec/api/metadata_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/o_auth2_api_spec.rb b/clients/client/ruby/spec/api/o_auth2_api_spec.rb
index c319dc3442b..5b79665ebad 100644
--- a/clients/client/ruby/spec/api/o_auth2_api_spec.rb
+++ b/clients/client/ruby/spec/api/o_auth2_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/oidc_api_spec.rb b/clients/client/ruby/spec/api/oidc_api_spec.rb
index 9b0bfa5b4aa..5a836810f8f 100644
--- a/clients/client/ruby/spec/api/oidc_api_spec.rb
+++ b/clients/client/ruby/spec/api/oidc_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/permission_api_spec.rb b/clients/client/ruby/spec/api/permission_api_spec.rb
index f1d40629acc..2297a34bb37 100644
--- a/clients/client/ruby/spec/api/permission_api_spec.rb
+++ b/clients/client/ruby/spec/api/permission_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/project_api_spec.rb b/clients/client/ruby/spec/api/project_api_spec.rb
index 877974f4f3a..8c261b3d319 100644
--- a/clients/client/ruby/spec/api/project_api_spec.rb
+++ b/clients/client/ruby/spec/api/project_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/relationship_api_spec.rb b/clients/client/ruby/spec/api/relationship_api_spec.rb
index a035ce857b6..0a31795115a 100644
--- a/clients/client/ruby/spec/api/relationship_api_spec.rb
+++ b/clients/client/ruby/spec/api/relationship_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api/wellknown_api_spec.rb b/clients/client/ruby/spec/api/wellknown_api_spec.rb
index 3ec9a850ff2..2056b0f1b88 100644
--- a/clients/client/ruby/spec/api/wellknown_api_spec.rb
+++ b/clients/client/ruby/spec/api/wellknown_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/api_client_spec.rb b/clients/client/ruby/spec/api_client_spec.rb
index 9f0d5daaed0..d69c1e810f1 100644
--- a/clients/client/ruby/spec/api_client_spec.rb
+++ b/clients/client/ruby/spec/api_client_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/configuration_spec.rb b/clients/client/ruby/spec/configuration_spec.rb
index 295e5ec97d5..8a62c9ef49d 100644
--- a/clients/client/ruby/spec/configuration_spec.rb
+++ b/clients/client/ruby/spec/configuration_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb
index d004a34a44b..80c3c516ec4 100644
--- a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb
+++ b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb
index 46959801f0c..2079e5a8e46 100644
--- a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb
+++ b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb b/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb
index e631d42d69c..4a51c1322a4 100644
--- a/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb
+++ b/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/active_project_in_console_spec.rb b/clients/client/ruby/spec/models/active_project_in_console_spec.rb
index 5032ec574d3..d856496ab2c 100644
--- a/clients/client/ruby/spec/models/active_project_in_console_spec.rb
+++ b/clients/client/ruby/spec/models/active_project_in_console_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb b/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb
index 5c776a9326f..8954bb5e971 100644
--- a/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb
+++ b/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb b/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb
index 2243bed3718..460284d64f4 100644
--- a/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb
+++ b/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb b/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb
index d4baafa79d2..d0fd48d586c 100644
--- a/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb
+++ b/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb b/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb
index 56fb2b0ef91..7156b607f58 100644
--- a/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb
+++ b/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/check_permission_result_spec.rb b/clients/client/ruby/spec/models/check_permission_result_spec.rb
index 52e7f848c98..ca36e412409 100644
--- a/clients/client/ruby/spec/models/check_permission_result_spec.rb
+++ b/clients/client/ruby/spec/models/check_permission_result_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/cloud_account_spec.rb b/clients/client/ruby/spec/models/cloud_account_spec.rb
index 502c8714983..7d210279313 100644
--- a/clients/client/ruby/spec/models/cloud_account_spec.rb
+++ b/clients/client/ruby/spec/models/cloud_account_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb b/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb
index 9a5b39bb31b..641004afd83 100644
--- a/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb
+++ b/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb b/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb
index 85e029d15cf..a859c12458f 100644
--- a/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_recovery_ui_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb b/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb
index f064dff0f44..cdd99fbf8fb 100644
--- a/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_recovery_ui_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb b/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb
index c5c70449ce6..071b04637d5 100644
--- a/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb b/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb
index 85099712f8f..af9af174bce 100644
--- a/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_settings_ui_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb b/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb
index d29a78c2fc2..32475ee449b 100644
--- a/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_settings_ui_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_spec.rb b/clients/client/ruby/spec/models/continue_with_spec.rb
index 07478246bdc..8c86e90cac0 100644
--- a/clients/client/ruby/spec/models/continue_with_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb b/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb
index a7fe4239473..907962d256f 100644
--- a/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb b/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb
index f4cbeb6b900..7b9de6e29e9 100644
--- a/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/courier_message_status_spec.rb b/clients/client/ruby/spec/models/courier_message_status_spec.rb
index a7fc5b1a205..e06e24beef2 100644
--- a/clients/client/ruby/spec/models/courier_message_status_spec.rb
+++ b/clients/client/ruby/spec/models/courier_message_status_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/courier_message_type_spec.rb b/clients/client/ruby/spec/models/courier_message_type_spec.rb
index 77a0c2108d7..5db5ca547d9 100644
--- a/clients/client/ruby/spec/models/courier_message_type_spec.rb
+++ b/clients/client/ruby/spec/models/courier_message_type_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb b/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb
index d1b0100b874..8e8c8a6b4e6 100644
--- a/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_identity_body_spec.rb b/clients/client/ruby/spec/models/create_identity_body_spec.rb
index 0887479d48c..353da5bd695 100644
--- a/clients/client/ruby/spec/models/create_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_invite_response_spec.rb b/clients/client/ruby/spec/models/create_invite_response_spec.rb
index af6dd0fa0b1..a292cccb53d 100644
--- a/clients/client/ruby/spec/models/create_invite_response_spec.rb
+++ b/clients/client/ruby/spec/models/create_invite_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb b/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb
index 797a1b627fb..8d00dae3f80 100644
--- a/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb
+++ b/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb b/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb
index 7bc972c18c6..b62d94d9a11 100644
--- a/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_project_body_spec.rb b/clients/client/ruby/spec/models/create_project_body_spec.rb
index 374f3a33538..9c0eac8ad76 100644
--- a/clients/client/ruby/spec/models/create_project_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_project_branding_spec.rb b/clients/client/ruby/spec/models/create_project_branding_spec.rb
index b7ade9adb09..c46254b2a0f 100644
--- a/clients/client/ruby/spec/models/create_project_branding_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_branding_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb b/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb
index 59dc5420667..250b440a37a 100644
--- a/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb b/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb
index 17a0bdaf8d2..4f321feae6f 100644
--- a/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_normalized_payload_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb b/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb
index dd067c55459..2c884fdbd52 100644
--- a/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb b/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb
index f5cdf68acc8..d59c6768b66 100644
--- a/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_relationship_body_spec.rb b/clients/client/ruby/spec/models/create_relationship_body_spec.rb
index f1e6dd679f1..87a874b9be9 100644
--- a/clients/client/ruby/spec/models/create_relationship_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_relationship_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_subscription_body_spec.rb b/clients/client/ruby/spec/models/create_subscription_body_spec.rb
index 85d9354ab2d..539190e7a3d 100644
--- a/clients/client/ruby/spec/models/create_subscription_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_subscription_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb b/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb
index 74c1a6a6ca7..b54f8dad6bd 100644
--- a/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb b/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb
index 7359e625ee0..bc63837fd51 100644
--- a/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb
+++ b/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/custom_domain_spec.rb b/clients/client/ruby/spec/models/custom_domain_spec.rb
index ead032a0ff9..36fad199076 100644
--- a/clients/client/ruby/spec/models/custom_domain_spec.rb
+++ b/clients/client/ruby/spec/models/custom_domain_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb b/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb
index 36640939613..b905729a286 100644
--- a/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb
+++ b/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/email_template_data_body_spec.rb b/clients/client/ruby/spec/models/email_template_data_body_spec.rb
index 6877b9f2625..e7e40cfbc3f 100644
--- a/clients/client/ruby/spec/models/email_template_data_body_spec.rb
+++ b/clients/client/ruby/spec/models/email_template_data_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/email_template_data_spec.rb b/clients/client/ruby/spec/models/email_template_data_spec.rb
index 2c09c46aead..a0b05eecccd 100644
--- a/clients/client/ruby/spec/models/email_template_data_spec.rb
+++ b/clients/client/ruby/spec/models/email_template_data_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb b/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
index 7a93149fd87..2a0d80837a8 100644
--- a/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
+++ b/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb b/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb
index 1526b312ef8..6b1fd840f7b 100644
--- a/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb
+++ b/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/error_flow_replaced_spec.rb b/clients/client/ruby/spec/models/error_flow_replaced_spec.rb
index c7852d794c6..d222fb7d60f 100644
--- a/clients/client/ruby/spec/models/error_flow_replaced_spec.rb
+++ b/clients/client/ruby/spec/models/error_flow_replaced_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/error_generic_spec.rb b/clients/client/ruby/spec/models/error_generic_spec.rb
index cfd89de1db0..eaf05262615 100644
--- a/clients/client/ruby/spec/models/error_generic_spec.rb
+++ b/clients/client/ruby/spec/models/error_generic_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/error_o_auth2_spec.rb b/clients/client/ruby/spec/models/error_o_auth2_spec.rb
index 7fb26511aa5..3bb5eb2e181 100644
--- a/clients/client/ruby/spec/models/error_o_auth2_spec.rb
+++ b/clients/client/ruby/spec/models/error_o_auth2_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb b/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb
index 668820f08a2..7391fd4c8cb 100644
--- a/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb
+++ b/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/flow_error_spec.rb b/clients/client/ruby/spec/models/flow_error_spec.rb
index 757201fddcd..4bcaaa83d03 100644
--- a/clients/client/ruby/spec/models/flow_error_spec.rb
+++ b/clients/client/ruby/spec/models/flow_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/generic_error_content_spec.rb b/clients/client/ruby/spec/models/generic_error_content_spec.rb
index 80ce40eeffd..1c610975bac 100644
--- a/clients/client/ruby/spec/models/generic_error_content_spec.rb
+++ b/clients/client/ruby/spec/models/generic_error_content_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/generic_error_spec.rb b/clients/client/ruby/spec/models/generic_error_spec.rb
index e2405971182..0dde0db1c2b 100644
--- a/clients/client/ruby/spec/models/generic_error_spec.rb
+++ b/clients/client/ruby/spec/models/generic_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/generic_usage_spec.rb b/clients/client/ruby/spec/models/generic_usage_spec.rb
index 91bb5718422..53764310797 100644
--- a/clients/client/ruby/spec/models/generic_usage_spec.rb
+++ b/clients/client/ruby/spec/models/generic_usage_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb b/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb
index 6d19a36c6ac..8d7791f818c 100644
--- a/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb b/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb
index fac711e7979..deed9cc0fe3 100644
--- a/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb
+++ b/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/get_organization_response_spec.rb b/clients/client/ruby/spec/models/get_organization_response_spec.rb
index b9682a690f8..f3058b14352 100644
--- a/clients/client/ruby/spec/models/get_organization_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_organization_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb b/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb
index 869eea2563d..fa36dfe909c 100644
--- a/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/get_session_activity_response_spec.rb b/clients/client/ruby/spec/models/get_session_activity_response_spec.rb
index 154559b894c..dc15fa58a3e 100644
--- a/clients/client/ruby/spec/models/get_session_activity_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_session_activity_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/get_version200_response_spec.rb b/clients/client/ruby/spec/models/get_version200_response_spec.rb
index ad23c23f716..988387acc29 100644
--- a/clients/client/ruby/spec/models/get_version200_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_version200_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/health_not_ready_status_spec.rb b/clients/client/ruby/spec/models/health_not_ready_status_spec.rb
index 9655380d627..24462faae95 100644
--- a/clients/client/ruby/spec/models/health_not_ready_status_spec.rb
+++ b/clients/client/ruby/spec/models/health_not_ready_status_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/health_status_spec.rb b/clients/client/ruby/spec/models/health_status_spec.rb
index db7e4a38fc0..84bc0f19b0d 100644
--- a/clients/client/ruby/spec/models/health_status_spec.rb
+++ b/clients/client/ruby/spec/models/health_status_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_credentials_code_spec.rb b/clients/client/ruby/spec/models/identity_credentials_code_spec.rb
index d84bbd57411..a32d52cb0ad 100644
--- a/clients/client/ruby/spec/models/identity_credentials_code_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_code_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb b/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb
index 550a30b398e..2548156726d 100644
--- a/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb b/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb
index 6d78e9451a1..753ef1b5ceb 100644
--- a/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_credentials_password_spec.rb b/clients/client/ruby/spec/models/identity_credentials_password_spec.rb
index 2714b0fa951..5a9bab23fb9 100644
--- a/clients/client/ruby/spec/models/identity_credentials_password_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_password_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_credentials_spec.rb b/clients/client/ruby/spec/models/identity_credentials_spec.rb
index d60e47cb485..ac5ee21d59f 100644
--- a/clients/client/ruby/spec/models/identity_credentials_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_credentials_type_spec.rb b/clients/client/ruby/spec/models/identity_credentials_type_spec.rb
index 7a14b8e71cd..23e2235a2da 100644
--- a/clients/client/ruby/spec/models/identity_credentials_type_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_type_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_patch_response_spec.rb b/clients/client/ruby/spec/models/identity_patch_response_spec.rb
index ce416feb663..ca9294cbf07 100644
--- a/clients/client/ruby/spec/models/identity_patch_response_spec.rb
+++ b/clients/client/ruby/spec/models/identity_patch_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_patch_spec.rb b/clients/client/ruby/spec/models/identity_patch_spec.rb
index 287592bd5c4..122f500a493 100644
--- a/clients/client/ruby/spec/models/identity_patch_spec.rb
+++ b/clients/client/ruby/spec/models/identity_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_schema_container_spec.rb b/clients/client/ruby/spec/models/identity_schema_container_spec.rb
index ca30164ca60..ce89ebfcf91 100644
--- a/clients/client/ruby/spec/models/identity_schema_container_spec.rb
+++ b/clients/client/ruby/spec/models/identity_schema_container_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_schema_preset_spec.rb b/clients/client/ruby/spec/models/identity_schema_preset_spec.rb
index 069f26da023..a8d1b4660f3 100644
--- a/clients/client/ruby/spec/models/identity_schema_preset_spec.rb
+++ b/clients/client/ruby/spec/models/identity_schema_preset_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_spec.rb b/clients/client/ruby/spec/models/identity_spec.rb
index 0f424e31e9c..4780b1e1596 100644
--- a/clients/client/ruby/spec/models/identity_spec.rb
+++ b/clients/client/ruby/spec/models/identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_state_spec.rb b/clients/client/ruby/spec/models/identity_state_spec.rb
index 1513af84486..9dd0f8e706f 100644
--- a/clients/client/ruby/spec/models/identity_state_spec.rb
+++ b/clients/client/ruby/spec/models/identity_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb
index e49b52e15e2..8b380b8070b 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb
index 5e55f4a977f..2d5a51a3878 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb
index 6113e0f4d5e..f7864401f24 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb
index 8f1cdafde7c..e9c5960c26d 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb
index d8f4183e139..c75e3d2bf8e 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/identity_with_credentials_spec.rb b/clients/client/ruby/spec/models/identity_with_credentials_spec.rb
index 09e3da26999..fc59ccc291b 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb b/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb
index b4ef2164e37..217a86048cc 100644
--- a/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb
+++ b/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb b/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb
index 3022ed0fa99..1ce7e0235ec 100644
--- a/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb
+++ b/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb
index 9cfd3fe1d43..f33ed28484b 100644
--- a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb
+++ b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb
index d5b18fe0ed4..93ffa311016 100644
--- a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb
+++ b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/internal_provision_mock_subscription_spec.rb b/clients/client/ruby/spec/models/internal_provision_mock_subscription_spec.rb
index ce9f11a8b9e..c6bd7272efa 100644
--- a/clients/client/ruby/spec/models/internal_provision_mock_subscription_spec.rb
+++ b/clients/client/ruby/spec/models/internal_provision_mock_subscription_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb b/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb
index f831d01164d..31c6333665a 100644
--- a/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb
+++ b/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb b/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb
index 672e7175895..e7458a4ae20 100644
--- a/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb
+++ b/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/is_ready200_response_spec.rb b/clients/client/ruby/spec/models/is_ready200_response_spec.rb
index e93d019e1f9..f4a1c64caf7 100644
--- a/clients/client/ruby/spec/models/is_ready200_response_spec.rb
+++ b/clients/client/ruby/spec/models/is_ready200_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/is_ready503_response_spec.rb b/clients/client/ruby/spec/models/is_ready503_response_spec.rb
index 89c5383905e..19579f57dd7 100644
--- a/clients/client/ruby/spec/models/is_ready503_response_spec.rb
+++ b/clients/client/ruby/spec/models/is_ready503_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/json_patch_spec.rb b/clients/client/ruby/spec/models/json_patch_spec.rb
index 73b979eb7b7..24bd079c47e 100644
--- a/clients/client/ruby/spec/models/json_patch_spec.rb
+++ b/clients/client/ruby/spec/models/json_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/json_web_key_set_spec.rb b/clients/client/ruby/spec/models/json_web_key_set_spec.rb
index cdcef9b1a1b..83ed0aa8746 100644
--- a/clients/client/ruby/spec/models/json_web_key_set_spec.rb
+++ b/clients/client/ruby/spec/models/json_web_key_set_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/json_web_key_spec.rb b/clients/client/ruby/spec/models/json_web_key_spec.rb
index a2a0ac0e0d3..bfa805cde87 100644
--- a/clients/client/ruby/spec/models/json_web_key_spec.rb
+++ b/clients/client/ruby/spec/models/json_web_key_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/keto_namespace_spec.rb b/clients/client/ruby/spec/models/keto_namespace_spec.rb
index bee4ae4f8e4..383a599fd30 100644
--- a/clients/client/ruby/spec/models/keto_namespace_spec.rb
+++ b/clients/client/ruby/spec/models/keto_namespace_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/list_my_workspaces_response_spec.rb b/clients/client/ruby/spec/models/list_my_workspaces_response_spec.rb
index 564026a2147..8b871699c5a 100644
--- a/clients/client/ruby/spec/models/list_my_workspaces_response_spec.rb
+++ b/clients/client/ruby/spec/models/list_my_workspaces_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/list_organizations_response_spec.rb b/clients/client/ruby/spec/models/list_organizations_response_spec.rb
index 7da69ab3aca..001476650f7 100644
--- a/clients/client/ruby/spec/models/list_organizations_response_spec.rb
+++ b/clients/client/ruby/spec/models/list_organizations_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/login_flow_spec.rb b/clients/client/ruby/spec/models/login_flow_spec.rb
index 224f9bbbb16..e4b429524f0 100644
--- a/clients/client/ruby/spec/models/login_flow_spec.rb
+++ b/clients/client/ruby/spec/models/login_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/login_flow_state_spec.rb b/clients/client/ruby/spec/models/login_flow_state_spec.rb
index dfce841a43b..0a19643b012 100644
--- a/clients/client/ruby/spec/models/login_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/login_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/logout_flow_spec.rb b/clients/client/ruby/spec/models/logout_flow_spec.rb
index 8e2f4d72ad8..961199d2193 100644
--- a/clients/client/ruby/spec/models/logout_flow_spec.rb
+++ b/clients/client/ruby/spec/models/logout_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/managed_identity_schema_spec.rb b/clients/client/ruby/spec/models/managed_identity_schema_spec.rb
index 947bcc5e1ab..1f794033baf 100644
--- a/clients/client/ruby/spec/models/managed_identity_schema_spec.rb
+++ b/clients/client/ruby/spec/models/managed_identity_schema_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb b/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb
index 01e9717bf52..10eda9ade03 100644
--- a/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb
+++ b/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/member_invite_spec.rb b/clients/client/ruby/spec/models/member_invite_spec.rb
index eeb5e0b83ab..aa7e700c29c 100644
--- a/clients/client/ruby/spec/models/member_invite_spec.rb
+++ b/clients/client/ruby/spec/models/member_invite_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/message_dispatch_spec.rb b/clients/client/ruby/spec/models/message_dispatch_spec.rb
index 1e0ad9154b9..9fc070f4905 100644
--- a/clients/client/ruby/spec/models/message_dispatch_spec.rb
+++ b/clients/client/ruby/spec/models/message_dispatch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/message_spec.rb b/clients/client/ruby/spec/models/message_spec.rb
index 8984d42c01f..79652a9f8be 100644
--- a/clients/client/ruby/spec/models/message_spec.rb
+++ b/clients/client/ruby/spec/models/message_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/metrics_datapoint_spec.rb b/clients/client/ruby/spec/models/metrics_datapoint_spec.rb
index 848496b75f2..8523cb47733 100644
--- a/clients/client/ruby/spec/models/metrics_datapoint_spec.rb
+++ b/clients/client/ruby/spec/models/metrics_datapoint_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/namespace_spec.rb b/clients/client/ruby/spec/models/namespace_spec.rb
index 10392d3a019..c7b0cf946a3 100644
--- a/clients/client/ruby/spec/models/namespace_spec.rb
+++ b/clients/client/ruby/spec/models/namespace_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb b/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb
index c1f9c049c3c..f2573ccac8f 100644
--- a/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb
+++ b/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb
index 701101f30d8..3184fad10ad 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb
index dbaacc9cd4a..1862ad5f920 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/normalized_project_revision_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_spec.rb
index 5bbffb4ce91..88f7e00664d 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb
index 1a93c4afabf..fab7c55d847 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb b/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb
index ce5d63c7c95..4ad65968796 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/normalized_project_spec.rb b/clients/client/ruby/spec/models/normalized_project_spec.rb
index e3db8355632..7631b2b1609 100644
--- a/clients/client/ruby/spec/models/normalized_project_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_client_spec.rb b/clients/client/ruby/spec/models/o_auth2_client_spec.rb
index 5c85f0b64dd..79d6f2dab11 100644
--- a/clients/client/ruby/spec/models/o_auth2_client_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_client_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb b/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb
index c9c41cd2cad..699f8ef2f35 100644
--- a/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb
index 1b6130b1e27..ae90855a8b8 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb
index 4bcf92e3f2e..b5084986728 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb
index 04f45c34ccb..99d06763572 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb b/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb
index 024a93354b7..f8ba86f7e5c 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb b/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb
index 33af46601db..fe6721be8bf 100644
--- a/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb b/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb
index 39ff07596a8..431ba642e90 100644
--- a/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb b/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb
index 98a020d6a6a..ed7a84ad78e 100644
--- a/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb b/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb
index 2ba2197feec..2e1e2e7a6c9 100644
--- a/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/oidc_configuration_spec.rb b/clients/client/ruby/spec/models/oidc_configuration_spec.rb
index 8b386e780fc..8f6813a168e 100644
--- a/clients/client/ruby/spec/models/oidc_configuration_spec.rb
+++ b/clients/client/ruby/spec/models/oidc_configuration_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/oidc_user_info_spec.rb b/clients/client/ruby/spec/models/oidc_user_info_spec.rb
index d506db2de06..111250aec38 100644
--- a/clients/client/ruby/spec/models/oidc_user_info_spec.rb
+++ b/clients/client/ruby/spec/models/oidc_user_info_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/organization_body_spec.rb b/clients/client/ruby/spec/models/organization_body_spec.rb
index 644fbbd6f0f..8b2bfcbe621 100644
--- a/clients/client/ruby/spec/models/organization_body_spec.rb
+++ b/clients/client/ruby/spec/models/organization_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/organization_spec.rb b/clients/client/ruby/spec/models/organization_spec.rb
index 85e1e358d16..1de5a59ad8d 100644
--- a/clients/client/ruby/spec/models/organization_spec.rb
+++ b/clients/client/ruby/spec/models/organization_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/pagination_headers_spec.rb b/clients/client/ruby/spec/models/pagination_headers_spec.rb
index 8273d349638..92fb27cb3ef 100644
--- a/clients/client/ruby/spec/models/pagination_headers_spec.rb
+++ b/clients/client/ruby/spec/models/pagination_headers_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/pagination_spec.rb b/clients/client/ruby/spec/models/pagination_spec.rb
index 037b85a58e9..7c495c5f19b 100644
--- a/clients/client/ruby/spec/models/pagination_spec.rb
+++ b/clients/client/ruby/spec/models/pagination_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/parse_error_spec.rb b/clients/client/ruby/spec/models/parse_error_spec.rb
index 367a65d4aad..16057ce321f 100644
--- a/clients/client/ruby/spec/models/parse_error_spec.rb
+++ b/clients/client/ruby/spec/models/parse_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/patch_identities_body_spec.rb b/clients/client/ruby/spec/models/patch_identities_body_spec.rb
index 2997f8e2720..c424ab193ca 100644
--- a/clients/client/ruby/spec/models/patch_identities_body_spec.rb
+++ b/clients/client/ruby/spec/models/patch_identities_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb b/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb
index b27562c530c..b8b29fb006d 100644
--- a/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb
+++ b/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/plan_details_spec.rb b/clients/client/ruby/spec/models/plan_details_spec.rb
index ac91b193ab3..54bde7f880a 100644
--- a/clients/client/ruby/spec/models/plan_details_spec.rb
+++ b/clients/client/ruby/spec/models/plan_details_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/plan_spec.rb b/clients/client/ruby/spec/models/plan_spec.rb
index 3a482b9a879..5c1c48a4920 100644
--- a/clients/client/ruby/spec/models/plan_spec.rb
+++ b/clients/client/ruby/spec/models/plan_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/post_check_permission_body_spec.rb b/clients/client/ruby/spec/models/post_check_permission_body_spec.rb
index b2c383b7f3a..1140f719a8e 100644
--- a/clients/client/ruby/spec/models/post_check_permission_body_spec.rb
+++ b/clients/client/ruby/spec/models/post_check_permission_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb b/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb
index d5e39530fa4..3cf14bd44a3 100644
--- a/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb
+++ b/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_api_key_spec.rb b/clients/client/ruby/spec/models/project_api_key_spec.rb
index 2a4319812ce..14aa0ddccd3 100644
--- a/clients/client/ruby/spec/models/project_api_key_spec.rb
+++ b/clients/client/ruby/spec/models/project_api_key_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_branding_colors_spec.rb b/clients/client/ruby/spec/models/project_branding_colors_spec.rb
index 9cd0dd70400..cf9c5023d15 100644
--- a/clients/client/ruby/spec/models/project_branding_colors_spec.rb
+++ b/clients/client/ruby/spec/models/project_branding_colors_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_branding_spec.rb b/clients/client/ruby/spec/models/project_branding_spec.rb
index a7e8b1239a6..523cfb300c8 100644
--- a/clients/client/ruby/spec/models/project_branding_spec.rb
+++ b/clients/client/ruby/spec/models/project_branding_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_branding_theme_spec.rb b/clients/client/ruby/spec/models/project_branding_theme_spec.rb
index b19b8209017..4590c1f6a05 100644
--- a/clients/client/ruby/spec/models/project_branding_theme_spec.rb
+++ b/clients/client/ruby/spec/models/project_branding_theme_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_cors_spec.rb b/clients/client/ruby/spec/models/project_cors_spec.rb
index 3797625e9b1..cd293cf84e2 100644
--- a/clients/client/ruby/spec/models/project_cors_spec.rb
+++ b/clients/client/ruby/spec/models/project_cors_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_host_spec.rb b/clients/client/ruby/spec/models/project_host_spec.rb
index cde3d542205..4a254d27a9b 100644
--- a/clients/client/ruby/spec/models/project_host_spec.rb
+++ b/clients/client/ruby/spec/models/project_host_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_metadata_spec.rb b/clients/client/ruby/spec/models/project_metadata_spec.rb
index 179246d6f9a..caa6f5de79a 100644
--- a/clients/client/ruby/spec/models/project_metadata_spec.rb
+++ b/clients/client/ruby/spec/models/project_metadata_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_service_identity_spec.rb b/clients/client/ruby/spec/models/project_service_identity_spec.rb
index 9bb3f8d7275..a15be29cc3a 100644
--- a/clients/client/ruby/spec/models/project_service_identity_spec.rb
+++ b/clients/client/ruby/spec/models/project_service_identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb b/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb
index 6b44cd69647..70ca334e183 100644
--- a/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb
+++ b/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_service_permission_spec.rb b/clients/client/ruby/spec/models/project_service_permission_spec.rb
index 01825e02a01..d2288690098 100644
--- a/clients/client/ruby/spec/models/project_service_permission_spec.rb
+++ b/clients/client/ruby/spec/models/project_service_permission_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_services_spec.rb b/clients/client/ruby/spec/models/project_services_spec.rb
index 7f0b9c3e1a3..3fe4a232a6d 100644
--- a/clients/client/ruby/spec/models/project_services_spec.rb
+++ b/clients/client/ruby/spec/models/project_services_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/project_spec.rb b/clients/client/ruby/spec/models/project_spec.rb
index ee2444926c7..83051e9f63b 100644
--- a/clients/client/ruby/spec/models/project_spec.rb
+++ b/clients/client/ruby/spec/models/project_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/quota_usage_spec.rb b/clients/client/ruby/spec/models/quota_usage_spec.rb
index c965548222d..1e8bd32a227 100644
--- a/clients/client/ruby/spec/models/quota_usage_spec.rb
+++ b/clients/client/ruby/spec/models/quota_usage_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb b/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb
index 2fc0ac74268..5947ead96da 100644
--- a/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/recovery_flow_spec.rb b/clients/client/ruby/spec/models/recovery_flow_spec.rb
index 5819eb2c0bb..44d2dd28a86 100644
--- a/clients/client/ruby/spec/models/recovery_flow_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/recovery_flow_state_spec.rb b/clients/client/ruby/spec/models/recovery_flow_state_spec.rb
index 5af48943fdd..e9e1c277d82 100644
--- a/clients/client/ruby/spec/models/recovery_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/recovery_identity_address_spec.rb b/clients/client/ruby/spec/models/recovery_identity_address_spec.rb
index 45ace74d924..db33a9a0e86 100644
--- a/clients/client/ruby/spec/models/recovery_identity_address_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_identity_address_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb b/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb
index 82ca65f9466..dc4d602ea21 100644
--- a/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/registration_flow_spec.rb b/clients/client/ruby/spec/models/registration_flow_spec.rb
index bf7b70b36a4..daa8de1db0e 100644
--- a/clients/client/ruby/spec/models/registration_flow_spec.rb
+++ b/clients/client/ruby/spec/models/registration_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/registration_flow_state_spec.rb b/clients/client/ruby/spec/models/registration_flow_state_spec.rb
index 011d3576b2b..ac7bf1991eb 100644
--- a/clients/client/ruby/spec/models/registration_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/registration_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb b/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb
index 751ee9286c3..caafea9e6b7 100644
--- a/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb
+++ b/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/relation_query_spec.rb b/clients/client/ruby/spec/models/relation_query_spec.rb
index 4256cccf979..b5652daa481 100644
--- a/clients/client/ruby/spec/models/relation_query_spec.rb
+++ b/clients/client/ruby/spec/models/relation_query_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/relationship_namespaces_spec.rb b/clients/client/ruby/spec/models/relationship_namespaces_spec.rb
index 2044fa07ed9..24c547c130d 100644
--- a/clients/client/ruby/spec/models/relationship_namespaces_spec.rb
+++ b/clients/client/ruby/spec/models/relationship_namespaces_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/relationship_patch_spec.rb b/clients/client/ruby/spec/models/relationship_patch_spec.rb
index 6329f75dd41..ca9d847db94 100644
--- a/clients/client/ruby/spec/models/relationship_patch_spec.rb
+++ b/clients/client/ruby/spec/models/relationship_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/relationship_spec.rb b/clients/client/ruby/spec/models/relationship_spec.rb
index edcca061bbb..cc8d866cb02 100644
--- a/clients/client/ruby/spec/models/relationship_spec.rb
+++ b/clients/client/ruby/spec/models/relationship_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/relationships_spec.rb b/clients/client/ruby/spec/models/relationships_spec.rb
index a5712d8dba2..a7c7cebea31 100644
--- a/clients/client/ruby/spec/models/relationships_spec.rb
+++ b/clients/client/ruby/spec/models/relationships_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb b/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb
index 2662a0ca885..74f8a2d00a2 100644
--- a/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb
+++ b/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/schema_patch_spec.rb b/clients/client/ruby/spec/models/schema_patch_spec.rb
index 0766a017217..94756a59791 100644
--- a/clients/client/ruby/spec/models/schema_patch_spec.rb
+++ b/clients/client/ruby/spec/models/schema_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb b/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb
index ff02959c4ab..35323f0403a 100644
--- a/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb
+++ b/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb b/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb
index 01a90f353a3..6bd7818f99e 100644
--- a/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb
+++ b/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/session_authentication_method_spec.rb b/clients/client/ruby/spec/models/session_authentication_method_spec.rb
index 4eb1b288273..d186d124e9c 100644
--- a/clients/client/ruby/spec/models/session_authentication_method_spec.rb
+++ b/clients/client/ruby/spec/models/session_authentication_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/session_device_spec.rb b/clients/client/ruby/spec/models/session_device_spec.rb
index db8de62e138..3726c54e001 100644
--- a/clients/client/ruby/spec/models/session_device_spec.rb
+++ b/clients/client/ruby/spec/models/session_device_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/session_spec.rb b/clients/client/ruby/spec/models/session_spec.rb
index 356e9c77b48..0abd84ba909 100644
--- a/clients/client/ruby/spec/models/session_spec.rb
+++ b/clients/client/ruby/spec/models/session_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb b/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb
index b544a458773..5d62d865be7 100644
--- a/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb
+++ b/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb b/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb
index ae503463a21..1072d85ac35 100644
--- a/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb
+++ b/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb b/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb
index b6838ebc5b8..b42bd1fabd4 100644
--- a/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb
+++ b/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/set_project_spec.rb b/clients/client/ruby/spec/models/set_project_spec.rb
index 183bcc87e16..371f8ed948d 100644
--- a/clients/client/ruby/spec/models/set_project_spec.rb
+++ b/clients/client/ruby/spec/models/set_project_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/settings_flow_spec.rb b/clients/client/ruby/spec/models/settings_flow_spec.rb
index 4881227f73e..96396a161aa 100644
--- a/clients/client/ruby/spec/models/settings_flow_spec.rb
+++ b/clients/client/ruby/spec/models/settings_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/settings_flow_state_spec.rb b/clients/client/ruby/spec/models/settings_flow_state_spec.rb
index ae645ccb87b..9db3243676e 100644
--- a/clients/client/ruby/spec/models/settings_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/settings_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/source_position_spec.rb b/clients/client/ruby/spec/models/source_position_spec.rb
index 32610fce0c2..dd72ca5e880 100644
--- a/clients/client/ruby/spec/models/source_position_spec.rb
+++ b/clients/client/ruby/spec/models/source_position_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/stripe_customer_spec.rb b/clients/client/ruby/spec/models/stripe_customer_spec.rb
index c185f7d5155..16e9c4cf12f 100644
--- a/clients/client/ruby/spec/models/stripe_customer_spec.rb
+++ b/clients/client/ruby/spec/models/stripe_customer_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/subject_set_spec.rb b/clients/client/ruby/spec/models/subject_set_spec.rb
index 54f95a561d7..492ac3fc0dd 100644
--- a/clients/client/ruby/spec/models/subject_set_spec.rb
+++ b/clients/client/ruby/spec/models/subject_set_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/subscription_spec.rb b/clients/client/ruby/spec/models/subscription_spec.rb
index 6d8aa3ae5e7..484942b6fba 100644
--- a/clients/client/ruby/spec/models/subscription_spec.rb
+++ b/clients/client/ruby/spec/models/subscription_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb b/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb
index b116d9daec7..0ac014cb1ef 100644
--- a/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb
+++ b/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/successful_native_login_spec.rb b/clients/client/ruby/spec/models/successful_native_login_spec.rb
index 5cae473e3e6..58a87eba717 100644
--- a/clients/client/ruby/spec/models/successful_native_login_spec.rb
+++ b/clients/client/ruby/spec/models/successful_native_login_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/successful_native_registration_spec.rb b/clients/client/ruby/spec/models/successful_native_registration_spec.rb
index 09271348e2d..ae5345168cb 100644
--- a/clients/client/ruby/spec/models/successful_native_registration_spec.rb
+++ b/clients/client/ruby/spec/models/successful_native_registration_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/successful_project_update_spec.rb b/clients/client/ruby/spec/models/successful_project_update_spec.rb
index 65d2d9ff04f..8ab095d7986 100644
--- a/clients/client/ruby/spec/models/successful_project_update_spec.rb
+++ b/clients/client/ruby/spec/models/successful_project_update_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/token_pagination_headers_spec.rb b/clients/client/ruby/spec/models/token_pagination_headers_spec.rb
index 556983b5c83..f4f329516e2 100644
--- a/clients/client/ruby/spec/models/token_pagination_headers_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_headers_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb b/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb
index 544faef6b0d..a35fd244cef 100644
--- a/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb b/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb
index 47396509365..548875c7dae 100644
--- a/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/token_pagination_spec.rb b/clients/client/ruby/spec/models/token_pagination_spec.rb
index 98fe57946a6..dc759c09f7d 100644
--- a/clients/client/ruby/spec/models/token_pagination_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb b/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb
index 392c5d8e413..c0d0864cbf4 100644
--- a/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb
+++ b/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb
index c96a1d02710..cfde3320abb 100644
--- a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb
+++ b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb
index b5878a85abc..7f6c68651e4 100644
--- a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb
+++ b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_container_spec.rb b/clients/client/ruby/spec/models/ui_container_spec.rb
index f331d33621e..52930bc2f79 100644
--- a/clients/client/ruby/spec/models/ui_container_spec.rb
+++ b/clients/client/ruby/spec/models/ui_container_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb
index 97ee40a05b7..ea366bc1c3b 100644
--- a/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_attributes_spec.rb
index daf567f037e..597c40cd21f 100644
--- a/clients/client/ruby/spec/models/ui_node_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb
index f4921a5322d..2526917aa25 100644
--- a/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb
index fb7acdc4b7a..eb2dab36018 100644
--- a/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_meta_spec.rb b/clients/client/ruby/spec/models/ui_node_meta_spec.rb
index 3c2f8916a51..5fbeaba3525 100644
--- a/clients/client/ruby/spec/models/ui_node_meta_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_meta_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb
index 20b205121a7..9f46e0a2d91 100644
--- a/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_spec.rb b/clients/client/ruby/spec/models/ui_node_spec.rb
index 050ed89fcfe..8ad9c5c3f55 100644
--- a/clients/client/ruby/spec/models/ui_node_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb b/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb
index 02bc95e76c2..fc81cc8d438 100644
--- a/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/ui_text_spec.rb b/clients/client/ruby/spec/models/ui_text_spec.rb
index 4e9193866ee..b1cca59e41e 100644
--- a/clients/client/ruby/spec/models/ui_text_spec.rb
+++ b/clients/client/ruby/spec/models/ui_text_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_identity_body_spec.rb b/clients/client/ruby/spec/models/update_identity_body_spec.rb
index 0e825e76476..8470533e423 100644
--- a/clients/client/ruby/spec/models/update_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_login_flow_body_spec.rb b/clients/client/ruby/spec/models/update_login_flow_body_spec.rb
index 41583f4251d..36a46ab047f 100644
--- a/clients/client/ruby/spec/models/update_login_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb
index ea1feb62b23..d707399f647 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb
index a05b5fdb3fd..e3c0f74f328 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb
index 9b540119fce..4f964069fdb 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb
index 136671f8cec..9031b9c258a 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb
index 4cda47cd812..08c5fb9e0bf 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb b/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb
index eb659ed23f0..cdaac9b6636 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb b/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb
index 9461554d145..88fb6d5565b 100644
--- a/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb
index a3ef81f73ab..e7de61dc8f2 100644
--- a/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb b/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb
index cdecc930b02..e8f837fba59 100644
--- a/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb
index 8af884d9272..46ef13be1e7 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb
index 63b8b89cebf..4c80a632fe5 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb
index b8d6d534f2e..ca72b29f8b5 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb
index 672e9b3c6fc..a20abf906ef 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb b/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb
index 5f4fb307046..6fa084df274 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb
index d870bf4c087..965e36f50fa 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb
index 2a2e8dd7de4..9136e191f33 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb
index 7679269e7d4..eac59ffbf49 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb
index 971131e6a79..a21b1a893b4 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb
index 8b530d2fa82..8e50538718e 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb
index bd629f6f3ac..6cc7dfcbd8b 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb b/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb
index 0a4a773c038..e693cc8fa85 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_subscription_body_spec.rb b/clients/client/ruby/spec/models/update_subscription_body_spec.rb
index b0bd67c5ab3..a59e4018acd 100644
--- a/clients/client/ruby/spec/models/update_subscription_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_subscription_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb b/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb
index c3ae46cce7f..b9ef035bccd 100644
--- a/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb b/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb
index bc98d7c6fc5..a79dbcefe9e 100644
--- a/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb b/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb
index 8513b352c65..61f10cd13f9 100644
--- a/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/usage_spec.rb b/clients/client/ruby/spec/models/usage_spec.rb
index e7a941fdcad..5ac4bc1436f 100644
--- a/clients/client/ruby/spec/models/usage_spec.rb
+++ b/clients/client/ruby/spec/models/usage_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb b/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb
index 4d70a1ef0fb..98592f4ed95 100644
--- a/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb b/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb
index 653e38564e0..461637fa19a 100644
--- a/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb b/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb
index 4c1097a7890..d5c459e0245 100644
--- a/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb b/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb
index bc9442724f0..354b2f01065 100644
--- a/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/verification_flow_spec.rb b/clients/client/ruby/spec/models/verification_flow_spec.rb
index c91a8a6c6a4..9357d13d417 100644
--- a/clients/client/ruby/spec/models/verification_flow_spec.rb
+++ b/clients/client/ruby/spec/models/verification_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/verification_flow_state_spec.rb b/clients/client/ruby/spec/models/verification_flow_state_spec.rb
index 96053ac15d2..379bfe7ed4c 100644
--- a/clients/client/ruby/spec/models/verification_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/verification_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/version_spec.rb b/clients/client/ruby/spec/models/version_spec.rb
index 76a352abe3c..492831a325d 100644
--- a/clients/client/ruby/spec/models/version_spec.rb
+++ b/clients/client/ruby/spec/models/version_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/warning_spec.rb b/clients/client/ruby/spec/models/warning_spec.rb
index e71530882d5..04e6261f0af 100644
--- a/clients/client/ruby/spec/models/warning_spec.rb
+++ b/clients/client/ruby/spec/models/warning_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/models/workspace_spec.rb b/clients/client/ruby/spec/models/workspace_spec.rb
index 947cef91dc5..57d020cf360 100644
--- a/clients/client/ruby/spec/models/workspace_spec.rb
+++ b/clients/client/ruby/spec/models/workspace_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/ruby/spec/spec_helper.rb b/clients/client/ruby/spec/spec_helper.rb
index 860de675ff9..0077622faf4 100644
--- a/clients/client/ruby/spec/spec_helper.rb
+++ b/clients/client/ruby/spec/spec_helper.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.5
+The version of the OpenAPI document: v1.4.6
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
diff --git a/clients/client/rust/Cargo.lock b/clients/client/rust/Cargo.lock
index 33867c92abb..8b3a449ce15 100644
--- a/clients/client/rust/Cargo.lock
+++ b/clients/client/rust/Cargo.lock
@@ -206,9 +206,9 @@ dependencies = [
[[package]]
name = "http-body"
-version = "0.4.5"
+version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
+checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http",
@@ -279,9 +279,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "itoa"
-version = "1.0.9"
+version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
+checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "js-sys"
@@ -294,9 +294,9 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.150"
+version = "0.2.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
+checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
[[package]]
name = "log"
@@ -372,7 +372,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "ory-client"
-version = "1.4.5"
+version = "1.4.6"
dependencies = [
"num-traits",
"reqwest",
@@ -462,9 +462,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "ryu"
-version = "1.0.15"
+version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
+checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
[[package]]
name = "serde"
@@ -540,9 +540,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.39"
+version = "2.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
+checksum = "13fa70a4ee923979ffb522cacce59d34421ebdea5625e1073c4326ef9d2dd42e"
dependencies = [
"proc-macro2",
"quote",
@@ -587,9 +587,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
-version = "1.34.0"
+version = "1.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
+checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
dependencies = [
"backtrace",
"bytes",
diff --git a/clients/client/rust/Cargo.toml b/clients/client/rust/Cargo.toml
index 17e06abe64f..de07d1a8fe5 100644
--- a/clients/client/rust/Cargo.toml
+++ b/clients/client/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ory-client"
-version = "1.4.5"
+version = "1.4.6"
description = "SDK Client for Ory"
documentation = "https://www.ory.sh/docs/sdk"
homepage = "https://www.ory.sh"
diff --git a/clients/client/rust/README.md b/clients/client/rust/README.md
index 19b4a1cbfd7..73d96325b4e 100644
--- a/clients/client/rust/README.md
+++ b/clients/client/rust/README.md
@@ -9,8 +9,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
-- API version: v1.4.5
-- Package version: v1.4.5
+- API version: v1.4.6
+- Package version: v1.4.6
- Build package: `org.openapitools.codegen.languages.RustClientCodegen`
## Installation
diff --git a/clients/client/rust/src/apis/configuration.rs b/clients/client/rust/src/apis/configuration.rs
index 42ccd630ee7..8081714c40c 100644
--- a/clients/client/rust/src/apis/configuration.rs
+++ b/clients/client/rust/src/apis/configuration.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
@@ -41,7 +41,7 @@ impl Default for Configuration {
fn default() -> Self {
Configuration {
base_path: "https://playground.projects.oryapis.com".to_owned(),
- user_agent: Some("OpenAPI-Generator/v1.4.5/rust".to_owned()),
+ user_agent: Some("OpenAPI-Generator/v1.4.6/rust".to_owned()),
client: reqwest::Client::new(),
basic_auth: None,
oauth_access_token: None,
diff --git a/clients/client/rust/src/apis/courier_api.rs b/clients/client/rust/src/apis/courier_api.rs
index f9ad94759b3..1f415c93321 100644
--- a/clients/client/rust/src/apis/courier_api.rs
+++ b/clients/client/rust/src/apis/courier_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/frontend_api.rs b/clients/client/rust/src/apis/frontend_api.rs
index b46d8ebcbbd..def3627daf9 100644
--- a/clients/client/rust/src/apis/frontend_api.rs
+++ b/clients/client/rust/src/apis/frontend_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/identity_api.rs b/clients/client/rust/src/apis/identity_api.rs
index 055e1caa556..496ff959822 100644
--- a/clients/client/rust/src/apis/identity_api.rs
+++ b/clients/client/rust/src/apis/identity_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/jwk_api.rs b/clients/client/rust/src/apis/jwk_api.rs
index fa60d27854b..c2a0848bc5f 100644
--- a/clients/client/rust/src/apis/jwk_api.rs
+++ b/clients/client/rust/src/apis/jwk_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/metadata_api.rs b/clients/client/rust/src/apis/metadata_api.rs
index f4014521107..139faf739a8 100644
--- a/clients/client/rust/src/apis/metadata_api.rs
+++ b/clients/client/rust/src/apis/metadata_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/o_auth2_api.rs b/clients/client/rust/src/apis/o_auth2_api.rs
index d1478ec8d78..d158aaf8d0d 100644
--- a/clients/client/rust/src/apis/o_auth2_api.rs
+++ b/clients/client/rust/src/apis/o_auth2_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/oidc_api.rs b/clients/client/rust/src/apis/oidc_api.rs
index ef1ed4bd850..dc5921b81fb 100644
--- a/clients/client/rust/src/apis/oidc_api.rs
+++ b/clients/client/rust/src/apis/oidc_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/permission_api.rs b/clients/client/rust/src/apis/permission_api.rs
index bb8764ee7ba..7dec4abad69 100644
--- a/clients/client/rust/src/apis/permission_api.rs
+++ b/clients/client/rust/src/apis/permission_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/project_api.rs b/clients/client/rust/src/apis/project_api.rs
index 59d98a441e0..c1e2ebc36fb 100644
--- a/clients/client/rust/src/apis/project_api.rs
+++ b/clients/client/rust/src/apis/project_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/relationship_api.rs b/clients/client/rust/src/apis/relationship_api.rs
index e420dd5fc68..1c639b26efc 100644
--- a/clients/client/rust/src/apis/relationship_api.rs
+++ b/clients/client/rust/src/apis/relationship_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/apis/wellknown_api.rs b/clients/client/rust/src/apis/wellknown_api.rs
index 12b3bb08ef0..2cc9aec644a 100644
--- a/clients/client/rust/src/apis/wellknown_api.rs
+++ b/clients/client/rust/src/apis/wellknown_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/accept_o_auth2_consent_request.rs b/clients/client/rust/src/models/accept_o_auth2_consent_request.rs
index 822375310a7..dbbb78f20f6 100644
--- a/clients/client/rust/src/models/accept_o_auth2_consent_request.rs
+++ b/clients/client/rust/src/models/accept_o_auth2_consent_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs b/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs
index 86eb97ecadf..451bf7b927f 100644
--- a/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs
+++ b/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/accept_o_auth2_login_request.rs b/clients/client/rust/src/models/accept_o_auth2_login_request.rs
index a7790594e18..617e38ab093 100644
--- a/clients/client/rust/src/models/accept_o_auth2_login_request.rs
+++ b/clients/client/rust/src/models/accept_o_auth2_login_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/active_project_in_console.rs b/clients/client/rust/src/models/active_project_in_console.rs
index 5ef8315414d..6a1158982e5 100644
--- a/clients/client/rust/src/models/active_project_in_console.rs
+++ b/clients/client/rust/src/models/active_project_in_console.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/attributes_count_datapoint.rs b/clients/client/rust/src/models/attributes_count_datapoint.rs
index 68b1c0fcdeb..9deeb621e3a 100644
--- a/clients/client/rust/src/models/attributes_count_datapoint.rs
+++ b/clients/client/rust/src/models/attributes_count_datapoint.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/authenticator_assurance_level.rs b/clients/client/rust/src/models/authenticator_assurance_level.rs
index 77d010268b8..10f69d88db2 100644
--- a/clients/client/rust/src/models/authenticator_assurance_level.rs
+++ b/clients/client/rust/src/models/authenticator_assurance_level.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/batch_patch_identities_response.rs b/clients/client/rust/src/models/batch_patch_identities_response.rs
index ec7e9bfe3c9..bb3deac04ea 100644
--- a/clients/client/rust/src/models/batch_patch_identities_response.rs
+++ b/clients/client/rust/src/models/batch_patch_identities_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/check_opl_syntax_result.rs b/clients/client/rust/src/models/check_opl_syntax_result.rs
index 4567a082c61..c09d5403fc2 100644
--- a/clients/client/rust/src/models/check_opl_syntax_result.rs
+++ b/clients/client/rust/src/models/check_opl_syntax_result.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/check_permission_result.rs b/clients/client/rust/src/models/check_permission_result.rs
index a99c55b5433..89825db09ae 100644
--- a/clients/client/rust/src/models/check_permission_result.rs
+++ b/clients/client/rust/src/models/check_permission_result.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/cloud_account.rs b/clients/client/rust/src/models/cloud_account.rs
index ad30680a71e..3e4b8681ede 100644
--- a/clients/client/rust/src/models/cloud_account.rs
+++ b/clients/client/rust/src/models/cloud_account.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/consistency_request_parameters.rs b/clients/client/rust/src/models/consistency_request_parameters.rs
index d413625baa9..f2e16f3e1e5 100644
--- a/clients/client/rust/src/models/consistency_request_parameters.rs
+++ b/clients/client/rust/src/models/consistency_request_parameters.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with.rs b/clients/client/rust/src/models/continue_with.rs
index 4eb529116a6..3ef18aed868 100644
--- a/clients/client/rust/src/models/continue_with.rs
+++ b/clients/client/rust/src/models/continue_with.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with_recovery_ui.rs b/clients/client/rust/src/models/continue_with_recovery_ui.rs
index 1f5bcb9e631..6f2b1aad728 100644
--- a/clients/client/rust/src/models/continue_with_recovery_ui.rs
+++ b/clients/client/rust/src/models/continue_with_recovery_ui.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs b/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs
index 110b7d33c46..630c48ac0d3 100644
--- a/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs
+++ b/clients/client/rust/src/models/continue_with_recovery_ui_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with_set_ory_session_token.rs b/clients/client/rust/src/models/continue_with_set_ory_session_token.rs
index 6bf83971144..25469665310 100644
--- a/clients/client/rust/src/models/continue_with_set_ory_session_token.rs
+++ b/clients/client/rust/src/models/continue_with_set_ory_session_token.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with_settings_ui.rs b/clients/client/rust/src/models/continue_with_settings_ui.rs
index 55b3c227d3b..a57cfe619bb 100644
--- a/clients/client/rust/src/models/continue_with_settings_ui.rs
+++ b/clients/client/rust/src/models/continue_with_settings_ui.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with_settings_ui_flow.rs b/clients/client/rust/src/models/continue_with_settings_ui_flow.rs
index e1476a1df06..a054db27432 100644
--- a/clients/client/rust/src/models/continue_with_settings_ui_flow.rs
+++ b/clients/client/rust/src/models/continue_with_settings_ui_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with_verification_ui.rs b/clients/client/rust/src/models/continue_with_verification_ui.rs
index ca28ea76861..a37b60084fd 100644
--- a/clients/client/rust/src/models/continue_with_verification_ui.rs
+++ b/clients/client/rust/src/models/continue_with_verification_ui.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/continue_with_verification_ui_flow.rs b/clients/client/rust/src/models/continue_with_verification_ui_flow.rs
index 9cb956dbcc6..af3929145ae 100644
--- a/clients/client/rust/src/models/continue_with_verification_ui_flow.rs
+++ b/clients/client/rust/src/models/continue_with_verification_ui_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/courier_message_status.rs b/clients/client/rust/src/models/courier_message_status.rs
index 4d908381095..648f3e664b3 100644
--- a/clients/client/rust/src/models/courier_message_status.rs
+++ b/clients/client/rust/src/models/courier_message_status.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/courier_message_type.rs b/clients/client/rust/src/models/courier_message_type.rs
index 6ee811662c4..3aae557bdb2 100644
--- a/clients/client/rust/src/models/courier_message_type.rs
+++ b/clients/client/rust/src/models/courier_message_type.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_custom_domain_body.rs b/clients/client/rust/src/models/create_custom_domain_body.rs
index 3f24dbd2c05..0575f7baac6 100644
--- a/clients/client/rust/src/models/create_custom_domain_body.rs
+++ b/clients/client/rust/src/models/create_custom_domain_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_identity_body.rs b/clients/client/rust/src/models/create_identity_body.rs
index 79e4902df9d..1c5860ca339 100644
--- a/clients/client/rust/src/models/create_identity_body.rs
+++ b/clients/client/rust/src/models/create_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_invite_response.rs b/clients/client/rust/src/models/create_invite_response.rs
index b34fbf8c897..6988c85a815 100644
--- a/clients/client/rust/src/models/create_invite_response.rs
+++ b/clients/client/rust/src/models/create_invite_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_json_web_key_set.rs b/clients/client/rust/src/models/create_json_web_key_set.rs
index b2d7117b426..a9e96d84fa7 100644
--- a/clients/client/rust/src/models/create_json_web_key_set.rs
+++ b/clients/client/rust/src/models/create_json_web_key_set.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_project_api_key_request.rs b/clients/client/rust/src/models/create_project_api_key_request.rs
index 1d0fd142d4e..7cc6f8f787c 100644
--- a/clients/client/rust/src/models/create_project_api_key_request.rs
+++ b/clients/client/rust/src/models/create_project_api_key_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_project_body.rs b/clients/client/rust/src/models/create_project_body.rs
index 9b452928142..ab7e3a20fef 100644
--- a/clients/client/rust/src/models/create_project_body.rs
+++ b/clients/client/rust/src/models/create_project_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_project_branding.rs b/clients/client/rust/src/models/create_project_branding.rs
index da6a24fa250..acf9d1f8693 100644
--- a/clients/client/rust/src/models/create_project_branding.rs
+++ b/clients/client/rust/src/models/create_project_branding.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_project_member_invite_body.rs b/clients/client/rust/src/models/create_project_member_invite_body.rs
index 213af21c5a6..c04c38ba28f 100644
--- a/clients/client/rust/src/models/create_project_member_invite_body.rs
+++ b/clients/client/rust/src/models/create_project_member_invite_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_project_normalized_payload.rs b/clients/client/rust/src/models/create_project_normalized_payload.rs
index 4f687daa09a..f8939a3bd0d 100644
--- a/clients/client/rust/src/models/create_project_normalized_payload.rs
+++ b/clients/client/rust/src/models/create_project_normalized_payload.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs b/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs
index 8257c1150b3..ee4b8417d5b 100644
--- a/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs
+++ b/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs b/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs
index 9b47e11f1b9..2f13aef75d4 100644
--- a/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs
+++ b/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_relationship_body.rs b/clients/client/rust/src/models/create_relationship_body.rs
index e079432049b..c8f3ae8d6f2 100644
--- a/clients/client/rust/src/models/create_relationship_body.rs
+++ b/clients/client/rust/src/models/create_relationship_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_subscription_body.rs b/clients/client/rust/src/models/create_subscription_body.rs
index 9d538c0f26e..b8d8f78b44a 100644
--- a/clients/client/rust/src/models/create_subscription_body.rs
+++ b/clients/client/rust/src/models/create_subscription_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/create_verifiable_credential_request_body.rs b/clients/client/rust/src/models/create_verifiable_credential_request_body.rs
index 1f11a1a64ea..df6e2dbbc83 100644
--- a/clients/client/rust/src/models/create_verifiable_credential_request_body.rs
+++ b/clients/client/rust/src/models/create_verifiable_credential_request_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/credential_supported_draft00.rs b/clients/client/rust/src/models/credential_supported_draft00.rs
index d889600d132..8210d6f051d 100644
--- a/clients/client/rust/src/models/credential_supported_draft00.rs
+++ b/clients/client/rust/src/models/credential_supported_draft00.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/custom_domain.rs b/clients/client/rust/src/models/custom_domain.rs
index f7330bda31b..adbaefc5b57 100644
--- a/clients/client/rust/src/models/custom_domain.rs
+++ b/clients/client/rust/src/models/custom_domain.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/delete_my_sessions_count.rs b/clients/client/rust/src/models/delete_my_sessions_count.rs
index 2ae6d4cf0b6..803bb935d56 100644
--- a/clients/client/rust/src/models/delete_my_sessions_count.rs
+++ b/clients/client/rust/src/models/delete_my_sessions_count.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/email_template_data.rs b/clients/client/rust/src/models/email_template_data.rs
index 88123ccb94b..ec72f4c5eca 100644
--- a/clients/client/rust/src/models/email_template_data.rs
+++ b/clients/client/rust/src/models/email_template_data.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/email_template_data_body.rs b/clients/client/rust/src/models/email_template_data_body.rs
index 23caefccca0..8c0a3bc6311 100644
--- a/clients/client/rust/src/models/email_template_data_body.rs
+++ b/clients/client/rust/src/models/email_template_data_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs b/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs
index 75624b3001c..5e27a12d0ee 100644
--- a/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs
+++ b/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/error_browser_location_change_required.rs b/clients/client/rust/src/models/error_browser_location_change_required.rs
index 765fd7118fe..d21be724f3d 100644
--- a/clients/client/rust/src/models/error_browser_location_change_required.rs
+++ b/clients/client/rust/src/models/error_browser_location_change_required.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/error_flow_replaced.rs b/clients/client/rust/src/models/error_flow_replaced.rs
index 909e9e38f7a..0625d0a495f 100644
--- a/clients/client/rust/src/models/error_flow_replaced.rs
+++ b/clients/client/rust/src/models/error_flow_replaced.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/error_generic.rs b/clients/client/rust/src/models/error_generic.rs
index 982018fadcb..34659e1069f 100644
--- a/clients/client/rust/src/models/error_generic.rs
+++ b/clients/client/rust/src/models/error_generic.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/error_o_auth2.rs b/clients/client/rust/src/models/error_o_auth2.rs
index b7c5fa973d0..0188ffa8fca 100644
--- a/clients/client/rust/src/models/error_o_auth2.rs
+++ b/clients/client/rust/src/models/error_o_auth2.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/expanded_permission_tree.rs b/clients/client/rust/src/models/expanded_permission_tree.rs
index 7038098471c..92128ec6a42 100644
--- a/clients/client/rust/src/models/expanded_permission_tree.rs
+++ b/clients/client/rust/src/models/expanded_permission_tree.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/flow_error.rs b/clients/client/rust/src/models/flow_error.rs
index 5f41c5c6039..07acb963240 100644
--- a/clients/client/rust/src/models/flow_error.rs
+++ b/clients/client/rust/src/models/flow_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/generic_error.rs b/clients/client/rust/src/models/generic_error.rs
index ee59c3c8ab6..1dc1452bd9f 100644
--- a/clients/client/rust/src/models/generic_error.rs
+++ b/clients/client/rust/src/models/generic_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/generic_error_content.rs b/clients/client/rust/src/models/generic_error_content.rs
index 1746bf28833..570999ebffa 100644
--- a/clients/client/rust/src/models/generic_error_content.rs
+++ b/clients/client/rust/src/models/generic_error_content.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/generic_usage.rs b/clients/client/rust/src/models/generic_usage.rs
index f3916cb0e12..35e419e864a 100644
--- a/clients/client/rust/src/models/generic_usage.rs
+++ b/clients/client/rust/src/models/generic_usage.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/get_attributes_count_response.rs b/clients/client/rust/src/models/get_attributes_count_response.rs
index 68d75ae58f0..88074c60eb4 100644
--- a/clients/client/rust/src/models/get_attributes_count_response.rs
+++ b/clients/client/rust/src/models/get_attributes_count_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/get_managed_identity_schema_location.rs b/clients/client/rust/src/models/get_managed_identity_schema_location.rs
index 4d98e8bf2f2..36789bbd892 100644
--- a/clients/client/rust/src/models/get_managed_identity_schema_location.rs
+++ b/clients/client/rust/src/models/get_managed_identity_schema_location.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/get_organization_response.rs b/clients/client/rust/src/models/get_organization_response.rs
index 57d6826d61f..065c83ac889 100644
--- a/clients/client/rust/src/models/get_organization_response.rs
+++ b/clients/client/rust/src/models/get_organization_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/get_project_metrics_response.rs b/clients/client/rust/src/models/get_project_metrics_response.rs
index 7cdac774f36..9ef2416de50 100644
--- a/clients/client/rust/src/models/get_project_metrics_response.rs
+++ b/clients/client/rust/src/models/get_project_metrics_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/get_session_activity_response.rs b/clients/client/rust/src/models/get_session_activity_response.rs
index 9cf640509a6..dc4aadf1115 100644
--- a/clients/client/rust/src/models/get_session_activity_response.rs
+++ b/clients/client/rust/src/models/get_session_activity_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/get_version_200_response.rs b/clients/client/rust/src/models/get_version_200_response.rs
index b23e0f3620c..28345ef0525 100644
--- a/clients/client/rust/src/models/get_version_200_response.rs
+++ b/clients/client/rust/src/models/get_version_200_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/health_not_ready_status.rs b/clients/client/rust/src/models/health_not_ready_status.rs
index 4deb2c0e90d..d1440f2fedf 100644
--- a/clients/client/rust/src/models/health_not_ready_status.rs
+++ b/clients/client/rust/src/models/health_not_ready_status.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/health_status.rs b/clients/client/rust/src/models/health_status.rs
index 4f8a9a65fa7..7d08ecf08d5 100644
--- a/clients/client/rust/src/models/health_status.rs
+++ b/clients/client/rust/src/models/health_status.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity.rs b/clients/client/rust/src/models/identity.rs
index 2de94d6efac..9ac8af240e6 100644
--- a/clients/client/rust/src/models/identity.rs
+++ b/clients/client/rust/src/models/identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_credentials.rs b/clients/client/rust/src/models/identity_credentials.rs
index cdf7872aa64..fb33d1b304a 100644
--- a/clients/client/rust/src/models/identity_credentials.rs
+++ b/clients/client/rust/src/models/identity_credentials.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_credentials_code.rs b/clients/client/rust/src/models/identity_credentials_code.rs
index 582ae9da1fe..627e5f92b40 100644
--- a/clients/client/rust/src/models/identity_credentials_code.rs
+++ b/clients/client/rust/src/models/identity_credentials_code.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_credentials_oidc.rs b/clients/client/rust/src/models/identity_credentials_oidc.rs
index ae1da8abec3..d0870cf4c70 100644
--- a/clients/client/rust/src/models/identity_credentials_oidc.rs
+++ b/clients/client/rust/src/models/identity_credentials_oidc.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_credentials_oidc_provider.rs b/clients/client/rust/src/models/identity_credentials_oidc_provider.rs
index 3f003e67e2a..2da1e016fd0 100644
--- a/clients/client/rust/src/models/identity_credentials_oidc_provider.rs
+++ b/clients/client/rust/src/models/identity_credentials_oidc_provider.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_credentials_password.rs b/clients/client/rust/src/models/identity_credentials_password.rs
index c3efffe8642..0c6ffc870bf 100644
--- a/clients/client/rust/src/models/identity_credentials_password.rs
+++ b/clients/client/rust/src/models/identity_credentials_password.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_credentials_type.rs b/clients/client/rust/src/models/identity_credentials_type.rs
index 7c5365d9438..e0ae8ed7e11 100644
--- a/clients/client/rust/src/models/identity_credentials_type.rs
+++ b/clients/client/rust/src/models/identity_credentials_type.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_patch.rs b/clients/client/rust/src/models/identity_patch.rs
index c66e1ba87e2..701cca370b3 100644
--- a/clients/client/rust/src/models/identity_patch.rs
+++ b/clients/client/rust/src/models/identity_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_patch_response.rs b/clients/client/rust/src/models/identity_patch_response.rs
index 81d662ecc21..7f747c01667 100644
--- a/clients/client/rust/src/models/identity_patch_response.rs
+++ b/clients/client/rust/src/models/identity_patch_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_schema_container.rs b/clients/client/rust/src/models/identity_schema_container.rs
index 54039597929..8a35630fbf5 100644
--- a/clients/client/rust/src/models/identity_schema_container.rs
+++ b/clients/client/rust/src/models/identity_schema_container.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_schema_preset.rs b/clients/client/rust/src/models/identity_schema_preset.rs
index 5201742f32e..58ef0799aea 100644
--- a/clients/client/rust/src/models/identity_schema_preset.rs
+++ b/clients/client/rust/src/models/identity_schema_preset.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_state.rs b/clients/client/rust/src/models/identity_state.rs
index b34c8145e09..b08651d1974 100644
--- a/clients/client/rust/src/models/identity_state.rs
+++ b/clients/client/rust/src/models/identity_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_with_credentials.rs b/clients/client/rust/src/models/identity_with_credentials.rs
index 9886d81ac39..77bc6835800 100644
--- a/clients/client/rust/src/models/identity_with_credentials.rs
+++ b/clients/client/rust/src/models/identity_with_credentials.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_with_credentials_oidc.rs b/clients/client/rust/src/models/identity_with_credentials_oidc.rs
index a03f6609c84..a649da63033 100644
--- a/clients/client/rust/src/models/identity_with_credentials_oidc.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_oidc.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs b/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs
index e1eddf0c7f8..250b313a565 100644
--- a/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs b/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs
index 073944e8dbb..412cde0f4c1 100644
--- a/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_with_credentials_password.rs b/clients/client/rust/src/models/identity_with_credentials_password.rs
index 74c92550416..7a7e80bb813 100644
--- a/clients/client/rust/src/models/identity_with_credentials_password.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_password.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/identity_with_credentials_password_config.rs b/clients/client/rust/src/models/identity_with_credentials_password_config.rs
index 38e70dbb3aa..9850261b274 100644
--- a/clients/client/rust/src/models/identity_with_credentials_password_config.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_password_config.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/internal_get_project_branding_body.rs b/clients/client/rust/src/models/internal_get_project_branding_body.rs
index 45d0f088c49..066d40fbb15 100644
--- a/clients/client/rust/src/models/internal_get_project_branding_body.rs
+++ b/clients/client/rust/src/models/internal_get_project_branding_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs b/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs
index 2d6747952ca..2efc459411b 100644
--- a/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs
+++ b/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs
index 1ab425bc9d1..8f2ba15dcc1 100644
--- a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs
+++ b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs
index 403db04f768..46a3c6bbea0 100644
--- a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs
+++ b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/internal_provision_mock_subscription.rs b/clients/client/rust/src/models/internal_provision_mock_subscription.rs
index a920c9d40ac..95aa681eca2 100644
--- a/clients/client/rust/src/models/internal_provision_mock_subscription.rs
+++ b/clients/client/rust/src/models/internal_provision_mock_subscription.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/introspected_o_auth2_token.rs b/clients/client/rust/src/models/introspected_o_auth2_token.rs
index b5fc5eaf66e..6986816645d 100644
--- a/clients/client/rust/src/models/introspected_o_auth2_token.rs
+++ b/clients/client/rust/src/models/introspected_o_auth2_token.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/is_owner_for_project_by_slug.rs b/clients/client/rust/src/models/is_owner_for_project_by_slug.rs
index aa9e9c66372..b0c4744784c 100644
--- a/clients/client/rust/src/models/is_owner_for_project_by_slug.rs
+++ b/clients/client/rust/src/models/is_owner_for_project_by_slug.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/is_ready_200_response.rs b/clients/client/rust/src/models/is_ready_200_response.rs
index 1773ea48294..37e157ff380 100644
--- a/clients/client/rust/src/models/is_ready_200_response.rs
+++ b/clients/client/rust/src/models/is_ready_200_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/is_ready_503_response.rs b/clients/client/rust/src/models/is_ready_503_response.rs
index 4c8a5421a6f..7f775d94aaa 100644
--- a/clients/client/rust/src/models/is_ready_503_response.rs
+++ b/clients/client/rust/src/models/is_ready_503_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/json_patch.rs b/clients/client/rust/src/models/json_patch.rs
index adb6e72caf9..8e8fb32c29a 100644
--- a/clients/client/rust/src/models/json_patch.rs
+++ b/clients/client/rust/src/models/json_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/json_web_key.rs b/clients/client/rust/src/models/json_web_key.rs
index 31c0345ff0c..d0b7db4e1e4 100644
--- a/clients/client/rust/src/models/json_web_key.rs
+++ b/clients/client/rust/src/models/json_web_key.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/json_web_key_set.rs b/clients/client/rust/src/models/json_web_key_set.rs
index 28dc9031d44..f376151526d 100644
--- a/clients/client/rust/src/models/json_web_key_set.rs
+++ b/clients/client/rust/src/models/json_web_key_set.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/keto_namespace.rs b/clients/client/rust/src/models/keto_namespace.rs
index 2f85b34ac76..d1bf39322e6 100644
--- a/clients/client/rust/src/models/keto_namespace.rs
+++ b/clients/client/rust/src/models/keto_namespace.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/list_my_workspaces_response.rs b/clients/client/rust/src/models/list_my_workspaces_response.rs
index 1d5385c6922..2d125e140e5 100644
--- a/clients/client/rust/src/models/list_my_workspaces_response.rs
+++ b/clients/client/rust/src/models/list_my_workspaces_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/list_organizations_response.rs b/clients/client/rust/src/models/list_organizations_response.rs
index 7c25b824c58..dad012b68e5 100644
--- a/clients/client/rust/src/models/list_organizations_response.rs
+++ b/clients/client/rust/src/models/list_organizations_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/login_flow.rs b/clients/client/rust/src/models/login_flow.rs
index 514f9eaf927..ab5ad860292 100644
--- a/clients/client/rust/src/models/login_flow.rs
+++ b/clients/client/rust/src/models/login_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/login_flow_state.rs b/clients/client/rust/src/models/login_flow_state.rs
index b7c1d5a1f38..54d088507c3 100644
--- a/clients/client/rust/src/models/login_flow_state.rs
+++ b/clients/client/rust/src/models/login_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/logout_flow.rs b/clients/client/rust/src/models/logout_flow.rs
index c54b94e8c17..494c7772bb6 100644
--- a/clients/client/rust/src/models/logout_flow.rs
+++ b/clients/client/rust/src/models/logout_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/managed_identity_schema.rs b/clients/client/rust/src/models/managed_identity_schema.rs
index 0636731bf23..63707ee5521 100644
--- a/clients/client/rust/src/models/managed_identity_schema.rs
+++ b/clients/client/rust/src/models/managed_identity_schema.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/managed_identity_schema_validation_result.rs b/clients/client/rust/src/models/managed_identity_schema_validation_result.rs
index 9d030e5287b..0e2935a8b57 100644
--- a/clients/client/rust/src/models/managed_identity_schema_validation_result.rs
+++ b/clients/client/rust/src/models/managed_identity_schema_validation_result.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/member_invite.rs b/clients/client/rust/src/models/member_invite.rs
index e9e12412855..9f77223fcbf 100644
--- a/clients/client/rust/src/models/member_invite.rs
+++ b/clients/client/rust/src/models/member_invite.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/message.rs b/clients/client/rust/src/models/message.rs
index a6217dc1244..55548bec674 100644
--- a/clients/client/rust/src/models/message.rs
+++ b/clients/client/rust/src/models/message.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/message_dispatch.rs b/clients/client/rust/src/models/message_dispatch.rs
index d0941c2ddf8..f6eda60b705 100644
--- a/clients/client/rust/src/models/message_dispatch.rs
+++ b/clients/client/rust/src/models/message_dispatch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/metrics_datapoint.rs b/clients/client/rust/src/models/metrics_datapoint.rs
index e209e079471..1e075bf673c 100644
--- a/clients/client/rust/src/models/metrics_datapoint.rs
+++ b/clients/client/rust/src/models/metrics_datapoint.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/namespace.rs b/clients/client/rust/src/models/namespace.rs
index e8c17ee42f3..58667bdaa63 100644
--- a/clients/client/rust/src/models/namespace.rs
+++ b/clients/client/rust/src/models/namespace.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/needs_privileged_session_error.rs b/clients/client/rust/src/models/needs_privileged_session_error.rs
index 067afcf10ef..5af9f91f1c5 100644
--- a/clients/client/rust/src/models/needs_privileged_session_error.rs
+++ b/clients/client/rust/src/models/needs_privileged_session_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/normalized_project.rs b/clients/client/rust/src/models/normalized_project.rs
index fdf2498cdba..da83ee20088 100644
--- a/clients/client/rust/src/models/normalized_project.rs
+++ b/clients/client/rust/src/models/normalized_project.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/normalized_project_revision.rs b/clients/client/rust/src/models/normalized_project_revision.rs
index b6168fa511f..1453ade81e5 100644
--- a/clients/client/rust/src/models/normalized_project_revision.rs
+++ b/clients/client/rust/src/models/normalized_project_revision.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/normalized_project_revision_hook.rs b/clients/client/rust/src/models/normalized_project_revision_hook.rs
index 0c4377881c4..e0dd42899f3 100644
--- a/clients/client/rust/src/models/normalized_project_revision_hook.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_hook.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs b/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs
index d74ff30e714..8a8cde7c286 100644
--- a/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs b/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs
index 0d6688a1f6d..2231a929a0f 100644
--- a/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs b/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs
index 3ef2f5d9ecf..3f3485e286d 100644
--- a/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_client.rs b/clients/client/rust/src/models/o_auth2_client.rs
index 0cb709555dc..8d8804168e8 100644
--- a/clients/client/rust/src/models/o_auth2_client.rs
+++ b/clients/client/rust/src/models/o_auth2_client.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs b/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs
index 189e657322f..15ce070ae83 100644
--- a/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs
+++ b/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_consent_request.rs b/clients/client/rust/src/models/o_auth2_consent_request.rs
index 67861cb0e79..98af7bc2b15 100644
--- a/clients/client/rust/src/models/o_auth2_consent_request.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs b/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs
index 7a77e61a4dd..91919584bd0 100644
--- a/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_consent_session.rs b/clients/client/rust/src/models/o_auth2_consent_session.rs
index 554aed9cc8c..6699cfce07d 100644
--- a/clients/client/rust/src/models/o_auth2_consent_session.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_session.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs b/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs
index 5a8f423c24a..c361cd89c28 100644
--- a/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_login_request.rs b/clients/client/rust/src/models/o_auth2_login_request.rs
index 427712a7eb4..efa7855f315 100644
--- a/clients/client/rust/src/models/o_auth2_login_request.rs
+++ b/clients/client/rust/src/models/o_auth2_login_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_logout_request.rs b/clients/client/rust/src/models/o_auth2_logout_request.rs
index 907dcfe741b..084a36c1f51 100644
--- a/clients/client/rust/src/models/o_auth2_logout_request.rs
+++ b/clients/client/rust/src/models/o_auth2_logout_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_redirect_to.rs b/clients/client/rust/src/models/o_auth2_redirect_to.rs
index 872d9f80975..0b4adb0183d 100644
--- a/clients/client/rust/src/models/o_auth2_redirect_to.rs
+++ b/clients/client/rust/src/models/o_auth2_redirect_to.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/o_auth2_token_exchange.rs b/clients/client/rust/src/models/o_auth2_token_exchange.rs
index 4db311ff48d..e06f177e0fd 100644
--- a/clients/client/rust/src/models/o_auth2_token_exchange.rs
+++ b/clients/client/rust/src/models/o_auth2_token_exchange.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/oidc_configuration.rs b/clients/client/rust/src/models/oidc_configuration.rs
index 919a382cb14..d7ff285a699 100644
--- a/clients/client/rust/src/models/oidc_configuration.rs
+++ b/clients/client/rust/src/models/oidc_configuration.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/oidc_user_info.rs b/clients/client/rust/src/models/oidc_user_info.rs
index 5fa1281ff36..e87eb166158 100644
--- a/clients/client/rust/src/models/oidc_user_info.rs
+++ b/clients/client/rust/src/models/oidc_user_info.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/organization.rs b/clients/client/rust/src/models/organization.rs
index 2c0c86bb1e0..8f7bfeb599f 100644
--- a/clients/client/rust/src/models/organization.rs
+++ b/clients/client/rust/src/models/organization.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/organization_body.rs b/clients/client/rust/src/models/organization_body.rs
index 73c718c1ef8..5ae12da4b96 100644
--- a/clients/client/rust/src/models/organization_body.rs
+++ b/clients/client/rust/src/models/organization_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/pagination.rs b/clients/client/rust/src/models/pagination.rs
index 01431a8a06e..00ef86c7502 100644
--- a/clients/client/rust/src/models/pagination.rs
+++ b/clients/client/rust/src/models/pagination.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/pagination_headers.rs b/clients/client/rust/src/models/pagination_headers.rs
index d1e285afd94..672a6f4fa7f 100644
--- a/clients/client/rust/src/models/pagination_headers.rs
+++ b/clients/client/rust/src/models/pagination_headers.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/parse_error.rs b/clients/client/rust/src/models/parse_error.rs
index a68ac65039c..156da1e52e6 100644
--- a/clients/client/rust/src/models/parse_error.rs
+++ b/clients/client/rust/src/models/parse_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/patch_identities_body.rs b/clients/client/rust/src/models/patch_identities_body.rs
index 27f9e97077a..85f1da48877 100644
--- a/clients/client/rust/src/models/patch_identities_body.rs
+++ b/clients/client/rust/src/models/patch_identities_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/perform_native_logout_body.rs b/clients/client/rust/src/models/perform_native_logout_body.rs
index 82c0dd5e286..d4c463c12aa 100644
--- a/clients/client/rust/src/models/perform_native_logout_body.rs
+++ b/clients/client/rust/src/models/perform_native_logout_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/plan.rs b/clients/client/rust/src/models/plan.rs
index 38516c13846..fbb4c7d08fe 100644
--- a/clients/client/rust/src/models/plan.rs
+++ b/clients/client/rust/src/models/plan.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/plan_details.rs b/clients/client/rust/src/models/plan_details.rs
index ba8a9728b92..0d74a94339d 100644
--- a/clients/client/rust/src/models/plan_details.rs
+++ b/clients/client/rust/src/models/plan_details.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/post_check_permission_body.rs b/clients/client/rust/src/models/post_check_permission_body.rs
index 842c0dc7be8..d58216b84cc 100644
--- a/clients/client/rust/src/models/post_check_permission_body.rs
+++ b/clients/client/rust/src/models/post_check_permission_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/post_check_permission_or_error_body.rs b/clients/client/rust/src/models/post_check_permission_or_error_body.rs
index 8716423605a..87f632f6019 100644
--- a/clients/client/rust/src/models/post_check_permission_or_error_body.rs
+++ b/clients/client/rust/src/models/post_check_permission_or_error_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project.rs b/clients/client/rust/src/models/project.rs
index 8b14f4f1b03..c3da12940cf 100644
--- a/clients/client/rust/src/models/project.rs
+++ b/clients/client/rust/src/models/project.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_api_key.rs b/clients/client/rust/src/models/project_api_key.rs
index 3fdf3cf96d4..cf7e1db704c 100644
--- a/clients/client/rust/src/models/project_api_key.rs
+++ b/clients/client/rust/src/models/project_api_key.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_branding.rs b/clients/client/rust/src/models/project_branding.rs
index 8b0cd402493..66d74cbdb38 100644
--- a/clients/client/rust/src/models/project_branding.rs
+++ b/clients/client/rust/src/models/project_branding.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_branding_colors.rs b/clients/client/rust/src/models/project_branding_colors.rs
index 5f862d47c78..3c2099c3f0c 100644
--- a/clients/client/rust/src/models/project_branding_colors.rs
+++ b/clients/client/rust/src/models/project_branding_colors.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_branding_theme.rs b/clients/client/rust/src/models/project_branding_theme.rs
index 29fec06e351..b7b56bff65c 100644
--- a/clients/client/rust/src/models/project_branding_theme.rs
+++ b/clients/client/rust/src/models/project_branding_theme.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_cors.rs b/clients/client/rust/src/models/project_cors.rs
index 1406c6fada7..fcffe848e85 100644
--- a/clients/client/rust/src/models/project_cors.rs
+++ b/clients/client/rust/src/models/project_cors.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_host.rs b/clients/client/rust/src/models/project_host.rs
index 8b68fa0273b..6319abd44b4 100644
--- a/clients/client/rust/src/models/project_host.rs
+++ b/clients/client/rust/src/models/project_host.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_metadata.rs b/clients/client/rust/src/models/project_metadata.rs
index 0b996c8b9e2..e269fb7d9c5 100644
--- a/clients/client/rust/src/models/project_metadata.rs
+++ b/clients/client/rust/src/models/project_metadata.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_service_identity.rs b/clients/client/rust/src/models/project_service_identity.rs
index 861e7e719a4..80925312deb 100644
--- a/clients/client/rust/src/models/project_service_identity.rs
+++ b/clients/client/rust/src/models/project_service_identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_service_o_auth2.rs b/clients/client/rust/src/models/project_service_o_auth2.rs
index 7bfc3f35798..6a7efd5471e 100644
--- a/clients/client/rust/src/models/project_service_o_auth2.rs
+++ b/clients/client/rust/src/models/project_service_o_auth2.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_service_permission.rs b/clients/client/rust/src/models/project_service_permission.rs
index 65af30dfd58..985f0185b90 100644
--- a/clients/client/rust/src/models/project_service_permission.rs
+++ b/clients/client/rust/src/models/project_service_permission.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/project_services.rs b/clients/client/rust/src/models/project_services.rs
index bfafd192531..3b41ccccb56 100644
--- a/clients/client/rust/src/models/project_services.rs
+++ b/clients/client/rust/src/models/project_services.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/quota_usage.rs b/clients/client/rust/src/models/quota_usage.rs
index dd6825fa749..67c12707cab 100644
--- a/clients/client/rust/src/models/quota_usage.rs
+++ b/clients/client/rust/src/models/quota_usage.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/recovery_code_for_identity.rs b/clients/client/rust/src/models/recovery_code_for_identity.rs
index 1798af0a7b7..98fdf1d9671 100644
--- a/clients/client/rust/src/models/recovery_code_for_identity.rs
+++ b/clients/client/rust/src/models/recovery_code_for_identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/recovery_flow.rs b/clients/client/rust/src/models/recovery_flow.rs
index 98f002e87aa..a68ded8b4d2 100644
--- a/clients/client/rust/src/models/recovery_flow.rs
+++ b/clients/client/rust/src/models/recovery_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/recovery_flow_state.rs b/clients/client/rust/src/models/recovery_flow_state.rs
index 1caaf81d35b..c6559604ce2 100644
--- a/clients/client/rust/src/models/recovery_flow_state.rs
+++ b/clients/client/rust/src/models/recovery_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/recovery_identity_address.rs b/clients/client/rust/src/models/recovery_identity_address.rs
index 58fbb714b18..01757c8e842 100644
--- a/clients/client/rust/src/models/recovery_identity_address.rs
+++ b/clients/client/rust/src/models/recovery_identity_address.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/recovery_link_for_identity.rs b/clients/client/rust/src/models/recovery_link_for_identity.rs
index b2c8b45b9aa..1fc37aad4e8 100644
--- a/clients/client/rust/src/models/recovery_link_for_identity.rs
+++ b/clients/client/rust/src/models/recovery_link_for_identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/registration_flow.rs b/clients/client/rust/src/models/registration_flow.rs
index 212e95d6d6e..b43d12f42bb 100644
--- a/clients/client/rust/src/models/registration_flow.rs
+++ b/clients/client/rust/src/models/registration_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/registration_flow_state.rs b/clients/client/rust/src/models/registration_flow_state.rs
index 1c4eae7004d..6ff411d8307 100644
--- a/clients/client/rust/src/models/registration_flow_state.rs
+++ b/clients/client/rust/src/models/registration_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/reject_o_auth2_request.rs b/clients/client/rust/src/models/reject_o_auth2_request.rs
index 91636f7e33a..f8a7a7ab99c 100644
--- a/clients/client/rust/src/models/reject_o_auth2_request.rs
+++ b/clients/client/rust/src/models/reject_o_auth2_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/relation_query.rs b/clients/client/rust/src/models/relation_query.rs
index 4680a49b085..28ff9caeeb1 100644
--- a/clients/client/rust/src/models/relation_query.rs
+++ b/clients/client/rust/src/models/relation_query.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/relationship.rs b/clients/client/rust/src/models/relationship.rs
index 6e747e840fd..d446cfdb096 100644
--- a/clients/client/rust/src/models/relationship.rs
+++ b/clients/client/rust/src/models/relationship.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/relationship_namespaces.rs b/clients/client/rust/src/models/relationship_namespaces.rs
index 383451bf94f..6e612b79828 100644
--- a/clients/client/rust/src/models/relationship_namespaces.rs
+++ b/clients/client/rust/src/models/relationship_namespaces.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/relationship_patch.rs b/clients/client/rust/src/models/relationship_patch.rs
index 7f42a744abf..44acff6b08e 100644
--- a/clients/client/rust/src/models/relationship_patch.rs
+++ b/clients/client/rust/src/models/relationship_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/relationships.rs b/clients/client/rust/src/models/relationships.rs
index b477cbf1ce3..3c7766a3bfb 100644
--- a/clients/client/rust/src/models/relationships.rs
+++ b/clients/client/rust/src/models/relationships.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/rfc6749_error_json.rs b/clients/client/rust/src/models/rfc6749_error_json.rs
index 941c8dd93fe..e008cc0a41f 100644
--- a/clients/client/rust/src/models/rfc6749_error_json.rs
+++ b/clients/client/rust/src/models/rfc6749_error_json.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/schema_patch.rs b/clients/client/rust/src/models/schema_patch.rs
index b01f473ffb8..3fe3d66cc62 100644
--- a/clients/client/rust/src/models/schema_patch.rs
+++ b/clients/client/rust/src/models/schema_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/self_service_flow_expired_error.rs b/clients/client/rust/src/models/self_service_flow_expired_error.rs
index 8fdd2c9e82c..7637815ff49 100644
--- a/clients/client/rust/src/models/self_service_flow_expired_error.rs
+++ b/clients/client/rust/src/models/self_service_flow_expired_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/session.rs b/clients/client/rust/src/models/session.rs
index 6357a83c919..a9cd9f10a13 100644
--- a/clients/client/rust/src/models/session.rs
+++ b/clients/client/rust/src/models/session.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/session_activity_datapoint.rs b/clients/client/rust/src/models/session_activity_datapoint.rs
index 04674e2cb09..b1737ca8452 100644
--- a/clients/client/rust/src/models/session_activity_datapoint.rs
+++ b/clients/client/rust/src/models/session_activity_datapoint.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/session_authentication_method.rs b/clients/client/rust/src/models/session_authentication_method.rs
index 0f930894e66..4df0da86e59 100644
--- a/clients/client/rust/src/models/session_authentication_method.rs
+++ b/clients/client/rust/src/models/session_authentication_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/session_device.rs b/clients/client/rust/src/models/session_device.rs
index a58838d0ae3..30ae1cdfd69 100644
--- a/clients/client/rust/src/models/session_device.rs
+++ b/clients/client/rust/src/models/session_device.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/set_active_project_in_console_body.rs b/clients/client/rust/src/models/set_active_project_in_console_body.rs
index e4b1ee5ab4a..60bcabceafd 100644
--- a/clients/client/rust/src/models/set_active_project_in_console_body.rs
+++ b/clients/client/rust/src/models/set_active_project_in_console_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/set_custom_domain_body.rs b/clients/client/rust/src/models/set_custom_domain_body.rs
index 550e661966a..94593426998 100644
--- a/clients/client/rust/src/models/set_custom_domain_body.rs
+++ b/clients/client/rust/src/models/set_custom_domain_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/set_project.rs b/clients/client/rust/src/models/set_project.rs
index df62f589c3f..d26a848941c 100644
--- a/clients/client/rust/src/models/set_project.rs
+++ b/clients/client/rust/src/models/set_project.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/set_project_branding_theme_body.rs b/clients/client/rust/src/models/set_project_branding_theme_body.rs
index 1eb01018686..ca04000e571 100644
--- a/clients/client/rust/src/models/set_project_branding_theme_body.rs
+++ b/clients/client/rust/src/models/set_project_branding_theme_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/settings_flow.rs b/clients/client/rust/src/models/settings_flow.rs
index 49b60d29791..9b7e1ef81b7 100644
--- a/clients/client/rust/src/models/settings_flow.rs
+++ b/clients/client/rust/src/models/settings_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/settings_flow_state.rs b/clients/client/rust/src/models/settings_flow_state.rs
index 4024a204267..4abfd76de51 100644
--- a/clients/client/rust/src/models/settings_flow_state.rs
+++ b/clients/client/rust/src/models/settings_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/source_position.rs b/clients/client/rust/src/models/source_position.rs
index 86ac0acb6bd..48535f3fd3c 100644
--- a/clients/client/rust/src/models/source_position.rs
+++ b/clients/client/rust/src/models/source_position.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/stripe_customer.rs b/clients/client/rust/src/models/stripe_customer.rs
index 08dd901bed8..a9f171611f5 100644
--- a/clients/client/rust/src/models/stripe_customer.rs
+++ b/clients/client/rust/src/models/stripe_customer.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/subject_set.rs b/clients/client/rust/src/models/subject_set.rs
index 445dbae45f9..969c8df14e2 100644
--- a/clients/client/rust/src/models/subject_set.rs
+++ b/clients/client/rust/src/models/subject_set.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/subscription.rs b/clients/client/rust/src/models/subscription.rs
index 1b4010778df..f1db5175be4 100644
--- a/clients/client/rust/src/models/subscription.rs
+++ b/clients/client/rust/src/models/subscription.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/successful_code_exchange_response.rs b/clients/client/rust/src/models/successful_code_exchange_response.rs
index 50a718aa9ae..9a6ce45d510 100644
--- a/clients/client/rust/src/models/successful_code_exchange_response.rs
+++ b/clients/client/rust/src/models/successful_code_exchange_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/successful_native_login.rs b/clients/client/rust/src/models/successful_native_login.rs
index 3820cea16e0..d6b6a260c22 100644
--- a/clients/client/rust/src/models/successful_native_login.rs
+++ b/clients/client/rust/src/models/successful_native_login.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/successful_native_registration.rs b/clients/client/rust/src/models/successful_native_registration.rs
index 297f220ee8b..dde414bbbed 100644
--- a/clients/client/rust/src/models/successful_native_registration.rs
+++ b/clients/client/rust/src/models/successful_native_registration.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/successful_project_update.rs b/clients/client/rust/src/models/successful_project_update.rs
index 64df11a404b..dbe434464c2 100644
--- a/clients/client/rust/src/models/successful_project_update.rs
+++ b/clients/client/rust/src/models/successful_project_update.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/token_pagination.rs b/clients/client/rust/src/models/token_pagination.rs
index b2ac86f419b..57a312ee42b 100644
--- a/clients/client/rust/src/models/token_pagination.rs
+++ b/clients/client/rust/src/models/token_pagination.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/token_pagination_headers.rs b/clients/client/rust/src/models/token_pagination_headers.rs
index 30e9247879d..e38ae41b620 100644
--- a/clients/client/rust/src/models/token_pagination_headers.rs
+++ b/clients/client/rust/src/models/token_pagination_headers.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/token_pagination_request_parameters.rs b/clients/client/rust/src/models/token_pagination_request_parameters.rs
index 18f41cd157f..8f7963f959f 100644
--- a/clients/client/rust/src/models/token_pagination_request_parameters.rs
+++ b/clients/client/rust/src/models/token_pagination_request_parameters.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/token_pagination_response_headers.rs b/clients/client/rust/src/models/token_pagination_response_headers.rs
index c79a6a81280..0dcad98cb32 100644
--- a/clients/client/rust/src/models/token_pagination_response_headers.rs
+++ b/clients/client/rust/src/models/token_pagination_response_headers.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs b/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs
index 82a62afc8b4..859ffdcb34c 100644
--- a/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs
+++ b/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs
index 6f5028c7610..c87f73853ac 100644
--- a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs
+++ b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs
index 3ca96e6e698..371308dd204 100644
--- a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs
+++ b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_container.rs b/clients/client/rust/src/models/ui_container.rs
index 290fc8c38c5..9283860a327 100644
--- a/clients/client/rust/src/models/ui_container.rs
+++ b/clients/client/rust/src/models/ui_container.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node.rs b/clients/client/rust/src/models/ui_node.rs
index ac279dfc8cc..b684a762f78 100644
--- a/clients/client/rust/src/models/ui_node.rs
+++ b/clients/client/rust/src/models/ui_node.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node_anchor_attributes.rs b/clients/client/rust/src/models/ui_node_anchor_attributes.rs
index 4a73333c5bd..32f032c783a 100644
--- a/clients/client/rust/src/models/ui_node_anchor_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_anchor_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node_attributes.rs b/clients/client/rust/src/models/ui_node_attributes.rs
index 72779c67bee..c9b1a94e518 100644
--- a/clients/client/rust/src/models/ui_node_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node_image_attributes.rs b/clients/client/rust/src/models/ui_node_image_attributes.rs
index 5704eb68bf1..7c406ae8c68 100644
--- a/clients/client/rust/src/models/ui_node_image_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_image_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node_input_attributes.rs b/clients/client/rust/src/models/ui_node_input_attributes.rs
index 2c294b61765..3c55578a7b5 100644
--- a/clients/client/rust/src/models/ui_node_input_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_input_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node_meta.rs b/clients/client/rust/src/models/ui_node_meta.rs
index 6a50c1abc58..79a0ef4e831 100644
--- a/clients/client/rust/src/models/ui_node_meta.rs
+++ b/clients/client/rust/src/models/ui_node_meta.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node_script_attributes.rs b/clients/client/rust/src/models/ui_node_script_attributes.rs
index 7d01b4872db..70c8f5b3cc8 100644
--- a/clients/client/rust/src/models/ui_node_script_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_script_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_node_text_attributes.rs b/clients/client/rust/src/models/ui_node_text_attributes.rs
index fa19245499c..1553456fb67 100644
--- a/clients/client/rust/src/models/ui_node_text_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_text_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/ui_text.rs b/clients/client/rust/src/models/ui_text.rs
index 3a4bc348900..097a69eefdd 100644
--- a/clients/client/rust/src/models/ui_text.rs
+++ b/clients/client/rust/src/models/ui_text.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_identity_body.rs b/clients/client/rust/src/models/update_identity_body.rs
index d5d5849bfca..f1f0248f0bc 100644
--- a/clients/client/rust/src/models/update_identity_body.rs
+++ b/clients/client/rust/src/models/update_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_login_flow_body.rs b/clients/client/rust/src/models/update_login_flow_body.rs
index 0c6f21e61db..2bd30973865 100644
--- a/clients/client/rust/src/models/update_login_flow_body.rs
+++ b/clients/client/rust/src/models/update_login_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_login_flow_with_code_method.rs b/clients/client/rust/src/models/update_login_flow_with_code_method.rs
index ded1861e324..6dff161aba5 100644
--- a/clients/client/rust/src/models/update_login_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs b/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs
index 517f766a85d..2c29adf29a4 100644
--- a/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs b/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs
index d834499ec85..46823184446 100644
--- a/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_login_flow_with_password_method.rs b/clients/client/rust/src/models/update_login_flow_with_password_method.rs
index c1a788e21a0..9f5d36960b1 100644
--- a/clients/client/rust/src/models/update_login_flow_with_password_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_password_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_login_flow_with_totp_method.rs b/clients/client/rust/src/models/update_login_flow_with_totp_method.rs
index 4f271a8ba00..a71d4bb8847 100644
--- a/clients/client/rust/src/models/update_login_flow_with_totp_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_totp_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs b/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs
index 20fc51c76b2..d6a8d91ecb7 100644
--- a/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_recovery_flow_body.rs b/clients/client/rust/src/models/update_recovery_flow_body.rs
index 6c51b2e8c5b..a38b634d883 100644
--- a/clients/client/rust/src/models/update_recovery_flow_body.rs
+++ b/clients/client/rust/src/models/update_recovery_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs b/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs
index 46fd9a537ce..103241c52c1 100644
--- a/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs b/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs
index 70d22800ff4..9304d2de669 100644
--- a/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs
+++ b/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_registration_flow_body.rs b/clients/client/rust/src/models/update_registration_flow_body.rs
index 893c8f51570..21a6ddfd6b0 100644
--- a/clients/client/rust/src/models/update_registration_flow_body.rs
+++ b/clients/client/rust/src/models/update_registration_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_registration_flow_with_code_method.rs b/clients/client/rust/src/models/update_registration_flow_with_code_method.rs
index e0e0be77119..f2cf8b4032e 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs b/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs
index 431b3579859..388aeb9b6fe 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_registration_flow_with_password_method.rs b/clients/client/rust/src/models/update_registration_flow_with_password_method.rs
index f5f3ac1e6ef..61c93c5f25b 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_password_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_password_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs b/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs
index 65e05c0a302..85c296c0b4b 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_settings_flow_body.rs b/clients/client/rust/src/models/update_settings_flow_body.rs
index a900b607fa3..ee976fe699a 100644
--- a/clients/client/rust/src/models/update_settings_flow_body.rs
+++ b/clients/client/rust/src/models/update_settings_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs b/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs
index cd31cf5d008..a47c581acbb 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs b/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs
index f85a5179ec1..3a9fa8b7f8b 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_settings_flow_with_password_method.rs b/clients/client/rust/src/models/update_settings_flow_with_password_method.rs
index eb5f777f2a5..8a539241468 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_password_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_password_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs b/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs
index d4152b40020..a86afa99f48 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs b/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs
index ee7141e6e45..9fac22dd3bb 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs b/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs
index e3d158291dd..fc9a8e9a540 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_subscription_body.rs b/clients/client/rust/src/models/update_subscription_body.rs
index beab331533a..3f40a94c0e9 100644
--- a/clients/client/rust/src/models/update_subscription_body.rs
+++ b/clients/client/rust/src/models/update_subscription_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_verification_flow_body.rs b/clients/client/rust/src/models/update_verification_flow_body.rs
index 53ca50002d4..a82a5d75323 100644
--- a/clients/client/rust/src/models/update_verification_flow_body.rs
+++ b/clients/client/rust/src/models/update_verification_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_verification_flow_with_code_method.rs b/clients/client/rust/src/models/update_verification_flow_with_code_method.rs
index 8fe01b655fc..d78c92a9ed7 100644
--- a/clients/client/rust/src/models/update_verification_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_verification_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/update_verification_flow_with_link_method.rs b/clients/client/rust/src/models/update_verification_flow_with_link_method.rs
index 930d0c7ff7a..52177742c4f 100644
--- a/clients/client/rust/src/models/update_verification_flow_with_link_method.rs
+++ b/clients/client/rust/src/models/update_verification_flow_with_link_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/usage.rs b/clients/client/rust/src/models/usage.rs
index 4af1f064c77..9b8a869f048 100644
--- a/clients/client/rust/src/models/usage.rs
+++ b/clients/client/rust/src/models/usage.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/verifiable_credential_priming_response.rs b/clients/client/rust/src/models/verifiable_credential_priming_response.rs
index 5b44e535954..e112920cbd1 100644
--- a/clients/client/rust/src/models/verifiable_credential_priming_response.rs
+++ b/clients/client/rust/src/models/verifiable_credential_priming_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/verifiable_credential_proof.rs b/clients/client/rust/src/models/verifiable_credential_proof.rs
index 9a8d28ddd2e..cc0b85ccc81 100644
--- a/clients/client/rust/src/models/verifiable_credential_proof.rs
+++ b/clients/client/rust/src/models/verifiable_credential_proof.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/verifiable_credential_response.rs b/clients/client/rust/src/models/verifiable_credential_response.rs
index 36d1cf4221d..bb6f9aa88ac 100644
--- a/clients/client/rust/src/models/verifiable_credential_response.rs
+++ b/clients/client/rust/src/models/verifiable_credential_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/verifiable_identity_address.rs b/clients/client/rust/src/models/verifiable_identity_address.rs
index 996f22e2c24..d77d285786f 100644
--- a/clients/client/rust/src/models/verifiable_identity_address.rs
+++ b/clients/client/rust/src/models/verifiable_identity_address.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/verification_flow.rs b/clients/client/rust/src/models/verification_flow.rs
index 80d8607325e..e50900ee6c2 100644
--- a/clients/client/rust/src/models/verification_flow.rs
+++ b/clients/client/rust/src/models/verification_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/verification_flow_state.rs b/clients/client/rust/src/models/verification_flow_state.rs
index b62f3762dd1..1e9d30d3e73 100644
--- a/clients/client/rust/src/models/verification_flow_state.rs
+++ b/clients/client/rust/src/models/verification_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/version.rs b/clients/client/rust/src/models/version.rs
index f68008b957f..3f808c67711 100644
--- a/clients/client/rust/src/models/version.rs
+++ b/clients/client/rust/src/models/version.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/warning.rs b/clients/client/rust/src/models/warning.rs
index f1d29915f7c..1ac1a578e7b 100644
--- a/clients/client/rust/src/models/warning.rs
+++ b/clients/client/rust/src/models/warning.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/rust/src/models/workspace.rs b/clients/client/rust/src/models/workspace.rs
index 1875c61b4f2..4dc2533eb60 100644
--- a/clients/client/rust/src/models/workspace.rs
+++ b/clients/client/rust/src/models/workspace.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
diff --git a/clients/client/typescript/README.md b/clients/client/typescript/README.md
index 2e8dd9707ab..621331f7dae 100644
--- a/clients/client/typescript/README.md
+++ b/clients/client/typescript/README.md
@@ -1,4 +1,4 @@
-## @ory/client@v1.4.5
+## @ory/client@v1.4.6
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_
```
-npm install @ory/client@v1.4.5 --save
+npm install @ory/client@v1.4.6 --save
```
_unPublished (not recommended):_
diff --git a/clients/client/typescript/api.ts b/clients/client/typescript/api.ts
index 0090f0a7815..6ddb2c15769 100644
--- a/clients/client/typescript/api.ts
+++ b/clients/client/typescript/api.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/typescript/base.ts b/clients/client/typescript/base.ts
index 825d2d3b6ab..b5f7355136c 100644
--- a/clients/client/typescript/base.ts
+++ b/clients/client/typescript/base.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/typescript/common.ts b/clients/client/typescript/common.ts
index e7fb67f0f73..6c87e7e210f 100644
--- a/clients/client/typescript/common.ts
+++ b/clients/client/typescript/common.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/typescript/configuration.ts b/clients/client/typescript/configuration.ts
index dee7bf00209..c180ffd59d4 100644
--- a/clients/client/typescript/configuration.ts
+++ b/clients/client/typescript/configuration.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/typescript/index.ts b/clients/client/typescript/index.ts
index 598ee5cc547..c53f69652b2 100644
--- a/clients/client/typescript/index.ts
+++ b/clients/client/typescript/index.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.5
+ * The version of the OpenAPI document: v1.4.6
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
diff --git a/clients/client/typescript/package-lock.json b/clients/client/typescript/package-lock.json
index 6434fb9f0ef..52441f98f3b 100644
--- a/clients/client/typescript/package-lock.json
+++ b/clients/client/typescript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ory/client",
- "version": "v1.4.5",
+ "version": "v1.4.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ory/client",
- "version": "v1.4.5",
+ "version": "v1.4.6",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.27.2"
diff --git a/clients/client/typescript/package.json b/clients/client/typescript/package.json
index 275ff79d16d..f91f987673e 100644
--- a/clients/client/typescript/package.json
+++ b/clients/client/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@ory/client",
- "version": "v1.4.5",
+ "version": "v1.4.6",
"description": "OpenAPI client for @ory/client",
"author": "ORY GmbH",
"repository": {
diff --git a/spec/client/v1.4.6.json b/spec/client/v1.4.6.json
index 1f113ff64e1..8cf39fd46b9 100644
--- a/spec/client/v1.4.6.json
+++ b/spec/client/v1.4.6.json
@@ -1,17195 +1 @@
-{
- "components": {
- "responses": {
- "emptyResponse": {
- "description": "Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is\ntypically 201."
- },
- "errorOAuth2BadRequest": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "Bad Request Error Response"
- },
- "errorOAuth2Default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "Default Error Response"
- },
- "errorOAuth2NotFound": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "Not Found Error Response"
- },
- "identitySchemas": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identitySchemas"
- }
- }
- },
- "description": "List Identity JSON Schemas Response"
- },
- "listCourierMessages": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/message"
- },
- "type": "array"
- }
- }
- },
- "description": "Paginated Courier Message List Response"
- },
- "listIdentities": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/identity"
- },
- "type": "array"
- }
- }
- },
- "description": "Paginated Identity List Response"
- },
- "listIdentitySessions": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/session"
- },
- "type": "array"
- }
- }
- },
- "description": "List Identity Sessions Response"
- },
- "listMySessions": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/session"
- },
- "type": "array"
- }
- }
- },
- "description": "List My Session Response"
- },
- "listOAuth2Clients": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/oAuth2Client"
- },
- "type": "array"
- }
- }
- },
- "description": "Paginated OAuth2 Client List Response"
- },
- "listSessions": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/session"
- },
- "type": "array"
- }
- }
- },
- "description": "Session List Response\n\nThe response given when listing sessions in an administrative context."
- }
- },
- "schemas": {
- "AttributesCountDatapoint": {
- "properties": {
- "count": {
- "description": "Count of the attribute value for given key",
- "format": "int64",
- "type": "integer"
- },
- "name": {
- "description": "Name of the attribute value for given key",
- "type": "string"
- }
- },
- "required": [
- "name",
- "count"
- ],
- "type": "object"
- },
- "CodeAddressType": {
- "type": "string"
- },
- "CreateInviteResponse": {
- "properties": {
- "all_invites": {
- "description": "A list of all invites for this resource",
- "items": {
- "$ref": "#/components/schemas/memberInvite"
- },
- "type": "array"
- },
- "created_invite": {
- "$ref": "#/components/schemas/memberInvite"
- }
- },
- "required": [
- "created_invite",
- "all_invites"
- ],
- "type": "object"
- },
- "CreateProjectMemberInviteBody": {
- "description": "Create Project MemberInvite Request Body",
- "properties": {
- "invitee_email": {
- "description": "A email to invite",
- "type": "string"
- }
- },
- "type": "object"
- },
- "CreateVerifiableCredentialRequestBody": {
- "properties": {
- "format": {
- "type": "string"
- },
- "proof": {
- "$ref": "#/components/schemas/VerifiableCredentialProof"
- },
- "types": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "title": "CreateVerifiableCredentialRequestBody contains the request body to request a verifiable credential.",
- "type": "object"
- },
- "CustomHostnameStatus": {
- "title": "CustomHostnameStatus is the enumeration of valid state values in the CustomHostnameSSL.",
- "type": "string"
- },
- "DefaultError": {},
- "Duration": {
- "description": "A Duration represents the elapsed time between two instants\nas an int64 nanosecond count. The representation limits the\nlargest representable duration to approximately 290 years.",
- "format": "int64",
- "type": "integer"
- },
- "GenericUsage": {
- "properties": {
- "additional_price": {
- "description": "AdditionalPrice is the price per-unit in cent exceeding IncludedUsage. A price of 0 means that no other items can be consumed.",
- "format": "int64",
- "type": "integer"
- },
- "included_usage": {
- "description": "IncludedUsage is the number of included items.",
- "format": "int64",
- "type": "integer"
- }
- },
- "required": [
- "included_usage",
- "additional_price"
- ],
- "title": "GenericUsage is the generic usage type that can be used for any feature.",
- "type": "object"
- },
- "ID": {
- "format": "int64",
- "type": "integer"
- },
- "JSONRawMessage": {
- "title": "JSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger.",
- "type": "object"
- },
- "KetoNamespace": {
- "properties": {
- "id": {
- "format": "int64",
- "type": "integer"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "KetoNamespaces": {
- "items": {
- "$ref": "#/components/schemas/KetoNamespace"
- },
- "type": "array"
- },
- "ListMyWorkspacesResponse": {
- "properties": {
- "has_next_page": {
- "type": "boolean"
- },
- "next_page_token": {
- "type": "string"
- },
- "workspaces": {
- "items": {
- "$ref": "#/components/schemas/workspace"
- },
- "type": "array"
- }
- },
- "required": [
- "workspaces",
- "next_page_token",
- "has_next_page"
- ],
- "type": "object"
- },
- "NullBool": {
- "nullable": true,
- "type": "boolean"
- },
- "NullDuration": {
- "nullable": true,
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "NullInt": {
- "nullable": true,
- "type": "integer"
- },
- "NullString": {
- "nullable": true,
- "type": "string"
- },
- "NullTime": {
- "format": "date-time",
- "nullable": true,
- "type": "string"
- },
- "NullUUID": {
- "format": "uuid4",
- "nullable": true,
- "type": "string"
- },
- "OAuth2LoginChallengeParams": {
- "type": "object"
- },
- "OrganizationBody": {
- "description": "Create B2B SSO Organization Request Body",
- "properties": {
- "domains": {
- "description": "Domains contains the list of organization's domains.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "label": {
- "description": "Label contains the organization's label.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "ParseError": {
- "properties": {
- "end": {
- "$ref": "#/components/schemas/SourcePosition"
- },
- "message": {
- "type": "string"
- },
- "start": {
- "$ref": "#/components/schemas/SourcePosition"
- }
- },
- "type": "object"
- },
- "Plan": {
- "properties": {
- "name": {
- "description": "Name is the name of the plan.",
- "type": "string"
- },
- "version": {
- "description": "Version is the version of the plan. The combination of `name@version` must be unique.",
- "format": "int64",
- "type": "integer"
- }
- },
- "required": [
- "name",
- "version"
- ],
- "type": "object"
- },
- "PlanDetails": {
- "properties": {
- "base_fee_monthly": {
- "description": "BaseFeeMonthly is the monthly base fee for the plan.",
- "format": "int64",
- "type": "integer"
- },
- "base_fee_yearly": {
- "description": "BaseFeeYearly is the yearly base fee for the plan.",
- "format": "int64",
- "type": "integer"
- },
- "custom": {
- "description": "Custom is true if the plan is custom. This means it will be hidden from the pricing page.",
- "type": "boolean"
- },
- "description": {
- "description": "Description is the description of the plan.",
- "type": "string"
- },
- "features": {
- "additionalProperties": {
- "$ref": "#/components/schemas/GenericUsage"
- },
- "description": "Features are the feature definitions included in the plan.",
- "type": "object"
- },
- "name": {
- "description": "Name is the name of the plan.",
- "type": "string"
- },
- "version": {
- "description": "Version is the version of the plan. The combination of `name@version` must be unique.",
- "format": "int64",
- "type": "integer"
- }
- },
- "required": [
- "name",
- "version",
- "description",
- "custom",
- "base_fee_monthly",
- "base_fee_yearly",
- "features"
- ],
- "type": "object"
- },
- "Pricing": {
- "items": {
- "$ref": "#/components/schemas/PlanDetails"
- },
- "type": "array"
- },
- "RFC6749ErrorJson": {
- "properties": {
- "error": {
- "type": "string"
- },
- "error_debug": {
- "type": "string"
- },
- "error_description": {
- "type": "string"
- },
- "error_hint": {
- "type": "string"
- },
- "status_code": {
- "format": "int64",
- "type": "integer"
- }
- },
- "title": "RFC6749ErrorJson is a helper struct for JSON encoding/decoding of RFC6749Error.",
- "type": "object"
- },
- "RecoveryAddressType": {
- "title": "RecoveryAddressType must not exceed 16 characters as that is the limitation in the SQL Schema.",
- "type": "string"
- },
- "SessionActivityDatapoint": {
- "properties": {
- "country": {
- "description": "Country of the events",
- "type": "string"
- },
- "failed": {
- "description": "Number of events that failed in the given timeframe",
- "format": "int64",
- "type": "integer"
- },
- "succeeded": {
- "description": "Number of events that succeeded in the given timeframe",
- "format": "int64",
- "type": "integer"
- }
- },
- "required": [
- "succeeded",
- "failed",
- "country"
- ],
- "type": "object"
- },
- "SourcePosition": {
- "properties": {
- "Line": {
- "format": "int64",
- "type": "integer"
- },
- "column": {
- "format": "int64",
- "type": "integer"
- }
- },
- "type": "object"
- },
- "String": {
- "$ref": "#/components/schemas/NullString"
- },
- "StringSliceJSONFormat": {
- "items": {
- "type": "string"
- },
- "title": "StringSliceJSONFormat represents []string{} which is encoded to/from JSON for SQL storage.",
- "type": "array"
- },
- "SubscriptionStatus": {
- "description": "For `collection_method=charge_automatically` a subscription moves into `incomplete` if the initial payment attempt fails. A subscription in this state can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an `active` state. If the first invoice is not paid within 23 hours, the subscription transitions to `incomplete_expired`. This is a terminal state, the open invoice will be voided and no further invoices will be generated.\n\nA subscription that is currently in a trial period is `trialing` and moves to `active` when the trial period is over.\n\nIf subscription `collection_method=charge_automatically` it becomes `past_due` when payment to renew it fails and `canceled` or `unpaid` (depending on your subscriptions settings) when Stripe has exhausted all payment retry attempts.\n\nIf subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices.",
- "title": "Possible values are `incomplete`, `incomplete_expired`, `trialing`, `active`, `past_due`, `canceled`, or `unpaid`.",
- "type": "string"
- },
- "Time": {
- "format": "date-time",
- "type": "string"
- },
- "UUID": {
- "format": "uuid4",
- "type": "string"
- },
- "Usage": {
- "properties": {
- "GenericUsage": {
- "$ref": "#/components/schemas/GenericUsage"
- }
- },
- "type": "object"
- },
- "VerifiableCredentialProof": {
- "properties": {
- "jwt": {
- "type": "string"
- },
- "proof_type": {
- "type": "string"
- }
- },
- "title": "VerifiableCredentialProof contains the proof of a verifiable credential.",
- "type": "object"
- },
- "Warning": {
- "properties": {
- "code": {
- "format": "int64",
- "type": "integer"
- },
- "message": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "acceptOAuth2ConsentRequest": {
- "properties": {
- "grant_access_token_audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "grant_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "handled_at": {
- "$ref": "#/components/schemas/nullTime"
- },
- "remember": {
- "description": "Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.",
- "type": "boolean"
- },
- "remember_for": {
- "description": "RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.",
- "format": "int64",
- "type": "integer"
- },
- "session": {
- "$ref": "#/components/schemas/acceptOAuth2ConsentRequestSession"
- }
- },
- "title": "The request payload used to accept a consent request.",
- "type": "object"
- },
- "acceptOAuth2ConsentRequestSession": {
- "properties": {
- "access_token": {
- "description": "AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the\nrefresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection.\nIf only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties\ncan access that endpoint as well, sensitive data from the session might be exposed to them. Use with care!"
- },
- "id_token": {
- "description": "IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable\nby anyone that has access to the ID Challenge. Use with care!"
- }
- },
- "title": "Pass session data to a consent request.",
- "type": "object"
- },
- "acceptOAuth2LoginRequest": {
- "properties": {
- "acr": {
- "description": "ACR sets the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.",
- "type": "string"
- },
- "amr": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "context": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "extend_session_lifespan": {
- "description": "Extend OAuth2 authentication session lifespan\n\nIf set to `true`, the OAuth2 authentication cookie lifespan is extended. This is for example useful if you want the user to be able to use `prompt=none` continuously.\n\nThis value can only be set to `true` if the user has an authentication, which is the case if the `skip` value is `true`.",
- "type": "boolean"
- },
- "force_subject_identifier": {
- "description": "ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID refers to the\n(Pairwise Identifier Algorithm)[http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg] of the OpenID\nConnect specification. It allows you to set an obfuscated subject (\"user\") identifier that is unique to the client.\n\nPlease note that this changes the user ID on endpoint /userinfo and sub claim of the ID Token. It does not change the\nsub claim in the OAuth 2.0 Introspection.\n\nPer default, ORY Hydra handles this value with its own algorithm. In case you want to set this yourself\nyou can use this field. Please note that setting this field has no effect if `pairwise` is not configured in\nORY Hydra or the OAuth 2.0 Client does not expect a pairwise identifier (set via `subject_type` key in the client's\nconfiguration).\n\nPlease also be aware that ORY Hydra is unable to properly compute this value during authentication. This implies\nthat you have to compute this value on every authentication process (probably depending on the client ID or some\nother unique value).\n\nIf you fail to compute the proper value, then authentication processes which have id_token_hint set might fail.",
- "type": "string"
- },
- "identity_provider_session_id": {
- "description": "IdentityProviderSessionID is the session ID of the end-user that authenticated.\nIf specified, we will use this value to propagate the logout.",
- "type": "string"
- },
- "remember": {
- "description": "Remember, if set to true, tells ORY Hydra to remember this user by telling the user agent (browser) to store\na cookie with authentication data. If the same user performs another OAuth 2.0 Authorization Request, he/she\nwill not be asked to log in again.",
- "type": "boolean"
- },
- "remember_for": {
- "description": "RememberFor sets how long the authentication should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered for the duration of the browser session (using a session cookie).",
- "format": "int64",
- "type": "integer"
- },
- "subject": {
- "description": "Subject is the user ID of the end-user that authenticated.",
- "type": "string"
- }
- },
- "required": [
- "subject"
- ],
- "title": "HandledLoginRequest is the request payload used to accept a login request.",
- "type": "object"
- },
- "activeProjectInConsole": {
- "description": "The Active Project ID",
- "properties": {
- "project_id": {
- "description": "The Active Project ID\n\nformat: uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "authenticatorAssuranceLevel": {
- "description": "The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder\nfor an attacker to compromise the account.\n\nGenerally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g.\npassword + TOTP) have been used.\n\nTo learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials",
- "enum": [
- "aal0",
- "aal1",
- "aal2",
- "aal3"
- ],
- "title": "Authenticator Assurance Level (AAL)",
- "type": "string"
- },
- "batchPatchIdentitiesResponse": {
- "description": "Patch identities response",
- "properties": {
- "identities": {
- "description": "The patch responses for the individual identities.",
- "items": {
- "$ref": "#/components/schemas/identityPatchResponse"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "checkOplSyntaxBody": {
- "description": "Ory Permission Language Document",
- "type": "string"
- },
- "checkOplSyntaxResult": {
- "properties": {
- "errors": {
- "description": "The list of syntax errors",
- "items": {
- "$ref": "#/components/schemas/ParseError"
- },
- "type": "array"
- }
- },
- "title": "CheckOPLSyntaxResponse represents the response for an OPL syntax check request.",
- "type": "object"
- },
- "checkPermissionResult": {
- "description": "The content of the allowed field is mirrored in the HTTP status code.",
- "properties": {
- "allowed": {
- "description": "whether the relation tuple is allowed",
- "type": "boolean"
- }
- },
- "required": [
- "allowed"
- ],
- "title": "Check Permission Result",
- "type": "object"
- },
- "cloudAccount": {
- "properties": {
- "email": {
- "type": "string"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "name": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "consistencyRequestParameters": {
- "description": "Control API consistency guarantees",
- "properties": {
- "consistency": {
- "description": "Read Consistency Level (preview)\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nThe default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with\n`ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nThis feature is in preview and only available in Ory Network.\n ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.",
- "enum": [
- "",
- "strong",
- "eventual"
- ],
- "type": "string",
- "x-go-enum-desc": " ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps."
- }
- },
- "type": "object"
- },
- "continueWith": {
- "discriminator": {
- "mapping": {
- "set_ory_session_token": "#/components/schemas/continueWithSetOrySessionToken",
- "show_recovery_ui": "#/components/schemas/continueWithRecoveryUi",
- "show_settings_ui": "#/components/schemas/continueWithSettingsUi",
- "show_verification_ui": "#/components/schemas/continueWithVerificationUi"
- },
- "propertyName": "action"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/continueWithVerificationUi"
- },
- {
- "$ref": "#/components/schemas/continueWithSetOrySessionToken"
- },
- {
- "$ref": "#/components/schemas/continueWithSettingsUi"
- },
- {
- "$ref": "#/components/schemas/continueWithRecoveryUi"
- }
- ]
- },
- "continueWithRecoveryUi": {
- "description": "Indicates, that the UI flow could be continued by showing a recovery ui",
- "properties": {
- "action": {
- "description": "Action will always be `show_recovery_ui`\nshow_recovery_ui ContinueWithActionShowRecoveryUIString",
- "enum": [
- "show_recovery_ui"
- ],
- "type": "string",
- "x-go-enum-desc": "show_recovery_ui ContinueWithActionShowRecoveryUIString"
- },
- "flow": {
- "$ref": "#/components/schemas/continueWithRecoveryUiFlow"
- }
- },
- "required": [
- "action",
- "flow"
- ],
- "type": "object"
- },
- "continueWithRecoveryUiFlow": {
- "properties": {
- "id": {
- "description": "The ID of the recovery flow",
- "format": "uuid",
- "type": "string"
- },
- "url": {
- "description": "The URL of the recovery flow",
- "type": "string"
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- "continueWithSetOrySessionToken": {
- "description": "Indicates that a session was issued, and the application should use this token for authenticated requests",
- "properties": {
- "action": {
- "description": "Action will always be `set_ory_session_token`\nset_ory_session_token ContinueWithActionSetOrySessionTokenString",
- "enum": [
- "set_ory_session_token"
- ],
- "type": "string",
- "x-go-enum-desc": "set_ory_session_token ContinueWithActionSetOrySessionTokenString"
- },
- "ory_session_token": {
- "description": "Token is the token of the session",
- "type": "string"
- }
- },
- "required": [
- "action",
- "ory_session_token"
- ],
- "type": "object"
- },
- "continueWithSettingsUi": {
- "description": "Indicates, that the UI flow could be continued by showing a settings ui",
- "properties": {
- "action": {
- "description": "Action will always be `show_settings_ui`\nshow_settings_ui ContinueWithActionShowSettingsUIString",
- "enum": [
- "show_settings_ui"
- ],
- "type": "string",
- "x-go-enum-desc": "show_settings_ui ContinueWithActionShowSettingsUIString"
- },
- "flow": {
- "$ref": "#/components/schemas/continueWithSettingsUiFlow"
- }
- },
- "required": [
- "action",
- "flow"
- ],
- "type": "object"
- },
- "continueWithSettingsUiFlow": {
- "properties": {
- "id": {
- "description": "The ID of the settings flow",
- "format": "uuid",
- "type": "string"
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- "continueWithVerificationUi": {
- "description": "Indicates, that the UI flow could be continued by showing a verification ui",
- "properties": {
- "action": {
- "description": "Action will always be `show_verification_ui`\nshow_verification_ui ContinueWithActionShowVerificationUIString",
- "enum": [
- "show_verification_ui"
- ],
- "type": "string",
- "x-go-enum-desc": "show_verification_ui ContinueWithActionShowVerificationUIString"
- },
- "flow": {
- "$ref": "#/components/schemas/continueWithVerificationUiFlow"
- }
- },
- "required": [
- "action",
- "flow"
- ],
- "type": "object"
- },
- "continueWithVerificationUiFlow": {
- "properties": {
- "id": {
- "description": "The ID of the verification flow",
- "format": "uuid",
- "type": "string"
- },
- "url": {
- "description": "The URL of the verification flow",
- "type": "string"
- },
- "verifiable_address": {
- "description": "The address that should be verified in this flow",
- "type": "string"
- }
- },
- "required": [
- "id",
- "verifiable_address"
- ],
- "type": "object"
- },
- "courierMessageStatus": {
- "description": "A Message's Status",
- "enum": [
- "queued",
- "sent",
- "processing",
- "abandoned"
- ],
- "type": "string"
- },
- "courierMessageType": {
- "description": "It can either be `email` or `phone`",
- "enum": [
- "email",
- "phone"
- ],
- "title": "A Message's Type",
- "type": "string"
- },
- "createCustomDomainBody": {
- "description": "Create Custom Hostname Request Body",
- "properties": {
- "cookie_domain": {
- "description": "The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.",
- "type": "string"
- },
- "cors_allowed_origins": {
- "description": "CORS Allowed origins for the custom hostname.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "cors_enabled": {
- "description": "CORS Enabled for the custom hostname.",
- "type": "boolean"
- },
- "custom_ui_base_url": {
- "description": "The base URL where the custom user interface will be exposed.",
- "type": "string"
- },
- "hostname": {
- "description": "The custom hostname where the API will be exposed.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "createIdentityBody": {
- "description": "Create Identity Body",
- "properties": {
- "credentials": {
- "$ref": "#/components/schemas/identityWithCredentials"
- },
- "metadata_admin": {
- "description": "Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/\u003cid\u003e`."
- },
- "metadata_public": {
- "description": "Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field."
- },
- "recovery_addresses": {
- "description": "RecoveryAddresses contains all the addresses that can be used to recover an identity.\n\nUse this structure to import recovery addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.",
- "items": {
- "$ref": "#/components/schemas/recoveryIdentityAddress"
- },
- "type": "array"
- },
- "schema_id": {
- "description": "SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.",
- "type": "string"
- },
- "state": {
- "$ref": "#/components/schemas/identityState"
- },
- "traits": {
- "description": "Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`.",
- "type": "object"
- },
- "verifiable_addresses": {
- "description": "VerifiableAddresses contains all the addresses that can be verified by the user.\n\nUse this structure to import verified addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.",
- "items": {
- "$ref": "#/components/schemas/verifiableIdentityAddress"
- },
- "type": "array"
- }
- },
- "required": [
- "schema_id",
- "traits"
- ],
- "type": "object"
- },
- "createJsonWebKeySet": {
- "description": "Create JSON Web Key Set Request Body",
- "properties": {
- "alg": {
- "description": "JSON Web Key Algorithm\n\nThe algorithm to be used for creating the key. Supports `RS256`, `ES256`, `ES512`, `HS512`, and `HS256`.",
- "type": "string"
- },
- "kid": {
- "description": "JSON Web Key ID\n\nThe Key ID of the key to be created.",
- "type": "string"
- },
- "use": {
- "description": "JSON Web Key Use\n\nThe \"use\" (public key use) parameter identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Valid values are \"enc\" and \"sig\".",
- "type": "string"
- }
- },
- "required": [
- "alg",
- "use",
- "kid"
- ],
- "type": "object"
- },
- "createProjectBody": {
- "description": "Create Project Request Body",
- "properties": {
- "name": {
- "description": "The name of the project to be created",
- "type": "string"
- },
- "workspace_id": {
- "$ref": "#/components/schemas/NullUUID"
- }
- },
- "required": [
- "name"
- ],
- "type": "object"
- },
- "createProjectBranding": {
- "description": "Create a Project Branding",
- "properties": {
- "favicon_type": {
- "type": "string"
- },
- "favicon_url": {
- "type": "string"
- },
- "logo_type": {
- "type": "string"
- },
- "logo_url": {
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "theme": {
- "$ref": "#/components/schemas/projectBrandingColors"
- }
- },
- "type": "object"
- },
- "createProjectMemberInviteResponse": {
- "$ref": "#/components/schemas/CreateInviteResponse"
- },
- "createProjectNormalizedPayload": {
- "description": "Create project (normalized) request payload",
- "properties": {
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "disable_account_experience_welcome_screen": {
- "description": "Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.",
- "type": "boolean"
- },
- "hydra_oauth2_allowed_top_level_claims": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_oauth2_client_credentials_default_grant_allowed_scope": {
- "description": "Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_exclude_not_before_claim": {
- "description": "Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_grant_jwt_iat_optional": {
- "description": "Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_grant_jwt_jti_optional": {
- "description": "Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_grant_jwt_max_ttl": {
- "default": "720h",
- "description": "Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.",
- "example": "30m",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_oauth2_pkce_enforced": {
- "description": "Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_pkce_enforced_for_public_clients": {
- "description": "Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_refresh_token_hook": {
- "description": "Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.",
- "type": "string"
- },
- "hydra_oauth2_token_hook": {
- "description": "Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.",
- "type": "string"
- },
- "hydra_oidc_dynamic_client_registration_default_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_oidc_dynamic_client_registration_enabled": {
- "description": "Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.",
- "type": "boolean"
- },
- "hydra_oidc_subject_identifiers_pairwise_salt": {
- "description": "Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.",
- "type": "string"
- },
- "hydra_oidc_subject_identifiers_supported_types": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_secrets_cookie": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_secrets_system": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_serve_cookies_same_site_legacy_workaround": {
- "description": "Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.",
- "type": "boolean"
- },
- "hydra_serve_cookies_same_site_mode": {
- "description": "Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.",
- "type": "string"
- },
- "hydra_strategies_access_token": {
- "default": "opaque",
- "description": "Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt",
- "enum": [
- "opaque",
- "jwt"
- ],
- "type": "string",
- "x-go-enum-desc": "opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt"
- },
- "hydra_strategies_scope": {
- "default": "wildcard",
- "description": "Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard",
- "enum": [
- "exact",
- "wildcard"
- ],
- "type": "string",
- "x-go-enum-desc": "exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard"
- },
- "hydra_ttl_access_token": {
- "default": "30m",
- "description": "This governs the \"ttl.access_token\" setting.",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_auth_code": {
- "default": "720h",
- "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.",
- "example": "30m",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_id_token": {
- "default": "30m",
- "description": "This governs the \"ttl.id_token\" setting.",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_login_consent_request": {
- "default": "30m",
- "description": "Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_refresh_token": {
- "default": "720h",
- "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.",
- "example": "30m",
- "pattern": "^([0-9]+(ns|us|ms|s|m|h)|-1)$",
- "type": "string"
- },
- "hydra_urls_consent": {
- "description": "Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.",
- "type": "string"
- },
- "hydra_urls_error": {
- "description": "Sets the OAuth2 Error URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.",
- "type": "string"
- },
- "hydra_urls_login": {
- "description": "Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.",
- "type": "string"
- },
- "hydra_urls_logout": {
- "description": "Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.",
- "type": "string"
- },
- "hydra_urls_post_logout_redirect": {
- "description": "When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.",
- "type": "string"
- },
- "hydra_urls_registration": {
- "description": "Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.",
- "type": "string"
- },
- "hydra_urls_self_issuer": {
- "description": "This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.",
- "type": "string"
- },
- "hydra_webfinger_jwks_broadcast_keys": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_webfinger_oidc_discovery_auth_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_client_registration_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_jwks_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_supported_claims": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_webfinger_oidc_discovery_supported_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_webfinger_oidc_discovery_token_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_userinfo_url": {
- "description": "Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.",
- "type": "string"
- },
- "id": {
- "description": "The revision ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "keto_namespace_configuration": {
- "description": "The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.",
- "type": "string"
- },
- "keto_namespaces": {
- "$ref": "#/components/schemas/KetoNamespaces"
- },
- "kratos_cookies_same_site": {
- "description": "Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.",
- "type": "string"
- },
- "kratos_courier_delivery_strategy": {
- "default": "smtp",
- "description": "The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_api_key_in": {
- "description": "The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_api_key_name": {
- "description": "The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_api_key_value": {
- "description": "The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_basic_auth_password": {
- "description": "The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_basic_auth_user": {
- "description": "The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_type": {
- "default": "empty (no authentication)",
- "description": "The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie",
- "type": "string"
- },
- "kratos_courier_http_request_config_body": {
- "description": "The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_headers": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "kratos_courier_http_request_config_method": {
- "default": "POST",
- "description": "The http METHOD to use when calling the remote HTTP email sending service",
- "type": "string"
- },
- "kratos_courier_http_request_config_url": {
- "description": "The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting",
- "type": "string"
- },
- "kratos_courier_smtp_connection_uri": {
- "description": "Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.",
- "type": "string"
- },
- "kratos_courier_smtp_from_address": {
- "description": "Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.",
- "type": "string"
- },
- "kratos_courier_smtp_from_name": {
- "description": "Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.",
- "type": "string"
- },
- "kratos_courier_smtp_headers": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "kratos_courier_smtp_local_name": {
- "description": "Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_login_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_login_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_login_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_registration_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_registration_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_registration_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_feature_flags_cacheable_sessions": {
- "description": "Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.",
- "type": "boolean"
- },
- "kratos_feature_flags_use_continue_with_transitions": {
- "description": "Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.",
- "type": "boolean"
- },
- "kratos_identity_schemas": {
- "$ref": "#/components/schemas/projectRevisionIdentitySchemas"
- },
- "kratos_oauth2_provider_headers": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "kratos_oauth2_provider_override_return_to": {
- "description": "Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.",
- "type": "boolean"
- },
- "kratos_oauth2_provider_url": {
- "description": "The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.",
- "type": "string"
- },
- "kratos_preview_default_read_consistency_level": {
- "description": "Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.",
- "type": "string"
- },
- "kratos_secrets_cipher": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_secrets_cookie": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_secrets_default": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_selfservice_allowed_return_urls": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_selfservice_default_browser_return_url": {
- "description": "Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_error_ui_url": {
- "description": "Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_code_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_oidc_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_password_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_totp_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_webauthn_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_lifespan": {
- "description": "Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_ui_url": {
- "description": "Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_logout_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_enabled": {
- "description": "Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_recovery_lifespan": {
- "description": "Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_notify_unknown_recipients": {
- "description": "Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_recovery_ui_url": {
- "description": "Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_use": {
- "description": "Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"
- },
- "kratos_selfservice_flows_registration_after_code_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_oidc_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_password_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_enabled": {
- "description": "Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0",
- "type": "boolean"
- },
- "kratos_selfservice_flows_registration_lifespan": {
- "description": "Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_login_hints": {
- "description": "Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_registration_ui_url": {
- "description": "Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_oidc_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_password_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_profile_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_totp_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.webauthn.profile.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_lifespan": {
- "description": "Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_privileged_session_max_age": {
- "description": "Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_required_aal": {
- "description": "Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_ui_url": {
- "description": "Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_enabled": {
- "description": "Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_verification_lifespan": {
- "description": "Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_notify_unknown_recipients": {
- "description": "Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_verification_ui_url": {
- "description": "Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_use": {
- "description": "Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"
- },
- "kratos_selfservice_methods_code_config_lifespan": {
- "description": "Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_code_enabled": {
- "description": "Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_code_passwordless_enabled": {
- "description": "Configues whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_link_config_base_url": {
- "description": "Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_link_config_lifespan": {
- "description": "Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_link_enabled": {
- "description": "Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_lookup_secret_enabled": {
- "description": "Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_oidc_config_base_redirect_uri": {
- "description": "Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_oidc_config_providers": {
- "$ref": "#/components/schemas/projectRevisionThirdPartyLoginProviders"
- },
- "kratos_selfservice_methods_oidc_enabled": {
- "description": "Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_haveibeenpwned_enabled": {
- "description": "Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_identifier_similarity_check_enabled": {
- "description": "Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_ignore_network_errors": {
- "description": "Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_max_breaches": {
- "description": "Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.",
- "format": "int64",
- "type": "integer"
- },
- "kratos_selfservice_methods_password_config_min_password_length": {
- "description": "Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.",
- "format": "int64",
- "type": "integer"
- },
- "kratos_selfservice_methods_password_enabled": {
- "description": "Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_profile_enabled": {
- "description": "Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_totp_config_issuer": {
- "description": "Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_totp_enabled": {
- "description": "Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_webauthn_config_passwordless": {
- "description": "Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_webauthn_config_rp_display_name": {
- "description": "Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_webauthn_config_rp_icon": {
- "description": "Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.",
- "type": "string"
- },
- "kratos_selfservice_methods_webauthn_config_rp_id": {
- "description": "Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_webauthn_config_rp_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_selfservice_methods_webauthn_enabled": {
- "description": "Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_session_cookie_persistent": {
- "description": "Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.",
- "type": "boolean"
- },
- "kratos_session_cookie_same_site": {
- "description": "Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.",
- "type": "string"
- },
- "kratos_session_lifespan": {
- "description": "Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.",
- "type": "string"
- },
- "kratos_session_whoami_required_aal": {
- "description": "Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.",
- "type": "string"
- },
- "kratos_session_whoami_tokenizer_templates": {
- "$ref": "#/components/schemas/normalizedProjectRevisionTokenizerTemplates"
- },
- "name": {
- "description": "The project's name.",
- "type": "string"
- },
- "project_id": {
- "description": "The Revision's Project ID",
- "format": "uuid",
- "type": "string"
- },
- "project_revision_hooks": {
- "$ref": "#/components/schemas/projectRevisionHooks"
- },
- "serve_admin_cors_allowed_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "serve_admin_cors_enabled": {
- "description": "Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.",
- "type": "boolean"
- },
- "serve_public_cors_allowed_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "serve_public_cors_enabled": {
- "description": "Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.",
- "type": "boolean"
- },
- "strict_security": {
- "description": "Whether the project should employ strict security measures. Setting this to true is recommended for going into production.",
- "type": "boolean"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "workspace_id": {
- "$ref": "#/components/schemas/NullUUID"
- }
- },
- "required": [
- "name"
- ],
- "type": "object"
- },
- "createRecoveryCodeForIdentityBody": {
- "description": "Create Recovery Code for Identity Request Body",
- "properties": {
- "expires_in": {
- "description": "Code Expires In\n\nThe recovery code will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.",
- "pattern": "^([0-9]+(ns|us|ms|s|m|h))*$",
- "type": "string"
- },
- "identity_id": {
- "description": "Identity to Recover\n\nThe identity's ID you wish to recover.",
- "format": "uuid",
- "type": "string"
- }
- },
- "required": [
- "identity_id"
- ],
- "type": "object"
- },
- "createRecoveryLinkForIdentityBody": {
- "description": "Create Recovery Link for Identity Request Body",
- "properties": {
- "expires_in": {
- "description": "Link Expires In\n\nThe recovery link will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "identity_id": {
- "description": "Identity to Recover\n\nThe identity's ID you wish to recover.",
- "format": "uuid",
- "type": "string"
- }
- },
- "required": [
- "identity_id"
- ],
- "type": "object"
- },
- "createRelationshipBody": {
- "description": "Create Relationship Request Body",
- "properties": {
- "namespace": {
- "description": "Namespace to query",
- "type": "string"
- },
- "object": {
- "description": "Object to query",
- "type": "string"
- },
- "relation": {
- "description": "Relation to query",
- "type": "string"
- },
- "subject_id": {
- "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.",
- "type": "string"
- },
- "subject_set": {
- "$ref": "#/components/schemas/subjectSet"
- }
- },
- "type": "object"
- },
- "createSubscriptionBody": {
- "description": "Create Subscription Request Body",
- "properties": {
- "currency": {
- "description": "\nusd USD\neur Euro",
- "enum": [
- "usd",
- "eur"
- ],
- "type": "string",
- "x-go-enum-desc": "usd USD\neur Euro"
- },
- "interval": {
- "description": "\nmonthly Monthly\nyearly Yearly",
- "enum": [
- "monthly",
- "yearly"
- ],
- "type": "string",
- "x-go-enum-desc": "monthly Monthly\nyearly Yearly"
- },
- "plan": {
- "type": "string"
- },
- "provision_first_project": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "return_to": {
- "type": "string"
- },
- "workspace": {
- "$ref": "#/components/schemas/NullUUID"
- }
- },
- "required": [
- "plan",
- "interval"
- ],
- "type": "object"
- },
- "credentialSupportedDraft00": {
- "description": "Includes information about the supported verifiable credentials.",
- "properties": {
- "cryptographic_binding_methods_supported": {
- "description": "OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported\n\nContains a list of cryptographic binding methods supported for signing the proof.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "cryptographic_suites_supported": {
- "description": "OpenID Connect Verifiable Credentials Cryptographic Suites Supported\n\nContains a list of cryptographic suites methods supported for signing the proof.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "format": {
- "description": "OpenID Connect Verifiable Credentials Format\n\nContains the format that is supported by this authorization server.",
- "type": "string"
- },
- "types": {
- "description": "OpenID Connect Verifiable Credentials Types\n\nContains the types of verifiable credentials supported.",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "title": "Verifiable Credentials Metadata (Draft 00)",
- "type": "object"
- },
- "customDomain": {
- "description": "Custom Hostname",
- "properties": {
- "cookie_domain": {
- "type": "string"
- },
- "cors_allowed_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "cors_enabled": {
- "type": "boolean"
- },
- "created_at": {
- "format": "date-time",
- "type": "string"
- },
- "custom_ui_base_url": {
- "type": "string"
- },
- "hostname": {
- "type": "string"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "ssl_status": {
- "enum": [
- "initializing",
- "pending_validation",
- "deleted",
- "pending_issuance",
- "pending_deployment",
- "pending_deletion",
- "pending_expiration",
- "expired",
- "active",
- "initializing_timed_out",
- "validation_timed_out",
- "issuance_timed_out",
- "deployment_timed_out",
- "deletion_timed_out",
- "pending_cleanup",
- "staging_deployment",
- "staging_active",
- "deactivating",
- "inactive",
- "backup_issued",
- "holding_deployment",
- ""
- ],
- "type": "string",
- "x-go-enum-desc": "initializing initializing\npending_validation pending_validation\ndeleted deleted\npending_issuance pending_issuance\npending_deployment pending_deployment\npending_deletion pending_deletion\npending_expiration pending_expiration\nexpired expired\nactive active\ninitializing_timed_out initializing_timed_out\nvalidation_timed_out validation_timed_out\nissuance_timed_out issuance_timed_out\ndeployment_timed_out deployment_timed_out\ndeletion_timed_out deletion_timed_out\npending_cleanup pending_cleanup\nstaging_deployment staging_deployment\nstaging_active staging_active\ndeactivating deactivating\ninactive inactive\nbackup_issued backup_issued\nholding_deployment holding_deployment\n unknown Cloudflare sometimes returns an empty string."
- },
- "updated_at": {
- "format": "date-time",
- "type": "string"
- },
- "verification_errors": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "verification_status": {
- "$ref": "#/components/schemas/CustomHostnameStatus"
- }
- },
- "type": "object"
- },
- "deleteMySessionsCount": {
- "description": "Deleted Session Count",
- "properties": {
- "count": {
- "description": "The number of sessions that were revoked.",
- "format": "int64",
- "type": "integer"
- }
- },
- "type": "object"
- },
- "emailTemplateData": {
- "description": "Contains the data of the email template, including the subject and body in HTML and plaintext variants",
- "properties": {
- "body": {
- "$ref": "#/components/schemas/emailTemplateDataBody"
- },
- "subject": {
- "type": "string"
- }
- },
- "required": [
- "body",
- "subject"
- ],
- "type": "object"
- },
- "emailTemplateDataBody": {
- "properties": {
- "html": {
- "type": "string"
- },
- "plaintext": {
- "type": "string"
- }
- },
- "required": [
- "html",
- "plaintext"
- ],
- "type": "object"
- },
- "errorAuthenticatorAssuranceLevelNotSatisfied": {
- "properties": {
- "error": {
- "$ref": "#/components/schemas/genericError"
- },
- "redirect_browser_to": {
- "description": "Points to where to redirect the user to next.",
- "type": "string"
- }
- },
- "title": "Is returned when an active session was found but the requested AAL is not satisfied.",
- "type": "object"
- },
- "errorBrowserLocationChangeRequired": {
- "properties": {
- "error": {
- "$ref": "#/components/schemas/errorGeneric"
- },
- "redirect_browser_to": {
- "description": "Points to where to redirect the user to next.",
- "type": "string"
- }
- },
- "title": "Is sent when a flow requires a browser to change its location.",
- "type": "object"
- },
- "errorFlowReplaced": {
- "description": "Is sent when a flow is replaced by a different flow of the same class",
- "properties": {
- "error": {
- "$ref": "#/components/schemas/genericError"
- },
- "use_flow_id": {
- "description": "The flow ID that should be used for the new flow as it contains the correct messages.",
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "errorGeneric": {
- "description": "The standard Ory JSON API error format.",
- "properties": {
- "error": {
- "$ref": "#/components/schemas/genericErrorContent"
- }
- },
- "required": [
- "error"
- ],
- "title": "JSON API Error Response",
- "type": "object"
- },
- "errorOAuth2": {
- "description": "Error",
- "properties": {
- "error": {
- "description": "Error",
- "type": "string"
- },
- "error_debug": {
- "description": "Error Debug Information\n\nOnly available in dev mode.",
- "type": "string"
- },
- "error_description": {
- "description": "Error Description",
- "type": "string"
- },
- "error_hint": {
- "description": "Error Hint\n\nHelps the user identify the error cause.",
- "example": "The redirect URL is not allowed.",
- "type": "string"
- },
- "status_code": {
- "description": "HTTP Status Code",
- "example": 401,
- "format": "int64",
- "type": "integer"
- }
- },
- "type": "object"
- },
- "expandedPermissionTree": {
- "properties": {
- "children": {
- "description": "The children of the node, possibly none.",
- "items": {
- "$ref": "#/components/schemas/expandedPermissionTree"
- },
- "type": "array"
- },
- "tuple": {
- "$ref": "#/components/schemas/relationship"
- },
- "type": {
- "description": "The type of the node.\nunion TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified",
- "enum": [
- "union",
- "exclusion",
- "intersection",
- "leaf",
- "tuple_to_subject_set",
- "computed_subject_set",
- "not",
- "unspecified"
- ],
- "type": "string",
- "x-go-enum-desc": "union TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified"
- }
- },
- "required": [
- "type"
- ],
- "type": "object"
- },
- "flowError": {
- "properties": {
- "created_at": {
- "description": "CreatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "error": {
- "type": "object"
- },
- "id": {
- "description": "ID of the error container.",
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "UpdatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- "genericError": {
- "description": "Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.",
- "properties": {
- "code": {
- "description": "The status code",
- "example": 404,
- "format": "int64",
- "type": "integer"
- },
- "debug": {
- "description": "Debug information\n\nThis field is often not exposed to protect against leaking\nsensitive information.",
- "example": "SQL field \"foo\" is not a bool.",
- "type": "string"
- },
- "details": {
- "description": "Further error details"
- },
- "error": {
- "$ref": "#/components/schemas/genericErrorContent"
- },
- "id": {
- "description": "The error ID\n\nUseful when trying to identify various errors in application logic.",
- "type": "string"
- },
- "message": {
- "description": "Error message\n\nThe error's message.",
- "example": "The resource could not be found",
- "type": "string"
- },
- "reason": {
- "description": "A human-readable reason for the error",
- "example": "User with ID 1234 does not exist.",
- "type": "string"
- },
- "request": {
- "description": "The request ID\n\nThe request ID is often exposed internally in order to trace\nerrors across service architectures. This is often a UUID.",
- "example": "d7ef54b1-ec15-46e6-bccb-524b82c035e6",
- "type": "string"
- },
- "status": {
- "description": "The status description",
- "example": "Not Found",
- "type": "string"
- }
- },
- "required": [
- "message"
- ],
- "title": "Error response",
- "type": "object"
- },
- "genericErrorContent": {
- "description": "Error response",
- "properties": {
- "debug": {
- "description": "Debug contains debug information. This is usually not available and has to be enabled.",
- "example": "The database adapter was unable to find the element",
- "type": "string"
- },
- "error": {
- "description": "Name is the error name.",
- "example": "The requested resource could not be found",
- "type": "string"
- },
- "error_description": {
- "description": "Description contains further information on the nature of the error.",
- "example": "Object with ID 12345 does not exist",
- "type": "string"
- },
- "message": {
- "description": "Message contains the error message.",
- "type": "string"
- },
- "status_code": {
- "description": "Code represents the error status code (404, 403, 401, ...).",
- "example": 404,
- "format": "int64",
- "type": "integer"
- }
- },
- "type": "object"
- },
- "getAttributesCountResponse": {
- "description": "Response of the getAttributesCount endpoint",
- "properties": {
- "data": {
- "description": "The list of data points.",
- "items": {
- "$ref": "#/components/schemas/AttributesCountDatapoint"
- },
- "readOnly": true,
- "type": "array"
- }
- },
- "required": [
- "data"
- ],
- "type": "object"
- },
- "getManagedIdentitySchemaLocation": {
- "description": "Ory Identity Schema Location",
- "properties": {
- "location": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "getOrganizationResponse": {
- "properties": {
- "organization": {
- "$ref": "#/components/schemas/organization"
- }
- },
- "required": [
- "organization"
- ],
- "title": "getOrganizationResponse represents a B2B SSO Organization.",
- "type": "object"
- },
- "getProjectMetricsResponse": {
- "description": "Response of the getMetrics endpoint",
- "properties": {
- "data": {
- "description": "The list of data points.",
- "items": {
- "$ref": "#/components/schemas/metricsDatapoint"
- },
- "readOnly": true,
- "type": "array"
- }
- },
- "required": [
- "data"
- ],
- "type": "object"
- },
- "getSessionActivityResponse": {
- "description": "Response of the getSessionActivity endpoint",
- "properties": {
- "data": {
- "description": "The list of data points.",
- "items": {
- "$ref": "#/components/schemas/SessionActivityDatapoint"
- },
- "readOnly": true,
- "type": "array"
- }
- },
- "required": [
- "data"
- ],
- "type": "object"
- },
- "healthNotReadyStatus": {
- "properties": {
- "errors": {
- "additionalProperties": {
- "type": "string"
- },
- "description": "Errors contains a list of errors that caused the not ready status.",
- "type": "object"
- }
- },
- "type": "object"
- },
- "healthStatus": {
- "properties": {
- "status": {
- "description": "Status always contains \"ok\".",
- "type": "string"
- }
- },
- "type": "object"
- },
- "identity": {
- "description": "An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.",
- "properties": {
- "created_at": {
- "description": "CreatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "credentials": {
- "additionalProperties": {
- "$ref": "#/components/schemas/identityCredentials"
- },
- "description": "Credentials represents all credentials that can be used for authenticating this identity.",
- "type": "object"
- },
- "id": {
- "description": "ID is the identity's unique identifier.\n\nThe Identity ID can not be changed and can not be chosen. This ensures future\ncompatibility and optimization for distributed stores such as CockroachDB.",
- "format": "uuid",
- "type": "string"
- },
- "metadata_admin": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "metadata_public": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "organization_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "recovery_addresses": {
- "description": "RecoveryAddresses contains all the addresses that can be used to recover an identity.",
- "items": {
- "$ref": "#/components/schemas/recoveryIdentityAddress"
- },
- "type": "array",
- "x-omitempty": true
- },
- "schema_id": {
- "description": "SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.",
- "type": "string"
- },
- "schema_url": {
- "description": "SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from.\n\nformat: url",
- "type": "string"
- },
- "state": {
- "$ref": "#/components/schemas/identityState"
- },
- "state_changed_at": {
- "$ref": "#/components/schemas/nullTime"
- },
- "traits": {
- "$ref": "#/components/schemas/identityTraits"
- },
- "updated_at": {
- "description": "UpdatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "verifiable_addresses": {
- "description": "VerifiableAddresses contains all the addresses that can be verified by the user.",
- "items": {
- "$ref": "#/components/schemas/verifiableIdentityAddress"
- },
- "type": "array",
- "x-omitempty": true
- }
- },
- "required": [
- "id",
- "schema_id",
- "schema_url",
- "traits"
- ],
- "title": "Identity represents an Ory Kratos identity",
- "type": "object"
- },
- "identityCredentials": {
- "description": "Credentials represents a specific credential type",
- "properties": {
- "config": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "created_at": {
- "description": "CreatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "identifiers": {
- "description": "Identifiers represents a list of unique identifiers this credential type matches.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "type": {
- "$ref": "#/components/schemas/identityCredentialsType"
- },
- "updated_at": {
- "description": "UpdatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "version": {
- "description": "Version refers to the version of the credential. Useful when changing the config schema.",
- "format": "int64",
- "type": "integer"
- }
- },
- "type": "object"
- },
- "identityCredentialsCode": {
- "description": "CredentialsCode represents a one time login/registration code",
- "properties": {
- "address_type": {
- "$ref": "#/components/schemas/CodeAddressType"
- },
- "used_at": {
- "$ref": "#/components/schemas/NullTime"
- }
- },
- "type": "object"
- },
- "identityCredentialsOidc": {
- "properties": {
- "providers": {
- "items": {
- "$ref": "#/components/schemas/identityCredentialsOidcProvider"
- },
- "type": "array"
- }
- },
- "title": "CredentialsOIDC is contains the configuration for credentials of the type oidc.",
- "type": "object"
- },
- "identityCredentialsOidcProvider": {
- "properties": {
- "initial_access_token": {
- "type": "string"
- },
- "initial_id_token": {
- "type": "string"
- },
- "initial_refresh_token": {
- "type": "string"
- },
- "organization": {
- "type": "string"
- },
- "provider": {
- "type": "string"
- },
- "subject": {
- "type": "string"
- }
- },
- "title": "CredentialsOIDCProvider is contains a specific OpenID COnnect credential for a particular connection (e.g. Google).",
- "type": "object"
- },
- "identityCredentialsPassword": {
- "properties": {
- "hashed_password": {
- "description": "HashedPassword is a hash-representation of the password.",
- "type": "string"
- }
- },
- "title": "CredentialsPassword is contains the configuration for credentials of the type password.",
- "type": "object"
- },
- "identityCredentialsType": {
- "description": "and so on.",
- "enum": [
- "password",
- "totp",
- "oidc",
- "webauthn",
- "lookup_secret",
- "code"
- ],
- "title": "CredentialsType represents several different credential types, like password credentials, passwordless credentials,",
- "type": "string"
- },
- "identityMetaSchema": {
- "description": "Identity Meta Schema",
- "type": "object"
- },
- "identityPatch": {
- "description": "Payload for patching an identity",
- "properties": {
- "create": {
- "$ref": "#/components/schemas/createIdentityBody"
- },
- "patch_id": {
- "description": "The ID of this patch.\n\nThe patch ID is optional. If specified, the ID will be returned in the\nresponse, so consumers of this API can correlate the response with the\npatch.",
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "identityPatchResponse": {
- "description": "Response for a single identity patch",
- "properties": {
- "action": {
- "description": "The action for this specific patch\ncreate ActionCreate Create this identity.",
- "enum": [
- "create"
- ],
- "type": "string",
- "x-go-enum-desc": "create ActionCreate Create this identity."
- },
- "identity": {
- "description": "The identity ID payload of this patch",
- "format": "uuid",
- "type": "string"
- },
- "patch_id": {
- "description": "The ID of this patch response, if an ID was specified in the patch.",
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "identitySchema": {
- "description": "Raw JSON Schema",
- "type": "object"
- },
- "identitySchemaContainer": {
- "description": "An Identity JSON Schema Container",
- "properties": {
- "id": {
- "description": "The ID of the Identity JSON Schema",
- "type": "string"
- },
- "schema": {
- "description": "The actual Identity JSON Schema",
- "type": "object"
- }
- },
- "type": "object"
- },
- "identitySchemaPreset": {
- "properties": {
- "schema": {
- "description": "Schema is the Identity JSON Schema",
- "type": "object"
- },
- "url": {
- "description": "URL is the preset identifier",
- "type": "string"
- }
- },
- "required": [
- "url",
- "schema"
- ],
- "type": "object"
- },
- "identitySchemaPresets": {
- "items": {
- "$ref": "#/components/schemas/identitySchemaPreset"
- },
- "type": "array"
- },
- "identitySchemas": {
- "description": "List of Identity JSON Schemas",
- "items": {
- "$ref": "#/components/schemas/identitySchemaContainer"
- },
- "type": "array"
- },
- "identityState": {
- "description": "The state can either be `active` or `inactive`.",
- "enum": [
- "active",
- "inactive"
- ],
- "title": "An Identity's State",
- "type": "string"
- },
- "identityTraits": {
- "description": "Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`."
- },
- "identityVerifiableAddressStatus": {
- "description": "VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema",
- "type": "string"
- },
- "identityVerifiableAddressType": {
- "description": "VerifiableAddressType must not exceed 16 characters as that is the limitation in the SQL Schema",
- "type": "string"
- },
- "identityWithCredentials": {
- "description": "Create Identity and Import Credentials",
- "properties": {
- "oidc": {
- "$ref": "#/components/schemas/identityWithCredentialsOidc"
- },
- "password": {
- "$ref": "#/components/schemas/identityWithCredentialsPassword"
- }
- },
- "type": "object"
- },
- "identityWithCredentialsOidc": {
- "description": "Create Identity and Import Social Sign In Credentials",
- "properties": {
- "config": {
- "$ref": "#/components/schemas/identityWithCredentialsOidcConfig"
- }
- },
- "type": "object"
- },
- "identityWithCredentialsOidcConfig": {
- "properties": {
- "config": {
- "$ref": "#/components/schemas/identityWithCredentialsPasswordConfig"
- },
- "providers": {
- "description": "A list of OpenID Connect Providers",
- "items": {
- "$ref": "#/components/schemas/identityWithCredentialsOidcConfigProvider"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "identityWithCredentialsOidcConfigProvider": {
- "description": "Create Identity and Import Social Sign In Credentials Configuration",
- "properties": {
- "provider": {
- "description": "The OpenID Connect provider to link the subject to. Usually something like `google` or `github`.",
- "type": "string"
- },
- "subject": {
- "description": "The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token.",
- "type": "string"
- }
- },
- "required": [
- "subject",
- "provider"
- ],
- "type": "object"
- },
- "identityWithCredentialsPassword": {
- "description": "Create Identity and Import Password Credentials",
- "properties": {
- "config": {
- "$ref": "#/components/schemas/identityWithCredentialsPasswordConfig"
- }
- },
- "type": "object"
- },
- "identityWithCredentialsPasswordConfig": {
- "description": "Create Identity and Import Password Credentials Configuration",
- "properties": {
- "hashed_password": {
- "description": "The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords)",
- "type": "string"
- },
- "password": {
- "description": "The password in plain text if no hash is available.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "internalGetProjectBrandingBody": {
- "description": "Get Project Branding Request Body",
- "properties": {
- "hostname": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "internalIsAXWelcomeScreenEnabledForProjectBody": {
- "description": "Is Account Experience Enabled For Project Request Body",
- "properties": {
- "path": {
- "description": "Path is the path of the request.",
- "type": "string"
- },
- "project_slug": {
- "description": "ProjectSlug is the project's slug.",
- "type": "string"
- }
- },
- "required": [
- "project_slug",
- "path"
- ],
- "type": "object"
- },
- "internalIsOwnerForProjectBySlugBody": {
- "description": "Is Owner For Project By Slug Request Body",
- "properties": {
- "namespace": {
- "description": "Namespace is the namespace of the subject.",
- "enum": [
- "User",
- " ApiKey"
- ],
- "type": "string"
- },
- "project_scope": {
- "description": "ProjectScope is the project_id resolved from the\nAPI Token.",
- "type": "string"
- },
- "project_slug": {
- "description": "ProjectSlug is the project's slug.",
- "type": "string"
- },
- "subject": {
- "description": "Subject is the subject acting (user or API key).",
- "type": "string"
- }
- },
- "required": [
- "subject",
- "namespace",
- "project_slug"
- ],
- "type": "object"
- },
- "internalIsOwnerForProjectBySlugResponse": {
- "properties": {
- "project_id": {
- "description": "ProjectID is the project's ID.",
- "type": "string"
- }
- },
- "required": [
- "project_id"
- ],
- "type": "object"
- },
- "internalProvisionMockSubscription": {
- "description": "Internal Provision Mock Subscription Request Body",
- "properties": {
- "currency": {
- "description": "Currency\nusd USD\neur Euro",
- "enum": [
- "usd",
- "eur"
- ],
- "type": "string",
- "x-go-enum-desc": "usd USD\neur Euro"
- },
- "identity_id": {
- "description": "Identity ID",
- "format": "uuid",
- "type": "string"
- },
- "interval": {
- "description": "Billing Interval\nmonthly Monthly\nyearly Yearly",
- "enum": [
- "monthly",
- "yearly"
- ],
- "type": "string",
- "x-go-enum-desc": "monthly Monthly\nyearly Yearly"
- },
- "plan": {
- "description": "Plan ID",
- "type": "string"
- }
- },
- "required": [
- "plan",
- "interval",
- "identity_id",
- "currency"
- ],
- "type": "object"
- },
- "introspectedOAuth2Token": {
- "description": "Introspection contains an access token's session data as specified by\n[IETF RFC 7662](https://tools.ietf.org/html/rfc7662)",
- "properties": {
- "active": {
- "description": "Active is a boolean indicator of whether or not the presented token\nis currently active. The specifics of a token's \"active\" state\nwill vary depending on the implementation of the authorization\nserver and the information it keeps about its tokens, but a \"true\"\nvalue return for the \"active\" property will generally indicate\nthat a given token has been issued by this authorization server,\nhas not been revoked by the resource owner, and is within its\ngiven time window of validity (e.g., after its issuance time and\nbefore its expiration time).",
- "type": "boolean"
- },
- "aud": {
- "description": "Audience contains a list of the token's intended audiences.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "client_id": {
- "description": "ID is aclient identifier for the OAuth 2.0 client that\nrequested this token.",
- "type": "string"
- },
- "exp": {
- "description": "Expires at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token will expire.",
- "format": "int64",
- "type": "integer"
- },
- "ext": {
- "additionalProperties": {},
- "description": "Extra is arbitrary data set by the session.",
- "type": "object"
- },
- "iat": {
- "description": "Issued at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token was\noriginally issued.",
- "format": "int64",
- "type": "integer"
- },
- "iss": {
- "description": "IssuerURL is a string representing the issuer of this token",
- "type": "string"
- },
- "nbf": {
- "description": "NotBefore is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token is not to be\nused before.",
- "format": "int64",
- "type": "integer"
- },
- "obfuscated_subject": {
- "description": "ObfuscatedSubject is set when the subject identifier algorithm was set to \"pairwise\" during authorization.\nIt is the `sub` value of the ID Token that was issued.",
- "type": "string"
- },
- "scope": {
- "description": "Scope is a JSON string containing a space-separated list of\nscopes associated with this token.",
- "type": "string"
- },
- "sub": {
- "description": "Subject of the token, as defined in JWT [RFC7519].\nUsually a machine-readable identifier of the resource owner who\nauthorized this token.",
- "type": "string"
- },
- "token_type": {
- "description": "TokenType is the introspected token's type, typically `Bearer`.",
- "type": "string"
- },
- "token_use": {
- "description": "TokenUse is the introspected token's use, for example `access_token` or `refresh_token`.",
- "type": "string"
- },
- "username": {
- "description": "Username is a human-readable identifier for the resource owner who\nauthorized this token.",
- "type": "string"
- }
- },
- "required": [
- "active"
- ],
- "type": "object"
- },
- "isOwnerForProjectBySlug": {
- "properties": {
- "ProjectSlug": {
- "description": "ProjectSlug is the project's slug.",
- "type": "string"
- },
- "Subject": {
- "description": "Subject is the subject from the API Token.",
- "type": "string"
- }
- },
- "required": [
- "Subject",
- "ProjectSlug"
- ],
- "type": "object"
- },
- "jsonPatch": {
- "description": "A JSONPatch document as defined by RFC 6902",
- "properties": {
- "from": {
- "description": "This field is used together with operation \"move\" and uses JSON Pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).",
- "example": "/name",
- "type": "string"
- },
- "op": {
- "description": "The operation to be performed. One of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\".",
- "enum": [
- "add",
- "remove",
- "replace",
- "move",
- "copy",
- "test"
- ],
- "example": "replace",
- "type": "string"
- },
- "path": {
- "description": "The path to the target path. Uses JSON pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).",
- "example": "/name",
- "type": "string"
- },
- "value": {
- "description": "The value to be used within the operations.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).",
- "example": "foobar"
- }
- },
- "required": [
- "op",
- "path"
- ],
- "type": "object"
- },
- "jsonPatchDocument": {
- "description": "A JSONPatchDocument request",
- "items": {
- "$ref": "#/components/schemas/jsonPatch"
- },
- "type": "array"
- },
- "jsonWebKey": {
- "properties": {
- "alg": {
- "description": "The \"alg\" (algorithm) parameter identifies the algorithm intended for\nuse with the key. The values used should either be registered in the\nIANA \"JSON Web Signature and Encryption Algorithms\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name.",
- "example": "RS256",
- "type": "string"
- },
- "crv": {
- "example": "P-256",
- "type": "string"
- },
- "d": {
- "example": "T_N8I-6He3M8a7X1vWt6TGIx4xB_GP3Mb4SsZSA4v-orvJzzRiQhLlRR81naWYxfQAYt5isDI6_C2L9bdWo4FFPjGQFvNoRX-_sBJyBI_rl-TBgsZYoUlAj3J92WmY2inbA-PwyJfsaIIDceYBC-eX-xiCu6qMqkZi3MwQAFL6bMdPEM0z4JBcwFT3VdiWAIRUuACWQwrXMq672x7fMuaIaHi7XDGgt1ith23CLfaREmJku9PQcchbt_uEY-hqrFY6ntTtS4paWWQj86xLL94S-Tf6v6xkL918PfLSOTq6XCzxvlFwzBJqApnAhbwqLjpPhgUG04EDRrqrSBc5Y1BLevn6Ip5h1AhessBp3wLkQgz_roeckt-ybvzKTjESMuagnpqLvOT7Y9veIug2MwPJZI2VjczRc1vzMs25XrFQ8DpUy-bNdp89TmvAXwctUMiJdgHloJw23Cv03gIUAkDnsTqZmkpbIf-crpgNKFmQP_EDKoe8p_PXZZgfbRri3NoEVGP7Mk6yEu8LjJhClhZaBNjuWw2-KlBfOA3g79mhfBnkInee5KO9mGR50qPk1V-MorUYNTFMZIm0kFE6eYVWFBwJHLKYhHU34DoiK1VP-svZpC2uAMFNA_UJEwM9CQ2b8qe4-5e9aywMvwcuArRkAB5mBIfOaOJao3mfukKAE",
- "type": "string"
- },
- "dp": {
- "example": "G4sPXkc6Ya9y8oJW9_ILj4xuppu0lzi_H7VTkS8xj5SdX3coE0oimYwxIi2emTAue0UOa5dpgFGyBJ4c8tQ2VF402XRugKDTP8akYhFo5tAA77Qe_NmtuYZc3C3m3I24G2GvR5sSDxUyAN2zq8Lfn9EUms6rY3Ob8YeiKkTiBj0",
- "type": "string"
- },
- "dq": {
- "example": "s9lAH9fggBsoFR8Oac2R_E2gw282rT2kGOAhvIllETE1efrA6huUUvMfBcMpn8lqeW6vzznYY5SSQF7pMdC_agI3nG8Ibp1BUb0JUiraRNqUfLhcQb_d9GF4Dh7e74WbRsobRonujTYN1xCaP6TO61jvWrX-L18txXw494Q_cgk",
- "type": "string"
- },
- "e": {
- "example": "AQAB",
- "type": "string"
- },
- "k": {
- "example": "GawgguFyGrWKav7AX4VKUg",
- "type": "string"
- },
- "kid": {
- "description": "The \"kid\" (key ID) parameter is used to match a specific key. This\nis used, for instance, to choose among a set of keys within a JWK Set\nduring key rollover. The structure of the \"kid\" value is\nunspecified. When \"kid\" values are used within a JWK Set, different\nkeys within the JWK Set SHOULD use distinct \"kid\" values. (One\nexample in which different keys might use the same \"kid\" value is if\nthey have different \"kty\" (key type) values but are considered to be\nequivalent alternatives by the application using them.) The \"kid\"\nvalue is a case-sensitive string.",
- "example": "1603dfe0af8f4596",
- "type": "string"
- },
- "kty": {
- "description": "The \"kty\" (key type) parameter identifies the cryptographic algorithm\nfamily used with the key, such as \"RSA\" or \"EC\". \"kty\" values should\neither be registered in the IANA \"JSON Web Key Types\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name. The \"kty\" value is a case-sensitive string.",
- "example": "RSA",
- "type": "string"
- },
- "n": {
- "example": "vTqrxUyQPl_20aqf5kXHwDZrel-KovIp8s7ewJod2EXHl8tWlRB3_Rem34KwBfqlKQGp1nqah-51H4Jzruqe0cFP58hPEIt6WqrvnmJCXxnNuIB53iX_uUUXXHDHBeaPCSRoNJzNysjoJ30TIUsKBiirhBa7f235PXbKiHducLevV6PcKxJ5cY8zO286qJLBWSPm-OIevwqsIsSIH44Qtm9sioFikhkbLwoqwWORGAY0nl6XvVOlhADdLjBSqSAeT1FPuCDCnXwzCDR8N9IFB_IjdStFkC-rVt2K5BYfPd0c3yFp_vHR15eRd0zJ8XQ7woBC8Vnsac6Et1pKS59pX6256DPWu8UDdEOolKAPgcd_g2NpA76cAaF_jcT80j9KrEzw8Tv0nJBGesuCjPNjGs_KzdkWTUXt23Hn9QJsdc1MZuaW0iqXBepHYfYoqNelzVte117t4BwVp0kUM6we0IqyXClaZgOI8S-WDBw2_Ovdm8e5NmhYAblEVoygcX8Y46oH6bKiaCQfKCFDMcRgChme7AoE1yZZYsPbaG_3IjPrC4LBMHQw8rM9dWjJ8ImjicvZ1pAm0dx-KHCP3y5PVKrxBDf1zSOsBRkOSjB8TPODnJMz6-jd5hTtZxpZPwPoIdCanTZ3ZD6uRBpTmDwtpRGm63UQs1m5FWPwb0T2IF0",
- "type": "string"
- },
- "p": {
- "example": "6NbkXwDWUhi-eR55Cgbf27FkQDDWIamOaDr0rj1q0f1fFEz1W5A_09YvG09Fiv1AO2-D8Rl8gS1Vkz2i0zCSqnyy8A025XOcRviOMK7nIxE4OH_PEsko8dtIrb3TmE2hUXvCkmzw9EsTF1LQBOGC6iusLTXepIC1x9ukCKFZQvdgtEObQ5kzd9Nhq-cdqmSeMVLoxPLd1blviVT9Vm8-y12CtYpeJHOaIDtVPLlBhJiBoPKWg3vxSm4XxIliNOefqegIlsmTIa3MpS6WWlCK3yHhat0Q-rRxDxdyiVdG_wzJvp0Iw_2wms7pe-PgNPYvUWH9JphWP5K38YqEBiJFXQ",
- "type": "string"
- },
- "q": {
- "example": "0A1FmpOWR91_RAWpqreWSavNaZb9nXeKiBo0DQGBz32DbqKqQ8S4aBJmbRhJcctjCLjain-ivut477tAUMmzJwVJDDq2MZFwC9Q-4VYZmFU4HJityQuSzHYe64RjN-E_NQ02TWhG3QGW6roq6c57c99rrUsETwJJiwS8M5p15Miuz53DaOjv-uqqFAFfywN5WkxHbraBcjHtMiQuyQbQqkCFh-oanHkwYNeytsNhTu2mQmwR5DR2roZ2nPiFjC6nsdk-A7E3S3wMzYYFw7jvbWWoYWo9vB40_MY2Y0FYQSqcDzcBIcq_0tnnasf3VW4Fdx6m80RzOb2Fsnln7vKXAQ",
- "type": "string"
- },
- "qi": {
- "example": "GyM_p6JrXySiz1toFgKbWV-JdI3jQ4ypu9rbMWx3rQJBfmt0FoYzgUIZEVFEcOqwemRN81zoDAaa-Bk0KWNGDjJHZDdDmFhW3AN7lI-puxk_mHZGJ11rxyR8O55XLSe3SPmRfKwZI6yU24ZxvQKFYItdldUKGzO6Ia6zTKhAVRU",
- "type": "string"
- },
- "use": {
- "description": "Use (\"public key use\") identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).",
- "example": "sig",
- "type": "string"
- },
- "x": {
- "example": "f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU",
- "type": "string"
- },
- "x5c": {
- "description": "The \"x5c\" (X.509 certificate chain) parameter contains a chain of one\nor more PKIX certificates [RFC5280]. The certificate chain is\nrepresented as a JSON array of certificate value strings. Each\nstring in the array is a base64-encoded (Section 4 of [RFC4648] --\nnot base64url-encoded) DER [ITU.X690.1994] PKIX certificate value.\nThe PKIX certificate containing the key value MUST be the first\ncertificate.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "y": {
- "example": "x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0",
- "type": "string"
- }
- },
- "required": [
- "use",
- "kty",
- "kid",
- "alg"
- ],
- "type": "object"
- },
- "jsonWebKeySet": {
- "description": "JSON Web Key Set",
- "properties": {
- "keys": {
- "description": "List of JSON Web Keys\n\nThe value of the \"keys\" parameter is an array of JSON Web Key (JWK)\nvalues. By default, the order of the JWK values within the array does\nnot imply an order of preference among them, although applications\nof JWK Sets can choose to assign a meaning to the order for their\npurposes, if desired.",
- "items": {
- "$ref": "#/components/schemas/jsonWebKey"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "listCustomDomains": {
- "description": "Custom Hostname List",
- "items": {
- "$ref": "#/components/schemas/customDomain"
- },
- "type": "array"
- },
- "listOrganizationsResponse": {
- "description": "B2B SSO Organization List",
- "properties": {
- "organizations": {
- "items": {
- "$ref": "#/components/schemas/organization"
- },
- "type": "array"
- }
- },
- "required": [
- "organizations"
- ],
- "type": "object"
- },
- "loginFlow": {
- "description": "This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\"\nendpoint by a client.\n\nOnce a login flow is completed successfully, a session cookie or session token will be issued.",
- "properties": {
- "active": {
- "$ref": "#/components/schemas/identityCredentialsType"
- },
- "created_at": {
- "description": "CreatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "expires_at": {
- "description": "ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "description": "ID represents the flow's unique ID. When performing the login flow, this\nrepresents the id in the login UI's query parameter: http://\u003cselfservice.flows.login.ui_url\u003e/?flow=\u003cflow_id\u003e",
- "format": "uuid",
- "type": "string"
- },
- "issued_at": {
- "description": "IssuedAt is the time (UTC) when the flow started.",
- "format": "date-time",
- "type": "string"
- },
- "oauth2_login_challenge": {
- "description": "Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.",
- "type": "string"
- },
- "oauth2_login_request": {
- "$ref": "#/components/schemas/oAuth2LoginRequest"
- },
- "organization_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "refresh": {
- "description": "Refresh stores whether this login flow should enforce re-authentication.",
- "type": "boolean"
- },
- "request_url": {
- "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.",
- "type": "string"
- },
- "requested_aal": {
- "$ref": "#/components/schemas/authenticatorAssuranceLevel"
- },
- "return_to": {
- "description": "ReturnTo contains the requested return_to URL.",
- "type": "string"
- },
- "session_token_exchange_code": {
- "description": "SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the login flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the login flow.",
- "type": "string"
- },
- "state": {
- "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method to sign in with\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed."
- },
- "type": {
- "$ref": "#/components/schemas/selfServiceFlowType"
- },
- "ui": {
- "$ref": "#/components/schemas/uiContainer"
- },
- "updated_at": {
- "description": "UpdatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- }
- },
- "required": [
- "id",
- "type",
- "expires_at",
- "issued_at",
- "request_url",
- "ui",
- "state"
- ],
- "title": "Login Flow",
- "type": "object"
- },
- "loginFlowState": {
- "description": "The state represents the state of the login flow.\n\nchoose_method: ask the user to choose a method (e.g. login account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed.",
- "enum": [
- "choose_method",
- "sent_email",
- "passed_challenge"
- ],
- "title": "Login Flow State"
- },
- "logoutFlow": {
- "description": "Logout Flow",
- "properties": {
- "logout_token": {
- "description": "LogoutToken can be used to perform logout using AJAX.",
- "type": "string"
- },
- "logout_url": {
- "description": "LogoutURL can be opened in a browser to sign the user out.\n\nformat: uri",
- "type": "string"
- }
- },
- "required": [
- "logout_url",
- "logout_token"
- ],
- "type": "object"
- },
- "managedIdentitySchema": {
- "description": "Together the name and identity uuid are a unique index constraint.\nThis prevents a user from having schemas with the same name.\nThis also allows schemas to have the same name across the system.",
- "properties": {
- "blob_name": {
- "description": "The gcs file name\n\nThis is a randomly generated name which is used to uniquely identify the file on the blob storage",
- "type": "string"
- },
- "blob_url": {
- "description": "The publicly accessible url of the schema",
- "type": "string"
- },
- "content_hash": {
- "description": "The Content Hash\n\nContains a hash of the schema's content.",
- "type": "string"
- },
- "created_at": {
- "description": "The Schema's Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The schema's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "name": {
- "description": "The schema name\n\nThis is set by the user and is for them to easily recognise their schema",
- "example": "CustomerIdentity",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Schema was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "blob_name",
- "blob_url",
- "created_at",
- "updated_at"
- ],
- "title": "Schema represents an Ory Kratos Identity Schema",
- "type": "object"
- },
- "managedIdentitySchemaValidationResult": {
- "description": "Ory Identity Schema Validation Result",
- "properties": {
- "message": {
- "type": "string"
- },
- "valid": {
- "type": "boolean"
- }
- },
- "type": "object"
- },
- "managedIdentitySchemas": {
- "items": {
- "$ref": "#/components/schemas/managedIdentitySchema"
- },
- "type": "array"
- },
- "memberInvite": {
- "properties": {
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The invite's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "invitee_email": {
- "description": "The invitee's email",
- "type": "string"
- },
- "invitee_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "owner_email": {
- "description": "The invite owner's email\nUsually the project's owner email",
- "type": "string"
- },
- "owner_id": {
- "description": "The invite owner's ID\nUsually the project's owner",
- "format": "uuid",
- "type": "string"
- },
- "project_id": {
- "description": "The Project's ID this invite is associated with",
- "format": "uuid",
- "type": "string"
- },
- "status": {
- "description": "The invite's status\nKeeps track of the invites status such as pending, accepted, declined, expired\npending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED",
- "enum": [
- "pending",
- "accepted",
- "declined",
- "expired",
- "cancelled",
- "removed"
- ],
- "type": "string",
- "x-go-enum-desc": "pending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "project_id",
- "owner_id",
- "owner_email",
- "invitee_email",
- "status",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "memberInvites": {
- "items": {
- "$ref": "#/components/schemas/memberInvite"
- },
- "type": "array"
- },
- "message": {
- "properties": {
- "body": {
- "type": "string"
- },
- "created_at": {
- "description": "CreatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "dispatches": {
- "description": "Dispatches store information about the attempts of delivering a message\nMay contain an error if any happened, or just the `success` state.",
- "items": {
- "$ref": "#/components/schemas/messageDispatch"
- },
- "type": "array"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "recipient": {
- "type": "string"
- },
- "send_count": {
- "format": "int64",
- "type": "integer"
- },
- "status": {
- "$ref": "#/components/schemas/courierMessageStatus"
- },
- "subject": {
- "type": "string"
- },
- "template_type": {
- "description": "\nrecovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\notp TypeOTP\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid",
- "enum": [
- "recovery_invalid",
- "recovery_valid",
- "recovery_code_invalid",
- "recovery_code_valid",
- "verification_invalid",
- "verification_valid",
- "verification_code_invalid",
- "verification_code_valid",
- "otp",
- "stub",
- "login_code_valid",
- "registration_code_valid"
- ],
- "type": "string",
- "x-go-enum-desc": "recovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\notp TypeOTP\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid"
- },
- "type": {
- "$ref": "#/components/schemas/courierMessageType"
- },
- "updated_at": {
- "description": "UpdatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- }
- },
- "required": [
- "id",
- "status",
- "type",
- "recipient",
- "body",
- "subject",
- "template_type",
- "send_count",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "messageDispatch": {
- "description": "MessageDispatch represents an attempt of sending a courier message\nIt contains the status of the attempt (failed or successful) and the error if any occured",
- "properties": {
- "created_at": {
- "description": "CreatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "error": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "id": {
- "description": "The ID of this message dispatch",
- "format": "uuid",
- "type": "string"
- },
- "message_id": {
- "description": "The ID of the message being dispatched",
- "format": "uuid",
- "type": "string"
- },
- "status": {
- "description": "The status of this dispatch\nEither \"failed\" or \"success\"\nfailed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess",
- "enum": [
- "failed",
- "success"
- ],
- "type": "string",
- "x-go-enum-desc": "failed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess"
- },
- "updated_at": {
- "description": "UpdatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- }
- },
- "required": [
- "id",
- "message_id",
- "status",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "metricsDatapoint": {
- "description": "Represents a single datapoint/bucket of a time series",
- "properties": {
- "count": {
- "description": "The count of events that occured in this time",
- "format": "int64",
- "type": "integer"
- },
- "time": {
- "description": "The time of the bucket",
- "format": "date-time",
- "type": "string"
- }
- },
- "required": [
- "time",
- "count"
- ],
- "type": "object"
- },
- "namespace": {
- "properties": {
- "name": {
- "description": "Name of the namespace.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "needsPrivilegedSessionError": {
- "properties": {
- "error": {
- "$ref": "#/components/schemas/genericError"
- },
- "redirect_browser_to": {
- "description": "Points to where to redirect the user to next.",
- "type": "string"
- }
- },
- "required": [
- "redirect_browser_to"
- ],
- "title": "Is sent when a privileged session is required to perform the settings update.",
- "type": "object"
- },
- "normalizedProject": {
- "properties": {
- "created_at": {
- "description": "The Project's Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "current_revision": {
- "$ref": "#/components/schemas/normalizedProjectRevision"
- },
- "environment": {
- "description": "The environment of the project.\nprod Production\ndev Development",
- "enum": [
- "prod",
- "dev"
- ],
- "type": "string",
- "x-go-enum-desc": "prod Production\ndev Development"
- },
- "hosts": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "id": {
- "description": "The project's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "slug": {
- "description": "The project's slug",
- "readOnly": true,
- "type": "string"
- },
- "state": {
- "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted",
- "enum": [
- "running",
- "halted",
- "deleted"
- ],
- "readOnly": true,
- "type": "string",
- "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted"
- },
- "subscription_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "subscription_plan": {
- "$ref": "#/components/schemas/String"
- },
- "updated_at": {
- "description": "Last Time Project was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "workspace_id": {
- "$ref": "#/components/schemas/NullUUID"
- }
- },
- "required": [
- "id",
- "hosts",
- "slug",
- "current_revision",
- "state",
- "environment",
- "workspace_id",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "normalizedProjectRevision": {
- "properties": {
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "disable_account_experience_welcome_screen": {
- "description": "Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.",
- "type": "boolean"
- },
- "hydra_oauth2_allowed_top_level_claims": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_oauth2_client_credentials_default_grant_allowed_scope": {
- "description": "Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_exclude_not_before_claim": {
- "description": "Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_grant_jwt_iat_optional": {
- "description": "Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_grant_jwt_jti_optional": {
- "description": "Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_grant_jwt_max_ttl": {
- "default": "720h",
- "description": "Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.",
- "example": "30m",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_oauth2_pkce_enforced": {
- "description": "Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_pkce_enforced_for_public_clients": {
- "description": "Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.",
- "type": "boolean"
- },
- "hydra_oauth2_refresh_token_hook": {
- "description": "Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.",
- "type": "string"
- },
- "hydra_oauth2_token_hook": {
- "description": "Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.",
- "type": "string"
- },
- "hydra_oidc_dynamic_client_registration_default_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_oidc_dynamic_client_registration_enabled": {
- "description": "Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.",
- "type": "boolean"
- },
- "hydra_oidc_subject_identifiers_pairwise_salt": {
- "description": "Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.",
- "type": "string"
- },
- "hydra_oidc_subject_identifiers_supported_types": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_secrets_cookie": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_secrets_system": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_serve_cookies_same_site_legacy_workaround": {
- "description": "Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.",
- "type": "boolean"
- },
- "hydra_serve_cookies_same_site_mode": {
- "description": "Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.",
- "type": "string"
- },
- "hydra_strategies_access_token": {
- "default": "opaque",
- "description": "Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt",
- "enum": [
- "opaque",
- "jwt"
- ],
- "type": "string",
- "x-go-enum-desc": "opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt"
- },
- "hydra_strategies_scope": {
- "default": "wildcard",
- "description": "Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard",
- "enum": [
- "exact",
- "wildcard"
- ],
- "type": "string",
- "x-go-enum-desc": "exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard"
- },
- "hydra_ttl_access_token": {
- "default": "30m",
- "description": "This governs the \"ttl.access_token\" setting.",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_auth_code": {
- "default": "720h",
- "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.",
- "example": "30m",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_id_token": {
- "default": "30m",
- "description": "This governs the \"ttl.id_token\" setting.",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_login_consent_request": {
- "default": "30m",
- "description": "Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "hydra_ttl_refresh_token": {
- "default": "720h",
- "description": "Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.",
- "example": "30m",
- "pattern": "^([0-9]+(ns|us|ms|s|m|h)|-1)$",
- "type": "string"
- },
- "hydra_urls_consent": {
- "description": "Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.",
- "type": "string"
- },
- "hydra_urls_error": {
- "description": "Sets the OAuth2 Error URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.",
- "type": "string"
- },
- "hydra_urls_login": {
- "description": "Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.",
- "type": "string"
- },
- "hydra_urls_logout": {
- "description": "Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.",
- "type": "string"
- },
- "hydra_urls_post_logout_redirect": {
- "description": "When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.",
- "type": "string"
- },
- "hydra_urls_registration": {
- "description": "Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login \u0026 Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.",
- "type": "string"
- },
- "hydra_urls_self_issuer": {
- "description": "This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.",
- "type": "string"
- },
- "hydra_webfinger_jwks_broadcast_keys": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_webfinger_oidc_discovery_auth_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_client_registration_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_jwks_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_supported_claims": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_webfinger_oidc_discovery_supported_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "hydra_webfinger_oidc_discovery_token_url": {
- "description": "Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.",
- "type": "string"
- },
- "hydra_webfinger_oidc_discovery_userinfo_url": {
- "description": "Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.",
- "type": "string"
- },
- "id": {
- "description": "The revision ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "keto_namespace_configuration": {
- "description": "The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.",
- "type": "string"
- },
- "keto_namespaces": {
- "$ref": "#/components/schemas/KetoNamespaces"
- },
- "kratos_cookies_same_site": {
- "description": "Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.",
- "type": "string"
- },
- "kratos_courier_delivery_strategy": {
- "default": "smtp",
- "description": "The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_api_key_in": {
- "description": "The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_api_key_name": {
- "description": "The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_api_key_value": {
- "description": "The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_basic_auth_password": {
- "description": "The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_basic_auth_user": {
- "description": "The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_auth_type": {
- "default": "empty (no authentication)",
- "description": "The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie",
- "type": "string"
- },
- "kratos_courier_http_request_config_body": {
- "description": "The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting",
- "type": "string"
- },
- "kratos_courier_http_request_config_headers": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "kratos_courier_http_request_config_method": {
- "default": "POST",
- "description": "The http METHOD to use when calling the remote HTTP email sending service",
- "type": "string"
- },
- "kratos_courier_http_request_config_url": {
- "description": "The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting",
- "type": "string"
- },
- "kratos_courier_smtp_connection_uri": {
- "description": "Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.",
- "type": "string"
- },
- "kratos_courier_smtp_from_address": {
- "description": "Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.",
- "type": "string"
- },
- "kratos_courier_smtp_from_name": {
- "description": "Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.",
- "type": "string"
- },
- "kratos_courier_smtp_headers": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "kratos_courier_smtp_local_name": {
- "description": "Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_login_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_login_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_login_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_recovery_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_registration_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_registration_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_registration_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_code_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_invalid_email_body_html": {
- "description": "Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_invalid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_invalid_email_subject": {
- "description": "Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_valid_email_body_html": {
- "description": "Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_valid_email_body_plaintext": {
- "description": "Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.",
- "type": "string"
- },
- "kratos_courier_templates_verification_valid_email_subject": {
- "description": "Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.",
- "type": "string"
- },
- "kratos_feature_flags_cacheable_sessions": {
- "description": "Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.",
- "type": "boolean"
- },
- "kratos_feature_flags_use_continue_with_transitions": {
- "description": "Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.",
- "type": "boolean"
- },
- "kratos_identity_schemas": {
- "$ref": "#/components/schemas/projectRevisionIdentitySchemas"
- },
- "kratos_oauth2_provider_headers": {
- "$ref": "#/components/schemas/nullJsonRawMessage"
- },
- "kratos_oauth2_provider_override_return_to": {
- "description": "Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.",
- "type": "boolean"
- },
- "kratos_oauth2_provider_url": {
- "description": "The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.",
- "type": "string"
- },
- "kratos_preview_default_read_consistency_level": {
- "description": "Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.",
- "type": "string"
- },
- "kratos_secrets_cipher": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_secrets_cookie": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_secrets_default": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_selfservice_allowed_return_urls": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_selfservice_default_browser_return_url": {
- "description": "Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_error_ui_url": {
- "description": "Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_code_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_oidc_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_password_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_totp_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_after_webauthn_default_browser_return_url": {
- "description": "Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_lifespan": {
- "description": "Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_login_ui_url": {
- "description": "Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_logout_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_enabled": {
- "description": "Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_recovery_lifespan": {
- "description": "Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_notify_unknown_recipients": {
- "description": "Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_recovery_ui_url": {
- "description": "Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_recovery_use": {
- "description": "Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"
- },
- "kratos_selfservice_flows_registration_after_code_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_oidc_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_password_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url": {
- "description": "Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_enabled": {
- "description": "Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0",
- "type": "boolean"
- },
- "kratos_selfservice_flows_registration_lifespan": {
- "description": "Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_registration_login_hints": {
- "description": "Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_registration_ui_url": {
- "description": "Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_oidc_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_password_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_profile_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_totp_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url": {
- "description": "Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.webauthn.profile.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_lifespan": {
- "description": "Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_privileged_session_max_age": {
- "description": "Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_required_aal": {
- "description": "Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_settings_ui_url": {
- "description": "Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_after_default_browser_return_url": {
- "description": "Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_enabled": {
- "description": "Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_verification_lifespan": {
- "description": "Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_notify_unknown_recipients": {
- "description": "Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_flows_verification_ui_url": {
- "description": "Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_flows_verification_use": {
- "description": "Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"
- },
- "kratos_selfservice_methods_code_config_lifespan": {
- "description": "Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_code_enabled": {
- "description": "Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_code_passwordless_enabled": {
- "description": "Configues whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_link_config_base_url": {
- "description": "Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_link_config_lifespan": {
- "description": "Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_link_enabled": {
- "description": "Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_lookup_secret_enabled": {
- "description": "Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_oidc_config_base_redirect_uri": {
- "description": "Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_oidc_config_providers": {
- "$ref": "#/components/schemas/projectRevisionThirdPartyLoginProviders"
- },
- "kratos_selfservice_methods_oidc_enabled": {
- "description": "Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_haveibeenpwned_enabled": {
- "description": "Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_identifier_similarity_check_enabled": {
- "description": "Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_ignore_network_errors": {
- "description": "Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_password_config_max_breaches": {
- "description": "Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.",
- "format": "int64",
- "type": "integer"
- },
- "kratos_selfservice_methods_password_config_min_password_length": {
- "description": "Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.",
- "format": "int64",
- "type": "integer"
- },
- "kratos_selfservice_methods_password_enabled": {
- "description": "Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_profile_enabled": {
- "description": "Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_totp_config_issuer": {
- "description": "Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_totp_enabled": {
- "description": "Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_webauthn_config_passwordless": {
- "description": "Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.",
- "type": "boolean"
- },
- "kratos_selfservice_methods_webauthn_config_rp_display_name": {
- "description": "Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_webauthn_config_rp_icon": {
- "description": "Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.",
- "type": "string"
- },
- "kratos_selfservice_methods_webauthn_config_rp_id": {
- "description": "Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.",
- "type": "string"
- },
- "kratos_selfservice_methods_webauthn_config_rp_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "kratos_selfservice_methods_webauthn_enabled": {
- "description": "Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.",
- "type": "boolean"
- },
- "kratos_session_cookie_persistent": {
- "description": "Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.",
- "type": "boolean"
- },
- "kratos_session_cookie_same_site": {
- "description": "Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.",
- "type": "string"
- },
- "kratos_session_lifespan": {
- "description": "Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.",
- "type": "string"
- },
- "kratos_session_whoami_required_aal": {
- "description": "Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.",
- "type": "string"
- },
- "kratos_session_whoami_tokenizer_templates": {
- "$ref": "#/components/schemas/normalizedProjectRevisionTokenizerTemplates"
- },
- "name": {
- "description": "The project's name.",
- "type": "string"
- },
- "project_id": {
- "description": "The Revision's Project ID",
- "format": "uuid",
- "type": "string"
- },
- "project_revision_hooks": {
- "$ref": "#/components/schemas/projectRevisionHooks"
- },
- "serve_admin_cors_allowed_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "serve_admin_cors_enabled": {
- "description": "Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.",
- "type": "boolean"
- },
- "serve_public_cors_allowed_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "serve_public_cors_enabled": {
- "description": "Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.",
- "type": "boolean"
- },
- "strict_security": {
- "description": "Whether the project should employ strict security measures. Setting this to true is recommended for going into production.",
- "type": "boolean"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "type": "object"
- },
- "normalizedProjectRevisionHook": {
- "properties": {
- "config_key": {
- "description": "The Hooks Config Key",
- "type": "string"
- },
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "hook": {
- "description": "The Hook Type",
- "type": "string"
- },
- "id": {
- "description": "ID of the entry",
- "format": "uuid",
- "type": "string"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "web_hook_config_auth_api_key_in": {
- "description": "Whether to send the API Key in the HTTP Header or as a HTTP Cookie",
- "example": "header",
- "type": "string"
- },
- "web_hook_config_auth_api_key_name": {
- "description": "The name of the api key",
- "example": "X-API-Key",
- "type": "string"
- },
- "web_hook_config_auth_api_key_value": {
- "description": "The value of the api key",
- "example": "eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ",
- "type": "string"
- },
- "web_hook_config_auth_basic_auth_password": {
- "description": "The password to be sent in the HTTP Basic Auth Header",
- "type": "string"
- },
- "web_hook_config_auth_basic_auth_user": {
- "description": "The username to be sent in the HTTP Basic Auth Header",
- "type": "string"
- },
- "web_hook_config_auth_type": {
- "description": "HTTP Auth Method to use for the Web-Hook",
- "type": "string"
- },
- "web_hook_config_body": {
- "description": "URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads.",
- "example": "base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=",
- "type": "string"
- },
- "web_hook_config_can_interrupt": {
- "description": "If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.",
- "type": "boolean"
- },
- "web_hook_config_method": {
- "description": "The HTTP method to use (GET, POST, etc) for the Web-Hook",
- "example": "POST",
- "type": "string"
- },
- "web_hook_config_response_ignore": {
- "description": "Whether to ignore the Web Hook response",
- "type": "boolean"
- },
- "web_hook_config_response_parse": {
- "description": "Whether to parse the Web Hook response",
- "type": "boolean"
- },
- "web_hook_config_url": {
- "description": "The URL the Web-Hook should call",
- "example": "https://www.example.org/web-hook-listener",
- "type": "string"
- }
- },
- "required": [
- "config_key",
- "hook"
- ],
- "type": "object"
- },
- "normalizedProjectRevisionIdentitySchema": {
- "properties": {
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The unique ID of this entry.",
- "format": "uuid",
- "type": "string"
- },
- "identity_schema": {
- "$ref": "#/components/schemas/managedIdentitySchema"
- },
- "identity_schema_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "import_id": {
- "description": "The imported (named) ID of the Identity Schema referenced in the Ory Kratos config.",
- "type": "string"
- },
- "import_url": {
- "description": "The ImportURL can be used to import an Identity Schema from a bse64 encoded string.\nIn the future, this key also support HTTPS and other sources!\n\nIf you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key.\n\nThe configuration will always return the import URL when you fetch it from the API.",
- "example": "base64://ey...",
- "type": "string"
- },
- "is_default": {
- "description": "If true sets the default schema for identities\n\nOnly one schema can ever be the default schema. If you\ntry to add two schemas with default to true, the\nrequest will fail.",
- "type": "boolean"
- },
- "preset": {
- "description": "Use a preset instead of a custom identity schema.",
- "type": "string"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "type": "object"
- },
- "normalizedProjectRevisionIdentitySchemas": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevisionIdentitySchema"
- },
- "type": "array"
- },
- "normalizedProjectRevisionThirdPartyProvider": {
- "properties": {
- "additional_id_token_audiences": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "apple_private_key": {
- "$ref": "#/components/schemas/String"
- },
- "apple_private_key_id": {
- "description": "Apple Private Key Identifier\n\nSign In with Apple Private Key Identifier needed for generating a JWT token for client secret",
- "example": "UX56C66723",
- "type": "string"
- },
- "apple_team_id": {
- "description": "Apple Developer Team ID\n\nApple Developer Team ID needed for generating a JWT token for client secret",
- "example": "KP76DQS54M",
- "type": "string"
- },
- "auth_url": {
- "description": "AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.",
- "example": "https://www.googleapis.com/oauth2/v2/auth",
- "type": "string"
- },
- "azure_tenant": {
- "description": "Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`.\n\nCan be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like\n`8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`.",
- "example": "contoso.onmicrosoft.com",
- "type": "string"
- },
- "client_id": {
- "description": "ClientID is the application's Client ID.",
- "type": "string"
- },
- "client_secret": {
- "$ref": "#/components/schemas/String"
- },
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "issuer_url": {
- "description": "IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`.\nIf set, neither `auth_url` nor `token_url` are required.",
- "example": "https://accounts.google.com",
- "type": "string"
- },
- "label": {
- "description": "Label represents an optional label which can be used in the UI generation.",
- "type": "string"
- },
- "mapper_url": {
- "description": "Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.",
- "type": "string"
- },
- "organization_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "provider": {
- "description": "Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of:\ngeneric\ngoogle\ngithub\ngitlab\nmicrosoft\ndiscord\nslack\nfacebook\nvk\nyandex\napple",
- "example": "google",
- "type": "string"
- },
- "provider_id": {
- "description": "ID is the provider's ID",
- "type": "string"
- },
- "requested_claims": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "state": {
- "description": "State indicates the state of the provider\n\nOnly providers with state `enabled` will be used for authentication\nenabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled",
- "enum": [
- "enabled",
- "disabled"
- ],
- "type": "string",
- "x-go-enum-desc": "enabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled"
- },
- "subject_source": {
- "$ref": "#/components/schemas/String"
- },
- "token_url": {
- "description": "TokenURL is the token url, typically something like: https://example.org/oauth2/token\n\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.",
- "example": "https://www.googleapis.com/oauth2/v4/token",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "type": "object"
- },
- "normalizedProjectRevisionTokenizerTemplate": {
- "properties": {
- "claims_mapper_url": {
- "description": "Claims mapper URL",
- "type": "string"
- },
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The revision ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "jwks_url": {
- "description": "JSON Web Key URL",
- "type": "string"
- },
- "key": {
- "description": "The unique key of the template",
- "type": "string"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "ttl": {
- "default": "1m",
- "description": "Token time to live",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "type": "object"
- },
- "normalizedProjectRevisionTokenizerTemplates": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevisionTokenizerTemplate"
- },
- "type": "array"
- },
- "normalizedProjects": {
- "items": {
- "$ref": "#/components/schemas/normalizedProject"
- },
- "type": "array"
- },
- "nullBool": {
- "nullable": true,
- "type": "boolean"
- },
- "nullDuration": {
- "nullable": true,
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "nullInt64": {
- "nullable": true,
- "type": "integer"
- },
- "nullJsonRawMessage": {
- "description": "NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-",
- "nullable": true,
- "type": "object"
- },
- "nullString": {
- "type": "string"
- },
- "nullTime": {
- "format": "date-time",
- "title": "NullTime implements sql.NullTime functionality.",
- "type": "string"
- },
- "oAuth2Client": {
- "description": "OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.",
- "properties": {
- "access_token_strategy": {
- "description": "OAuth 2.0 Access Token Strategy\n\nAccessTokenStrategy is the strategy used to generate access tokens.\nValid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\nSetting the stragegy here overrides the global setting in `strategies.access_token`.",
- "type": "string"
- },
- "allowed_cors_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "authorization_code_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "backchannel_logout_session_required": {
- "description": "OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout\nToken to identify the RP session with the OP when the backchannel_logout_uri is used.\nIf omitted, the default value is false.",
- "type": "boolean"
- },
- "backchannel_logout_uri": {
- "description": "OpenID Connect Back-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when sent a Logout Token by the OP.",
- "type": "string"
- },
- "client_credentials_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "client_id": {
- "description": "OAuth 2.0 Client ID\n\nThe ID is immutable. If no ID is provided, a UUID4 will be generated.",
- "type": "string"
- },
- "client_name": {
- "description": "OAuth 2.0 Client Name\n\nThe human-readable name of the client to be presented to the\nend-user during authorization.",
- "type": "string"
- },
- "client_secret": {
- "description": "OAuth 2.0 Client Secret\n\nThe secret will be included in the create request as cleartext, and then\nnever again. The secret is kept in hashed format and is not recoverable once lost.",
- "type": "string"
- },
- "client_secret_expires_at": {
- "description": "OAuth 2.0 Client Secret Expires At\n\nThe field is currently not supported and its value is always 0.",
- "format": "int64",
- "type": "integer"
- },
- "client_uri": {
- "description": "OAuth 2.0 Client URI\n\nClientURI is a URL string of a web page providing information about the client.\nIf present, the server SHOULD display this URL to the end-user in\na clickable fashion.",
- "type": "string"
- },
- "contacts": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "created_at": {
- "description": "OAuth 2.0 Client Creation Date\n\nCreatedAt returns the timestamp of the client's creation.",
- "format": "date-time",
- "type": "string"
- },
- "frontchannel_logout_session_required": {
- "description": "OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be\nincluded to identify the RP session with the OP when the frontchannel_logout_uri is used.\nIf omitted, the default value is false.",
- "type": "boolean"
- },
- "frontchannel_logout_uri": {
- "description": "OpenID Connect Front-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query\nparameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the\nrequest and to determine which of the potentially multiple sessions is to be logged out; if either is\nincluded, both MUST be.",
- "type": "string"
- },
- "grant_types": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "implicit_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "implicit_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "jwks": {
- "description": "OAuth 2.0 Client JSON Web Key Set\n\nClient's JSON Web Key Set [JWK] document, passed by value. The semantics of the jwks parameter are the same as\nthe jwks_uri parameter, other than that the JWK Set is passed by value, rather than by reference. This parameter\nis intended only to be used by Clients that, for some reason, are unable to use the jwks_uri parameter, for\ninstance, by native applications that might not have a location to host the contents of the JWK Set. If a Client\ncan use jwks_uri, it MUST NOT use jwks. One significant downside of jwks is that it does not enable key rotation\n(which jwks_uri does, as described in Section 10 of OpenID Connect Core 1.0 [OpenID.Core]). The jwks_uri and jwks\nparameters MUST NOT be used together."
- },
- "jwks_uri": {
- "description": "OAuth 2.0 Client JSON Web Key Set URL\n\nURL for the Client's JSON Web Key Set [JWK] document. If the Client signs requests to the Server, it contains\nthe signing key(s) the Server uses to validate signatures from the Client. The JWK Set MAY also contain the\nClient's encryption keys(s), which are used by the Server to encrypt responses to the Client. When both signing\nand encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced\nJWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both\nsignatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used\nto provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST\nmatch those in the certificate.",
- "type": "string"
- },
- "jwt_bearer_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "logo_uri": {
- "description": "OAuth 2.0 Client Logo URI\n\nA URL string referencing the client's logo.",
- "type": "string"
- },
- "metadata": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "owner": {
- "description": "OAuth 2.0 Client Owner\n\nOwner is a string identifying the owner of the OAuth 2.0 Client.",
- "type": "string"
- },
- "policy_uri": {
- "description": "OAuth 2.0 Client Policy URI\n\nPolicyURI is a URL string that points to a human-readable privacy policy document\nthat describes how the deployment organization collects, uses,\nretains, and discloses personal data.",
- "type": "string"
- },
- "post_logout_redirect_uris": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "redirect_uris": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "refresh_token_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "registration_access_token": {
- "description": "OpenID Connect Dynamic Client Registration Access Token\n\nRegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client\nusing Dynamic Client Registration.",
- "type": "string"
- },
- "registration_client_uri": {
- "description": "OpenID Connect Dynamic Client Registration URL\n\nRegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client.",
- "type": "string"
- },
- "request_object_signing_alg": {
- "description": "OpenID Connect Request Object Signing Algorithm\n\nJWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects\nfrom this Client MUST be rejected, if not signed with this algorithm.",
- "type": "string"
- },
- "request_uris": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "response_types": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "scope": {
- "description": "OAuth 2.0 Client Scope\n\nScope is a string containing a space-separated list of scope values (as\ndescribed in Section 3.3 of OAuth 2.0 [RFC6749]) that the client\ncan use when requesting access tokens.",
- "example": "scope1 scope-2 scope.3 scope:4",
- "type": "string"
- },
- "sector_identifier_uri": {
- "description": "OpenID Connect Sector Identifier URI\n\nURL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a\nfile with a single JSON array of redirect_uri values.",
- "type": "string"
- },
- "skip_consent": {
- "description": "SkipConsent skips the consent screen for this client. This field can only\nbe set from the admin API.",
- "type": "boolean"
- },
- "subject_type": {
- "description": "OpenID Connect Subject Type\n\nThe `subject_types_supported` Discovery parameter contains a\nlist of the supported subject_type values for this server. Valid types include `pairwise` and `public`.",
- "type": "string"
- },
- "token_endpoint_auth_method": {
- "default": "client_secret_basic",
- "description": "OAuth 2.0 Token Endpoint Authentication Method\n\nRequested Client Authentication method for the Token Endpoint. The options are:\n\n`client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header.\n`client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body.\n`private_key_jwt`: Use JSON Web Tokens to authenticate the client.\n`none`: Used for public clients (native apps, mobile apps) which can not have secrets.",
- "type": "string"
- },
- "token_endpoint_auth_signing_alg": {
- "description": "OAuth 2.0 Token Endpoint Signing Algorithm\n\nRequested Client Authentication signing algorithm for the Token Endpoint.",
- "type": "string"
- },
- "tos_uri": {
- "description": "OAuth 2.0 Client Terms of Service URI\n\nA URL string pointing to a human-readable terms of service\ndocument for the client that describes a contractual relationship\nbetween the end-user and the client that the end-user accepts when\nauthorizing the client.",
- "type": "string"
- },
- "updated_at": {
- "description": "OAuth 2.0 Client Last Update Date\n\nUpdatedAt returns the timestamp of the last update.",
- "format": "date-time",
- "type": "string"
- },
- "userinfo_signed_response_alg": {
- "description": "OpenID Connect Request Userinfo Signed Response Algorithm\n\nJWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT\n[JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims\nas a UTF-8 encoded JSON object using the application/json content-type.",
- "type": "string"
- }
- },
- "title": "OAuth 2.0 Client",
- "type": "object"
- },
- "oAuth2ClientTokenLifespans": {
- "description": "Lifespans of different token types issued for this OAuth 2.0 Client.",
- "properties": {
- "authorization_code_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "client_credentials_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "implicit_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "implicit_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "jwt_bearer_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- }
- },
- "title": "OAuth 2.0 Client Token Lifespans",
- "type": "object"
- },
- "oAuth2ConsentRequest": {
- "properties": {
- "acr": {
- "description": "ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.",
- "type": "string"
- },
- "amr": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "challenge": {
- "description": "ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to\nidentify the session.",
- "type": "string"
- },
- "client": {
- "$ref": "#/components/schemas/oAuth2Client"
- },
- "context": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "login_challenge": {
- "description": "LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate\na login and consent request in the login \u0026 consent app.",
- "type": "string"
- },
- "login_session_id": {
- "description": "LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.",
- "type": "string"
- },
- "oidc_context": {
- "$ref": "#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"
- },
- "request_url": {
- "description": "RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.",
- "type": "string"
- },
- "requested_access_token_audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "requested_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "skip": {
- "description": "Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you must not ask the user to grant the requested scopes. You must however either allow or deny the\nconsent request using the usual API call.",
- "type": "boolean"
- },
- "subject": {
- "description": "Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client.",
- "type": "string"
- }
- },
- "required": [
- "challenge"
- ],
- "title": "Contains information on an ongoing consent request.",
- "type": "object"
- },
- "oAuth2ConsentRequestOpenIDConnectContext": {
- "properties": {
- "acr_values": {
- "description": "ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request.\nIt is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required.\n\nOpenID Connect defines it as follows:\n\u003e Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values\nthat the Authorization Server is being requested to use for processing this Authentication Request, with the\nvalues appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication\nperformed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a\nVoluntary Claim by this parameter.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "display": {
- "description": "Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.\nThe defined values are:\npage: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.\npopup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.\ntouch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.\nwap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display.\n\nThe Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.",
- "type": "string"
- },
- "id_token_hint_claims": {
- "additionalProperties": {},
- "description": "IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the\nEnd-User's current or past authenticated session with the Client.",
- "type": "object"
- },
- "login_hint": {
- "description": "LoginHint hints about the login identifier the End-User might use to log in (if necessary).\nThis hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier)\nand then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a\nphone number in the format specified for the phone_number Claim. The use of this parameter is optional.",
- "type": "string"
- },
- "ui_locales": {
- "description": "UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a\nspace-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value\n\"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation),\nfollowed by English (without a region designation). An error SHOULD NOT result if some or all of the requested\nlocales are not supported by the OpenID Provider.",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "title": "Contains optional information about the OpenID Connect request.",
- "type": "object"
- },
- "oAuth2ConsentSession": {
- "description": "A completed OAuth 2.0 Consent Session.",
- "properties": {
- "consent_request": {
- "$ref": "#/components/schemas/oAuth2ConsentRequest"
- },
- "expires_at": {
- "properties": {
- "access_token": {
- "format": "date-time",
- "type": "string"
- },
- "authorize_code": {
- "format": "date-time",
- "type": "string"
- },
- "id_token": {
- "format": "date-time",
- "type": "string"
- },
- "par_context": {
- "format": "date-time",
- "type": "string"
- },
- "refresh_token": {
- "format": "date-time",
- "type": "string"
- }
- },
- "type": "object"
- },
- "grant_access_token_audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "grant_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "handled_at": {
- "$ref": "#/components/schemas/nullTime"
- },
- "remember": {
- "description": "Remember Consent\n\nRemember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.",
- "type": "boolean"
- },
- "remember_for": {
- "description": "Remember Consent For\n\nRememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.",
- "format": "int64",
- "type": "integer"
- },
- "session": {
- "$ref": "#/components/schemas/acceptOAuth2ConsentRequestSession"
- }
- },
- "title": "OAuth 2.0 Consent Session",
- "type": "object"
- },
- "oAuth2ConsentSessions": {
- "description": "List of OAuth 2.0 Consent Sessions",
- "items": {
- "$ref": "#/components/schemas/oAuth2ConsentSession"
- },
- "type": "array"
- },
- "oAuth2LoginRequest": {
- "properties": {
- "challenge": {
- "description": "ID is the identifier (\"login challenge\") of the login request. It is used to\nidentify the session.",
- "type": "string"
- },
- "client": {
- "$ref": "#/components/schemas/oAuth2Client"
- },
- "oidc_context": {
- "$ref": "#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"
- },
- "request_url": {
- "description": "RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.",
- "type": "string"
- },
- "requested_access_token_audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "requested_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "session_id": {
- "description": "SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.",
- "type": "string"
- },
- "skip": {
- "description": "Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL.\n\nThis feature allows you to update / set session information.",
- "type": "boolean"
- },
- "subject": {
- "description": "Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type\nwhen accepting the login request, or the request will fail.",
- "type": "string"
- }
- },
- "required": [
- "challenge",
- "requested_scope",
- "requested_access_token_audience",
- "skip",
- "subject",
- "client",
- "request_url"
- ],
- "title": "Contains information on an ongoing login request.",
- "type": "object"
- },
- "oAuth2LogoutRequest": {
- "properties": {
- "challenge": {
- "description": "Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to\nidentify the session.",
- "type": "string"
- },
- "client": {
- "$ref": "#/components/schemas/oAuth2Client"
- },
- "request_url": {
- "description": "RequestURL is the original Logout URL requested.",
- "type": "string"
- },
- "rp_initiated": {
- "description": "RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client.",
- "type": "boolean"
- },
- "sid": {
- "description": "SessionID is the login session ID that was requested to log out.",
- "type": "string"
- },
- "subject": {
- "description": "Subject is the user for whom the logout was request.",
- "type": "string"
- }
- },
- "title": "Contains information about an ongoing logout request.",
- "type": "object"
- },
- "oAuth2RedirectTo": {
- "description": "Contains a redirect URL used to complete a login, consent, or logout request.",
- "properties": {
- "redirect_to": {
- "description": "RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed.",
- "type": "string"
- }
- },
- "required": [
- "redirect_to"
- ],
- "title": "OAuth 2.0 Redirect Browser To",
- "type": "object"
- },
- "oAuth2TokenExchange": {
- "description": "OAuth2 Token Exchange Result",
- "properties": {
- "access_token": {
- "description": "The access token issued by the authorization server.",
- "type": "string"
- },
- "expires_in": {
- "description": "The lifetime in seconds of the access token. For\nexample, the value \"3600\" denotes that the access token will\nexpire in one hour from the time the response was generated.",
- "format": "int64",
- "type": "integer"
- },
- "id_token": {
- "description": "To retrieve a refresh token request the id_token scope.",
- "type": "string"
- },
- "refresh_token": {
- "description": "The refresh token, which can be used to obtain new\naccess tokens. To retrieve it add the scope \"offline\" to your access token request.",
- "type": "string"
- },
- "scope": {
- "description": "The scope of the access token",
- "type": "string"
- },
- "token_type": {
- "description": "The type of the token issued",
- "type": "string"
- }
- },
- "type": "object"
- },
- "oidcConfiguration": {
- "description": "Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms\namong others.",
- "properties": {
- "authorization_endpoint": {
- "description": "OAuth 2.0 Authorization Endpoint URL",
- "example": "https://playground.ory.sh/ory-hydra/public/oauth2/auth",
- "type": "string"
- },
- "backchannel_logout_session_supported": {
- "description": "OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP\nsession with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP",
- "type": "boolean"
- },
- "backchannel_logout_supported": {
- "description": "OpenID Connect Back-Channel Logout Supported\n\nBoolean value specifying whether the OP supports back-channel logout, with true indicating support.",
- "type": "boolean"
- },
- "claims_parameter_supported": {
- "description": "OpenID Connect Claims Parameter Parameter Supported\n\nBoolean value specifying whether the OP supports use of the claims parameter, with true indicating support.",
- "type": "boolean"
- },
- "claims_supported": {
- "description": "OpenID Connect Supported Claims\n\nJSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply\nvalues for. Note that for privacy or other reasons, this might not be an exhaustive list.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "code_challenge_methods_supported": {
- "description": "OAuth 2.0 PKCE Supported Code Challenge Methods\n\nJSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported\nby this authorization server.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "credentials_endpoint_draft_00": {
- "description": "OpenID Connect Verifiable Credentials Endpoint\n\nContains the URL of the Verifiable Credentials Endpoint.",
- "type": "string"
- },
- "credentials_supported_draft_00": {
- "description": "OpenID Connect Verifiable Credentials Supported\n\nJSON array containing a list of the Verifiable Credentials supported by this authorization server.",
- "items": {
- "$ref": "#/components/schemas/credentialSupportedDraft00"
- },
- "type": "array"
- },
- "end_session_endpoint": {
- "description": "OpenID Connect End-Session Endpoint\n\nURL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.",
- "type": "string"
- },
- "frontchannel_logout_session_supported": {
- "description": "OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify\nthe RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also\nincluded in ID Tokens issued by the OP.",
- "type": "boolean"
- },
- "frontchannel_logout_supported": {
- "description": "OpenID Connect Front-Channel Logout Supported\n\nBoolean value specifying whether the OP supports HTTP-based logout, with true indicating support.",
- "type": "boolean"
- },
- "grant_types_supported": {
- "description": "OAuth 2.0 Supported Grant Types\n\nJSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id_token_signed_response_alg": {
- "description": "OpenID Connect Default ID Token Signing Algorithms\n\nAlgorithm used to sign OpenID Connect ID Tokens.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id_token_signing_alg_values_supported": {
- "description": "OpenID Connect Supported ID Token Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token\nto encode the Claims in a JWT.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "issuer": {
- "description": "OpenID Connect Issuer URL\n\nAn URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier.\nIf IssuerURL discovery is supported , this value MUST be identical to the issuer value returned\nby WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.",
- "example": "https://playground.ory.sh/ory-hydra/public/",
- "type": "string"
- },
- "jwks_uri": {
- "description": "OpenID Connect Well-Known JSON Web Keys URL\n\nURL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate\nsignatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs\nto encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use)\nparameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage.\nAlthough some algorithms allow the same key to be used for both signatures and encryption, doing so is\nNOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of\nkeys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.",
- "example": "https://{slug}.projects.oryapis.com/.well-known/jwks.json",
- "type": "string"
- },
- "registration_endpoint": {
- "description": "OpenID Connect Dynamic Client Registration Endpoint URL",
- "example": "https://playground.ory.sh/ory-hydra/admin/client",
- "type": "string"
- },
- "request_object_signing_alg_values_supported": {
- "description": "OpenID Connect Supported Request Object Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects,\nwhich are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when\nthe Request Object is passed by value (using the request parameter) and when it is passed by reference\n(using the request_uri parameter).",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "request_parameter_supported": {
- "description": "OpenID Connect Request Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request parameter, with true indicating support.",
- "type": "boolean"
- },
- "request_uri_parameter_supported": {
- "description": "OpenID Connect Request URI Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.",
- "type": "boolean"
- },
- "require_request_uri_registration": {
- "description": "OpenID Connect Requires Request URI Registration\n\nBoolean value specifying whether the OP requires any request_uri values used to be pre-registered\nusing the request_uris registration parameter.",
- "type": "boolean"
- },
- "response_modes_supported": {
- "description": "OAuth 2.0 Supported Response Modes\n\nJSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "response_types_supported": {
- "description": "OAuth 2.0 Supported Response Types\n\nJSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID\nProviders MUST support the code, id_token, and the token id_token Response Type values.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "revocation_endpoint": {
- "description": "OAuth 2.0 Token Revocation URL\n\nURL of the authorization server's OAuth 2.0 revocation endpoint.",
- "type": "string"
- },
- "scopes_supported": {
- "description": "OAuth 2.0 Supported Scope Values\n\nJSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST\nsupport the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "subject_types_supported": {
- "description": "OpenID Connect Supported Subject Types\n\nJSON array containing a list of the Subject Identifier types that this OP supports. Valid types include\npairwise and public.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "token_endpoint": {
- "description": "OAuth 2.0 Token Endpoint URL",
- "example": "https://playground.ory.sh/ory-hydra/public/oauth2/token",
- "type": "string"
- },
- "token_endpoint_auth_methods_supported": {
- "description": "OAuth 2.0 Supported Client Authentication Methods\n\nJSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are\nclient_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "userinfo_endpoint": {
- "description": "OpenID Connect Userinfo URL\n\nURL of the OP's UserInfo Endpoint.",
- "type": "string"
- },
- "userinfo_signed_response_alg": {
- "description": "OpenID Connect User Userinfo Signing Algorithm\n\nAlgorithm used to sign OpenID Connect Userinfo Responses.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "userinfo_signing_alg_values_supported": {
- "description": "OpenID Connect Supported Userinfo Signing Algorithm\n\nJSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "issuer",
- "authorization_endpoint",
- "token_endpoint",
- "jwks_uri",
- "subject_types_supported",
- "response_types_supported",
- "id_token_signing_alg_values_supported",
- "id_token_signed_response_alg",
- "userinfo_signed_response_alg"
- ],
- "title": "OpenID Connect Discovery Metadata",
- "type": "object"
- },
- "oidcUserInfo": {
- "description": "OpenID Connect Userinfo",
- "properties": {
- "birthdate": {
- "description": "End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.",
- "type": "string"
- },
- "email": {
- "description": "End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.",
- "type": "string"
- },
- "email_verified": {
- "description": "True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.",
- "type": "boolean"
- },
- "family_name": {
- "description": "Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.",
- "type": "string"
- },
- "gender": {
- "description": "End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.",
- "type": "string"
- },
- "given_name": {
- "description": "Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.",
- "type": "string"
- },
- "locale": {
- "description": "End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.",
- "type": "string"
- },
- "middle_name": {
- "description": "Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.",
- "type": "string"
- },
- "name": {
- "description": "End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.",
- "type": "string"
- },
- "nickname": {
- "description": "Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.",
- "type": "string"
- },
- "phone_number": {
- "description": "End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.",
- "type": "string"
- },
- "phone_number_verified": {
- "description": "True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.",
- "type": "boolean"
- },
- "picture": {
- "description": "URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.",
- "type": "string"
- },
- "preferred_username": {
- "description": "Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.",
- "type": "string"
- },
- "profile": {
- "description": "URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.",
- "type": "string"
- },
- "sub": {
- "description": "Subject - Identifier for the End-User at the IssuerURL.",
- "type": "string"
- },
- "updated_at": {
- "description": "Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.",
- "format": "int64",
- "type": "integer"
- },
- "website": {
- "description": "URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.",
- "type": "string"
- },
- "zoneinfo": {
- "description": "String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "organization": {
- "description": "B2B SSO Organization",
- "properties": {
- "created_at": {
- "description": "The organization's creation date.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "domains": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "id": {
- "description": "The organization's ID.",
- "format": "uuid",
- "type": "string"
- },
- "label": {
- "description": "The organization's human-readable label.",
- "type": "string"
- },
- "project_id": {
- "description": "The project's ID.",
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "The last time the organization was updated.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "project_id",
- "label",
- "domains",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "pagination": {
- "properties": {
- "page_size": {
- "default": 250,
- "description": "Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- },
- "page_token": {
- "default": "1",
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "minimum": 1,
- "type": "string"
- }
- },
- "type": "object"
- },
- "paginationHeaders": {
- "properties": {
- "link": {
- "description": "The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header",
- "type": "string"
- },
- "x-total-count": {
- "description": "The total number of clients.\n\nin: header",
- "type": "string"
- }
- },
- "type": "object"
- },
- "patchIdentitiesBody": {
- "description": "Patch Identities Body",
- "properties": {
- "identities": {
- "description": "Identities holds the list of patches to apply\n\nrequired",
- "items": {
- "$ref": "#/components/schemas/identityPatch"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "performNativeLogoutBody": {
- "description": "Perform Native Logout Request Body",
- "properties": {
- "session_token": {
- "description": "The Session Token\n\nInvalidate this session token.",
- "type": "string"
- }
- },
- "required": [
- "session_token"
- ],
- "type": "object"
- },
- "permissionsOnProject": {
- "additionalProperties": {
- "type": "boolean"
- },
- "description": "Get Permissions on Project Request Parameters",
- "type": "object"
- },
- "plans": {
- "$ref": "#/components/schemas/Pricing"
- },
- "postCheckPermissionBody": {
- "description": "Check Permission using Post Request Body",
- "properties": {
- "namespace": {
- "description": "Namespace to query",
- "type": "string"
- },
- "object": {
- "description": "Object to query",
- "type": "string"
- },
- "relation": {
- "description": "Relation to query",
- "type": "string"
- },
- "subject_id": {
- "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.",
- "type": "string"
- },
- "subject_set": {
- "$ref": "#/components/schemas/subjectSet"
- }
- },
- "type": "object"
- },
- "postCheckPermissionOrErrorBody": {
- "description": "Post Check Permission Or Error Body",
- "properties": {
- "namespace": {
- "description": "Namespace to query",
- "type": "string"
- },
- "object": {
- "description": "Object to query",
- "type": "string"
- },
- "relation": {
- "description": "Relation to query",
- "type": "string"
- },
- "subject_id": {
- "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.",
- "type": "string"
- },
- "subject_set": {
- "$ref": "#/components/schemas/subjectSet"
- }
- },
- "type": "object"
- },
- "project": {
- "properties": {
- "cors_admin": {
- "$ref": "#/components/schemas/projectCors"
- },
- "cors_public": {
- "$ref": "#/components/schemas/projectCors"
- },
- "id": {
- "description": "The project's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "name": {
- "description": "The name of the project.",
- "type": "string"
- },
- "revision_id": {
- "description": "The configuration revision ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "services": {
- "$ref": "#/components/schemas/projectServices"
- },
- "slug": {
- "description": "The project's slug",
- "readOnly": true,
- "type": "string"
- },
- "state": {
- "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted",
- "enum": [
- "running",
- "halted",
- "deleted"
- ],
- "readOnly": true,
- "type": "string",
- "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted"
- },
- "workspace_id": {
- "$ref": "#/components/schemas/NullUUID"
- }
- },
- "required": [
- "id",
- "revision_id",
- "slug",
- "services",
- "state",
- "name"
- ],
- "type": "object"
- },
- "projectApiKey": {
- "properties": {
- "created_at": {
- "description": "The token's creation date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The token's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "name": {
- "description": "The Token's Name\n\nSet this to help you remember, for example, where you use the token.",
- "type": "string"
- },
- "owner_id": {
- "description": "The token's owner",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "project_id": {
- "description": "The Token's Project ID",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "updated_at": {
- "description": "The token's last update date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "value": {
- "description": "The token's value",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "owner_id"
- ],
- "type": "object"
- },
- "projectApiKeys": {
- "items": {
- "$ref": "#/components/schemas/projectApiKey"
- },
- "type": "array"
- },
- "projectBranding": {
- "properties": {
- "created_at": {
- "description": "The Customization Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "default_theme": {
- "$ref": "#/components/schemas/projectBrandingTheme"
- },
- "id": {
- "description": "The customization ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "project_id": {
- "description": "The Project's ID this customization is associated with",
- "format": "uuid",
- "type": "string"
- },
- "themes": {
- "$ref": "#/components/schemas/projectBrandingThemes"
- },
- "updated_at": {
- "description": "Last Time Branding was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "project_id",
- "default_theme",
- "themes",
- "created_at",
- "updated_at"
- ],
- "title": "ProjectBranding holds all settings for customizing the Ory Account Experience.",
- "type": "object"
- },
- "projectBrandingColors": {
- "properties": {
- "accent_default_color": {
- "description": "AccentDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_disabled_color": {
- "description": "AccentDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_emphasis_color": {
- "description": "AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_muted_color": {
- "description": "AccentMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_subtle_color": {
- "description": "AccentSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_canvas_color": {
- "description": "BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_subtle_color": {
- "description": "BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_surface_color": {
- "description": "BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "border_default_color": {
- "description": "BorderDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_default_color": {
- "description": "ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_emphasis_color": {
- "description": "ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_muted_color": {
- "description": "ErrorMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_subtle_color": {
- "description": "ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_default_color": {
- "description": "ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_disabled_color": {
- "description": "ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_muted_color": {
- "description": "ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_accent_color": {
- "description": "ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_dark_color": {
- "description": "ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_disabled_color": {
- "description": "ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_subtle_color": {
- "description": "ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_background_color": {
- "description": "InputBackgroundColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_disabled_color": {
- "description": "InputDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_placeholder_color": {
- "description": "InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_text_color": {
- "description": "InputTextColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "primary_color": {
- "description": "Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "secondary_color": {
- "description": "Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "success_emphasis_color": {
- "description": "SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_default_color": {
- "description": "TextDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_disabled_color": {
- "description": "TextDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- }
- },
- "title": "ProjectBrandingColors are the colors used by the Ory Account Experience theme.",
- "type": "object"
- },
- "projectBrandingTheme": {
- "properties": {
- "accent_default_color": {
- "description": "AccentDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_disabled_color": {
- "description": "AccentDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_emphasis_color": {
- "description": "AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_muted_color": {
- "description": "AccentMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_subtle_color": {
- "description": "AccentSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_canvas_color": {
- "description": "BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_subtle_color": {
- "description": "BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_surface_color": {
- "description": "BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "border_default_color": {
- "description": "BorderDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "created_at": {
- "description": "The Customization Creation Date.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "error_default_color": {
- "description": "ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_emphasis_color": {
- "description": "ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_muted_color": {
- "description": "ErrorMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_subtle_color": {
- "description": "ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "favicon_type": {
- "description": "Favicon Type\nThe Favicon mime type.",
- "type": "string"
- },
- "favicon_url": {
- "description": "Favicon URL\nFavicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket.",
- "type": "string"
- },
- "foreground_default_color": {
- "description": "ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_disabled_color": {
- "description": "ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_muted_color": {
- "description": "ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_accent_color": {
- "description": "ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_dark_color": {
- "description": "ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_disabled_color": {
- "description": "ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_subtle_color": {
- "description": "ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "id": {
- "description": "The customization theme ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "input_background_color": {
- "description": "InputBackgroundColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_disabled_color": {
- "description": "InputDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_placeholder_color": {
- "description": "InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_text_color": {
- "description": "InputTextColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "logo_type": {
- "description": "Logo Type\nThe Logo mime type.",
- "type": "string"
- },
- "logo_url": {
- "description": "Logo URL\nLogo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket.",
- "type": "string"
- },
- "name": {
- "description": "The customization theme name.",
- "type": "string"
- },
- "primary_color": {
- "description": "Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "project_branding_id": {
- "description": "The ProjectBranding ID this customization is associated with.",
- "format": "uuid",
- "type": "string"
- },
- "secondary_color": {
- "description": "Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "success_emphasis_color": {
- "description": "SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_default_color": {
- "description": "TextDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_disabled_color": {
- "description": "TextDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Branding was Updated.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "project_branding_id",
- "name",
- "created_at",
- "updated_at"
- ],
- "title": "ProjectBrandingTheme represents a Theme for the Ory Account Experience.",
- "type": "object"
- },
- "projectBrandingThemes": {
- "items": {
- "$ref": "#/components/schemas/projectBrandingTheme"
- },
- "title": "ProjectBrandingThemes is a list of ProjectBrandingTheme.",
- "type": "array"
- },
- "projectCors": {
- "properties": {
- "enabled": {
- "description": "Whether CORS is enabled for this endpoint.",
- "type": "boolean"
- },
- "origins": {
- "description": "The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://*.example.com` will allow all origins on all subdomains of `example.com`.",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "projectHost": {
- "properties": {
- "host": {
- "description": "The project's host.",
- "type": "string"
- },
- "id": {
- "description": "The mapping's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "project_id": {
- "description": "The Revision's Project ID",
- "format": "uuid",
- "type": "string"
- }
- },
- "required": [
- "id",
- "host",
- "project_id"
- ],
- "type": "object"
- },
- "projectMember": {
- "$ref": "#/components/schemas/cloudAccount"
- },
- "projectMembers": {
- "items": {
- "$ref": "#/components/schemas/projectMember"
- },
- "type": "array"
- },
- "projectMetadata": {
- "properties": {
- "created_at": {
- "description": "The Project's Creation Date",
- "format": "date-time",
- "type": "string"
- },
- "hosts": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "id": {
- "description": "The project's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "name": {
- "description": "The project's name if set",
- "type": "string"
- },
- "slug": {
- "description": "The project's slug",
- "readOnly": true,
- "type": "string"
- },
- "state": {
- "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted",
- "enum": [
- "running",
- "halted",
- "deleted"
- ],
- "type": "string",
- "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted"
- },
- "subscription_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "subscription_plan": {
- "$ref": "#/components/schemas/String"
- },
- "updated_at": {
- "description": "Last Time Project was Updated",
- "format": "date-time",
- "type": "string"
- },
- "workspace_id": {
- "$ref": "#/components/schemas/NullUUID"
- }
- },
- "required": [
- "id",
- "hosts",
- "state",
- "created_at",
- "updated_at",
- "name"
- ],
- "type": "object"
- },
- "projectMetadataList": {
- "items": {
- "$ref": "#/components/schemas/projectMetadata"
- },
- "type": "array"
- },
- "projectRevisionHooks": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevisionHook"
- },
- "type": "array"
- },
- "projectRevisionIdentitySchemas": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevisionIdentitySchema"
- },
- "type": "array"
- },
- "projectRevisionThirdPartyLoginProviders": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevisionThirdPartyProvider"
- },
- "type": "array"
- },
- "projectRevisions": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevision"
- },
- "type": "array"
- },
- "projectServiceIdentity": {
- "properties": {
- "config": {
- "type": "object"
- }
- },
- "required": [
- "config"
- ],
- "type": "object"
- },
- "projectServiceOAuth2": {
- "properties": {
- "config": {
- "type": "object"
- }
- },
- "required": [
- "config"
- ],
- "type": "object"
- },
- "projectServicePermission": {
- "properties": {
- "config": {
- "type": "object"
- }
- },
- "required": [
- "config"
- ],
- "type": "object"
- },
- "projectServices": {
- "properties": {
- "identity": {
- "$ref": "#/components/schemas/projectServiceIdentity"
- },
- "oauth2": {
- "$ref": "#/components/schemas/projectServiceOAuth2"
- },
- "permission": {
- "$ref": "#/components/schemas/projectServicePermission"
- }
- },
- "type": "object"
- },
- "projects": {
- "items": {
- "$ref": "#/components/schemas/project"
- },
- "type": "array"
- },
- "quotaUsage": {
- "properties": {
- "additional_price": {
- "description": "The additional price per unit in cents.",
- "format": "int64",
- "type": "integer"
- },
- "can_use_more": {
- "type": "boolean"
- },
- "feature": {
- "description": "\nregion_eu RegionEU\nregion_us RegionUS\nregion_apac RegionAPAC\nregion_global RegionGlobal\nproduction_projects ProductionProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList",
- "enum": [
- "region_eu",
- "region_us",
- "region_apac",
- "region_global",
- "production_projects",
- "daily_active_users",
- "custom_domains",
- "sla",
- "collaborator_seats",
- "edge_cache",
- "branding_themes",
- "zendesk_support",
- "project_metrics",
- "project_metrics_time_window",
- "organizations",
- "rop_grant",
- "rate_limit_tier",
- "session_rate_limit_tier",
- "identities_list_rate_limit_tier"
- ],
- "type": "string",
- "x-go-enum-desc": "region_eu RegionEU\nregion_us RegionUS\nregion_apac RegionAPAC\nregion_global RegionGlobal\nproduction_projects ProductionProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList"
- },
- "feature_available": {
- "type": "boolean"
- },
- "included": {
- "format": "int64",
- "type": "integer"
- },
- "used": {
- "format": "int64",
- "type": "integer"
- }
- },
- "required": [
- "feature",
- "included",
- "used",
- "additional_price",
- "can_use_more",
- "feature_available"
- ],
- "type": "object"
- },
- "recoveryCodeForIdentity": {
- "description": "Used when an administrator creates a recovery code for an identity.",
- "properties": {
- "expires_at": {
- "description": "Expires At is the timestamp of when the recovery flow expires\n\nThe timestamp when the recovery code expires.",
- "format": "date-time",
- "type": "string"
- },
- "recovery_code": {
- "description": "RecoveryCode is the code that can be used to recover the account",
- "type": "string"
- },
- "recovery_link": {
- "description": "RecoveryLink with flow\n\nThis link opens the recovery UI with an empty `code` field.",
- "type": "string"
- }
- },
- "required": [
- "recovery_link",
- "recovery_code"
- ],
- "title": "Recovery Code for Identity",
- "type": "object"
- },
- "recoveryFlow": {
- "description": "This request is used when an identity wants to recover their account.\n\nWe recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)",
- "properties": {
- "active": {
- "description": "Active, if set, contains the recovery method that is being used. It is initially\nnot set.",
- "type": "string"
- },
- "continue_with": {
- "description": "Contains possible actions that could follow this flow",
- "items": {
- "$ref": "#/components/schemas/continueWith"
- },
- "type": "array"
- },
- "expires_at": {
- "description": "ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting,\na new request has to be initiated.",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "description": "ID represents the request's unique ID. When performing the recovery flow, this\nrepresents the id in the recovery ui's query parameter: http://\u003cselfservice.flows.recovery.ui_url\u003e?request=\u003cid\u003e",
- "format": "uuid",
- "type": "string"
- },
- "issued_at": {
- "description": "IssuedAt is the time (UTC) when the request occurred.",
- "format": "date-time",
- "type": "string"
- },
- "request_url": {
- "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.",
- "type": "string"
- },
- "return_to": {
- "description": "ReturnTo contains the requested return_to URL.",
- "type": "string"
- },
- "state": {
- "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed."
- },
- "type": {
- "$ref": "#/components/schemas/selfServiceFlowType"
- },
- "ui": {
- "$ref": "#/components/schemas/uiContainer"
- }
- },
- "required": [
- "id",
- "type",
- "expires_at",
- "issued_at",
- "request_url",
- "ui",
- "state"
- ],
- "title": "A Recovery Flow",
- "type": "object"
- },
- "recoveryFlowState": {
- "description": "The state represents the state of the recovery flow.\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed.",
- "enum": [
- "choose_method",
- "sent_email",
- "passed_challenge"
- ],
- "title": "Recovery Flow State"
- },
- "recoveryIdentityAddress": {
- "properties": {
- "created_at": {
- "description": "CreatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "UpdatedAt is a helper struct field for gobuffalo.pop.",
- "format": "date-time",
- "type": "string"
- },
- "value": {
- "type": "string"
- },
- "via": {
- "$ref": "#/components/schemas/RecoveryAddressType"
- }
- },
- "required": [
- "id",
- "value",
- "via"
- ],
- "type": "object"
- },
- "recoveryLinkForIdentity": {
- "description": "Used when an administrator creates a recovery link for an identity.",
- "properties": {
- "expires_at": {
- "description": "Recovery Link Expires At\n\nThe timestamp when the recovery link expires.",
- "format": "date-time",
- "type": "string"
- },
- "recovery_link": {
- "description": "Recovery Link\n\nThis link can be used to recover the account.",
- "type": "string"
- }
- },
- "required": [
- "recovery_link"
- ],
- "title": "Identity Recovery Link",
- "type": "object"
- },
- "registrationFlow": {
- "properties": {
- "active": {
- "$ref": "#/components/schemas/identityCredentialsType"
- },
- "expires_at": {
- "description": "ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "description": "ID represents the flow's unique ID. When performing the registration flow, this\nrepresents the id in the registration ui's query parameter: http://\u003cselfservice.flows.registration.ui_url\u003e/?flow=\u003cid\u003e",
- "format": "uuid",
- "type": "string"
- },
- "issued_at": {
- "description": "IssuedAt is the time (UTC) when the flow occurred.",
- "format": "date-time",
- "type": "string"
- },
- "oauth2_login_challenge": {
- "description": "Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.",
- "type": "string"
- },
- "oauth2_login_request": {
- "$ref": "#/components/schemas/oAuth2LoginRequest"
- },
- "organization_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "request_url": {
- "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.",
- "type": "string"
- },
- "return_to": {
- "description": "ReturnTo contains the requested return_to URL.",
- "type": "string"
- },
- "session_token_exchange_code": {
- "description": "SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the flow.",
- "type": "string"
- },
- "state": {
- "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed."
- },
- "transient_payload": {
- "description": "TransientPayload is used to pass data from the registration to a webhook",
- "type": "object"
- },
- "type": {
- "$ref": "#/components/schemas/selfServiceFlowType"
- },
- "ui": {
- "$ref": "#/components/schemas/uiContainer"
- }
- },
- "required": [
- "id",
- "type",
- "expires_at",
- "issued_at",
- "request_url",
- "ui",
- "state"
- ],
- "type": "object"
- },
- "registrationFlowState": {
- "description": "choose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed.",
- "enum": [
- "choose_method",
- "sent_email",
- "passed_challenge"
- ],
- "title": "State represents the state of this request:"
- },
- "rejectOAuth2Request": {
- "properties": {
- "error": {
- "description": "The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`).\n\nDefaults to `request_denied`.",
- "type": "string"
- },
- "error_debug": {
- "description": "Debug contains information to help resolve the problem as a developer. Usually not exposed\nto the public but only in the server logs.",
- "type": "string"
- },
- "error_description": {
- "description": "Description of the error in a human readable format.",
- "type": "string"
- },
- "error_hint": {
- "description": "Hint to help resolve the error.",
- "type": "string"
- },
- "status_code": {
- "description": "Represents the HTTP status code of the error (e.g. 401 or 403)\n\nDefaults to 400",
- "format": "int64",
- "type": "integer"
- }
- },
- "title": "The request payload used to accept a login or consent request.",
- "type": "object"
- },
- "relationQuery": {
- "description": "Relation Query",
- "properties": {
- "namespace": {
- "description": "Namespace to query",
- "type": "string"
- },
- "object": {
- "description": "Object to query",
- "type": "string"
- },
- "relation": {
- "description": "Relation to query",
- "type": "string"
- },
- "subject_id": {
- "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.",
- "type": "string"
- },
- "subject_set": {
- "$ref": "#/components/schemas/subjectSet"
- }
- },
- "type": "object"
- },
- "relationship": {
- "description": "Relationship",
- "properties": {
- "namespace": {
- "description": "Namespace of the Relation Tuple",
- "type": "string"
- },
- "object": {
- "description": "Object of the Relation Tuple",
- "type": "string"
- },
- "relation": {
- "description": "Relation of the Relation Tuple",
- "type": "string"
- },
- "subject_id": {
- "description": "SubjectID of the Relation Tuple\n\nEither SubjectSet or SubjectID can be provided.",
- "type": "string"
- },
- "subject_set": {
- "$ref": "#/components/schemas/subjectSet"
- }
- },
- "required": [
- "namespace",
- "object",
- "relation"
- ],
- "type": "object"
- },
- "relationshipNamespaces": {
- "description": "Relationship Namespace List",
- "properties": {
- "namespaces": {
- "items": {
- "$ref": "#/components/schemas/namespace"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "relationshipPatch": {
- "description": "Payload for patching a relationship",
- "properties": {
- "action": {
- "enum": [
- "insert",
- "delete"
- ],
- "type": "string",
- "x-go-enum-desc": "insert ActionInsert\ndelete ActionDelete"
- },
- "relation_tuple": {
- "$ref": "#/components/schemas/relationship"
- }
- },
- "type": "object"
- },
- "relationships": {
- "description": "Paginated Relationship List",
- "properties": {
- "next_page_token": {
- "description": "The opaque token to provide in a subsequent request\nto get the next page. It is the empty string iff this is\nthe last page.",
- "type": "string"
- },
- "relation_tuples": {
- "items": {
- "$ref": "#/components/schemas/relationship"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "schemaPatch": {
- "properties": {
- "data": {
- "description": "The json schema",
- "type": "object"
- },
- "name": {
- "description": "The user defined schema name",
- "type": "string"
- }
- },
- "required": [
- "name",
- "data"
- ],
- "type": "object"
- },
- "selfServiceFlowExpiredError": {
- "description": "Is sent when a flow is expired",
- "properties": {
- "error": {
- "$ref": "#/components/schemas/genericError"
- },
- "expired_at": {
- "description": "When the flow has expired",
- "format": "date-time",
- "type": "string"
- },
- "since": {
- "$ref": "#/components/schemas/Duration"
- },
- "use_flow_id": {
- "description": "The flow ID that should be used for the new flow as it contains the correct messages.",
- "format": "uuid",
- "type": "string"
- }
- },
- "type": "object"
- },
- "selfServiceFlowType": {
- "description": "The flow type can either be `api` or `browser`.",
- "title": "Type is the flow type.",
- "type": "string"
- },
- "session": {
- "description": "A Session",
- "properties": {
- "active": {
- "description": "Active state. If false the session is no longer active.",
- "type": "boolean"
- },
- "authenticated_at": {
- "description": "The Session Authentication Timestamp\n\nWhen this session was authenticated at. If multi-factor authentication was used this\nis the time when the last factor was authenticated (e.g. the TOTP code challenge was completed).",
- "format": "date-time",
- "type": "string"
- },
- "authentication_methods": {
- "$ref": "#/components/schemas/sessionAuthenticationMethods"
- },
- "authenticator_assurance_level": {
- "$ref": "#/components/schemas/authenticatorAssuranceLevel"
- },
- "devices": {
- "description": "Devices has history of all endpoints where the session was used",
- "items": {
- "$ref": "#/components/schemas/sessionDevice"
- },
- "type": "array"
- },
- "expires_at": {
- "description": "The Session Expiry\n\nWhen this session expires at.",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "description": "Session ID",
- "format": "uuid",
- "type": "string"
- },
- "identity": {
- "$ref": "#/components/schemas/identity"
- },
- "issued_at": {
- "description": "The Session Issuance Timestamp\n\nWhen this session was issued at. Usually equal or close to `authenticated_at`.",
- "format": "date-time",
- "type": "string"
- },
- "tokenized": {
- "description": "Tokenized is the tokenized (e.g. JWT) version of the session.\n\nIt is only set when the `tokenize` query parameter was set to a valid tokenize template during calls to `/session/whoami`.",
- "type": "string"
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- "sessionAuthenticationMethod": {
- "description": "A singular authenticator used during authentication / login.",
- "properties": {
- "aal": {
- "$ref": "#/components/schemas/authenticatorAssuranceLevel"
- },
- "completed_at": {
- "description": "When the authentication challenge was completed.",
- "format": "date-time",
- "type": "string"
- },
- "method": {
- "enum": [
- "link_recovery",
- "code_recovery",
- "password",
- "code",
- "totp",
- "oidc",
- "webauthn",
- "lookup_secret",
- "v0.6_legacy_session"
- ],
- "title": "The method used",
- "type": "string"
- },
- "organization": {
- "description": "The Organization id used for authentication",
- "type": "string"
- },
- "provider": {
- "description": "OIDC or SAML provider id used for authentication",
- "type": "string"
- }
- },
- "title": "AuthenticationMethod identifies an authentication method",
- "type": "object"
- },
- "sessionAuthenticationMethods": {
- "description": "A list of authenticators which were used to authenticate the session.",
- "items": {
- "$ref": "#/components/schemas/sessionAuthenticationMethod"
- },
- "title": "List of (Used) AuthenticationMethods",
- "type": "array"
- },
- "sessionDevice": {
- "description": "Device corresponding to a Session",
- "properties": {
- "id": {
- "description": "Device record ID",
- "format": "uuid",
- "type": "string"
- },
- "ip_address": {
- "description": "IPAddress of the client",
- "type": "string"
- },
- "location": {
- "description": "Geo Location corresponding to the IP Address",
- "type": "string"
- },
- "user_agent": {
- "description": "UserAgent of the client",
- "type": "string"
- }
- },
- "required": [
- "id"
- ],
- "type": "object"
- },
- "setActiveProjectInConsoleBody": {
- "description": "Set active project in the Ory Network Console Request Body",
- "properties": {
- "project_id": {
- "description": "Project ID\n\nThe Project ID you want to set active.\n\nformat: uuid",
- "type": "string"
- }
- },
- "required": [
- "project_id"
- ],
- "type": "object"
- },
- "setCustomDomainBody": {
- "description": "Update Custom Hostname Body",
- "properties": {
- "cookie_domain": {
- "description": "The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.",
- "type": "string"
- },
- "cors_allowed_origins": {
- "description": "CORS Allowed origins for the custom hostname.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "cors_enabled": {
- "description": "CORS Enabled for the custom hostname.",
- "type": "boolean"
- },
- "custom_ui_base_url": {
- "description": "The custom UI base URL where the UI will be exposed.",
- "type": "string"
- },
- "hostname": {
- "description": "The custom hostname where the API will be exposed.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "setProject": {
- "properties": {
- "cors_admin": {
- "$ref": "#/components/schemas/projectCors"
- },
- "cors_public": {
- "$ref": "#/components/schemas/projectCors"
- },
- "name": {
- "description": "The name of the project.",
- "type": "string"
- },
- "services": {
- "$ref": "#/components/schemas/projectServices"
- }
- },
- "required": [
- "services",
- "name",
- "cors_public",
- "cors_admin"
- ],
- "type": "object"
- },
- "setProjectBrandingThemeBody": {
- "properties": {
- "favicon_type": {
- "description": "Favicon Type",
- "type": "string"
- },
- "favicon_url": {
- "description": "Favicon URL",
- "type": "string"
- },
- "logo_type": {
- "description": "Logo type",
- "type": "string"
- },
- "logo_url": {
- "description": "Logo URL",
- "type": "string"
- },
- "name": {
- "description": "Branding name",
- "type": "string"
- },
- "theme": {
- "$ref": "#/components/schemas/projectBrandingColors"
- }
- },
- "title": "SetProjectBrandingThemeBody is the request body for the set project branding theme endpoint.",
- "type": "object"
- },
- "settingsFlow": {
- "description": "This flow is used when an identity wants to update settings\n(e.g. profile data, passwords, ...) in a selfservice manner.\n\nWe recommend reading the [User Settings Documentation](../self-service/flows/user-settings)",
- "properties": {
- "active": {
- "description": "Active, if set, contains the registration method that is being used. It is initially\nnot set.",
- "type": "string"
- },
- "continue_with": {
- "description": "Contains a list of actions, that could follow this flow\n\nIt can, for example, contain a reference to the verification flow, created as part of the user's\nregistration.",
- "items": {
- "$ref": "#/components/schemas/continueWith"
- },
- "type": "array"
- },
- "expires_at": {
- "description": "ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting,\na new flow has to be initiated.",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "description": "ID represents the flow's unique ID. When performing the settings flow, this\nrepresents the id in the settings ui's query parameter: http://\u003cselfservice.flows.settings.ui_url\u003e?flow=\u003cid\u003e",
- "format": "uuid",
- "type": "string"
- },
- "identity": {
- "$ref": "#/components/schemas/identity"
- },
- "issued_at": {
- "description": "IssuedAt is the time (UTC) when the flow occurred.",
- "format": "date-time",
- "type": "string"
- },
- "request_url": {
- "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.",
- "type": "string"
- },
- "return_to": {
- "description": "ReturnTo contains the requested return_to URL.",
- "type": "string"
- },
- "state": {
- "description": "State represents the state of this flow. It knows two states:\n\nshow_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent."
- },
- "type": {
- "$ref": "#/components/schemas/selfServiceFlowType"
- },
- "ui": {
- "$ref": "#/components/schemas/uiContainer"
- }
- },
- "required": [
- "id",
- "type",
- "expires_at",
- "issued_at",
- "request_url",
- "ui",
- "identity",
- "state"
- ],
- "title": "Flow represents a Settings Flow",
- "type": "object"
- },
- "settingsFlowState": {
- "description": "show_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent.",
- "enum": [
- "show_form",
- "success"
- ],
- "title": "State represents the state of this flow. It knows two states:"
- },
- "stripeCustomer": {
- "properties": {
- "id": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "subjectSet": {
- "properties": {
- "namespace": {
- "description": "Namespace of the Subject Set",
- "type": "string"
- },
- "object": {
- "description": "Object of the Subject Set",
- "type": "string"
- },
- "relation": {
- "description": "Relation of the Subject Set",
- "type": "string"
- }
- },
- "required": [
- "namespace",
- "object",
- "relation"
- ],
- "type": "object"
- },
- "subscription": {
- "properties": {
- "created_at": {
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "currency": {
- "description": "The currency of the subscription. To change this, a new subscription must be created.\nusd USD\neur Euro",
- "enum": [
- "usd",
- "eur"
- ],
- "readOnly": true,
- "type": "string",
- "x-go-enum-desc": "usd USD\neur Euro"
- },
- "current_interval": {
- "description": "The currently active interval of the subscription\nmonthly Monthly\nyearly Yearly",
- "enum": [
- "monthly",
- "yearly"
- ],
- "readOnly": true,
- "type": "string",
- "x-go-enum-desc": "monthly Monthly\nyearly Yearly"
- },
- "current_plan": {
- "description": "The currently active plan of the subscription",
- "readOnly": true,
- "type": "string"
- },
- "customer_id": {
- "description": "The ID of the stripe customer",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The ID of the subscription",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "interval_changes_to": {
- "$ref": "#/components/schemas/String"
- },
- "ongoing_stripe_checkout_id": {
- "$ref": "#/components/schemas/String"
- },
- "payed_until": {
- "description": "Until when the subscription is payed",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "plan_changes_at": {
- "$ref": "#/components/schemas/Time"
- },
- "plan_changes_to": {
- "$ref": "#/components/schemas/String"
- },
- "status": {
- "$ref": "#/components/schemas/SubscriptionStatus"
- },
- "updated_at": {
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "customer_id",
- "status",
- "payed_until",
- "current_plan",
- "current_interval",
- "plan_changes_to",
- "interval_changes_to",
- "currency",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "successfulCodeExchangeResponse": {
- "description": "The Response for Registration Flows via API",
- "properties": {
- "session": {
- "$ref": "#/components/schemas/session"
- },
- "session_token": {
- "description": "The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!",
- "type": "string"
- }
- },
- "required": [
- "session"
- ],
- "type": "object"
- },
- "successfulNativeLogin": {
- "description": "The Response for Login Flows via API",
- "properties": {
- "session": {
- "$ref": "#/components/schemas/session"
- },
- "session_token": {
- "description": "The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!",
- "type": "string"
- }
- },
- "required": [
- "session"
- ],
- "type": "object"
- },
- "successfulNativeRegistration": {
- "description": "The Response for Registration Flows via API",
- "properties": {
- "continue_with": {
- "description": "Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.",
- "items": {
- "$ref": "#/components/schemas/continueWith"
- },
- "type": "array"
- },
- "identity": {
- "$ref": "#/components/schemas/identity"
- },
- "session": {
- "$ref": "#/components/schemas/session"
- },
- "session_token": {
- "description": "The Session Token\n\nThis field is only set when the session hook is configured as a post-registration hook.\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!",
- "type": "string"
- }
- },
- "required": [
- "identity"
- ],
- "type": "object"
- },
- "successfulProjectUpdate": {
- "properties": {
- "project": {
- "$ref": "#/components/schemas/project"
- },
- "warnings": {
- "description": "Import Warnings\n\nNot all configuration items can be imported to the Ory Network. For example,\nsetting the port does not make sense because the Ory Network provides the runtime\nand networking.\n\nThis field contains warnings where configuration keys were found but can not\nbe imported. These keys will be ignored by the Ory Network. This field will help\nyou understand why certain configuration keys might not be respected!",
- "items": {
- "$ref": "#/components/schemas/Warning"
- },
- "type": "array"
- }
- },
- "required": [
- "project",
- "warnings"
- ],
- "type": "object"
- },
- "tokenPagination": {
- "properties": {
- "page_size": {
- "default": 250,
- "description": "Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- },
- "page_token": {
- "default": "1",
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "minimum": 1,
- "type": "string"
- }
- },
- "type": "object"
- },
- "tokenPaginationHeaders": {
- "properties": {
- "link": {
- "description": "The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header",
- "type": "string"
- },
- "x-total-count": {
- "description": "The total number of clients.\n\nin: header",
- "type": "string"
- }
- },
- "type": "object"
- },
- "tokenPaginationRequestParameters": {
- "description": "The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`\u003chttps://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}\u0026page_token={offset}\u003e; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "properties": {
- "page_size": {
- "default": 250,
- "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- },
- "page_token": {
- "default": "1",
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "minimum": 1,
- "type": "string"
- }
- },
- "title": "Pagination Request Parameters",
- "type": "object"
- },
- "tokenPaginationResponseHeaders": {
- "description": "The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`\u003chttps://{project-slug}.projects.oryapis.com/admin/clients?page_size={limit}\u0026page_token={offset}\u003e; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "properties": {
- "link": {
- "description": "The Link HTTP Header\n\nThe `Link` header contains a comma-delimited list of links to the following pages:\n\nfirst: The first page of results.\nnext: The next page of results.\nprev: The previous page of results.\nlast: The last page of results.\n\nPages are omitted if they do not exist. For example, if there is no next page, the `next` link is omitted. Examples:\n\n\u003c/clients?page_size=5\u0026page_token=0\u003e; rel=\"first\",\u003c/clients?page_size=5\u0026page_token=15\u003e; rel=\"next\",\u003c/clients?page_size=5\u0026page_token=5\u003e; rel=\"prev\",\u003c/clients?page_size=5\u0026page_token=20\u003e; rel=\"last\"",
- "type": "string"
- },
- "x-total-count": {
- "description": "The X-Total-Count HTTP Header\n\nThe `X-Total-Count` header contains the total number of items in the collection.",
- "format": "int64",
- "type": "integer"
- }
- },
- "title": "Pagination Response Header",
- "type": "object"
- },
- "trustOAuth2JwtGrantIssuer": {
- "description": "Trust OAuth2 JWT Bearer Grant Type Issuer Request Body",
- "properties": {
- "allow_any_subject": {
- "description": "The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.",
- "type": "boolean"
- },
- "expires_at": {
- "description": "The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".",
- "format": "date-time",
- "type": "string"
- },
- "issuer": {
- "description": "The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).",
- "example": "https://jwt-idp.example.com",
- "type": "string"
- },
- "jwk": {
- "$ref": "#/components/schemas/jsonWebKey"
- },
- "scope": {
- "description": "The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])",
- "example": [
- "openid",
- "offline"
- ],
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "subject": {
- "description": "The \"subject\" identifies the principal that is the subject of the JWT.",
- "example": "mike@example.com",
- "type": "string"
- }
- },
- "required": [
- "issuer",
- "scope",
- "jwk",
- "expires_at"
- ],
- "type": "object"
- },
- "trustedOAuth2JwtGrantIssuer": {
- "description": "OAuth2 JWT Bearer Grant Type Issuer Trust Relationship",
- "properties": {
- "allow_any_subject": {
- "description": "The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.",
- "type": "boolean"
- },
- "created_at": {
- "description": "The \"created_at\" indicates, when grant was created.",
- "format": "date-time",
- "type": "string"
- },
- "expires_at": {
- "description": "The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "example": "9edc811f-4e28-453c-9b46-4de65f00217f",
- "type": "string"
- },
- "issuer": {
- "description": "The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).",
- "example": "https://jwt-idp.example.com",
- "type": "string"
- },
- "public_key": {
- "$ref": "#/components/schemas/trustedOAuth2JwtGrantJsonWebKey"
- },
- "scope": {
- "description": "The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])",
- "example": [
- "openid",
- "offline"
- ],
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "subject": {
- "description": "The \"subject\" identifies the principal that is the subject of the JWT.",
- "example": "mike@example.com",
- "type": "string"
- }
- },
- "type": "object"
- },
- "trustedOAuth2JwtGrantIssuers": {
- "description": "OAuth2 JWT Bearer Grant Type Issuer Trust Relationships",
- "items": {
- "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuer"
- },
- "type": "array"
- },
- "trustedOAuth2JwtGrantJsonWebKey": {
- "description": "OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key",
- "properties": {
- "kid": {
- "description": "The \"key_id\" is key unique identifier (same as kid header in jws/jwt).",
- "example": "123e4567-e89b-12d3-a456-426655440000",
- "type": "string"
- },
- "set": {
- "description": "The \"set\" is basically a name for a group(set) of keys. Will be the same as \"issuer\" in grant.",
- "example": "https://jwt-idp.example.com",
- "type": "string"
- }
- },
- "type": "object"
- },
- "uiContainer": {
- "description": "Container represents a HTML Form. The container can work with both HTTP Form and JSON requests",
- "properties": {
- "action": {
- "description": "Action should be used as the form action URL `\u003cform action=\"{{ .Action }}\" method=\"post\"\u003e`.",
- "type": "string"
- },
- "messages": {
- "$ref": "#/components/schemas/uiTexts"
- },
- "method": {
- "description": "Method is the form method (e.g. POST)",
- "type": "string"
- },
- "nodes": {
- "$ref": "#/components/schemas/uiNodes"
- }
- },
- "required": [
- "action",
- "method",
- "nodes"
- ],
- "type": "object"
- },
- "uiNode": {
- "description": "Nodes are represented as HTML elements or their native UI equivalents. For example,\na node can be an `\u003cimg\u003e` tag, or an `\u003cinput element\u003e` but also `some plain text`.",
- "properties": {
- "attributes": {
- "$ref": "#/components/schemas/uiNodeAttributes"
- },
- "group": {
- "description": "Group specifies which group (e.g. password authenticator) this node belongs to.\ndefault DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup",
- "enum": [
- "default",
- "password",
- "oidc",
- "profile",
- "link",
- "code",
- "totp",
- "lookup_secret",
- "webauthn"
- ],
- "type": "string",
- "x-go-enum-desc": "default DefaultGroup\npassword PasswordGroup\noidc OpenIDConnectGroup\nprofile ProfileGroup\nlink LinkGroup\ncode CodeGroup\ntotp TOTPGroup\nlookup_secret LookupGroup\nwebauthn WebAuthnGroup"
- },
- "messages": {
- "$ref": "#/components/schemas/uiTexts"
- },
- "meta": {
- "$ref": "#/components/schemas/uiNodeMeta"
- },
- "type": {
- "description": "The node's type\ntext Text\ninput Input\nimg Image\na Anchor\nscript Script",
- "enum": [
- "text",
- "input",
- "img",
- "a",
- "script"
- ],
- "type": "string",
- "x-go-enum-desc": "text Text\ninput Input\nimg Image\na Anchor\nscript Script"
- }
- },
- "required": [
- "type",
- "group",
- "attributes",
- "messages",
- "meta"
- ],
- "title": "Node represents a flow's nodes",
- "type": "object"
- },
- "uiNodeAnchorAttributes": {
- "properties": {
- "href": {
- "description": "The link's href (destination) URL.\n\nformat: uri",
- "type": "string"
- },
- "id": {
- "description": "A unique identifier",
- "type": "string"
- },
- "node_type": {
- "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"a\".",
- "type": "string"
- },
- "title": {
- "$ref": "#/components/schemas/uiText"
- }
- },
- "required": [
- "href",
- "title",
- "id",
- "node_type"
- ],
- "title": "AnchorAttributes represents the attributes of an anchor node.",
- "type": "object"
- },
- "uiNodeAttributes": {
- "discriminator": {
- "mapping": {
- "a": "#/components/schemas/uiNodeAnchorAttributes",
- "img": "#/components/schemas/uiNodeImageAttributes",
- "input": "#/components/schemas/uiNodeInputAttributes",
- "script": "#/components/schemas/uiNodeScriptAttributes",
- "text": "#/components/schemas/uiNodeTextAttributes"
- },
- "propertyName": "node_type"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/uiNodeInputAttributes"
- },
- {
- "$ref": "#/components/schemas/uiNodeTextAttributes"
- },
- {
- "$ref": "#/components/schemas/uiNodeImageAttributes"
- },
- {
- "$ref": "#/components/schemas/uiNodeAnchorAttributes"
- },
- {
- "$ref": "#/components/schemas/uiNodeScriptAttributes"
- }
- ],
- "title": "Attributes represents a list of attributes (e.g. `href=\"foo\"` for links)."
- },
- "uiNodeImageAttributes": {
- "properties": {
- "height": {
- "description": "Height of the image",
- "format": "int64",
- "type": "integer"
- },
- "id": {
- "description": "A unique identifier",
- "type": "string"
- },
- "node_type": {
- "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"img\".",
- "type": "string"
- },
- "src": {
- "description": "The image's source URL.\n\nformat: uri",
- "type": "string"
- },
- "width": {
- "description": "Width of the image",
- "format": "int64",
- "type": "integer"
- }
- },
- "required": [
- "src",
- "id",
- "width",
- "height",
- "node_type"
- ],
- "title": "ImageAttributes represents the attributes of an image node.",
- "type": "object"
- },
- "uiNodeInputAttributes": {
- "description": "InputAttributes represents the attributes of an input node",
- "properties": {
- "autocomplete": {
- "description": "The autocomplete attribute for the input.\nemail InputAttributeAutocompleteEmail\ntel InputAttributeAutocompleteTel\nurl InputAttributeAutocompleteUrl\ncurrent-password InputAttributeAutocompleteCurrentPassword\nnew-password InputAttributeAutocompleteNewPassword\none-time-code InputAttributeAutocompleteOneTimeCode",
- "enum": [
- "email",
- "tel",
- "url",
- "current-password",
- "new-password",
- "one-time-code"
- ],
- "type": "string",
- "x-go-enum-desc": "email InputAttributeAutocompleteEmail\ntel InputAttributeAutocompleteTel\nurl InputAttributeAutocompleteUrl\ncurrent-password InputAttributeAutocompleteCurrentPassword\nnew-password InputAttributeAutocompleteNewPassword\none-time-code InputAttributeAutocompleteOneTimeCode"
- },
- "disabled": {
- "description": "Sets the input's disabled field to true or false.",
- "type": "boolean"
- },
- "label": {
- "$ref": "#/components/schemas/uiText"
- },
- "name": {
- "description": "The input's element name.",
- "type": "string"
- },
- "node_type": {
- "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"input\".",
- "type": "string"
- },
- "onclick": {
- "description": "OnClick may contain javascript which should be executed on click. This is primarily\nused for WebAuthn.",
- "type": "string"
- },
- "pattern": {
- "description": "The input's pattern.",
- "type": "string"
- },
- "required": {
- "description": "Mark this input field as required.",
- "type": "boolean"
- },
- "type": {
- "description": "The input's element type.\ntext InputAttributeTypeText\npassword InputAttributeTypePassword\nnumber InputAttributeTypeNumber\ncheckbox InputAttributeTypeCheckbox\nhidden InputAttributeTypeHidden\nemail InputAttributeTypeEmail\ntel InputAttributeTypeTel\nsubmit InputAttributeTypeSubmit\nbutton InputAttributeTypeButton\ndatetime-local InputAttributeTypeDateTimeLocal\ndate InputAttributeTypeDate\nurl InputAttributeTypeURI",
- "enum": [
- "text",
- "password",
- "number",
- "checkbox",
- "hidden",
- "email",
- "tel",
- "submit",
- "button",
- "datetime-local",
- "date",
- "url"
- ],
- "type": "string",
- "x-go-enum-desc": "text InputAttributeTypeText\npassword InputAttributeTypePassword\nnumber InputAttributeTypeNumber\ncheckbox InputAttributeTypeCheckbox\nhidden InputAttributeTypeHidden\nemail InputAttributeTypeEmail\ntel InputAttributeTypeTel\nsubmit InputAttributeTypeSubmit\nbutton InputAttributeTypeButton\ndatetime-local InputAttributeTypeDateTimeLocal\ndate InputAttributeTypeDate\nurl InputAttributeTypeURI"
- },
- "value": {
- "description": "The input's value.",
- "nullable": true
- }
- },
- "required": [
- "name",
- "type",
- "disabled",
- "node_type"
- ],
- "type": "object"
- },
- "uiNodeMeta": {
- "description": "This might include a label and other information that can optionally\nbe used to render UIs.",
- "properties": {
- "label": {
- "$ref": "#/components/schemas/uiText"
- }
- },
- "title": "A Node's Meta Information",
- "type": "object"
- },
- "uiNodeScriptAttributes": {
- "properties": {
- "async": {
- "description": "The script async type",
- "type": "boolean"
- },
- "crossorigin": {
- "description": "The script cross origin policy",
- "type": "string"
- },
- "id": {
- "description": "A unique identifier",
- "type": "string"
- },
- "integrity": {
- "description": "The script's integrity hash",
- "type": "string"
- },
- "node_type": {
- "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"script\".",
- "type": "string"
- },
- "nonce": {
- "description": "Nonce for CSP\n\nA nonce you may want to use to improve your Content Security Policy.\nYou do not have to use this value but if you want to improve your CSP\npolicies you may use it. You can also choose to use your own nonce value!",
- "type": "string"
- },
- "referrerpolicy": {
- "description": "The script referrer policy",
- "type": "string"
- },
- "src": {
- "description": "The script source",
- "type": "string"
- },
- "type": {
- "description": "The script MIME type",
- "type": "string"
- }
- },
- "required": [
- "src",
- "async",
- "referrerpolicy",
- "crossorigin",
- "integrity",
- "type",
- "id",
- "nonce",
- "node_type"
- ],
- "title": "ScriptAttributes represent script nodes which load javascript.",
- "type": "object"
- },
- "uiNodeTextAttributes": {
- "properties": {
- "id": {
- "description": "A unique identifier",
- "type": "string"
- },
- "node_type": {
- "description": "NodeType represents this node's types. It is a mirror of `node.type` and\nis primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is \"text\".",
- "type": "string"
- },
- "text": {
- "$ref": "#/components/schemas/uiText"
- }
- },
- "required": [
- "text",
- "id",
- "node_type"
- ],
- "title": "TextAttributes represents the attributes of a text node.",
- "type": "object"
- },
- "uiNodes": {
- "items": {
- "$ref": "#/components/schemas/uiNode"
- },
- "type": "array"
- },
- "uiText": {
- "properties": {
- "context": {
- "description": "The message's context. Useful when customizing messages.",
- "type": "object"
- },
- "id": {
- "$ref": "#/components/schemas/ID"
- },
- "text": {
- "description": "The message text. Written in american english.",
- "type": "string"
- },
- "type": {
- "description": "The message type.\ninfo Info\nerror Error\nsuccess Success",
- "enum": [
- "info",
- "error",
- "success"
- ],
- "type": "string",
- "x-go-enum-desc": "info Info\nerror Error\nsuccess Success"
- }
- },
- "required": [
- "id",
- "text",
- "type"
- ],
- "type": "object"
- },
- "uiTexts": {
- "items": {
- "$ref": "#/components/schemas/uiText"
- },
- "type": "array"
- },
- "unexpectedError": {
- "type": "string"
- },
- "updateIdentityBody": {
- "description": "Update Identity Body",
- "properties": {
- "credentials": {
- "$ref": "#/components/schemas/identityWithCredentials"
- },
- "metadata_admin": {
- "description": "Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/\u003cid\u003e`."
- },
- "metadata_public": {
- "description": "Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field."
- },
- "schema_id": {
- "description": "SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. If set\nwill update the Identity's SchemaID.",
- "type": "string"
- },
- "state": {
- "$ref": "#/components/schemas/identityState"
- },
- "traits": {
- "description": "Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_id`.",
- "type": "object"
- }
- },
- "required": [
- "schema_id",
- "traits",
- "state"
- ],
- "type": "object"
- },
- "updateLoginFlowBody": {
- "discriminator": {
- "mapping": {
- "code": "#/components/schemas/updateLoginFlowWithCodeMethod",
- "lookup_secret": "#/components/schemas/updateLoginFlowWithLookupSecretMethod",
- "oidc": "#/components/schemas/updateLoginFlowWithOidcMethod",
- "password": "#/components/schemas/updateLoginFlowWithPasswordMethod",
- "totp": "#/components/schemas/updateLoginFlowWithTotpMethod",
- "webauthn": "#/components/schemas/updateLoginFlowWithWebAuthnMethod"
- },
- "propertyName": "method"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/updateLoginFlowWithPasswordMethod"
- },
- {
- "$ref": "#/components/schemas/updateLoginFlowWithOidcMethod"
- },
- {
- "$ref": "#/components/schemas/updateLoginFlowWithTotpMethod"
- },
- {
- "$ref": "#/components/schemas/updateLoginFlowWithWebAuthnMethod"
- },
- {
- "$ref": "#/components/schemas/updateLoginFlowWithLookupSecretMethod"
- },
- {
- "$ref": "#/components/schemas/updateLoginFlowWithCodeMethod"
- }
- ]
- },
- "updateLoginFlowWithCodeMethod": {
- "description": "Update Login flow using the code method",
- "properties": {
- "code": {
- "description": "Code is the 6 digits code sent to the user",
- "type": "string"
- },
- "csrf_token": {
- "description": "CSRFToken is the anti-CSRF token",
- "type": "string"
- },
- "identifier": {
- "description": "Identifier is the code identifier\nThe identifier requires that the user has already completed the registration or settings with code flow.",
- "type": "string"
- },
- "method": {
- "description": "Method should be set to \"code\" when logging in using the code strategy.",
- "type": "string"
- },
- "resend": {
- "description": "Resend is set when the user wants to resend the code",
- "type": "string"
- }
- },
- "required": [
- "method",
- "csrf_token"
- ],
- "type": "object"
- },
- "updateLoginFlowWithLookupSecretMethod": {
- "description": "Update Login Flow with Lookup Secret Method",
- "properties": {
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "lookup_secret": {
- "description": "The lookup secret.",
- "type": "string"
- },
- "method": {
- "description": "Method should be set to \"lookup_secret\" when logging in using the lookup_secret strategy.",
- "type": "string"
- }
- },
- "required": [
- "method",
- "lookup_secret"
- ],
- "type": "object"
- },
- "updateLoginFlowWithOidcMethod": {
- "description": "Update Login Flow with OpenID Connect Method",
- "properties": {
- "csrf_token": {
- "description": "The CSRF Token",
- "type": "string"
- },
- "id_token": {
- "description": "IDToken is an optional id token provided by an OIDC provider\n\nIf submitted, it is verified using the OIDC provider's public key set and the claims are used to populate\nthe OIDC credentials of the identity.\nIf the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use\nthe `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken.\n\nSupported providers are\nApple",
- "type": "string"
- },
- "id_token_nonce": {
- "description": "IDTokenNonce is the nonce, used when generating the IDToken.\nIf the provider supports nonce validation, the nonce will be validated against this value and required.",
- "type": "string"
- },
- "method": {
- "description": "Method to use\n\nThis field must be set to `oidc` when using the oidc method.",
- "type": "string"
- },
- "provider": {
- "description": "The provider to register with",
- "type": "string"
- },
- "traits": {
- "description": "The identity traits. This is a placeholder for the registration flow.",
- "type": "object"
- },
- "upstream_parameters": {
- "description": "UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.",
- "type": "object"
- }
- },
- "required": [
- "provider",
- "method"
- ],
- "type": "object"
- },
- "updateLoginFlowWithPasswordMethod": {
- "description": "Update Login Flow with Password Method",
- "properties": {
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "identifier": {
- "description": "Identifier is the email or username of the user trying to log in.",
- "type": "string"
- },
- "method": {
- "description": "Method should be set to \"password\" when logging in using the identifier and password strategy.",
- "type": "string"
- },
- "password": {
- "description": "The user's password.",
- "type": "string"
- },
- "password_identifier": {
- "description": "Identifier is the email or username of the user trying to log in.\nThis field is deprecated!",
- "type": "string"
- }
- },
- "required": [
- "method",
- "password",
- "identifier"
- ],
- "type": "object"
- },
- "updateLoginFlowWithTotpMethod": {
- "description": "Update Login Flow with TOTP Method",
- "properties": {
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "method": {
- "description": "Method should be set to \"totp\" when logging in using the TOTP strategy.",
- "type": "string"
- },
- "totp_code": {
- "description": "The TOTP code.",
- "type": "string"
- }
- },
- "required": [
- "method",
- "totp_code"
- ],
- "type": "object"
- },
- "updateLoginFlowWithWebAuthnMethod": {
- "description": "Update Login Flow with WebAuthn Method",
- "properties": {
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "identifier": {
- "description": "Identifier is the email or username of the user trying to log in.",
- "type": "string"
- },
- "method": {
- "description": "Method should be set to \"webAuthn\" when logging in using the WebAuthn strategy.",
- "type": "string"
- },
- "webauthn_login": {
- "description": "Login a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.",
- "type": "string"
- }
- },
- "required": [
- "identifier",
- "method"
- ],
- "type": "object"
- },
- "updateRecoveryFlowBody": {
- "description": "Update Recovery Flow Request Body",
- "discriminator": {
- "mapping": {
- "code": "#/components/schemas/updateRecoveryFlowWithCodeMethod",
- "link": "#/components/schemas/updateRecoveryFlowWithLinkMethod"
- },
- "propertyName": "method"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/updateRecoveryFlowWithLinkMethod"
- },
- {
- "$ref": "#/components/schemas/updateRecoveryFlowWithCodeMethod"
- }
- ]
- },
- "updateRecoveryFlowWithCodeMethod": {
- "description": "Update Recovery Flow with Code Method",
- "properties": {
- "code": {
- "description": "Code from the recovery email\n\nIf you want to submit a code, use this field, but make sure to _not_ include the email field, as well.",
- "type": "string"
- },
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "email": {
- "description": "The email address of the account to recover\n\nIf the email belongs to a valid account, a recovery email will be sent.\n\nIf you want to notify the email address if the account does not exist, see\nthe [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/account-recovery-password-reset#attempted-recovery-notifications)\n\nIf a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code.\n\nformat: email",
- "type": "string"
- },
- "method": {
- "description": "Method is the method that should be used for this recovery flow\n\nAllowed values are `link` and `code`.\nlink RecoveryStrategyLink\ncode RecoveryStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link RecoveryStrategyLink\ncode RecoveryStrategyCode"
- }
- },
- "required": [
- "method"
- ],
- "type": "object"
- },
- "updateRecoveryFlowWithLinkMethod": {
- "description": "Update Recovery Flow with Link Method",
- "properties": {
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "email": {
- "description": "Email to Recover\n\nNeeds to be set when initiating the flow. If the email is a registered\nrecovery email, a recovery link will be sent. If the email is not known,\na email with details on what happened will be sent instead.\n\nformat: email",
- "type": "string"
- },
- "method": {
- "description": "Method is the method that should be used for this recovery flow\n\nAllowed values are `link` and `code`\nlink RecoveryStrategyLink\ncode RecoveryStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link RecoveryStrategyLink\ncode RecoveryStrategyCode"
- }
- },
- "required": [
- "email",
- "method"
- ],
- "type": "object"
- },
- "updateRegistrationFlowBody": {
- "description": "Update Registration Request Body",
- "discriminator": {
- "mapping": {
- "code": "#/components/schemas/updateRegistrationFlowWithCodeMethod",
- "oidc": "#/components/schemas/updateRegistrationFlowWithOidcMethod",
- "password": "#/components/schemas/updateRegistrationFlowWithPasswordMethod",
- "webauthn": "#/components/schemas/updateRegistrationFlowWithWebAuthnMethod"
- },
- "propertyName": "method"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/updateRegistrationFlowWithPasswordMethod"
- },
- {
- "$ref": "#/components/schemas/updateRegistrationFlowWithOidcMethod"
- },
- {
- "$ref": "#/components/schemas/updateRegistrationFlowWithWebAuthnMethod"
- },
- {
- "$ref": "#/components/schemas/updateRegistrationFlowWithCodeMethod"
- }
- ]
- },
- "updateRegistrationFlowWithCodeMethod": {
- "description": "Update Registration Flow with Code Method",
- "properties": {
- "code": {
- "description": "The OTP Code sent to the user",
- "type": "string"
- },
- "csrf_token": {
- "description": "The CSRF Token",
- "type": "string"
- },
- "method": {
- "description": "Method to use\n\nThis field must be set to `code` when using the code method.",
- "type": "string"
- },
- "resend": {
- "description": "Resend restarts the flow with a new code",
- "type": "string"
- },
- "traits": {
- "description": "The identity's traits",
- "type": "object"
- },
- "transient_payload": {
- "description": "Transient data to pass along to any webhooks",
- "type": "object"
- }
- },
- "required": [
- "traits",
- "method"
- ],
- "type": "object"
- },
- "updateRegistrationFlowWithOidcMethod": {
- "description": "Update Registration Flow with OpenID Connect Method",
- "properties": {
- "csrf_token": {
- "description": "The CSRF Token",
- "type": "string"
- },
- "id_token": {
- "description": "IDToken is an optional id token provided by an OIDC provider\n\nIf submitted, it is verified using the OIDC provider's public key set and the claims are used to populate\nthe OIDC credentials of the identity.\nIf the OIDC provider does not store additional claims (such as name, etc.) in the IDToken itself, you can use\nthe `traits` field to populate the identity's traits. Note, that Apple only includes the users email in the IDToken.\n\nSupported providers are\nApple",
- "type": "string"
- },
- "id_token_nonce": {
- "description": "IDTokenNonce is the nonce, used when generating the IDToken.\nIf the provider supports nonce validation, the nonce will be validated against this value and is required.",
- "type": "string"
- },
- "method": {
- "description": "Method to use\n\nThis field must be set to `oidc` when using the oidc method.",
- "type": "string"
- },
- "provider": {
- "description": "The provider to register with",
- "type": "string"
- },
- "traits": {
- "description": "The identity traits",
- "type": "object"
- },
- "transient_payload": {
- "description": "Transient data to pass along to any webhooks",
- "type": "object"
- },
- "upstream_parameters": {
- "description": "UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.",
- "type": "object"
- }
- },
- "required": [
- "provider",
- "method"
- ],
- "type": "object"
- },
- "updateRegistrationFlowWithPasswordMethod": {
- "description": "Update Registration Flow with Password Method",
- "properties": {
- "csrf_token": {
- "description": "The CSRF Token",
- "type": "string"
- },
- "method": {
- "description": "Method to use\n\nThis field must be set to `password` when using the password method.",
- "type": "string"
- },
- "password": {
- "description": "Password to sign the user up with",
- "type": "string"
- },
- "traits": {
- "description": "The identity's traits",
- "type": "object"
- },
- "transient_payload": {
- "description": "Transient data to pass along to any webhooks",
- "type": "object"
- }
- },
- "required": [
- "password",
- "traits",
- "method"
- ],
- "type": "object"
- },
- "updateRegistrationFlowWithWebAuthnMethod": {
- "description": "Update Registration Flow with WebAuthn Method",
- "properties": {
- "csrf_token": {
- "description": "CSRFToken is the anti-CSRF token",
- "type": "string"
- },
- "method": {
- "description": "Method\n\nShould be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.",
- "type": "string"
- },
- "traits": {
- "description": "The identity's traits",
- "type": "object"
- },
- "transient_payload": {
- "description": "Transient data to pass along to any webhooks",
- "type": "object"
- },
- "webauthn_register": {
- "description": "Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.",
- "type": "string"
- },
- "webauthn_register_displayname": {
- "description": "Name of the WebAuthn Security Key to be Added\n\nA human-readable name for the security key which will be added.",
- "type": "string"
- }
- },
- "required": [
- "traits",
- "method"
- ],
- "type": "object"
- },
- "updateSettingsFlowBody": {
- "description": "Update Settings Flow Request Body",
- "discriminator": {
- "mapping": {
- "lookup_secret": "#/components/schemas/updateSettingsFlowWithLookupMethod",
- "oidc": "#/components/schemas/updateSettingsFlowWithOidcMethod",
- "password": "#/components/schemas/updateSettingsFlowWithPasswordMethod",
- "profile": "#/components/schemas/updateSettingsFlowWithProfileMethod",
- "totp": "#/components/schemas/updateSettingsFlowWithTotpMethod",
- "webauthn": "#/components/schemas/updateSettingsFlowWithWebAuthnMethod"
- },
- "propertyName": "method"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/updateSettingsFlowWithPasswordMethod"
- },
- {
- "$ref": "#/components/schemas/updateSettingsFlowWithProfileMethod"
- },
- {
- "$ref": "#/components/schemas/updateSettingsFlowWithOidcMethod"
- },
- {
- "$ref": "#/components/schemas/updateSettingsFlowWithOidcMethod"
- },
- {
- "$ref": "#/components/schemas/updateSettingsFlowWithTotpMethod"
- },
- {
- "$ref": "#/components/schemas/updateSettingsFlowWithWebAuthnMethod"
- },
- {
- "$ref": "#/components/schemas/updateSettingsFlowWithLookupMethod"
- }
- ]
- },
- "updateSettingsFlowWithLookupMethod": {
- "description": "Update Settings Flow with Lookup Method",
- "properties": {
- "csrf_token": {
- "description": "CSRFToken is the anti-CSRF token",
- "type": "string"
- },
- "lookup_secret_confirm": {
- "description": "If set to true will save the regenerated lookup secrets",
- "type": "boolean"
- },
- "lookup_secret_disable": {
- "description": "Disables this method if true.",
- "type": "boolean"
- },
- "lookup_secret_regenerate": {
- "description": "If set to true will regenerate the lookup secrets",
- "type": "boolean"
- },
- "lookup_secret_reveal": {
- "description": "If set to true will reveal the lookup secrets",
- "type": "boolean"
- },
- "method": {
- "description": "Method\n\nShould be set to \"lookup\" when trying to add, update, or remove a lookup pairing.",
- "type": "string"
- }
- },
- "required": [
- "method"
- ],
- "type": "object"
- },
- "updateSettingsFlowWithOidcMethod": {
- "description": "Update Settings Flow with OpenID Connect Method",
- "properties": {
- "flow": {
- "description": "Flow ID is the flow's ID.\n\nin: query",
- "type": "string"
- },
- "link": {
- "description": "Link this provider\n\nEither this or `unlink` must be set.\n\ntype: string\nin: body",
- "type": "string"
- },
- "method": {
- "description": "Method\n\nShould be set to profile when trying to update a profile.",
- "type": "string"
- },
- "traits": {
- "description": "The identity's traits\n\nin: body",
- "type": "object"
- },
- "unlink": {
- "description": "Unlink this provider\n\nEither this or `link` must be set.\n\ntype: string\nin: body",
- "type": "string"
- },
- "upstream_parameters": {
- "description": "UpstreamParameters are the parameters that are passed to the upstream identity provider.\n\nThese parameters are optional and depend on what the upstream identity provider supports.\nSupported parameters are:\n`login_hint` (string): The `login_hint` parameter suppresses the account chooser and either pre-fills the email box on the sign-in form, or selects the proper session.\n`hd` (string): The `hd` parameter limits the login/registration process to a Google Organization, e.g. `mycollege.edu`.\n`prompt` (string): The `prompt` specifies whether the Authorization Server prompts the End-User for reauthentication and consent, e.g. `select_account`.",
- "type": "object"
- }
- },
- "required": [
- "method"
- ],
- "type": "object"
- },
- "updateSettingsFlowWithPasswordMethod": {
- "description": "Update Settings Flow with Password Method",
- "properties": {
- "csrf_token": {
- "description": "CSRFToken is the anti-CSRF token",
- "type": "string"
- },
- "method": {
- "description": "Method\n\nShould be set to password when trying to update a password.",
- "type": "string"
- },
- "password": {
- "description": "Password is the updated password",
- "type": "string"
- }
- },
- "required": [
- "password",
- "method"
- ],
- "type": "object"
- },
- "updateSettingsFlowWithProfileMethod": {
- "description": "Update Settings Flow with Profile Method",
- "properties": {
- "csrf_token": {
- "description": "The Anti-CSRF Token\n\nThis token is only required when performing browser flows.",
- "type": "string"
- },
- "method": {
- "description": "Method\n\nShould be set to profile when trying to update a profile.",
- "type": "string"
- },
- "traits": {
- "description": "Traits\n\nThe identity's traits.",
- "type": "object"
- }
- },
- "required": [
- "traits",
- "method"
- ],
- "type": "object"
- },
- "updateSettingsFlowWithTotpMethod": {
- "description": "Update Settings Flow with TOTP Method",
- "properties": {
- "csrf_token": {
- "description": "CSRFToken is the anti-CSRF token",
- "type": "string"
- },
- "method": {
- "description": "Method\n\nShould be set to \"totp\" when trying to add, update, or remove a totp pairing.",
- "type": "string"
- },
- "totp_code": {
- "description": "ValidationTOTP must contain a valid TOTP based on the",
- "type": "string"
- },
- "totp_unlink": {
- "description": "UnlinkTOTP if true will remove the TOTP pairing,\neffectively removing the credential. This can be used\nto set up a new TOTP device.",
- "type": "boolean"
- }
- },
- "required": [
- "method"
- ],
- "type": "object"
- },
- "updateSettingsFlowWithWebAuthnMethod": {
- "description": "Update Settings Flow with WebAuthn Method",
- "properties": {
- "csrf_token": {
- "description": "CSRFToken is the anti-CSRF token",
- "type": "string"
- },
- "method": {
- "description": "Method\n\nShould be set to \"webauthn\" when trying to add, update, or remove a webAuthn pairing.",
- "type": "string"
- },
- "webauthn_register": {
- "description": "Register a WebAuthn Security Key\n\nIt is expected that the JSON returned by the WebAuthn registration process\nis included here.",
- "type": "string"
- },
- "webauthn_register_displayname": {
- "description": "Name of the WebAuthn Security Key to be Added\n\nA human-readable name for the security key which will be added.",
- "type": "string"
- },
- "webauthn_remove": {
- "description": "Remove a WebAuthn Security Key\n\nThis must contain the ID of the WebAuthN connection.",
- "type": "string"
- }
- },
- "required": [
- "method"
- ],
- "type": "object"
- },
- "updateSubscriptionBody": {
- "description": "Update Subscription Request Body",
- "properties": {
- "interval": {
- "description": "\nmonthly Monthly\nyearly Yearly",
- "enum": [
- "monthly",
- "yearly"
- ],
- "type": "string",
- "x-go-enum-desc": "monthly Monthly\nyearly Yearly"
- },
- "plan": {
- "type": "string"
- },
- "return_to": {
- "type": "string"
- }
- },
- "required": [
- "plan",
- "interval"
- ],
- "type": "object"
- },
- "updateVerificationFlowBody": {
- "description": "Update Verification Flow Request Body",
- "discriminator": {
- "mapping": {
- "code": "#/components/schemas/updateVerificationFlowWithCodeMethod",
- "link": "#/components/schemas/updateVerificationFlowWithLinkMethod"
- },
- "propertyName": "method"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/updateVerificationFlowWithLinkMethod"
- },
- {
- "$ref": "#/components/schemas/updateVerificationFlowWithCodeMethod"
- }
- ]
- },
- "updateVerificationFlowWithCodeMethod": {
- "properties": {
- "code": {
- "description": "Code from the recovery email\n\nIf you want to submit a code, use this field, but make sure to _not_ include the email field, as well.",
- "type": "string"
- },
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "email": {
- "description": "The email address to verify\n\nIf the email belongs to a valid account, a verifiation email will be sent.\n\nIf you want to notify the email address if the account does not exist, see\nthe [notify_unknown_recipients flag](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation#attempted-verification-notifications)\n\nIf a code was already sent, including this field in the payload will invalidate the sent code and re-send a new code.\n\nformat: email",
- "type": "string"
- },
- "method": {
- "description": "Method is the method that should be used for this verification flow\n\nAllowed values are `link` and `code`.\nlink VerificationStrategyLink\ncode VerificationStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link VerificationStrategyLink\ncode VerificationStrategyCode"
- }
- },
- "required": [
- "method"
- ],
- "type": "object"
- },
- "updateVerificationFlowWithLinkMethod": {
- "description": "Update Verification Flow with Link Method",
- "properties": {
- "csrf_token": {
- "description": "Sending the anti-csrf token is only required for browser login flows.",
- "type": "string"
- },
- "email": {
- "description": "Email to Verify\n\nNeeds to be set when initiating the flow. If the email is a registered\nverification email, a verification link will be sent. If the email is not known,\na email with details on what happened will be sent instead.\n\nformat: email",
- "type": "string"
- },
- "method": {
- "description": "Method is the method that should be used for this verification flow\n\nAllowed values are `link` and `code`\nlink VerificationStrategyLink\ncode VerificationStrategyCode",
- "enum": [
- "link",
- "code"
- ],
- "type": "string",
- "x-go-enum-desc": "link VerificationStrategyLink\ncode VerificationStrategyCode"
- }
- },
- "required": [
- "email",
- "method"
- ],
- "type": "object"
- },
- "verifiableCredentialPrimingResponse": {
- "properties": {
- "c_nonce": {
- "type": "string"
- },
- "c_nonce_expires_in": {
- "format": "int64",
- "type": "integer"
- },
- "error": {
- "type": "string"
- },
- "error_debug": {
- "type": "string"
- },
- "error_description": {
- "type": "string"
- },
- "error_hint": {
- "type": "string"
- },
- "format": {
- "type": "string"
- },
- "status_code": {
- "format": "int64",
- "type": "integer"
- }
- },
- "title": "VerifiableCredentialPrimingResponse contains the nonce to include in the proof-of-possession JWT.",
- "type": "object"
- },
- "verifiableCredentialResponse": {
- "properties": {
- "credential_draft_00": {
- "type": "string"
- },
- "format": {
- "type": "string"
- }
- },
- "title": "VerifiableCredentialResponse contains the verifiable credential.",
- "type": "object"
- },
- "verifiableIdentityAddress": {
- "description": "VerifiableAddress is an identity's verifiable address",
- "properties": {
- "created_at": {
- "description": "When this entry was created",
- "example": "2014-01-01T23:28:56.782Z",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "description": "The ID",
- "format": "uuid",
- "type": "string"
- },
- "status": {
- "$ref": "#/components/schemas/identityVerifiableAddressStatus"
- },
- "updated_at": {
- "description": "When this entry was last updated",
- "example": "2014-01-01T23:28:56.782Z",
- "format": "date-time",
- "type": "string"
- },
- "value": {
- "description": "The address value\n\nexample foo@user.com",
- "type": "string"
- },
- "verified": {
- "description": "Indicates if the address has already been verified",
- "example": true,
- "type": "boolean"
- },
- "verified_at": {
- "$ref": "#/components/schemas/nullTime"
- },
- "via": {
- "$ref": "#/components/schemas/identityVerifiableAddressType"
- }
- },
- "required": [
- "value",
- "verified",
- "via",
- "status"
- ],
- "type": "object"
- },
- "verificationFlow": {
- "description": "Used to verify an out-of-band communication\nchannel such as an email address or a phone number.\n\nFor more information head over to: https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation",
- "properties": {
- "active": {
- "description": "Active, if set, contains the registration method that is being used. It is initially\nnot set.",
- "type": "string"
- },
- "expires_at": {
- "description": "ExpiresAt is the time (UTC) when the request expires. If the user still wishes to verify the address,\na new request has to be initiated.",
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "description": "ID represents the request's unique ID. When performing the verification flow, this\nrepresents the id in the verify ui's query parameter: http://\u003cselfservice.flows.verification.ui_url\u003e?request=\u003cid\u003e\n\ntype: string\nformat: uuid",
- "format": "uuid",
- "type": "string"
- },
- "issued_at": {
- "description": "IssuedAt is the time (UTC) when the request occurred.",
- "format": "date-time",
- "type": "string"
- },
- "request_url": {
- "description": "RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.",
- "type": "string"
- },
- "return_to": {
- "description": "ReturnTo contains the requested return_to URL.",
- "type": "string"
- },
- "state": {
- "description": "State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. verify your email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the verification challenge was passed."
- },
- "type": {
- "$ref": "#/components/schemas/selfServiceFlowType"
- },
- "ui": {
- "$ref": "#/components/schemas/uiContainer"
- }
- },
- "required": [
- "id",
- "type",
- "ui",
- "state"
- ],
- "title": "A Verification Flow",
- "type": "object"
- },
- "verificationFlowState": {
- "description": "The state represents the state of the verification flow.\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed.",
- "enum": [
- "choose_method",
- "sent_email",
- "passed_challenge"
- ],
- "title": "Verification Flow State"
- },
- "version": {
- "properties": {
- "version": {
- "description": "Version is the service's version.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "webAuthnJavaScript": {
- "type": "string"
- },
- "workspace": {
- "properties": {
- "created_at": {
- "format": "date-time",
- "type": "string"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "name": {
- "type": "string"
- },
- "subscription_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "updated_at": {
- "format": "date-time",
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "workspaces": {
- "items": {
- "$ref": "#/components/schemas/workspace"
- },
- "type": "array"
- }
- },
- "securitySchemes": {
- "basic": {
- "scheme": "basic",
- "type": "http"
- },
- "bearer": {
- "scheme": "bearer",
- "type": "http"
- },
- "oauth2": {
- "flows": {
- "authorizationCode": {
- "authorizationUrl": "https://hydra.demo.ory.sh/oauth2/auth",
- "scopes": {
- "offline": "A scope required when requesting refresh tokens (alias for `offline_access`)",
- "offline_access": "A scope required when requesting refresh tokens",
- "openid": "Request an OpenID Connect ID Token"
- },
- "tokenUrl": "https://hydra.demo.ory.sh/oauth2/token"
- }
- },
- "type": "oauth2"
- },
- "oryAccessToken": {
- "scheme": "bearer",
- "type": "http"
- }
- }
- },
- "info": {
- "contact": {
- "email": "support@ory.sh",
- "name": "API Support"
- },
- "description": "Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed\nwith a valid Personal Access Token. Public APIs are mostly used in browsers.\n",
- "license": {
- "name": "Apache 2.0",
- "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
- },
- "termsOfService": "/ptos",
- "title": "Ory APIs",
- "version": "latest"
- },
- "openapi": "3.0.3",
- "paths": {
- "/.well-known/jwks.json": {
- "get": {
- "description": "This endpoint returns JSON Web Keys required to verifying OpenID Connect ID Tokens and,\nif enabled, OAuth 2.0 JWT Access Tokens. This endpoint can be used with client libraries like\n[node-jwks-rsa](https://github.com/auth0/node-jwks-rsa) among others.",
- "operationId": "discoverJsonWebKeys",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "summary": "Discover Well-Known JSON Web Keys",
- "tags": [
- "wellknown"
- ]
- }
- },
- "/.well-known/openid-configuration": {
- "get": {
- "description": "A mechanism for an OpenID Connect Relying Party to discover the End-User's OpenID Provider and obtain information needed to interact with it, including its OAuth 2.0 endpoint locations.\n\nPopular libraries for OpenID Connect clients include oidc-client-js (JavaScript), go-oidc (Golang), and others.\nFor a full list of clients go here: https://openid.net/developers/certified/",
- "operationId": "discoverOidcConfiguration",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oidcConfiguration"
- }
- }
- },
- "description": "oidcConfiguration"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "summary": "OpenID Connect Discovery",
- "tags": [
- "oidc"
- ]
- }
- },
- "/.well-known/ory/webauthn.js": {
- "get": {
- "description": "This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.\n\nIf you are building a JavaScript Browser App (e.g. in ReactJS or AngularJS) you will need to load this file:\n\n```html\n\u003cscript src=\"https://public-kratos.example.org/.well-known/ory/webauthn.js\" type=\"script\" async /\u003e\n```\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "getWebAuthnJavaScript",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/webAuthnJavaScript"
- }
- }
- },
- "description": "webAuthnJavaScript"
- }
- },
- "summary": "Get WebAuthn JavaScript",
- "tags": [
- "frontend"
- ]
- }
- },
- "/admin/clients": {
- "get": {
- "description": "This endpoint lists all clients in the database, and never returns client secrets.\nAs a default it lists the first 100 clients.",
- "operationId": "listOAuth2Clients",
- "parameters": [
- {
- "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- },
- {
- "description": "The name of the clients to filter by.",
- "in": "query",
- "name": "client_name",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The owner of the clients to filter by.",
- "in": "query",
- "name": "owner",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listOAuth2Clients"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List OAuth 2.0 Clients",
- "tags": [
- "oAuth2"
- ]
- },
- "post": {
- "description": "Create a new OAuth 2.0 client. If you pass `client_secret` the secret is used, otherwise a random secret\nis generated. The secret is echoed in the response. It is not possible to retrieve it later on.",
- "operationId": "createOAuth2Client",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "OAuth 2.0 Client Request Body",
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "400": {
- "$ref": "#/components/responses/errorOAuth2BadRequest"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create OAuth 2.0 Client",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/clients/{id}": {
- "delete": {
- "description": "Delete an existing OAuth 2.0 Client by its ID.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.\n\nMake sure that this endpoint is well protected and only callable by first-party components.",
- "operationId": "deleteOAuth2Client",
- "parameters": [
- {
- "description": "The id of the OAuth 2.0 Client.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete OAuth 2.0 Client",
- "tags": [
- "oAuth2"
- ]
- },
- "get": {
- "description": "Get an OAuth 2.0 client by its ID. This endpoint never returns the client secret.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.",
- "operationId": "getOAuth2Client",
- "parameters": [
- {
- "description": "The id of the OAuth 2.0 Client.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get an OAuth 2.0 Client",
- "tags": [
- "oAuth2"
- ]
- },
- "patch": {
- "description": "Patch an existing OAuth 2.0 Client using JSON Patch. If you pass `client_secret`\nthe secret will be updated and returned via the API. This is the\nonly time you will be able to retrieve the client secret, so write it down and keep it safe.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.",
- "operationId": "patchOAuth2Client",
- "parameters": [
- {
- "description": "The id of the OAuth 2.0 Client.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonPatchDocument"
- }
- }
- },
- "description": "OAuth 2.0 Client JSON Patch Body",
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "404": {
- "$ref": "#/components/responses/errorOAuth2NotFound"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Patch OAuth 2.0 Client",
- "tags": [
- "oAuth2"
- ]
- },
- "put": {
- "description": "Replaces an existing OAuth 2.0 Client with the payload you send. If you pass `client_secret` the secret is used,\notherwise the existing secret is used.\n\nIf set, the secret is echoed in the response. It is not possible to retrieve it later on.\n\nOAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.",
- "operationId": "setOAuth2Client",
- "parameters": [
- {
- "description": "OAuth 2.0 Client ID",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "OAuth 2.0 Client Request Body",
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "400": {
- "$ref": "#/components/responses/errorOAuth2BadRequest"
- },
- "404": {
- "$ref": "#/components/responses/errorOAuth2NotFound"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Set OAuth 2.0 Client",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/clients/{id}/lifespans": {
- "put": {
- "description": "Set lifespans of different token types issued for this OAuth 2.0 client. Does not modify other fields.",
- "operationId": "setOAuth2ClientLifespans",
- "parameters": [
- {
- "description": "OAuth 2.0 Client ID",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2ClientTokenLifespans"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Set OAuth2 Client Token Lifespans",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/courier/messages": {
- "get": {
- "description": "Lists all messages by given status and recipient.",
- "operationId": "listCourierMessages",
- "parameters": [
- {
- "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Status filters out messages based on status.\nIf no value is provided, it doesn't take effect on filter.",
- "in": "query",
- "name": "status",
- "schema": {
- "$ref": "#/components/schemas/courierMessageStatus"
- }
- },
- {
- "description": "Recipient filters out messages based on recipient.\nIf no value is provided, it doesn't take effect on filter.",
- "in": "query",
- "name": "recipient",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listCourierMessages"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List Messages",
- "tags": [
- "courier"
- ]
- }
- },
- "/admin/courier/messages/{id}": {
- "get": {
- "description": "Gets a specific messages by the given ID.",
- "operationId": "getCourierMessage",
- "parameters": [
- {
- "description": "MessageID is the ID of the message.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/message"
- }
- }
- },
- "description": "message"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get a Message",
- "tags": [
- "courier"
- ]
- }
- },
- "/admin/identities": {
- "get": {
- "description": "Lists all [identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model) in the system.",
- "operationId": "listIdentities",
- "parameters": [
- {
- "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.",
- "in": "query",
- "name": "per_page",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
- "in": "query",
- "name": "page",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- },
- {
- "description": "Read Consistency Level (preview)\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nThe default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with\n`ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nThis feature is in preview and only available in Ory Network.\n ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.",
- "in": "query",
- "name": "consistency",
- "schema": {
- "enum": [
- "",
- "strong",
- "eventual"
- ],
- "type": "string"
- },
- "x-go-enum-desc": " ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps."
- },
- {
- "description": "IdsFilter is list of ids used to filter identities.\nIf this list is empty, then no filter will be applied.",
- "in": "query",
- "name": "ids_filter",
- "schema": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- {
- "description": "CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.",
- "in": "query",
- "name": "credentials_identifier",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "This is an EXPERIMENTAL parameter that WILL CHANGE. Do NOT rely on consistent, deterministic behavior.\nTHIS PARAMETER WILL BE REMOVED IN AN UPCOMING RELEASE WITHOUT ANY MIGRATION PATH.\n\nCredentialsIdentifierSimilar is the (partial) identifier (username, email) of the credentials to look up using similarity search.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.",
- "in": "query",
- "name": "preview_credentials_identifier_similar",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listIdentities"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List Identities",
- "tags": [
- "identity"
- ]
- },
- "patch": {
- "description": "Creates or delete multiple\n[identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model).\nThis endpoint can also be used to [import\ncredentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)\nfor instance passwords, social sign in configurations or multifactor methods.",
- "operationId": "batchPatchIdentities",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/patchIdentitiesBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/batchPatchIdentitiesResponse"
- }
- }
- },
- "description": "batchPatchIdentitiesResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create and deletes multiple identities",
- "tags": [
- "identity"
- ]
- },
- "post": {
- "description": "Create an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). This endpoint can also be used to\n[import credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)\nfor instance passwords, social sign in configurations or multifactor methods.",
- "operationId": "createIdentity",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createIdentityBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create an Identity",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/identities/{id}": {
- "delete": {
- "description": "Calling this endpoint irrecoverably and permanently deletes the [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) given its ID. This action can not be undone.\nThis endpoint returns 204 when the identity was deleted or when the identity was not found, in which case it is\nassumed that is has been deleted already.",
- "operationId": "deleteIdentity",
- "parameters": [
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete an Identity",
- "tags": [
- "identity"
- ]
- },
- "get": {
- "description": "Return an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) by its ID. You can optionally\ninclude credentials (e.g. social sign in connections) in the response by using the `include_credential` query parameter.",
- "operationId": "getIdentity",
- "parameters": [
- {
- "description": "ID must be set to the ID of identity you want to get",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Include Credentials in Response\n\nInclude any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return\nthe initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.",
- "in": "query",
- "name": "include_credential",
- "schema": {
- "items": {
- "enum": [
- "password",
- "totp",
- "oidc",
- "webauthn",
- "lookup_secret",
- "code"
- ],
- "type": "string"
- },
- "type": "array"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get an Identity",
- "tags": [
- "identity"
- ]
- },
- "patch": {
- "description": "Partially updates an [identity's](https://www.ory.sh/docs/kratos/concepts/identity-user-model) field using [JSON Patch](https://jsonpatch.com/).\nThe fields `id`, `stateChangedAt` and `credentials` can not be updated using this method.",
- "operationId": "patchIdentity",
- "parameters": [
- {
- "description": "ID must be set to the ID of identity you want to update",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonPatchDocument"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Patch an Identity",
- "tags": [
- "identity"
- ]
- },
- "put": {
- "description": "This endpoint updates an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). The full identity\npayload (except credentials) is expected. It is possible to update the identity's credentials as well.",
- "operationId": "updateIdentity",
- "parameters": [
- {
- "description": "ID must be set to the ID of identity you want to update",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/updateIdentityBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Update an Identity",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/identities/{id}/credentials/{type}": {
- "delete": {
- "description": "Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type\nYou can only delete second factor (aal2) credentials.",
- "operationId": "deleteIdentityCredentials",
- "parameters": [
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Type is the credential's Type.\nOne of totp, webauthn, lookup",
- "in": "path",
- "name": "type",
- "required": true,
- "schema": {
- "enum": [
- "totp",
- "webauthn",
- "lookup"
- ],
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete a credential for a specific identity",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/identities/{id}/sessions": {
- "delete": {
- "description": "Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.",
- "operationId": "deleteIdentitySessions",
- "parameters": [
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete \u0026 Invalidate an Identity's Sessions",
- "tags": [
- "identity"
- ]
- },
- "get": {
- "description": "This endpoint returns all sessions that belong to the given Identity.",
- "operationId": "listIdentitySessions",
- "parameters": [
- {
- "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.",
- "in": "query",
- "name": "per_page",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
- "in": "query",
- "name": "page",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- },
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.",
- "in": "query",
- "name": "active",
- "schema": {
- "type": "boolean"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listIdentitySessions"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List an Identity's Sessions",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/keys/{set}": {
- "delete": {
- "description": "Use this endpoint to delete a complete JSON Web Key Set and all the keys in that set.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "deleteJsonWebKeySet",
- "parameters": [
- {
- "description": "The JSON Web Key Set",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete JSON Web Key Set",
- "tags": [
- "jwk"
- ]
- },
- "get": {
- "description": "This endpoint can be used to retrieve JWK Sets stored in ORY Hydra.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "getJsonWebKeySet",
- "parameters": [
- {
- "description": "JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Retrieve a JSON Web Key Set",
- "tags": [
- "jwk"
- ]
- },
- "post": {
- "description": "This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "createJsonWebKeySet",
- "parameters": [
- {
- "description": "The JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createJsonWebKeySet"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create JSON Web Key",
- "tags": [
- "jwk"
- ]
- },
- "put": {
- "description": "Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "setJsonWebKeySet",
- "parameters": [
- {
- "description": "The JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Update a JSON Web Key Set",
- "tags": [
- "jwk"
- ]
- }
- },
- "/admin/keys/{set}/{kid}": {
- "delete": {
- "description": "Use this endpoint to delete a single JSON Web Key.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A\nJWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses\nthis functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens),\nand allows storing user-defined keys as well.",
- "operationId": "deleteJsonWebKey",
- "parameters": [
- {
- "description": "The JSON Web Key Set",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The JSON Web Key ID (kid)",
- "in": "path",
- "name": "kid",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete JSON Web Key",
- "tags": [
- "jwk"
- ]
- },
- "get": {
- "description": "This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).",
- "operationId": "getJsonWebKey",
- "parameters": [
- {
- "description": "JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "JSON Web Key ID",
- "in": "path",
- "name": "kid",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get JSON Web Key",
- "tags": [
- "jwk"
- ]
- },
- "put": {
- "description": "Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "setJsonWebKey",
- "parameters": [
- {
- "description": "The JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "JSON Web Key ID",
- "in": "path",
- "name": "kid",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKey"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKey"
- }
- }
- },
- "description": "jsonWebKey"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Set JSON Web Key",
- "tags": [
- "jwk"
- ]
- }
- },
- "/admin/oauth2/auth/requests/consent": {
- "get": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.",
- "operationId": "getOAuth2ConsentRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Request Challenge",
- "in": "query",
- "name": "consent_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2ConsentRequest"
- }
- }
- },
- "description": "oAuth2ConsentRequest"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get OAuth 2.0 Consent Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/consent/accept": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThis endpoint tells Ory that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf.\nThe consent provider includes additional information, such as session data for access and ID tokens, and if the\nconsent request should be used as basis for future requests.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.",
- "operationId": "acceptOAuth2ConsentRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Request Challenge",
- "in": "query",
- "name": "consent_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/acceptOAuth2ConsentRequest"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Accept OAuth 2.0 Consent Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/consent/reject": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThis endpoint tells Ory that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf.\nThe consent provider must include a reason why the consent was not granted.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.",
- "operationId": "rejectOAuth2ConsentRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Request Challenge",
- "in": "query",
- "name": "consent_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/rejectOAuth2Request"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Reject OAuth 2.0 Consent Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/login": {
- "get": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nPer default, the login provider is Ory itself. You may use a different login provider which needs to be a web-app\nyou write and host, and it must be able to authenticate (\"show the subject a login screen\")\na subject (in OAuth2 the proper name for subject is \"resource owner\").\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.",
- "operationId": "getOAuth2LoginRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Login Request Challenge",
- "in": "query",
- "name": "login_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2LoginRequest"
- }
- }
- },
- "description": "oAuth2LoginRequest"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get OAuth 2.0 Login Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/login/accept": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.\n\nThis endpoint tells Ory that the subject has successfully authenticated and includes additional information such as\nthe subject's ID and if Ory should remember the subject's subject agent for future authentication attempts by setting\na cookie.\n\nThe response contains a redirect URL which the login provider should redirect the user-agent to.",
- "operationId": "acceptOAuth2LoginRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Login Request Challenge",
- "in": "query",
- "name": "login_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/acceptOAuth2LoginRequest"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Accept OAuth 2.0 Login Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/login/reject": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.\n\nThis endpoint tells Ory that the subject has not authenticated and includes a reason why the authentication\nwas denied.\n\nThe response contains a redirect URL which the login provider should redirect the user-agent to.",
- "operationId": "rejectOAuth2LoginRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Login Request Challenge",
- "in": "query",
- "name": "login_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/rejectOAuth2Request"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Reject OAuth 2.0 Login Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/logout": {
- "get": {
- "description": "Use this endpoint to fetch an Ory OAuth 2.0 logout request.",
- "operationId": "getOAuth2LogoutRequest",
- "parameters": [
- {
- "in": "query",
- "name": "logout_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2LogoutRequest"
- }
- }
- },
- "description": "oAuth2LogoutRequest"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get OAuth 2.0 Session Logout Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/logout/accept": {
- "put": {
- "description": "When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to confirm that logout request.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.",
- "operationId": "acceptOAuth2LogoutRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Logout Request Challenge",
- "in": "query",
- "name": "logout_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Accept OAuth 2.0 Session Logout Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/logout/reject": {
- "put": {
- "description": "When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to deny that logout request.\nNo HTTP request body is required.\n\nThe response is empty as the logout provider has to chose what action to perform next.",
- "operationId": "rejectOAuth2LogoutRequest",
- "parameters": [
- {
- "in": "query",
- "name": "logout_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Reject OAuth 2.0 Session Logout Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/sessions/consent": {
- "delete": {
- "description": "This endpoint revokes a subject's granted consent sessions and invalidates all\nassociated OAuth 2.0 Access Tokens. You may also only revoke sessions for a specific OAuth 2.0 Client ID.",
- "operationId": "revokeOAuth2ConsentSessions",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Subject\n\nThe subject whose consent sessions should be deleted.",
- "in": "query",
- "name": "subject",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "OAuth 2.0 Client ID\n\nIf set, deletes only those consent sessions that have been granted to the specified OAuth 2.0 Client ID.",
- "in": "query",
- "name": "client",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Revoke All Consent Sessions\n\nIf set to `true` deletes all consent sessions by the Subject that have been granted.",
- "in": "query",
- "name": "all",
- "schema": {
- "type": "boolean"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Revoke OAuth 2.0 Consent Sessions of a Subject",
- "tags": [
- "oAuth2"
- ]
- },
- "get": {
- "description": "This endpoint lists all subject's granted consent sessions, including client and granted scope.\nIf the subject is unknown or has not granted any consent sessions yet, the endpoint returns an\nempty JSON array with status code 200 OK.",
- "operationId": "listOAuth2ConsentSessions",
- "parameters": [
- {
- "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- },
- {
- "description": "The subject to list the consent sessions for.",
- "in": "query",
- "name": "subject",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The login session id to list the consent sessions for.",
- "in": "query",
- "name": "login_session_id",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2ConsentSessions"
- }
- }
- },
- "description": "oAuth2ConsentSessions"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List OAuth 2.0 Consent Sessions of a Subject",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/sessions/login": {
- "delete": {
- "description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.",
- "operationId": "revokeOAuth2LoginSessions",
- "parameters": [
- {
- "description": "OAuth 2.0 Subject\n\nThe subject to revoke authentication sessions for.",
- "in": "query",
- "name": "subject",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "OAuth 2.0 Subject\n\nThe subject to revoke authentication sessions for.",
- "in": "query",
- "name": "sid",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/introspect": {
- "post": {
- "description": "The introspection endpoint allows to check if a token (both refresh and access) is active or not. An active token\nis neither expired nor revoked. If a token is active, additional information on the token will be included. You can\nset additional data for a token by setting `session.access_token` during the consent flow.",
- "operationId": "introspectOAuth2Token",
- "requestBody": {
- "content": {
- "application/x-www-form-urlencoded": {
- "schema": {
- "properties": {
- "scope": {
- "description": "An optional, space separated list of required scopes. If the access token was not granted one of the\nscopes, the result of active will be false.",
- "type": "string",
- "x-formData-name": "scope"
- },
- "token": {
- "description": "The string value of the token. For access tokens, this\nis the \"access_token\" value returned from the token endpoint\ndefined in OAuth 2.0. For refresh tokens, this is the \"refresh_token\"\nvalue returned.",
- "required": [
- "token"
- ],
- "type": "string",
- "x-formData-name": "token"
- }
- },
- "required": [
- "token"
- ],
- "type": "object"
- }
- }
- }
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/introspectedOAuth2Token"
- }
- }
- },
- "description": "introspectedOAuth2Token"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Introspect OAuth2 Access and Refresh Tokens",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/tokens": {
- "delete": {
- "description": "This endpoint deletes OAuth2 access tokens issued to an OAuth 2.0 Client from the database.",
- "operationId": "deleteOAuth2Token",
- "parameters": [
- {
- "description": "OAuth 2.0 Client ID",
- "in": "query",
- "name": "client_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/recovery/code": {
- "post": {
- "description": "This endpoint creates a recovery code which should be given to the user in order for them to recover\n(or activate) their account.",
- "operationId": "createRecoveryCodeForIdentity",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createRecoveryCodeForIdentityBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/recoveryCodeForIdentity"
- }
- }
- },
- "description": "recoveryCodeForIdentity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create a Recovery Code",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/recovery/link": {
- "post": {
- "description": "This endpoint creates a recovery link which should be given to the user in order for them to recover\n(or activate) their account.",
- "operationId": "createRecoveryLinkForIdentity",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createRecoveryLinkForIdentityBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/recoveryLinkForIdentity"
- }
- }
- },
- "description": "recoveryLinkForIdentity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create a Recovery Link",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/relation-tuples": {
- "delete": {
- "description": "Use this endpoint to delete relationships",
- "operationId": "deleteRelationships",
- "parameters": [
- {
- "description": "Namespace of the Relationship",
- "in": "query",
- "name": "namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Relationship",
- "in": "query",
- "name": "object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Relationship",
- "in": "query",
- "name": "relation",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "SubjectID of the Relationship",
- "in": "query",
- "name": "subject_id",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Namespace of the Subject Set",
- "in": "query",
- "name": "subject_set.namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Subject Set",
- "in": "query",
- "name": "subject_set.object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Subject Set",
- "in": "query",
- "name": "subject_set.relation",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete Relationships",
- "tags": [
- "relationship"
- ]
- },
- "patch": {
- "description": "Use this endpoint to patch one or more relationships.",
- "operationId": "patchRelationships",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/relationshipPatch"
- },
- "type": "array"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Patch Multiple Relationships",
- "tags": [
- "relationship"
- ]
- },
- "put": {
- "description": "Use this endpoint to create a relationship.",
- "operationId": "createRelationship",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createRelationshipBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/relationship"
- }
- }
- },
- "description": "relationship"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create a Relationship",
- "tags": [
- "relationship"
- ]
- }
- },
- "/admin/sessions": {
- "get": {
- "description": "Listing all sessions that exist.",
- "operationId": "listSessions",
- "parameters": [
- {
- "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.",
- "in": "query",
- "name": "active",
- "schema": {
- "type": "boolean"
- }
- },
- {
- "description": "ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session.\nIf no value is provided, the expandable properties are skipped.",
- "in": "query",
- "name": "expand",
- "schema": {
- "enum": [
- "identity",
- "devices"
- ],
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listSessions"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List All Sessions",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/sessions/{id}": {
- "delete": {
- "description": "Calling this endpoint deactivates the specified session. Session data is not deleted.",
- "operationId": "disableSession",
- "parameters": [
- {
- "description": "ID is the session's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Deactivate a Session",
- "tags": [
- "identity"
- ]
- },
- "get": {
- "description": "This endpoint is useful for:\n\nGetting a session object with all specified expandables that exist in an administrative context.",
- "operationId": "getSession",
- "parameters": [
- {
- "description": "ExpandOptions is a query parameter encoded list of all properties that must be expanded in the Session.\nExample - ?expand=Identity\u0026expand=Devices\nIf no value is provided, the expandable properties are skipped.",
- "in": "query",
- "name": "expand",
- "schema": {
- "enum": [
- "identity",
- "devices"
- ],
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- {
- "description": "ID is the session's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/session"
- }
- }
- },
- "description": "session"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get Session",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/sessions/{id}/extend": {
- "patch": {
- "description": "Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it\nwill only extend the session after the specified time has passed.\n\nRetrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.",
- "operationId": "extendSession",
- "parameters": [
- {
- "description": "ID is the session's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/session"
- }
- }
- },
- "description": "session"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Extend a Session",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/trust/grants/jwt-bearer/issuers": {
- "get": {
- "description": "Use this endpoint to list all trusted JWT Bearer Grant Type Issuers.",
- "operationId": "listTrustedOAuth2JwtGrantIssuers",
- "parameters": [
- {
- "in": "query",
- "name": "MaxItems",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "in": "query",
- "name": "DefaultItems",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "description": "If optional \"issuer\" is supplied, only jwt-bearer grants with this issuer will be returned.",
- "in": "query",
- "name": "issuer",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuers"
- }
- }
- },
- "description": "trustedOAuth2JwtGrantIssuers"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List Trusted OAuth2 JWT Bearer Grant Type Issuers",
- "tags": [
- "oAuth2"
- ]
- },
- "post": {
- "description": "Use this endpoint to establish a trust relationship for a JWT issuer\nto perform JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication\nand Authorization Grants [RFC7523](https://datatracker.ietf.org/doc/html/rfc7523).",
- "operationId": "trustOAuth2JwtGrantIssuer",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/trustOAuth2JwtGrantIssuer"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuer"
- }
- }
- },
- "description": "trustedOAuth2JwtGrantIssuer"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Trust OAuth2 JWT Bearer Grant Type Issuer",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/trust/grants/jwt-bearer/issuers/{id}": {
- "delete": {
- "description": "Use this endpoint to delete trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you\ncreated the trust relationship.\n\nOnce deleted, the associated issuer will no longer be able to perform the JSON Web Token (JWT) Profile\nfor OAuth 2.0 Client Authentication and Authorization Grant.",
- "operationId": "deleteTrustedOAuth2JwtGrantIssuer",
- "parameters": [
- {
- "description": "The id of the desired grant",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete Trusted OAuth2 JWT Bearer Grant Type Issuer",
- "tags": [
- "oAuth2"
- ]
- },
- "get": {
- "description": "Use this endpoint to get a trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you\ncreated the trust relationship.",
- "operationId": "getTrustedOAuth2JwtGrantIssuer",
- "parameters": [
- {
- "description": "The id of the desired grant",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/trustedOAuth2JwtGrantIssuer"
- }
- }
- },
- "description": "trustedOAuth2JwtGrantIssuer"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get Trusted OAuth2 JWT Bearer Grant Type Issuer",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/console/active/project": {
- "get": {
- "description": "Use this API to get your active project in the Ory Network Console UI.",
- "operationId": "getActiveProjectInConsole",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/activeProjectInConsole"
- }
- }
- },
- "description": "activeProjectInConsole"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Returns the Ory Network Project selected in the Ory Network Console",
- "tags": [
- "project"
- ]
- },
- "put": {
- "description": "Use this API to set your active project in the Ory Network Console UI.",
- "operationId": "setActiveProjectInConsole",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/setActiveProjectInConsoleBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Sets the Ory Network Project active in the Ory Network Console",
- "tags": [
- "project"
- ]
- }
- },
- "/credentials": {
- "post": {
- "description": "This endpoint creates a verifiable credential that attests that the user\nauthenticated with the provided access token owns a certain public/private key\npair.\n\nMore information can be found at\nhttps://openid.net/specs/openid-connect-userinfo-vc-1_0.html.",
- "operationId": "createVerifiableCredential",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/CreateVerifiableCredentialRequestBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/verifiableCredentialResponse"
- }
- }
- },
- "description": "verifiableCredentialResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/verifiableCredentialPrimingResponse"
- }
- }
- },
- "description": "verifiableCredentialPrimingResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "summary": "Issues a Verifiable Credential",
- "tags": [
- "oidc"
- ]
- }
- },
- "/health/alive": {
- "get": {
- "description": "This endpoint returns a HTTP 200 status code when Ory Kratos is accepting incoming\nHTTP requests. This status does currently not include checks whether the database connection is working.\n\nIf the service supports TLS Edge Termination, this endpoint does not require the\n`X-Forwarded-Proto` header to be set.\n\nBe aware that if you are running multiple nodes of this service, the health status will never\nrefer to the cluster state, only to a single instance.",
- "operationId": "isAlive",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/healthStatus",
- "properties": {
- "status": {
- "description": "Always \"ok\".",
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- }
- }
- },
- "description": "Ory Kratos is ready to accept connections."
- },
- "500": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "default": {
- "content": {
- "text/plain": {
- "schema": {
- "type": "string"
- }
- }
- },
- "description": "Unexpected error"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Check HTTP Server Status",
- "tags": [
- "metadata"
- ]
- }
- },
- "/health/ready": {
- "get": {
- "description": "This endpoint returns a HTTP 200 status code when Ory Kratos is up running and the environment dependencies (e.g.\nthe database) are responsive as well.\n\nIf the service supports TLS Edge Termination, this endpoint does not require the\n`X-Forwarded-Proto` header to be set.\n\nBe aware that if you are running multiple nodes of Ory Kratos, the health status will never\nrefer to the cluster state, only to a single instance.",
- "operationId": "isReady",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "properties": {
- "status": {
- "description": "Always \"ok\".",
- "type": "string"
- }
- },
- "required": [
- "status"
- ],
- "type": "object"
- }
- }
- },
- "description": "Ory Kratos is ready to accept requests."
- },
- "503": {
- "content": {
- "application/json": {
- "schema": {
- "properties": {
- "errors": {
- "additionalProperties": {
- "type": "string"
- },
- "description": "Errors contains a list of errors that caused the not ready status.",
- "type": "object"
- }
- },
- "required": [
- "errors"
- ],
- "type": "object"
- }
- }
- },
- "description": "Ory Kratos is not yet ready to accept requests."
- },
- "default": {
- "content": {
- "text/plain": {
- "schema": {
- "type": "string"
- }
- }
- },
- "description": "Unexpected error"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Check HTTP Server and Database Status",
- "tags": [
- "metadata"
- ]
- }
- },
- "/namespaces": {
- "get": {
- "description": "Get all namespaces",
- "operationId": "listRelationshipNamespaces",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/relationshipNamespaces"
- }
- }
- },
- "description": "relationshipNamespaces"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Query namespaces",
- "tags": [
- "relationship"
- ]
- }
- },
- "/oauth2/auth": {
- "get": {
- "description": "Use open source libraries to perform OAuth 2.0 and OpenID Connect\navailable for any programming language. You can find a list of libraries at https://oauth.net/code/\n\nThe Ory SDK is not yet able to this endpoint properly.",
- "operationId": "oAuth2Authorize",
- "responses": {
- "302": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "summary": "OAuth 2.0 Authorize Endpoint",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/oauth2/register": {
- "post": {
- "description": "This endpoint behaves like the administrative counterpart (`createOAuth2Client`) but is capable of facing the\npublic internet directly and can be used in self-service. It implements the OpenID Connect\nDynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint\nis disabled by default. It can be enabled by an administrator.\n\nPlease note that using this endpoint you are not able to choose the `client_secret` nor the `client_id` as those\nvalues will be server generated when specifying `token_endpoint_auth_method` as `client_secret_basic` or\n`client_secret_post`.\n\nThe `client_secret` will be returned in the response and you will not be able to retrieve it later on.\nWrite the secret down and keep it somewhere safe.",
- "operationId": "createOidcDynamicClient",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "Dynamic Client Registration Request Body",
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "400": {
- "$ref": "#/components/responses/errorOAuth2BadRequest"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "summary": "Register OAuth2 Client using OpenID Dynamic Client Registration",
- "tags": [
- "oidc"
- ]
- }
- },
- "/oauth2/register/{id}": {
- "delete": {
- "description": "This endpoint behaves like the administrative counterpart (`deleteOAuth2Client`) but is capable of facing the\npublic internet directly and can be used in self-service. It implements the OpenID Connect\nDynamic Client Registration Protocol. This feature needs to be enabled in the configuration. This endpoint\nis disabled by default. It can be enabled by an administrator.\n\nTo use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client\nuses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.\nIf it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.",
- "operationId": "deleteOidcDynamicClient",
- "parameters": [
- {
- "description": "The id of the OAuth 2.0 Client.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "bearer": []
- }
- ],
- "summary": "Delete OAuth 2.0 Client using the OpenID Dynamic Client Registration Management Protocol",
- "tags": [
- "oidc"
- ]
- },
- "get": {
- "description": "This endpoint behaves like the administrative counterpart (`getOAuth2Client`) but is capable of facing the\npublic internet directly and can be used in self-service. It implements the OpenID Connect\nDynamic Client Registration Protocol.\n\nTo use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client\nuses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.\nIf it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.",
- "operationId": "getOidcDynamicClient",
- "parameters": [
- {
- "description": "The id of the OAuth 2.0 Client.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "security": [
- {
- "bearer": []
- }
- ],
- "summary": "Get OAuth2 Client using OpenID Dynamic Client Registration",
- "tags": [
- "oidc"
- ]
- },
- "put": {
- "description": "This endpoint behaves like the administrative counterpart (`setOAuth2Client`) but is capable of facing the\npublic internet directly to be used by third parties. It implements the OpenID Connect\nDynamic Client Registration Protocol.\n\nThis feature is disabled per default. It can be enabled by a system administrator.\n\nIf you pass `client_secret` the secret is used, otherwise the existing secret is used. If set, the secret is echoed in the response.\nIt is not possible to retrieve it later on.\n\nTo use this endpoint, you will need to present the client's authentication credentials. If the OAuth2 Client\nuses the Token Endpoint Authentication Method `client_secret_post`, you need to present the client secret in the URL query.\nIf it uses `client_secret_basic`, present the Client ID and the Client Secret in the Authorization header.\n\nOAuth 2.0 clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.",
- "operationId": "setOidcDynamicClient",
- "parameters": [
- {
- "description": "OAuth 2.0 Client ID",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "OAuth 2.0 Client Request Body",
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2Client"
- }
- }
- },
- "description": "oAuth2Client"
- },
- "404": {
- "$ref": "#/components/responses/errorOAuth2NotFound"
- },
- "default": {
- "$ref": "#/components/responses/errorOAuth2Default"
- }
- },
- "security": [
- {
- "bearer": []
- }
- ],
- "summary": "Set OAuth2 Client using OpenID Dynamic Client Registration",
- "tags": [
- "oidc"
- ]
- }
- },
- "/oauth2/revoke": {
- "post": {
- "description": "Revoking a token (both access and refresh) means that the tokens will be invalid. A revoked access token can no\nlonger be used to make access requests, and a revoked refresh token can no longer be used to refresh an access token.\nRevoking a refresh token also invalidates the access token that was created with it. A token may only be revoked by\nthe client the token was generated for.",
- "operationId": "revokeOAuth2Token",
- "requestBody": {
- "content": {
- "application/x-www-form-urlencoded": {
- "schema": {
- "properties": {
- "client_id": {
- "type": "string",
- "x-formData-name": "client_id"
- },
- "client_secret": {
- "type": "string",
- "x-formData-name": "client_secret"
- },
- "token": {
- "required": [
- "token"
- ],
- "type": "string",
- "x-formData-name": "token"
- }
- },
- "required": [
- "token"
- ],
- "type": "object"
- }
- }
- }
- },
- "responses": {
- "200": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "basic": []
- },
- {
- "oauth2": []
- }
- ],
- "summary": "Revoke OAuth 2.0 Access or Refresh Token",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/oauth2/sessions/logout": {
- "get": {
- "description": "This endpoint initiates and completes user logout at the Ory OAuth2 \u0026 OpenID provider and initiates OpenID Connect Front- / Back-channel logout:\n\nhttps://openid.net/specs/openid-connect-frontchannel-1_0.html\nhttps://openid.net/specs/openid-connect-backchannel-1_0.html\n\nBack-channel logout is performed asynchronously and does not affect logout flow.",
- "operationId": "revokeOidcSession",
- "responses": {
- "302": {
- "$ref": "#/components/responses/emptyResponse"
- }
- },
- "summary": "OpenID Connect Front- and Back-channel Enabled Logout",
- "tags": [
- "oidc"
- ]
- }
- },
- "/oauth2/token": {
- "post": {
- "description": "Use open source libraries to perform OAuth 2.0 and OpenID Connect\navailable for any programming language. You can find a list of libraries here https://oauth.net/code/\n\nThe Ory SDK is not yet able to this endpoint properly.",
- "operationId": "oauth2TokenExchange",
- "requestBody": {
- "content": {
- "application/x-www-form-urlencoded": {
- "schema": {
- "properties": {
- "client_id": {
- "type": "string",
- "x-formData-name": "client_id"
- },
- "code": {
- "type": "string",
- "x-formData-name": "code"
- },
- "grant_type": {
- "required": [
- "grant_type"
- ],
- "type": "string",
- "x-formData-name": "grant_type"
- },
- "redirect_uri": {
- "type": "string",
- "x-formData-name": "redirect_uri"
- },
- "refresh_token": {
- "type": "string",
- "x-formData-name": "refresh_token"
- }
- },
- "required": [
- "grant_type"
- ],
- "type": "object"
- }
- }
- }
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2TokenExchange"
- }
- }
- },
- "description": "oAuth2TokenExchange"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "basic": []
- },
- {
- "oauth2": []
- }
- ],
- "summary": "The OAuth 2.0 Token Endpoint",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/opl/syntax/check": {
- "post": {
- "description": "The OPL file is expected in the body of the request.",
- "operationId": "checkOplSyntax",
- "requestBody": {
- "content": {
- "text/plain": {
- "schema": {
- "$ref": "#/components/schemas/checkOplSyntaxBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/checkOplSyntaxResult"
- }
- }
- },
- "description": "checkOplSyntaxResult"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Check the syntax of an OPL file",
- "tags": [
- "relationship"
- ]
- }
- },
- "/projects": {
- "get": {
- "description": "Lists all projects you have access to.",
- "operationId": "listProjects",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/projectMetadataList"
- }
- }
- },
- "description": "projectMetadataList"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List All Projects",
- "tags": [
- "project"
- ]
- },
- "post": {
- "description": "Creates a new project.",
- "operationId": "createProject",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createProjectBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/project"
- }
- }
- },
- "description": "project"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create a Project",
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project_id}": {
- "delete": {
- "description": "!! Use with extreme caution !!\n\nUsing this API endpoint you can purge (completely delete) a project and its data.\nThis action can not be undone and will delete ALL your data.\n\n!! Use with extreme caution !!",
- "operationId": "purgeProject",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Irrecoverably purge a project",
- "tags": [
- "project"
- ]
- },
- "get": {
- "description": "Get a projects you have access to by its ID.",
- "operationId": "getProject",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/project"
- }
- }
- },
- "description": "project"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get a Project",
- "tags": [
- "project"
- ]
- },
- "patch": {
- "description": "Deprecated: Use the `patchProjectWithRevision` endpoint instead to specify the exact revision the patch was generated for.\n\nThis endpoints allows you to patch individual Ory Network project configuration keys for\nOry's services (identity, permission, ...). The configuration format is fully compatible\nwith the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).\n\nThis endpoint expects the `version` key to be set in the payload. If it is unset, it\nwill try to import the config as if it is from the most recent version.\n\nIf you have an older version of a configuration, you should set the version key in the payload!\n\nWhile this endpoint is able to process all configuration items related to features (e.g. password reset),\nit does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the\nopen source.\n\nFor configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings\nto help you understand which parts of your config could not be processed.",
- "operationId": "patchProject",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "items": {
- "$ref": "#/components/schemas/jsonPatch"
- },
- "type": "array"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/successfulProjectUpdate"
- }
- }
- },
- "description": "successfulProjectUpdate"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Patch an Ory Network Project Configuration",
- "tags": [
- "project"
- ]
- },
- "put": {
- "description": "This endpoints allows you to update the Ory Network project configuration for\nindividual services (identity, permission, ...). The configuration is fully compatible\nwith the open source projects for the respective services (e.g. Ory Kratos for Identity, Ory Keto for Permissions).\n\nThis endpoint expects the `version` key to be set in the payload. If it is unset, it\nwill try to import the config as if it is from the most recent version.\n\nIf you have an older version of a configuration, you should set the version key in the payload!\n\nWhile this endpoint is able to process all configuration items related to features (e.g. password reset),\nit does not support operational configuration items (e.g. port, tracing, logging) otherwise available in the\nopen source.\n\nFor configuration items that can not be translated to the Ory Network, this endpoint will return a list of warnings\nto help you understand which parts of your config could not be processed.\n\nBe aware that updating any service's configuration will completely override your current configuration for that\nservice!",
- "operationId": "setProject",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/setProject"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/successfulProjectUpdate"
- }
- }
- },
- "description": "successfulProjectUpdate"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Update an Ory Network Project Configuration",
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project_id}/metrics": {
- "get": {
- "description": "Retrieves project metrics for the specified event type and time range",
- "operationId": "getProjectMetrics",
- "parameters": [
- {
- "description": "Project ID",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The event type to query for",
- "in": "query",
- "name": "event_type",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The resolution of the buckets\n\nThe minimum resolution is 1 hour.",
- "in": "query",
- "name": "resolution",
- "required": true,
- "schema": {
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- }
- },
- {
- "description": "The start RFC3339 date of the time window",
- "in": "query",
- "name": "from",
- "required": true,
- "schema": {
- "format": "date-time",
- "type": "string"
- }
- },
- {
- "description": "The end RFC3339 date of the time window",
- "in": "query",
- "name": "to",
- "required": true,
- "schema": {
- "format": "date-time",
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/getProjectMetricsResponse"
- }
- }
- },
- "description": "getProjectMetricsResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project_id}/organizations": {
- "get": {
- "operationId": "listOrganizations",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/listOrganizationsResponse"
- }
- }
- },
- "description": "listOrganizationsResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "tags": [
- "project"
- ]
- },
- "post": {
- "description": "Create a B2B SSO Organization",
- "operationId": "createOrganization",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/OrganizationBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/organization"
- }
- }
- },
- "description": "organization"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project_id}/organizations/{organization_id}": {
- "delete": {
- "operationId": "deleteOrganization",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Organization ID\n\nThe Organization's ID.",
- "in": "path",
- "name": "organization_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete a B2B SSO Organization for a project.",
- "tags": [
- "project"
- ]
- },
- "get": {
- "operationId": "getOrganization",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Organization ID\n\nThe Organization's ID.",
- "in": "path",
- "name": "organization_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/getOrganizationResponse"
- }
- }
- },
- "description": "getOrganizationResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Returns a B2B SSO Organization for a project by it's ID.",
- "tags": [
- "project"
- ]
- },
- "put": {
- "operationId": "updateOrganization",
- "parameters": [
- {
- "description": "Project ID\n\nThe project's ID.",
- "in": "path",
- "name": "project_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Organization ID\n\nThe Organization's ID.",
- "in": "path",
- "name": "organization_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/OrganizationBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/organization"
- }
- }
- },
- "description": "organization"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Update a B2B SSO Organization for a project.",
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project}/members": {
- "get": {
- "description": "This endpoint requires the user to be a member of the project with the role `OWNER` or `DEVELOPER`.",
- "operationId": "getProjectMembers",
- "parameters": [
- {
- "in": "path",
- "name": "project",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/projectMembers"
- }
- }
- },
- "description": "projectMembers"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "406": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get all members associated with this project",
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project}/members/{member}": {
- "delete": {
- "description": "This also sets their invite status to `REMOVED`.\nThis endpoint requires the user to be a member of the project with the role `OWNER`.",
- "operationId": "removeProjectMember",
- "parameters": [
- {
- "in": "path",
- "name": "project",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "in": "path",
- "name": "member",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "406": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/genericError"
- }
- }
- },
- "description": "genericError"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Remove a member associated with this project",
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project}/tokens": {
- "get": {
- "description": "A list of all the project's API tokens.",
- "operationId": "listProjectApiKeys",
- "parameters": [
- {
- "description": "The Project ID or Project slug",
- "in": "path",
- "name": "project",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/projectApiKeys"
- }
- }
- },
- "description": "projectApiKeys"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List a project's API Tokens",
- "tags": [
- "project"
- ]
- },
- "post": {
- "description": "Create an API token for a project.",
- "operationId": "createProjectApiKey",
- "parameters": [
- {
- "description": "The Project ID or Project slug",
- "in": "path",
- "name": "project",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "properties": {
- "name": {
- "description": "The Token Name\n\nA descriptive name for the token.\n\nin: body",
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "type": "object"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/projectApiKey"
- }
- }
- },
- "description": "projectApiKey"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create project API token",
- "tags": [
- "project"
- ]
- }
- },
- "/projects/{project}/tokens/{token_id}": {
- "delete": {
- "description": "Deletes an API token and immediately removes it.",
- "operationId": "deleteProjectApiKey",
- "parameters": [
- {
- "description": "The Project ID or Project slug",
- "in": "path",
- "name": "project",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The Token ID",
- "in": "path",
- "name": "token_id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete project API token",
- "tags": [
- "project"
- ]
- }
- },
- "/relation-tuples": {
- "get": {
- "description": "Get all relationships that match the query. Only the namespace field is required.",
- "operationId": "getRelationships",
- "parameters": [
- {
- "in": "query",
- "name": "page_token",
- "schema": {
- "type": "string"
- }
- },
- {
- "in": "query",
- "name": "page_size",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "description": "Namespace of the Relationship",
- "in": "query",
- "name": "namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Relationship",
- "in": "query",
- "name": "object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Relationship",
- "in": "query",
- "name": "relation",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "SubjectID of the Relationship",
- "in": "query",
- "name": "subject_id",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Namespace of the Subject Set",
- "in": "query",
- "name": "subject_set.namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Subject Set",
- "in": "query",
- "name": "subject_set.object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Subject Set",
- "in": "query",
- "name": "subject_set.relation",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/relationships"
- }
- }
- },
- "description": "relationships"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Query relationships",
- "tags": [
- "relationship"
- ]
- }
- },
- "/relation-tuples/check": {
- "get": {
- "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).",
- "operationId": "checkPermissionOrError",
- "parameters": [
- {
- "description": "Namespace of the Relationship",
- "in": "query",
- "name": "namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Relationship",
- "in": "query",
- "name": "object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Relationship",
- "in": "query",
- "name": "relation",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "SubjectID of the Relationship",
- "in": "query",
- "name": "subject_id",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Namespace of the Subject Set",
- "in": "query",
- "name": "subject_set.namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Subject Set",
- "in": "query",
- "name": "subject_set.object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Subject Set",
- "in": "query",
- "name": "subject_set.relation",
- "schema": {
- "type": "string"
- }
- },
- {
- "in": "query",
- "name": "max-depth",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/checkPermissionResult"
- }
- }
- },
- "description": "checkPermissionResult"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/checkPermissionResult"
- }
- }
- },
- "description": "checkPermissionResult"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Check a permission",
- "tags": [
- "permission"
- ]
- },
- "post": {
- "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).",
- "operationId": "postCheckPermissionOrError",
- "parameters": [
- {
- "description": "nolint:deadcode,unused",
- "in": "query",
- "name": "max-depth",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/postCheckPermissionOrErrorBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/checkPermissionResult"
- }
- }
- },
- "description": "checkPermissionResult"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/checkPermissionResult"
- }
- }
- },
- "description": "checkPermissionResult"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Check a permission",
- "tags": [
- "permission"
- ]
- }
- },
- "/relation-tuples/check/openapi": {
- "get": {
- "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).",
- "operationId": "checkPermission",
- "parameters": [
- {
- "description": "Namespace of the Relationship",
- "in": "query",
- "name": "namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Relationship",
- "in": "query",
- "name": "object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Relationship",
- "in": "query",
- "name": "relation",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "SubjectID of the Relationship",
- "in": "query",
- "name": "subject_id",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Namespace of the Subject Set",
- "in": "query",
- "name": "subject_set.namespace",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Subject Set",
- "in": "query",
- "name": "subject_set.object",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Subject Set",
- "in": "query",
- "name": "subject_set.relation",
- "schema": {
- "type": "string"
- }
- },
- {
- "in": "query",
- "name": "max-depth",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/checkPermissionResult"
- }
- }
- },
- "description": "checkPermissionResult"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Check a permission",
- "tags": [
- "permission"
- ]
- },
- "post": {
- "description": "To learn how relationship tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).",
- "operationId": "postCheckPermission",
- "parameters": [
- {
- "in": "query",
- "name": "max-depth",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/postCheckPermissionBody"
- }
- }
- },
- "x-originalParamName": "Payload"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/checkPermissionResult"
- }
- }
- },
- "description": "checkPermissionResult"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Check a permission",
- "tags": [
- "permission"
- ]
- }
- },
- "/relation-tuples/expand": {
- "get": {
- "description": "Use this endpoint to expand a relationship tuple into permissions.",
- "operationId": "expandPermissions",
- "parameters": [
- {
- "description": "Namespace of the Subject Set",
- "in": "query",
- "name": "namespace",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Object of the Subject Set",
- "in": "query",
- "name": "object",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Relation of the Subject Set",
- "in": "query",
- "name": "relation",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "in": "query",
- "name": "max-depth",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/expandedPermissionTree"
- }
- }
- },
- "description": "expandedPermissionTree"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Expand a Relationship into permissions.",
- "tags": [
- "permission"
- ]
- }
- },
- "/schemas": {
- "get": {
- "description": "Returns a list of all identity schemas currently in use.",
- "operationId": "listIdentitySchemas",
- "parameters": [
- {
- "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.",
- "in": "query",
- "name": "per_page",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
- "in": "query",
- "name": "page",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/identitySchemas"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get all Identity Schemas",
- "tags": [
- "identity"
- ]
- }
- },
- "/schemas/{id}": {
- "get": {
- "description": "Return a specific identity schema.",
- "operationId": "getIdentitySchema",
- "parameters": [
- {
- "description": "ID must be set to the ID of schema you want to get",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identitySchema"
- }
- }
- },
- "description": "identitySchema"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get Identity JSON Schema",
- "tags": [
- "identity"
- ]
- }
- },
- "/self-service/errors": {
- "get": {
- "description": "This endpoint returns the error associated with a user-facing self service errors.\n\nThis endpoint supports stub values to help you implement the error UI:\n\n`?id=stub:500` - returns a stub 500 (Internal Server Error) error.\n\nMore information can be found at [Ory Kratos User User Facing Error Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-facing-errors).",
- "operationId": "getFlowError",
- "parameters": [
- {
- "description": "Error is the error's ID",
- "in": "query",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/flowError"
- }
- }
- },
- "description": "flowError"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "500": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get User-Flow Errors",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/login": {
- "post": {
- "description": "Use this endpoint to complete a login flow. This endpoint\nbehaves differently for API and browser flows.\n\nAPI flows expect `application/json` to be sent in the body and responds with\nHTTP 200 and a application/json body with the session token on success;\nHTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body;\nHTTP 400 on form validation errors.\n\nBrowser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with\na HTTP 303 redirect to the post/after login URL or the `return_to` value if it was set and if the login succeeded;\na HTTP 303 redirect to the login UI URL with the flow ID containing the validation errors otherwise.\n\nBrowser flows with an accept header of `application/json` will not redirect but instead respond with\nHTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;\nHTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;\nHTTP 400 on form validation errors.\n\nIf this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.\nMost likely used in Social Sign In flows.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "updateLoginFlow",
- "parameters": [
- {
- "description": "The Login Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/login?flow=abcde`).",
- "in": "query",
- "name": "flow",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The Session Token of the Identity performing the settings flow.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/updateLoginFlowBody"
- }
- },
- "application/x-www-form-urlencoded": {
- "schema": {
- "$ref": "#/components/schemas/updateLoginFlowBody"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/successfulNativeLogin"
- }
- }
- },
- "description": "successfulNativeLogin"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/loginFlow"
- }
- }
- },
- "description": "loginFlow"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "422": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorBrowserLocationChangeRequired"
- }
- }
- },
- "description": "errorBrowserLocationChangeRequired"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Submit a Login Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/login/api": {
- "get": {
- "description": "This endpoint initiates a login flow for native apps that do not use a browser, such as mobile devices, smart TVs, and so on.\n\nIf a valid provided session cookie or session token is provided, a 400 Bad Request error\nwill be returned unless the URL query parameter `?refresh=true` is set.\n\nTo fetch an existing login flow call `/self-service/login/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks, including CSRF login attacks.\n\nIn the case of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "createNativeLoginFlow",
- "parameters": [
- {
- "description": "Refresh a login session\n\nIf set to true, this will refresh an existing login session by\nasking the user to sign in again. This will reset the\nauthenticated_at time of the session.",
- "in": "query",
- "name": "refresh",
- "schema": {
- "type": "boolean"
- }
- },
- {
- "description": "Request a Specific AuthenticationMethod Assurance Level\n\nUse this parameter to upgrade an existing session's authenticator assurance level (AAL). This\nallows you to ask for multi-factor authentication. When an identity sign in using e.g. username+password,\nthe AAL is 1. If you wish to \"upgrade\" the session's security by asking the user to perform TOTP / WebAuth/ ...\nyou would set this to \"aal2\".",
- "in": "query",
- "name": "aal",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The Session Token of the Identity performing the settings flow.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token\nafter the login flow has been completed.",
- "in": "query",
- "name": "return_session_token_exchange_code",
- "schema": {
- "type": "boolean"
- }
- },
- {
- "description": "The URL to return the browser to after the flow was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/loginFlow"
- }
- }
- },
- "description": "loginFlow"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Login Flow for Native Apps",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/login/browser": {
- "get": {
- "description": "This endpoint initializes a browser-based user login flow. This endpoint will set the appropriate\ncookies and anti-CSRF measures required for browser-based flows.\n\nIf this endpoint is opened as a link in the browser, it will be redirected to\n`selfservice.flows.login.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session\nexists already, the browser will be redirected to `urls.default_redirect_url` unless the query parameter\n`?refresh=true` was set.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`session_aal1_required`: Multi-factor auth (e.g. 2fa) was requested but the user has no session yet.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n\nThe optional query parameter login_challenge is set when using Kratos with\nHydra in an OAuth2 flow. See the oauth2_provider.url configuration\noption.\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "createBrowserLoginFlow",
- "parameters": [
- {
- "description": "Refresh a login session\n\nIf set to true, this will refresh an existing login session by\nasking the user to sign in again. This will reset the\nauthenticated_at time of the session.",
- "in": "query",
- "name": "refresh",
- "schema": {
- "type": "boolean"
- }
- },
- {
- "description": "Request a Specific AuthenticationMethod Assurance Level\n\nUse this parameter to upgrade an existing session's authenticator assurance level (AAL). This\nallows you to ask for multi-factor authentication. When an identity sign in using e.g. username+password,\nthe AAL is 1. If you wish to \"upgrade\" the session's security by asking the user to perform TOTP / WebAuth/ ...\nyou would set this to \"aal2\".",
- "in": "query",
- "name": "aal",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The URL to return the browser to after the flow was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "An optional Hydra login challenge. If present, Kratos will cooperate with\nOry Hydra to act as an OAuth2 identity provider.\n\nThe value for this parameter comes from `login_challenge` URL Query parameter sent to your\napplication (e.g. `/login?login_challenge=abcde`).",
- "in": "query",
- "name": "login_challenge",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "An optional organization ID that should be used for logging this user in.\nThis parameter is only effective in the Ory Network.",
- "in": "query",
- "name": "organization",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/loginFlow"
- }
- }
- },
- "description": "loginFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Login Flow for Browsers",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/login/flows": {
- "get": {
- "description": "This endpoint returns a login flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/login', async function (req, res) {\nconst flow = await client.getLoginFlow(req.header('cookie'), req.query['flow'])\n\nres.render('login', flow)\n})\n```\n\nThis request may fail due to several reasons. The `error.id` can be one of:\n\n`session_already_available`: The user is already signed in.\n`self_service_flow_expired`: The flow is expired and you should request a new one.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "getLoginFlow",
- "parameters": [
- {
- "description": "The Login Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/login?flow=abcde`).",
- "in": "query",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/loginFlow"
- }
- }
- },
- "description": "loginFlow"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get Login Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/logout": {
- "get": {
- "description": "This endpoint logs out an identity in a self-service manner.\n\nIf the `Accept` HTTP header is not set to `application/json`, the browser will be redirected (HTTP 303 See Other)\nto the `return_to` parameter of the initial request or fall back to `urls.default_return_to`.\n\nIf the `Accept` HTTP header is set to `application/json`, a 204 No Content response\nwill be sent on successful logout instead.\n\nThis endpoint is NOT INTENDED for API clients and only works\nwith browsers (Chrome, Firefox, ...). For API clients you can\ncall the `/self-service/logout/api` URL directly with the Ory Session Token.\n\nMore information can be found at [Ory Kratos User Logout Documentation](https://www.ory.sh/docs/next/kratos/self-service/flows/user-logout).",
- "operationId": "updateLogoutFlow",
- "parameters": [
- {
- "description": "A Valid Logout Token\n\nIf you do not have a logout token because you only have a session cookie,\ncall `/self-service/logout/browser` to generate a URL for this endpoint.",
- "in": "query",
- "name": "token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The URL to return to after the logout was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Update Logout Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/logout/api": {
- "delete": {
- "description": "Use this endpoint to log out an identity using an Ory Session Token. If the Ory Session Token was successfully\nrevoked, the server returns a 204 No Content response. A 204 No Content response is also sent when\nthe Ory Session Token has been revoked already before.\n\nIf the Ory Session Token is malformed or does not exist a 403 Forbidden response will be returned.\n\nThis endpoint does not remove any HTTP\nCookies - use the Browser-Based Self-Service Logout Flow instead.",
- "operationId": "performNativeLogout",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/performNativeLogoutBody"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Perform Logout for Native Apps",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/logout/browser": {
- "get": {
- "description": "This endpoint initializes a browser-based user logout flow and a URL which can be used to log out the user.\n\nThis endpoint is NOT INTENDED for API clients and only works\nwith browsers (Chrome, Firefox, ...). For API clients you can\ncall the `/self-service/logout/api` URL directly with the Ory Session Token.\n\nThe URL is only valid for the currently signed in user. If no user is signed in, this endpoint returns\na 401 error.\n\nWhen calling this endpoint from a backend, please ensure to properly forward the HTTP cookies.",
- "operationId": "createBrowserLogoutFlow",
- "parameters": [
- {
- "description": "HTTP Cookies\n\nIf you call this endpoint from a backend, please include the\noriginal Cookie header in the request.",
- "in": "header",
- "name": "cookie",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Return to URL\n\nThe URL to which the browser should be redirected to after the logout\nhas been performed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/logoutFlow"
- }
- }
- },
- "description": "logoutFlow"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "500": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create a Logout URL for Browsers",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/recovery": {
- "post": {
- "description": "Use this endpoint to update a recovery flow. This endpoint\nbehaves differently for API and browser flows and has several states:\n\n`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent\nand works with API- and Browser-initiated flows.\nFor API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid.\nand a HTTP 303 See Other redirect with a fresh recovery flow if the flow was otherwise invalid (e.g. expired).\nFor Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Recovery UI URL with the Recovery Flow ID appended.\n`sent_email` is the success state after `choose_method` for the `link` method and allows the user to request another recovery email. It\nworks for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state.\n`passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a recovery link\")\ndoes not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL\n(if the link was valid) and instructs the user to update their password, or a redirect to the Recover UI URL with\na new Recovery Flow ID which contains an error message that the recovery link was invalid.\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).",
- "operationId": "updateRecoveryFlow",
- "parameters": [
- {
- "description": "The Recovery Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/recovery?flow=abcde`).",
- "in": "query",
- "name": "flow",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Recovery Token\n\nThe recovery token which completes the recovery request. If the token\nis invalid (e.g. expired) an error will be shown to the end-user.\n\nThis parameter is usually set in a link and not used by any direct API call.",
- "in": "query",
- "name": "token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/updateRecoveryFlowBody"
- }
- },
- "application/x-www-form-urlencoded": {
- "schema": {
- "$ref": "#/components/schemas/updateRecoveryFlowBody"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/recoveryFlow"
- }
- }
- },
- "description": "recoveryFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/recoveryFlow"
- }
- }
- },
- "description": "recoveryFlow"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "422": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorBrowserLocationChangeRequired"
- }
- }
- },
- "description": "errorBrowserLocationChangeRequired"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Update Recovery Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/recovery/api": {
- "get": {
- "description": "This endpoint initiates a recovery flow for API clients such as mobile devices, smart TVs, and so on.\n\nIf a valid provided session cookie or session token is provided, a 400 Bad Request error.\n\nOn an existing recovery flow, use the `getRecoveryFlow` API endpoint.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).",
- "operationId": "createNativeRecoveryFlow",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/recoveryFlow"
- }
- }
- },
- "description": "recoveryFlow"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Recovery Flow for Native Apps",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/recovery/browser": {
- "get": {
- "description": "This endpoint initializes a browser-based account recovery flow. Once initialized, the browser will be redirected to\n`selfservice.flows.recovery.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session\nexists, the browser is returned to the configured return URL.\n\nIf this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects\nor a 400 bad request error if the user is already authenticated.\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).",
- "operationId": "createBrowserRecoveryFlow",
- "parameters": [
- {
- "description": "The URL to return the browser to after the flow was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/recoveryFlow"
- }
- }
- },
- "description": "recoveryFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Recovery Flow for Browsers",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/recovery/flows": {
- "get": {
- "description": "This endpoint returns a recovery flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/recovery', async function (req, res) {\nconst flow = await client.getRecoveryFlow(req.header('Cookie'), req.query['flow'])\n\nres.render('recovery', flow)\n})\n```\n\nMore information can be found at [Ory Kratos Account Recovery Documentation](../self-service/flows/account-recovery).",
- "operationId": "getRecoveryFlow",
- "parameters": [
- {
- "description": "The Flow ID\n\nThe value for this parameter comes from `request` URL Query parameter sent to your\napplication (e.g. `/recovery?flow=abcde`).",
- "in": "query",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/recoveryFlow"
- }
- }
- },
- "description": "recoveryFlow"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get Recovery Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/registration": {
- "post": {
- "description": "Use this endpoint to complete a registration flow by sending an identity's traits and password. This endpoint\nbehaves differently for API and browser flows.\n\nAPI flows expect `application/json` to be sent in the body and respond with\nHTTP 200 and a application/json body with the created identity success - if the session hook is configured the\n`session` and `session_token` will also be included;\nHTTP 410 if the original flow expired with the appropriate error messages set and optionally a `use_flow_id` parameter in the body;\nHTTP 400 on form validation errors.\n\nBrowser flows expect a Content-Type of `application/x-www-form-urlencoded` or `application/json` to be sent in the body and respond with\na HTTP 303 redirect to the post/after registration URL or the `return_to` value if it was set and if the registration succeeded;\na HTTP 303 redirect to the registration UI URL with the flow ID containing the validation errors otherwise.\n\nBrowser flows with an accept header of `application/json` will not redirect but instead respond with\nHTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;\nHTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;\nHTTP 400 on form validation errors.\n\nIf this endpoint is called with `Accept: application/json` in the header, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.\nMost likely used in Social Sign In flows.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "updateRegistrationFlow",
- "parameters": [
- {
- "description": "The Registration Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/registration?flow=abcde`).",
- "in": "query",
- "name": "flow",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/updateRegistrationFlowBody"
- }
- },
- "application/x-www-form-urlencoded": {
- "schema": {
- "$ref": "#/components/schemas/updateRegistrationFlowBody"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/successfulNativeRegistration"
- }
- }
- },
- "description": "successfulNativeRegistration"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/registrationFlow"
- }
- }
- },
- "description": "registrationFlow"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "422": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorBrowserLocationChangeRequired"
- }
- }
- },
- "description": "errorBrowserLocationChangeRequired"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Update Registration Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/registration/api": {
- "get": {
- "description": "This endpoint initiates a registration flow for API clients such as mobile devices, smart TVs, and so on.\n\nIf a valid provided session cookie or session token is provided, a 400 Bad Request error\nwill be returned unless the URL query parameter `?refresh=true` is set.\n\nTo fetch an existing registration flow call `/self-service/registration/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nIn the case of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "createNativeRegistrationFlow",
- "parameters": [
- {
- "description": "EnableSessionTokenExchangeCode requests the login flow to include a code that can be used to retrieve the session token\nafter the login flow has been completed.",
- "in": "query",
- "name": "return_session_token_exchange_code",
- "schema": {
- "type": "boolean"
- }
- },
- {
- "description": "The URL to return the browser to after the flow was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/registrationFlow"
- }
- }
- },
- "description": "registrationFlow"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Registration Flow for Native Apps",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/registration/browser": {
- "get": {
- "description": "This endpoint initializes a browser-based user registration flow. This endpoint will set the appropriate\ncookies and anti-CSRF measures required for browser-based flows.\n\nIf this endpoint is opened as a link in the browser, it will be redirected to\n`selfservice.flows.registration.ui_url` with the flow ID set as the query parameter `?flow=`. If a valid user session\nexists already, the browser will be redirected to `urls.default_redirect_url`.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_already_available`: The user is already signed in.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n\nIf this endpoint is called via an AJAX request, the response contains the registration flow without a redirect.\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "createBrowserRegistrationFlow",
- "parameters": [
- {
- "description": "The URL to return the browser to after the flow was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Ory OAuth 2.0 Login Challenge.\n\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.\n\nThe value for this parameter comes from `login_challenge` URL Query parameter sent to your\napplication (e.g. `/registration?login_challenge=abcde`).\n\nThis feature is compatible with Ory Hydra when not running on the Ory Network.",
- "in": "query",
- "name": "login_challenge",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The URL to return the browser to after the verification flow was completed.\n\nAfter the registration flow is completed, the user will be sent a verification email.\nUpon completing the verification flow, this URL will be used to override the default\n`selfservice.flows.verification.after.default_redirect_to` value.",
- "in": "query",
- "name": "after_verification_return_to",
- "schema": {
- "type": "string"
- }
- },
- {
- "in": "query",
- "name": "organization",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/registrationFlow"
- }
- }
- },
- "description": "registrationFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Registration Flow for Browsers",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/registration/flows": {
- "get": {
- "description": "This endpoint returns a registration flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/registration', async function (req, res) {\nconst flow = await client.getRegistrationFlow(req.header('cookie'), req.query['flow'])\n\nres.render('registration', flow)\n})\n```\n\nThis request may fail due to several reasons. The `error.id` can be one of:\n\n`session_already_available`: The user is already signed in.\n`self_service_flow_expired`: The flow is expired and you should request a new one.\n\nMore information can be found at [Ory Kratos User Login](https://www.ory.sh/docs/kratos/self-service/flows/user-login) and [User Registration Documentation](https://www.ory.sh/docs/kratos/self-service/flows/user-registration).",
- "operationId": "getRegistrationFlow",
- "parameters": [
- {
- "description": "The Registration Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/registration?flow=abcde`).",
- "in": "query",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/registrationFlow"
- }
- }
- },
- "description": "registrationFlow"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get Registration Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/settings": {
- "post": {
- "description": "Use this endpoint to complete a settings flow by sending an identity's updated password. This endpoint\nbehaves differently for API and browser flows.\n\nAPI-initiated flows expect `application/json` to be sent in the body and respond with\nHTTP 200 and an application/json body with the session token on success;\nHTTP 303 redirect to a fresh settings flow if the original flow expired with the appropriate error messages set;\nHTTP 400 on form validation errors.\nHTTP 401 when the endpoint is called without a valid session token.\nHTTP 403 when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low.\nImplies that the user needs to re-authenticate.\n\nBrowser flows without HTTP Header `Accept` or with `Accept: text/*` respond with\na HTTP 303 redirect to the post/after settings URL or the `return_to` value if it was set and if the flow succeeded;\na HTTP 303 redirect to the Settings UI URL with the flow ID containing the validation errors otherwise.\na HTTP 303 redirect to the login endpoint when `selfservice.flows.settings.privileged_session_max_age` was reached or the session's AAL is too low.\n\nBrowser flows with HTTP Header `Accept: application/json` respond with\nHTTP 200 and a application/json body with the signed in identity and a `Set-Cookie` header on success;\nHTTP 303 redirect to a fresh login flow if the original flow expired with the appropriate error messages set;\nHTTP 401 when the endpoint is called without a valid session cookie.\nHTTP 403 when the page is accessed without a session cookie or the session's AAL is too low.\nHTTP 400 on form validation errors.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.\n\nIf this endpoint is called with a `Accept: application/json` HTTP header, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`session_refresh_required`: The identity requested to change something that needs a privileged session. Redirect\nthe identity to the login init endpoint with query parameters `?refresh=true\u0026return_to=\u003cthe-current-browser-url\u003e`,\nor initiate a refresh login flow otherwise.\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n`security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other\nidentity logged in instead.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n`browser_location_change_required`: Usually sent when an AJAX request indicates that the browser needs to open a specific URL.\nMost likely used in Social Sign In flows.\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).",
- "operationId": "updateSettingsFlow",
- "parameters": [
- {
- "description": "The Settings Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/settings?flow=abcde`).",
- "in": "query",
- "name": "flow",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The Session Token of the Identity performing the settings flow.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/updateSettingsFlowBody"
- }
- },
- "application/x-www-form-urlencoded": {
- "schema": {
- "$ref": "#/components/schemas/updateSettingsFlowBody"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/settingsFlow"
- }
- }
- },
- "description": "settingsFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/settingsFlow"
- }
- }
- },
- "description": "settingsFlow"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "422": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorBrowserLocationChangeRequired"
- }
- }
- },
- "description": "errorBrowserLocationChangeRequired"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "sessionToken": []
- }
- ],
- "summary": "Complete Settings Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/settings/api": {
- "get": {
- "description": "This endpoint initiates a settings flow for API clients such as mobile devices, smart TVs, and so on.\nYou must provide a valid Ory Kratos Session Token for this endpoint to respond with HTTP 200 OK.\n\nTo fetch an existing settings flow call `/self-service/settings/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor or change the configuration.\n\nIn the case of an error, the `error.id` of the JSON response body can be one of:\n\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).",
- "operationId": "createNativeSettingsFlow",
- "parameters": [
- {
- "description": "The Session Token of the Identity performing the settings flow.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/settingsFlow"
- }
- }
- },
- "description": "settingsFlow"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Settings Flow for Native Apps",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/settings/browser": {
- "get": {
- "description": "This endpoint initializes a browser-based user settings flow. Once initialized, the browser will be redirected to\n`selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid\nOry Kratos Session Cookie is included in the request, a login flow will be initialized.\n\nIf this endpoint is opened as a link in the browser, it will be redirected to\n`selfservice.flows.settings.ui_url` with the flow ID set as the query parameter `?flow=`. If no valid user session\nwas set, the browser will be redirected to the login endpoint.\n\nIf this endpoint is called via an AJAX request, the response contains the settings flow without any redirects\nor a 401 forbidden error if no valid session was set.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor (happens automatically for server-side browser flows) or change the configuration.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n`security_identity_mismatch`: The requested `?return_to` address is not allowed to be used. Adjust this in the configuration!\n\nThis endpoint is NOT INTENDED for clients that do not have a browser (Chrome, Firefox, ...) as cookies are needed.\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).",
- "operationId": "createBrowserSettingsFlow",
- "parameters": [
- {
- "description": "The URL to return the browser to after the flow was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/settingsFlow"
- }
- }
- },
- "description": "settingsFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Settings Flow for Browsers",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/settings/flows": {
- "get": {
- "description": "When accessing this endpoint through Ory Kratos' Public API you must ensure that either the Ory Kratos Session Cookie\nor the Ory Kratos Session Token are set.\n\nDepending on your configuration this endpoint might return a 403 error if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor or change the configuration.\n\nYou can access this endpoint without credentials when using Ory Kratos' Admin API.\n\nIf this endpoint is called via an AJAX request, the response contains the flow without a redirect. In the\ncase of an error, the `error.id` of the JSON response body can be one of:\n\n`security_csrf_violation`: Unable to fetch the flow because a CSRF violation occurred.\n`session_inactive`: No Ory Session was found - sign in a user first.\n`security_identity_mismatch`: The flow was interrupted with `session_refresh_required` but apparently some other\nidentity logged in instead.\n\nMore information can be found at [Ory Kratos User Settings \u0026 Profile Management Documentation](../self-service/flows/user-settings).",
- "operationId": "getSettingsFlow",
- "parameters": [
- {
- "description": "ID is the Settings Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/settings?flow=abcde`).",
- "in": "query",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The Session Token\n\nWhen using the SDK in an app without a browser, please include the\nsession token here.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/settingsFlow"
- }
- }
- },
- "description": "settingsFlow"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get Settings Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/verification": {
- "post": {
- "description": "Use this endpoint to complete a verification flow. This endpoint\nbehaves differently for API and browser flows and has several states:\n\n`choose_method` expects `flow` (in the URL query) and `email` (in the body) to be sent\nand works with API- and Browser-initiated flows.\nFor API clients and Browser clients with HTTP Header `Accept: application/json` it either returns a HTTP 200 OK when the form is valid and HTTP 400 OK when the form is invalid\nand a HTTP 303 See Other redirect with a fresh verification flow if the flow was otherwise invalid (e.g. expired).\nFor Browser clients without HTTP Header `Accept` or with `Accept: text/*` it returns a HTTP 303 See Other redirect to the Verification UI URL with the Verification Flow ID appended.\n`sent_email` is the success state after `choose_method` when using the `link` method and allows the user to request another verification email. It\nworks for both API and Browser-initiated flows and returns the same responses as the flow in `choose_method` state.\n`passed_challenge` expects a `token` to be sent in the URL query and given the nature of the flow (\"sending a verification link\")\ndoes not have any API capabilities. The server responds with a HTTP 303 See Other redirect either to the Settings UI URL\n(if the link was valid) and instructs the user to update their password, or a redirect to the Verification UI URL with\na new Verification Flow ID which contains an error message that the verification link was invalid.\n\nMore information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).",
- "operationId": "updateVerificationFlow",
- "parameters": [
- {
- "description": "The Verification Flow ID\n\nThe value for this parameter comes from `flow` URL Query parameter sent to your\napplication (e.g. `/verification?flow=abcde`).",
- "in": "query",
- "name": "flow",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Verification Token\n\nThe verification token which completes the verification request. If the token\nis invalid (e.g. expired) an error will be shown to the end-user.\n\nThis parameter is usually set in a link and not used by any direct API call.",
- "in": "query",
- "name": "token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK in a browser app, on the server side you must include the HTTP Cookie Header\nsent by the client to your server here. This ensures that CSRF and session cookies are respected.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/updateVerificationFlowBody"
- }
- },
- "application/x-www-form-urlencoded": {
- "schema": {
- "$ref": "#/components/schemas/updateVerificationFlowBody"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/verificationFlow"
- }
- }
- },
- "description": "verificationFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/verificationFlow"
- }
- }
- },
- "description": "verificationFlow"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Complete Verification Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/verification/api": {
- "get": {
- "description": "This endpoint initiates a verification flow for API clients such as mobile devices, smart TVs, and so on.\n\nTo fetch an existing verification flow call `/self-service/verification/flows?flow=\u003cflow_id\u003e`.\n\nYou MUST NOT use this endpoint in client-side (Single Page Apps, ReactJS, AngularJS) nor server-side (Java Server\nPages, NodeJS, PHP, Golang, ...) browser applications. Using this endpoint in these applications will make\nyou vulnerable to a variety of CSRF attacks.\n\nThis endpoint MUST ONLY be used in scenarios such as native mobile apps (React Native, Objective C, Swift, Java, ...).\n\nMore information can be found at [Ory Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).",
- "operationId": "createNativeVerificationFlow",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/verificationFlow"
- }
- }
- },
- "description": "verificationFlow"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Verification Flow for Native Apps",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/verification/browser": {
- "get": {
- "description": "This endpoint initializes a browser-based account verification flow. Once initialized, the browser will be redirected to\n`selfservice.flows.verification.ui_url` with the flow ID set as the query parameter `?flow=`.\n\nIf this endpoint is called via an AJAX request, the response contains the recovery flow without any redirects.\n\nThis endpoint is NOT INTENDED for API clients and only works with browsers (Chrome, Firefox, ...).\n\nMore information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).",
- "operationId": "createBrowserVerificationFlow",
- "parameters": [
- {
- "description": "The URL to return the browser to after the flow was completed.",
- "in": "query",
- "name": "return_to",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/verificationFlow"
- }
- }
- },
- "description": "verificationFlow"
- },
- "303": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Create Verification Flow for Browser Clients",
- "tags": [
- "frontend"
- ]
- }
- },
- "/self-service/verification/flows": {
- "get": {
- "description": "This endpoint returns a verification flow's context with, for example, error details and other information.\n\nBrowser flows expect the anti-CSRF cookie to be included in the request's HTTP Cookie Header.\nFor AJAX requests you must ensure that cookies are included in the request or requests will fail.\n\nIf you use the browser-flow for server-side apps, the services need to run on a common top-level-domain\nand you need to forward the incoming HTTP Cookie header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/recovery', async function (req, res) {\nconst flow = await client.getVerificationFlow(req.header('cookie'), req.query['flow'])\n\nres.render('verification', flow)\n})\n```\n\nMore information can be found at [Ory Kratos Email and Phone Verification Documentation](https://www.ory.sh/docs/kratos/self-service/flows/verify-email-account-activation).",
- "operationId": "getVerificationFlow",
- "parameters": [
- {
- "description": "The Flow ID\n\nThe value for this parameter comes from `request` URL Query parameter sent to your\napplication (e.g. `/verification?flow=abcde`).",
- "in": "query",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "HTTP Cookies\n\nWhen using the SDK on the server side you must include the HTTP Cookie Header\noriginally sent to your HTTP handler here.",
- "in": "header",
- "name": "cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/verificationFlow"
- }
- }
- },
- "description": "verificationFlow"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get Verification Flow",
- "tags": [
- "frontend"
- ]
- }
- },
- "/sessions": {
- "delete": {
- "description": "Calling this endpoint invalidates all except the current session that belong to the logged-in user.\nSession data are not deleted.",
- "operationId": "disableMyOtherSessions",
- "parameters": [
- {
- "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/deleteMySessionsCount"
- }
- }
- },
- "description": "deleteMySessionsCount"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Disable my other sessions",
- "tags": [
- "frontend"
- ]
- },
- "get": {
- "description": "This endpoints returns all other active sessions that belong to the logged-in user.\nThe current session can be retrieved by calling the `/sessions/whoami` endpoint.",
- "operationId": "listMySessions",
- "parameters": [
- {
- "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.",
- "in": "query",
- "name": "per_page",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
- "in": "query",
- "name": "page",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- },
- {
- "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listMySessions"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Get My Active Sessions",
- "tags": [
- "frontend"
- ]
- }
- },
- "/sessions/token-exchange": {
- "get": {
- "operationId": "exchangeSessionToken",
- "parameters": [
- {
- "description": "The part of the code return when initializing the flow.",
- "in": "query",
- "name": "init_code",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The part of the code returned by the return_to URL.",
- "in": "query",
- "name": "return_to_code",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/successfulNativeLogin"
- }
- }
- },
- "description": "successfulNativeLogin"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Exchange Session Token",
- "tags": [
- "frontend"
- ]
- }
- },
- "/sessions/whoami": {
- "get": {
- "description": "Uses the HTTP Headers in the GET request to determine (e.g. by using checking the cookies) who is authenticated.\nReturns a session object in the body or 401 if the credentials are invalid or no credentials were sent.\nWhen the request it successful it adds the user ID to the 'X-Kratos-Authenticated-Identity-Id' header\nin the response.\n\nIf you call this endpoint from a server-side application, you must forward the HTTP Cookie Header to this endpoint:\n\n```js\npseudo-code example\nrouter.get('/protected-endpoint', async function (req, res) {\nconst session = await client.toSession(undefined, req.header('cookie'))\n\nconsole.log(session)\n})\n```\n\nWhen calling this endpoint from a non-browser application (e.g. mobile app) you must include the session token:\n\n```js\npseudo-code example\n...\nconst session = await client.toSession(\"the-session-token\")\n\nconsole.log(session)\n```\n\nWhen using a token template, the token is included in the `tokenized` field of the session.\n\n```js\npseudo-code example\n...\nconst session = await client.toSession(\"the-session-token\", { tokenize_as: \"example-jwt-template\" })\n\nconsole.log(session.tokenized) // The JWT\n```\n\nDepending on your configuration this endpoint might return a 403 status code if the session has a lower Authenticator\nAssurance Level (AAL) than is possible for the identity. This can happen if the identity has password + webauthn\ncredentials (which would result in AAL2) but the session has only AAL1. If this error occurs, ask the user\nto sign in with the second factor or change the configuration.\n\nThis endpoint is useful for:\n\nAJAX calls. Remember to send credentials and set up CORS correctly!\nReverse proxies and API Gateways\nServer-side calls - use the `X-Session-Token` header!\n\nThis endpoint authenticates users by checking:\n\nif the `Cookie` HTTP header was set containing an Ory Kratos Session Cookie;\nif the `Authorization: bearer \u003cory-session-token\u003e` HTTP header was set with a valid Ory Kratos Session Token;\nif the `X-Session-Token` HTTP header was set with a valid Ory Kratos Session Token.\n\nIf none of these headers are set or the cookie or token are invalid, the endpoint returns a HTTP 401 status code.\n\nAs explained above, this request may fail due to several reasons. The `error.id` can be one of:\n\n`session_inactive`: No active session was found in the request (e.g. no Ory Session Cookie / Ory Session Token).\n`session_aal2_required`: An active session was found but it does not fulfil the Authenticator Assurance Level, implying that the session must (e.g.) authenticate the second factor.",
- "operationId": "toSession",
- "parameters": [
- {
- "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.",
- "example": "MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.",
- "example": "ory_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Returns the session additionally as a token (such as a JWT)\n\nThe value of this parameter has to be a valid, configured Ory Session token template. For more information head over to [the documentation](http://ory.sh/docs/identities/session-to-jwt-cors).",
- "in": "query",
- "name": "tokenize_as",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/session"
- }
- }
- },
- "description": "session"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "403": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Check Who the Current HTTP Session Belongs To",
- "tags": [
- "frontend"
- ]
- }
- },
- "/sessions/{id}": {
- "delete": {
- "description": "Calling this endpoint invalidates the specified session. The current session cannot be revoked.\nSession data are not deleted.",
- "operationId": "disableMySession",
- "parameters": [
- {
- "description": "ID is the session's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Set the Session Token when calling from non-browser clients. A session token has a format of `MP2YWEMeM8MxjkGKpH4dqOQ4Q4DlSPaj`.",
- "in": "header",
- "name": "X-Session-Token",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Set the Cookie Header. This is especially useful when calling this endpoint from a server-side application. In that\nscenario you must include the HTTP Cookie Header which originally was included in the request to your server.\nAn example of a session in the HTTP Cookie Header is: `ory_kratos_session=a19iOVAbdzdgl70Rq1QZmrKmcjDtdsviCTZx7m9a9yHIUS8Wa9T7hvqyGTsLHi6Qifn2WUfpAKx9DWp0SJGleIn9vh2YF4A16id93kXFTgIgmwIOvbVAScyrx7yVl6bPZnCx27ec4WQDtaTewC1CpgudeDV2jQQnSaCP6ny3xa8qLH-QUgYqdQuoA_LF1phxgRCUfIrCLQOkolX5nv3ze_f==`.\n\nIt is ok if more than one cookie are included here as all other cookies will be ignored.",
- "in": "header",
- "name": "Cookie",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "summary": "Disable one of my sessions",
- "tags": [
- "frontend"
- ]
- }
- },
- "/userinfo": {
- "get": {
- "description": "This endpoint returns the payload of the ID Token, including `session.id_token` values, of\nthe provided OAuth 2.0 Access Token's consent request.\n\nIn the case of authentication error, a WWW-Authenticate header might be set in the response\nwith more information about the error. See [the spec](https://datatracker.ietf.org/doc/html/rfc6750#section-3)\nfor more details about header format.",
- "operationId": "getOidcUserInfo",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oidcUserInfo"
- }
- }
- },
- "description": "oidcUserInfo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oauth2": []
- }
- ],
- "summary": "OpenID Connect Userinfo",
- "tags": [
- "oidc"
- ]
- }
- },
- "/version": {
- "get": {
- "description": "This endpoint returns the version of Ory Kratos.\n\nIf the service supports TLS Edge Termination, this endpoint does not require the\n`X-Forwarded-Proto` header to be set.\n\nBe aware that if you are running multiple nodes of this service, the version will never\nrefer to the cluster state, only to a single instance.",
- "operationId": "getVersion",
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "properties": {
- "version": {
- "description": "The version of Ory Kratos.",
- "type": "string"
- }
- },
- "required": [
- "version"
- ],
- "type": "object"
- }
- }
- },
- "description": "Returns the Ory Kratos version."
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Return Running Software Version.",
- "tags": [
- "metadata"
- ]
- }
- }
- },
- "servers": [
- {
- "url": "https://{project}.projects.oryapis.com/",
- "variables": {
- "project": {
- "default": "playground",
- "description": "Project slug as provided by the Ory Console."
- }
- }
- }
- ],
- "tags": [
- {
- "description": "APIs for managing identities.",
- "name": "identity"
- },
- {
- "description": "Endpoints used by frontend applications (e.g. Single-Page-App, Native Apps, Server Apps, ...) to manage a user's own profile.",
- "name": "frontend"
- },
- {
- "description": "APIs for managing email and SMS message delivery.",
- "name": "courier"
- },
- {
- "description": "Server Metadata provides relevant information about the running server. Only available when self-hosting this service.",
- "name": "metadata"
- }
- ],
- "x-forwarded-proto": "string",
- "x-request-id": "string"
-}
+{"components":{"responses":{"emptyResponse":{"description":"Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is\ntypically 201."},"errorOAuth2BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"Bad Request Error Response"},"errorOAuth2Default":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"Default Error Response"},"errorOAuth2NotFound":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errorOAuth2"}}},"description":"Not Found Error Response"},"identitySchemas":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/identitySchemas"}}},"description":"List Identity JSON Schemas Response"},"listCourierMessages":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/message"},"type":"array"}}},"description":"Paginated Courier Message List Response"},"listIdentities":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/identity"},"type":"array"}}},"description":"Paginated Identity List Response"},"listIdentitySessions":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/session"},"type":"array"}}},"description":"List Identity Sessions Response"},"listMySessions":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/session"},"type":"array"}}},"description":"List My Session Response"},"listOAuth2Clients":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/oAuth2Client"},"type":"array"}}},"description":"Paginated OAuth2 Client List Response"},"listSessions":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/session"},"type":"array"}}},"description":"Session List Response\n\nThe response given when listing sessions in an administrative context."}},"schemas":{"AttributesCountDatapoint":{"properties":{"count":{"description":"Count of the attribute value for given key","format":"int64","type":"integer"},"name":{"description":"Name of the attribute value for given key","type":"string"}},"required":["name","count"],"type":"object"},"CodeAddressType":{"type":"string"},"CreateInviteResponse":{"properties":{"all_invites":{"description":"A list of all invites for this resource","items":{"$ref":"#/components/schemas/memberInvite"},"type":"array"},"created_invite":{"$ref":"#/components/schemas/memberInvite"}},"required":["created_invite","all_invites"],"type":"object"},"CreateProjectMemberInviteBody":{"description":"Create Project MemberInvite Request Body","properties":{"invitee_email":{"description":"A email to invite","type":"string"}},"type":"object"},"CreateVerifiableCredentialRequestBody":{"properties":{"format":{"type":"string"},"proof":{"$ref":"#/components/schemas/VerifiableCredentialProof"},"types":{"items":{"type":"string"},"type":"array"}},"title":"CreateVerifiableCredentialRequestBody contains the request body to request a verifiable credential.","type":"object"},"CustomHostnameStatus":{"title":"CustomHostnameStatus is the enumeration of valid state values in the CustomHostnameSSL.","type":"string"},"DefaultError":{},"Duration":{"description":"A Duration represents the elapsed time between two instants\nas an int64 nanosecond count. The representation limits the\nlargest representable duration to approximately 290 years.","format":"int64","type":"integer"},"GenericUsage":{"properties":{"additional_price":{"description":"AdditionalPrice is the price per-unit in cent exceeding IncludedUsage. A price of 0 means that no other items can be consumed.","format":"int64","type":"integer"},"included_usage":{"description":"IncludedUsage is the number of included items.","format":"int64","type":"integer"}},"required":["included_usage","additional_price"],"title":"GenericUsage is the generic usage type that can be used for any feature.","type":"object"},"ID":{"format":"int64","type":"integer"},"JSONRawMessage":{"title":"JSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger.","type":"object"},"KetoNamespace":{"properties":{"id":{"format":"int64","type":"integer"},"name":{"type":"string"}},"type":"object"},"KetoNamespaces":{"items":{"$ref":"#/components/schemas/KetoNamespace"},"type":"array"},"ListMyWorkspacesResponse":{"properties":{"has_next_page":{"type":"boolean"},"next_page_token":{"type":"string"},"workspaces":{"items":{"$ref":"#/components/schemas/workspace"},"type":"array"}},"required":["workspaces","next_page_token","has_next_page"],"type":"object"},"NullBool":{"nullable":true,"type":"boolean"},"NullDuration":{"nullable":true,"pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"NullInt":{"nullable":true,"type":"integer"},"NullString":{"nullable":true,"type":"string"},"NullTime":{"format":"date-time","nullable":true,"type":"string"},"NullUUID":{"format":"uuid4","nullable":true,"type":"string"},"OAuth2LoginChallengeParams":{"type":"object"},"OrganizationBody":{"description":"Create B2B SSO Organization Request Body","properties":{"domains":{"description":"Domains contains the list of organization's domains.","items":{"type":"string"},"type":"array"},"label":{"description":"Label contains the organization's label.","type":"string"}},"type":"object"},"ParseError":{"properties":{"end":{"$ref":"#/components/schemas/SourcePosition"},"message":{"type":"string"},"start":{"$ref":"#/components/schemas/SourcePosition"}},"type":"object"},"Plan":{"properties":{"name":{"description":"Name is the name of the plan.","type":"string"},"version":{"description":"Version is the version of the plan. The combination of `name@version` must be unique.","format":"int64","type":"integer"}},"required":["name","version"],"type":"object"},"PlanDetails":{"properties":{"base_fee_monthly":{"description":"BaseFeeMonthly is the monthly base fee for the plan.","format":"int64","type":"integer"},"base_fee_yearly":{"description":"BaseFeeYearly is the yearly base fee for the plan.","format":"int64","type":"integer"},"custom":{"description":"Custom is true if the plan is custom. This means it will be hidden from the pricing page.","type":"boolean"},"description":{"description":"Description is the description of the plan.","type":"string"},"features":{"additionalProperties":{"$ref":"#/components/schemas/GenericUsage"},"description":"Features are the feature definitions included in the plan.","type":"object"},"name":{"description":"Name is the name of the plan.","type":"string"},"version":{"description":"Version is the version of the plan. The combination of `name@version` must be unique.","format":"int64","type":"integer"}},"required":["name","version","description","custom","base_fee_monthly","base_fee_yearly","features"],"type":"object"},"Pricing":{"items":{"$ref":"#/components/schemas/PlanDetails"},"type":"array"},"RFC6749ErrorJson":{"properties":{"error":{"type":"string"},"error_debug":{"type":"string"},"error_description":{"type":"string"},"error_hint":{"type":"string"},"status_code":{"format":"int64","type":"integer"}},"title":"RFC6749ErrorJson is a helper struct for JSON encoding/decoding of RFC6749Error.","type":"object"},"RecoveryAddressType":{"title":"RecoveryAddressType must not exceed 16 characters as that is the limitation in the SQL Schema.","type":"string"},"SessionActivityDatapoint":{"properties":{"country":{"description":"Country of the events","type":"string"},"failed":{"description":"Number of events that failed in the given timeframe","format":"int64","type":"integer"},"succeeded":{"description":"Number of events that succeeded in the given timeframe","format":"int64","type":"integer"}},"required":["succeeded","failed","country"],"type":"object"},"SourcePosition":{"properties":{"Line":{"format":"int64","type":"integer"},"column":{"format":"int64","type":"integer"}},"type":"object"},"String":{"$ref":"#/components/schemas/NullString"},"StringSliceJSONFormat":{"items":{"type":"string"},"title":"StringSliceJSONFormat represents []string{} which is encoded to/from JSON for SQL storage.","type":"array"},"SubscriptionStatus":{"description":"For `collection_method=charge_automatically` a subscription moves into `incomplete` if the initial payment attempt fails. A subscription in this state can only have metadata and default_source updated. Once the first invoice is paid, the subscription moves into an `active` state. If the first invoice is not paid within 23 hours, the subscription transitions to `incomplete_expired`. This is a terminal state, the open invoice will be voided and no further invoices will be generated.\n\nA subscription that is currently in a trial period is `trialing` and moves to `active` when the trial period is over.\n\nIf subscription `collection_method=charge_automatically` it becomes `past_due` when payment to renew it fails and `canceled` or `unpaid` (depending on your subscriptions settings) when Stripe has exhausted all payment retry attempts.\n\nIf subscription `collection_method=send_invoice` it becomes `past_due` when its invoice is not paid by the due date, and `canceled` or `unpaid` if it is still not paid by an additional deadline after that. Note that when a subscription has a status of `unpaid`, no subsequent invoices will be attempted (invoices will be created, but then immediately automatically closed). After receiving updated payment information from a customer, you may choose to reopen and pay their closed invoices.","title":"Possible values are `incomplete`, `incomplete_expired`, `trialing`, `active`, `past_due`, `canceled`, or `unpaid`.","type":"string"},"Time":{"format":"date-time","type":"string"},"UUID":{"format":"uuid4","type":"string"},"Usage":{"properties":{"GenericUsage":{"$ref":"#/components/schemas/GenericUsage"}},"type":"object"},"VerifiableCredentialProof":{"properties":{"jwt":{"type":"string"},"proof_type":{"type":"string"}},"title":"VerifiableCredentialProof contains the proof of a verifiable credential.","type":"object"},"Warning":{"properties":{"code":{"format":"int64","type":"integer"},"message":{"type":"string"}},"type":"object"},"acceptOAuth2ConsentRequest":{"properties":{"grant_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"grant_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"handled_at":{"$ref":"#/components/schemas/nullTime"},"remember":{"description":"Remember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.","type":"boolean"},"remember_for":{"description":"RememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.","format":"int64","type":"integer"},"session":{"$ref":"#/components/schemas/acceptOAuth2ConsentRequestSession"}},"title":"The request payload used to accept a consent request.","type":"object"},"acceptOAuth2ConsentRequestSession":{"properties":{"access_token":{"description":"AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the\nrefresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection.\nIf only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties\ncan access that endpoint as well, sensitive data from the session might be exposed to them. Use with care!"},"id_token":{"description":"IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable\nby anyone that has access to the ID Challenge. Use with care!"}},"title":"Pass session data to a consent request.","type":"object"},"acceptOAuth2LoginRequest":{"properties":{"acr":{"description":"ACR sets the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.","type":"string"},"amr":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"context":{"$ref":"#/components/schemas/JSONRawMessage"},"extend_session_lifespan":{"description":"Extend OAuth2 authentication session lifespan\n\nIf set to `true`, the OAuth2 authentication cookie lifespan is extended. This is for example useful if you want the user to be able to use `prompt=none` continuously.\n\nThis value can only be set to `true` if the user has an authentication, which is the case if the `skip` value is `true`.","type":"boolean"},"force_subject_identifier":{"description":"ForceSubjectIdentifier forces the \"pairwise\" user ID of the end-user that authenticated. The \"pairwise\" user ID refers to the\n(Pairwise Identifier Algorithm)[http://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg] of the OpenID\nConnect specification. It allows you to set an obfuscated subject (\"user\") identifier that is unique to the client.\n\nPlease note that this changes the user ID on endpoint /userinfo and sub claim of the ID Token. It does not change the\nsub claim in the OAuth 2.0 Introspection.\n\nPer default, ORY Hydra handles this value with its own algorithm. In case you want to set this yourself\nyou can use this field. Please note that setting this field has no effect if `pairwise` is not configured in\nORY Hydra or the OAuth 2.0 Client does not expect a pairwise identifier (set via `subject_type` key in the client's\nconfiguration).\n\nPlease also be aware that ORY Hydra is unable to properly compute this value during authentication. This implies\nthat you have to compute this value on every authentication process (probably depending on the client ID or some\nother unique value).\n\nIf you fail to compute the proper value, then authentication processes which have id_token_hint set might fail.","type":"string"},"identity_provider_session_id":{"description":"IdentityProviderSessionID is the session ID of the end-user that authenticated.\nIf specified, we will use this value to propagate the logout.","type":"string"},"remember":{"description":"Remember, if set to true, tells ORY Hydra to remember this user by telling the user agent (browser) to store\na cookie with authentication data. If the same user performs another OAuth 2.0 Authorization Request, he/she\nwill not be asked to log in again.","type":"boolean"},"remember_for":{"description":"RememberFor sets how long the authentication should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered for the duration of the browser session (using a session cookie).","format":"int64","type":"integer"},"subject":{"description":"Subject is the user ID of the end-user that authenticated.","type":"string"}},"required":["subject"],"title":"HandledLoginRequest is the request payload used to accept a login request.","type":"object"},"activeProjectInConsole":{"description":"The Active Project ID","properties":{"project_id":{"description":"The Active Project ID\n\nformat: uuid","type":"string"}},"type":"object"},"authenticatorAssuranceLevel":{"description":"The authenticator assurance level can be one of \"aal1\", \"aal2\", or \"aal3\". A higher number means that it is harder\nfor an attacker to compromise the account.\n\nGenerally, \"aal1\" implies that one authentication factor was used while AAL2 implies that two factors (e.g.\npassword + TOTP) have been used.\n\nTo learn more about these levels please head over to: https://www.ory.sh/kratos/docs/concepts/credentials","enum":["aal0","aal1","aal2","aal3"],"title":"Authenticator Assurance Level (AAL)","type":"string"},"batchPatchIdentitiesResponse":{"description":"Patch identities response","properties":{"identities":{"description":"The patch responses for the individual identities.","items":{"$ref":"#/components/schemas/identityPatchResponse"},"type":"array"}},"type":"object"},"checkOplSyntaxBody":{"description":"Ory Permission Language Document","type":"string"},"checkOplSyntaxResult":{"properties":{"errors":{"description":"The list of syntax errors","items":{"$ref":"#/components/schemas/ParseError"},"type":"array"}},"title":"CheckOPLSyntaxResponse represents the response for an OPL syntax check request.","type":"object"},"checkPermissionResult":{"description":"The content of the allowed field is mirrored in the HTTP status code.","properties":{"allowed":{"description":"whether the relation tuple is allowed","type":"boolean"}},"required":["allowed"],"title":"Check Permission Result","type":"object"},"cloudAccount":{"properties":{"email":{"type":"string"},"id":{"format":"uuid","type":"string"},"name":{"type":"string"}},"type":"object"},"consistencyRequestParameters":{"description":"Control API consistency guarantees","properties":{"consistency":{"description":"Read Consistency Level (preview)\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nThe default consistency guarantee can be changed in the Ory Network Console or using the Ory CLI with\n`ory patch project --replace '/previews/default_read_consistency_level=\"strong\"'`.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nThis feature is in preview and only available in Ory Network.\n ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps.","enum":["","strong","eventual"],"type":"string","x-go-enum-desc":" ConsistencyLevelUnset ConsistencyLevelUnset is the unset / default consistency level.\nstrong ConsistencyLevelStrong ConsistencyLevelStrong is the strong consistency level.\neventual ConsistencyLevelEventual ConsistencyLevelEventual is the eventual consistency level using follower read timestamps."}},"type":"object"},"continueWith":{"discriminator":{"mapping":{"set_ory_session_token":"#/components/schemas/continueWithSetOrySessionToken","show_recovery_ui":"#/components/schemas/continueWithRecoveryUi","show_settings_ui":"#/components/schemas/continueWithSettingsUi","show_verification_ui":"#/components/schemas/continueWithVerificationUi"},"propertyName":"action"},"oneOf":[{"$ref":"#/components/schemas/continueWithVerificationUi"},{"$ref":"#/components/schemas/continueWithSetOrySessionToken"},{"$ref":"#/components/schemas/continueWithSettingsUi"},{"$ref":"#/components/schemas/continueWithRecoveryUi"}]},"continueWithRecoveryUi":{"description":"Indicates, that the UI flow could be continued by showing a recovery ui","properties":{"action":{"description":"Action will always be `show_recovery_ui`\nshow_recovery_ui ContinueWithActionShowRecoveryUIString","enum":["show_recovery_ui"],"type":"string","x-go-enum-desc":"show_recovery_ui ContinueWithActionShowRecoveryUIString"},"flow":{"$ref":"#/components/schemas/continueWithRecoveryUiFlow"}},"required":["action","flow"],"type":"object"},"continueWithRecoveryUiFlow":{"properties":{"id":{"description":"The ID of the recovery flow","format":"uuid","type":"string"},"url":{"description":"The URL of the recovery flow","type":"string"}},"required":["id"],"type":"object"},"continueWithSetOrySessionToken":{"description":"Indicates that a session was issued, and the application should use this token for authenticated requests","properties":{"action":{"description":"Action will always be `set_ory_session_token`\nset_ory_session_token ContinueWithActionSetOrySessionTokenString","enum":["set_ory_session_token"],"type":"string","x-go-enum-desc":"set_ory_session_token ContinueWithActionSetOrySessionTokenString"},"ory_session_token":{"description":"Token is the token of the session","type":"string"}},"required":["action","ory_session_token"],"type":"object"},"continueWithSettingsUi":{"description":"Indicates, that the UI flow could be continued by showing a settings ui","properties":{"action":{"description":"Action will always be `show_settings_ui`\nshow_settings_ui ContinueWithActionShowSettingsUIString","enum":["show_settings_ui"],"type":"string","x-go-enum-desc":"show_settings_ui ContinueWithActionShowSettingsUIString"},"flow":{"$ref":"#/components/schemas/continueWithSettingsUiFlow"}},"required":["action","flow"],"type":"object"},"continueWithSettingsUiFlow":{"properties":{"id":{"description":"The ID of the settings flow","format":"uuid","type":"string"}},"required":["id"],"type":"object"},"continueWithVerificationUi":{"description":"Indicates, that the UI flow could be continued by showing a verification ui","properties":{"action":{"description":"Action will always be `show_verification_ui`\nshow_verification_ui ContinueWithActionShowVerificationUIString","enum":["show_verification_ui"],"type":"string","x-go-enum-desc":"show_verification_ui ContinueWithActionShowVerificationUIString"},"flow":{"$ref":"#/components/schemas/continueWithVerificationUiFlow"}},"required":["action","flow"],"type":"object"},"continueWithVerificationUiFlow":{"properties":{"id":{"description":"The ID of the verification flow","format":"uuid","type":"string"},"url":{"description":"The URL of the verification flow","type":"string"},"verifiable_address":{"description":"The address that should be verified in this flow","type":"string"}},"required":["id","verifiable_address"],"type":"object"},"courierMessageStatus":{"description":"A Message's Status","enum":["queued","sent","processing","abandoned"],"type":"string"},"courierMessageType":{"description":"It can either be `email` or `phone`","enum":["email","phone"],"title":"A Message's Type","type":"string"},"createCustomDomainBody":{"description":"Create Custom Hostname Request Body","properties":{"cookie_domain":{"description":"The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.","type":"string"},"cors_allowed_origins":{"description":"CORS Allowed origins for the custom hostname.","items":{"type":"string"},"type":"array"},"cors_enabled":{"description":"CORS Enabled for the custom hostname.","type":"boolean"},"custom_ui_base_url":{"description":"The base URL where the custom user interface will be exposed.","type":"string"},"hostname":{"description":"The custom hostname where the API will be exposed.","type":"string"}},"type":"object"},"createIdentityBody":{"description":"Create Identity Body","properties":{"credentials":{"$ref":"#/components/schemas/identityWithCredentials"},"metadata_admin":{"description":"Store metadata about the user which is only accessible through admin APIs such as `GET /admin/identities/`."},"metadata_public":{"description":"Store metadata about the identity which the identity itself can see when calling for example the\nsession endpoint. Do not store sensitive information (e.g. credit score) about the identity in this field."},"recovery_addresses":{"description":"RecoveryAddresses contains all the addresses that can be used to recover an identity.\n\nUse this structure to import recovery addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.","items":{"$ref":"#/components/schemas/recoveryIdentityAddress"},"type":"array"},"schema_id":{"description":"SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.","type":"string"},"state":{"$ref":"#/components/schemas/identityState"},"traits":{"description":"Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`.","type":"object"},"verifiable_addresses":{"description":"VerifiableAddresses contains all the addresses that can be verified by the user.\n\nUse this structure to import verified addresses for an identity. Please keep in mind\nthat the address needs to be represented in the Identity Schema or this field will be overwritten\non the next identity update.","items":{"$ref":"#/components/schemas/verifiableIdentityAddress"},"type":"array"}},"required":["schema_id","traits"],"type":"object"},"createJsonWebKeySet":{"description":"Create JSON Web Key Set Request Body","properties":{"alg":{"description":"JSON Web Key Algorithm\n\nThe algorithm to be used for creating the key. Supports `RS256`, `ES256`, `ES512`, `HS512`, and `HS256`.","type":"string"},"kid":{"description":"JSON Web Key ID\n\nThe Key ID of the key to be created.","type":"string"},"use":{"description":"JSON Web Key Use\n\nThe \"use\" (public key use) parameter identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Valid values are \"enc\" and \"sig\".","type":"string"}},"required":["alg","use","kid"],"type":"object"},"createProjectBody":{"description":"Create Project Request Body","properties":{"name":{"description":"The name of the project to be created","type":"string"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["name"],"type":"object"},"createProjectBranding":{"description":"Create a Project Branding","properties":{"favicon_type":{"type":"string"},"favicon_url":{"type":"string"},"logo_type":{"type":"string"},"logo_url":{"type":"string"},"name":{"type":"string"},"theme":{"$ref":"#/components/schemas/projectBrandingColors"}},"type":"object"},"createProjectMemberInviteResponse":{"$ref":"#/components/schemas/CreateInviteResponse"},"createProjectNormalizedPayload":{"description":"Create project (normalized) request payload","properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"disable_account_experience_welcome_screen":{"description":"Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.","type":"boolean"},"hydra_oauth2_allowed_top_level_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oauth2_client_credentials_default_grant_allowed_scope":{"description":"Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.","type":"boolean"},"hydra_oauth2_exclude_not_before_claim":{"description":"Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_iat_optional":{"description":"Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_jti_optional":{"description":"Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_max_ttl":{"default":"720h","description":"Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_oauth2_pkce_enforced":{"description":"Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.","type":"boolean"},"hydra_oauth2_pkce_enforced_for_public_clients":{"description":"Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.","type":"boolean"},"hydra_oauth2_refresh_token_hook":{"description":"Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.","type":"string"},"hydra_oauth2_token_hook":{"description":"Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.","type":"string"},"hydra_oidc_dynamic_client_registration_default_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oidc_dynamic_client_registration_enabled":{"description":"Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.","type":"boolean"},"hydra_oidc_subject_identifiers_pairwise_salt":{"description":"Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.","type":"string"},"hydra_oidc_subject_identifiers_supported_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_system":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_serve_cookies_same_site_legacy_workaround":{"description":"Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.","type":"boolean"},"hydra_serve_cookies_same_site_mode":{"description":"Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.","type":"string"},"hydra_strategies_access_token":{"default":"opaque","description":"Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt","enum":["opaque","jwt"],"type":"string","x-go-enum-desc":"opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt"},"hydra_strategies_scope":{"default":"wildcard","description":"Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard","enum":["exact","wildcard"],"type":"string","x-go-enum-desc":"exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard"},"hydra_ttl_access_token":{"default":"30m","description":"This governs the \"ttl.access_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_auth_code":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_id_token":{"default":"30m","description":"This governs the \"ttl.id_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_login_consent_request":{"default":"30m","description":"Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_refresh_token":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.","example":"30m","pattern":"^([0-9]+(ns|us|ms|s|m|h)|-1)$","type":"string"},"hydra_urls_consent":{"description":"Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.","type":"string"},"hydra_urls_error":{"description":"Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.","type":"string"},"hydra_urls_login":{"description":"Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.","type":"string"},"hydra_urls_logout":{"description":"Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.","type":"string"},"hydra_urls_post_logout_redirect":{"description":"When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.","type":"string"},"hydra_urls_registration":{"description":"Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.","type":"string"},"hydra_urls_self_issuer":{"description":"This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.","type":"string"},"hydra_webfinger_jwks_broadcast_keys":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_auth_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_client_registration_url":{"description":"Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_jwks_url":{"description":"Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_supported_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_supported_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_token_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_userinfo_url":{"description":"Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.","type":"string"},"id":{"description":"The revision ID.","format":"uuid","readOnly":true,"type":"string"},"keto_namespace_configuration":{"description":"The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.","type":"string"},"keto_namespaces":{"$ref":"#/components/schemas/KetoNamespaces"},"kratos_cookies_same_site":{"description":"Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.","type":"string"},"kratos_courier_delivery_strategy":{"default":"smtp","description":"The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service","type":"string"},"kratos_courier_http_request_config_auth_api_key_in":{"description":"The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_name":{"description":"The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_value":{"description":"The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_password":{"description":"The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_user":{"description":"The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting","type":"string"},"kratos_courier_http_request_config_auth_type":{"default":"empty (no authentication)","description":"The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie","type":"string"},"kratos_courier_http_request_config_body":{"description":"The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting","type":"string"},"kratos_courier_http_request_config_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_http_request_config_method":{"default":"POST","description":"The http METHOD to use when calling the remote HTTP email sending service","type":"string"},"kratos_courier_http_request_config_url":{"description":"The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting","type":"string"},"kratos_courier_smtp_connection_uri":{"description":"Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.","type":"string"},"kratos_courier_smtp_from_address":{"description":"Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.","type":"string"},"kratos_courier_smtp_from_name":{"description":"Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.","type":"string"},"kratos_courier_smtp_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_smtp_local_name":{"description":"Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.","type":"string"},"kratos_feature_flags_cacheable_sessions":{"description":"Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.","type":"boolean"},"kratos_feature_flags_use_continue_with_transitions":{"description":"Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.","type":"boolean"},"kratos_identity_schemas":{"$ref":"#/components/schemas/projectRevisionIdentitySchemas"},"kratos_oauth2_provider_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_oauth2_provider_override_return_to":{"description":"Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.","type":"boolean"},"kratos_oauth2_provider_url":{"description":"The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.","type":"string"},"kratos_preview_default_read_consistency_level":{"description":"Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.","type":"string"},"kratos_secrets_cipher":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_default":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_allowed_return_urls":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_default_browser_return_url":{"description":"Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.","type":"string"},"kratos_selfservice_flows_error_ui_url":{"description":"Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_default_browser_return_url":{"description":"Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_lifespan":{"description":"Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_login_ui_url":{"description":"Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_logout_after_default_browser_return_url":{"description":"Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_after_default_browser_return_url":{"description":"Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_enabled":{"description":"Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_lifespan":{"description":"Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_recovery_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_ui_url":{"description":"Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_use":{"description":"Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_flows_registration_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_default_browser_return_url":{"description":"Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_enabled":{"description":"Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0","type":"boolean"},"kratos_selfservice_flows_registration_lifespan":{"description":"Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_registration_login_hints":{"description":"Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.","type":"boolean"},"kratos_selfservice_flows_registration_ui_url":{"description":"Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_profile_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.webauthn.profile.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_lifespan":{"description":"Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_settings_privileged_session_max_age":{"description":"Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.","type":"string"},"kratos_selfservice_flows_settings_required_aal":{"description":"Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.","type":"string"},"kratos_selfservice_flows_settings_ui_url":{"description":"Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_after_default_browser_return_url":{"description":"Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_enabled":{"description":"Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_lifespan":{"description":"Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_verification_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_ui_url":{"description":"Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_use":{"description":"Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_methods_code_config_lifespan":{"description":"Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_code_enabled":{"description":"Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_passwordless_enabled":{"description":"Configues whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_link_config_base_url":{"description":"Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.","type":"string"},"kratos_selfservice_methods_link_config_lifespan":{"description":"Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_link_enabled":{"description":"Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_lookup_secret_enabled":{"description":"Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_oidc_config_base_redirect_uri":{"description":"Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.","type":"string"},"kratos_selfservice_methods_oidc_config_providers":{"$ref":"#/components/schemas/projectRevisionThirdPartyLoginProviders"},"kratos_selfservice_methods_oidc_enabled":{"description":"Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_haveibeenpwned_enabled":{"description":"Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_identifier_similarity_check_enabled":{"description":"Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_ignore_network_errors":{"description":"Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_max_breaches":{"description":"Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_config_min_password_length":{"description":"Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_enabled":{"description":"Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_profile_enabled":{"description":"Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_totp_config_issuer":{"description":"Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.","type":"string"},"kratos_selfservice_methods_totp_enabled":{"description":"Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_passwordless":{"description":"Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_rp_display_name":{"description":"Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_icon":{"description":"Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_id":{"description":"Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_methods_webauthn_enabled":{"description":"Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.","type":"boolean"},"kratos_session_cookie_persistent":{"description":"Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.","type":"boolean"},"kratos_session_cookie_same_site":{"description":"Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.","type":"string"},"kratos_session_lifespan":{"description":"Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.","type":"string"},"kratos_session_whoami_required_aal":{"description":"Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.","type":"string"},"kratos_session_whoami_tokenizer_templates":{"$ref":"#/components/schemas/normalizedProjectRevisionTokenizerTemplates"},"name":{"description":"The project's name.","type":"string"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"},"project_revision_hooks":{"$ref":"#/components/schemas/projectRevisionHooks"},"serve_admin_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_admin_cors_enabled":{"description":"Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.","type":"boolean"},"serve_public_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_public_cors_enabled":{"description":"Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.","type":"boolean"},"strict_security":{"description":"Whether the project should employ strict security measures. Setting this to true is recommended for going into production.","type":"boolean"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["name"],"type":"object"},"createRecoveryCodeForIdentityBody":{"description":"Create Recovery Code for Identity Request Body","properties":{"expires_in":{"description":"Code Expires In\n\nThe recovery code will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.","pattern":"^([0-9]+(ns|us|ms|s|m|h))*$","type":"string"},"identity_id":{"description":"Identity to Recover\n\nThe identity's ID you wish to recover.","format":"uuid","type":"string"}},"required":["identity_id"],"type":"object"},"createRecoveryLinkForIdentityBody":{"description":"Create Recovery Link for Identity Request Body","properties":{"expires_in":{"description":"Link Expires In\n\nThe recovery link will expire after that amount of time has passed. Defaults to the configuration value of\n`selfservice.methods.code.config.lifespan`.","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"identity_id":{"description":"Identity to Recover\n\nThe identity's ID you wish to recover.","format":"uuid","type":"string"}},"required":["identity_id"],"type":"object"},"createRelationshipBody":{"description":"Create Relationship Request Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"createSubscriptionBody":{"description":"Create Subscription Request Body","properties":{"currency":{"description":"\nusd USD\neur Euro","enum":["usd","eur"],"type":"string","x-go-enum-desc":"usd USD\neur Euro"},"interval":{"description":"\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"plan":{"type":"string"},"provision_first_project":{"$ref":"#/components/schemas/NullUUID"},"return_to":{"type":"string"},"workspace":{"$ref":"#/components/schemas/NullUUID"}},"required":["plan","interval"],"type":"object"},"credentialSupportedDraft00":{"description":"Includes information about the supported verifiable credentials.","properties":{"cryptographic_binding_methods_supported":{"description":"OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported\n\nContains a list of cryptographic binding methods supported for signing the proof.","items":{"type":"string"},"type":"array"},"cryptographic_suites_supported":{"description":"OpenID Connect Verifiable Credentials Cryptographic Suites Supported\n\nContains a list of cryptographic suites methods supported for signing the proof.","items":{"type":"string"},"type":"array"},"format":{"description":"OpenID Connect Verifiable Credentials Format\n\nContains the format that is supported by this authorization server.","type":"string"},"types":{"description":"OpenID Connect Verifiable Credentials Types\n\nContains the types of verifiable credentials supported.","items":{"type":"string"},"type":"array"}},"title":"Verifiable Credentials Metadata (Draft 00)","type":"object"},"customDomain":{"description":"Custom Hostname","properties":{"cookie_domain":{"type":"string"},"cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"cors_enabled":{"type":"boolean"},"created_at":{"format":"date-time","type":"string"},"custom_ui_base_url":{"type":"string"},"hostname":{"type":"string"},"id":{"format":"uuid","type":"string"},"ssl_status":{"enum":["initializing","pending_validation","deleted","pending_issuance","pending_deployment","pending_deletion","pending_expiration","expired","active","initializing_timed_out","validation_timed_out","issuance_timed_out","deployment_timed_out","deletion_timed_out","pending_cleanup","staging_deployment","staging_active","deactivating","inactive","backup_issued","holding_deployment",""],"type":"string","x-go-enum-desc":"initializing initializing\npending_validation pending_validation\ndeleted deleted\npending_issuance pending_issuance\npending_deployment pending_deployment\npending_deletion pending_deletion\npending_expiration pending_expiration\nexpired expired\nactive active\ninitializing_timed_out initializing_timed_out\nvalidation_timed_out validation_timed_out\nissuance_timed_out issuance_timed_out\ndeployment_timed_out deployment_timed_out\ndeletion_timed_out deletion_timed_out\npending_cleanup pending_cleanup\nstaging_deployment staging_deployment\nstaging_active staging_active\ndeactivating deactivating\ninactive inactive\nbackup_issued backup_issued\nholding_deployment holding_deployment\n unknown Cloudflare sometimes returns an empty string."},"updated_at":{"format":"date-time","type":"string"},"verification_errors":{"items":{"type":"string"},"type":"array"},"verification_status":{"$ref":"#/components/schemas/CustomHostnameStatus"}},"type":"object"},"deleteMySessionsCount":{"description":"Deleted Session Count","properties":{"count":{"description":"The number of sessions that were revoked.","format":"int64","type":"integer"}},"type":"object"},"emailTemplateData":{"description":"Contains the data of the email template, including the subject and body in HTML and plaintext variants","properties":{"body":{"$ref":"#/components/schemas/emailTemplateDataBody"},"subject":{"type":"string"}},"required":["body","subject"],"type":"object"},"emailTemplateDataBody":{"properties":{"html":{"type":"string"},"plaintext":{"type":"string"}},"required":["html","plaintext"],"type":"object"},"errorAuthenticatorAssuranceLevelNotSatisfied":{"properties":{"error":{"$ref":"#/components/schemas/genericError"},"redirect_browser_to":{"description":"Points to where to redirect the user to next.","type":"string"}},"title":"Is returned when an active session was found but the requested AAL is not satisfied.","type":"object"},"errorBrowserLocationChangeRequired":{"properties":{"error":{"$ref":"#/components/schemas/errorGeneric"},"redirect_browser_to":{"description":"Points to where to redirect the user to next.","type":"string"}},"title":"Is sent when a flow requires a browser to change its location.","type":"object"},"errorFlowReplaced":{"description":"Is sent when a flow is replaced by a different flow of the same class","properties":{"error":{"$ref":"#/components/schemas/genericError"},"use_flow_id":{"description":"The flow ID that should be used for the new flow as it contains the correct messages.","format":"uuid","type":"string"}},"type":"object"},"errorGeneric":{"description":"The standard Ory JSON API error format.","properties":{"error":{"$ref":"#/components/schemas/genericErrorContent"}},"required":["error"],"title":"JSON API Error Response","type":"object"},"errorOAuth2":{"description":"Error","properties":{"error":{"description":"Error","type":"string"},"error_debug":{"description":"Error Debug Information\n\nOnly available in dev mode.","type":"string"},"error_description":{"description":"Error Description","type":"string"},"error_hint":{"description":"Error Hint\n\nHelps the user identify the error cause.","example":"The redirect URL is not allowed.","type":"string"},"status_code":{"description":"HTTP Status Code","example":401,"format":"int64","type":"integer"}},"type":"object"},"expandedPermissionTree":{"properties":{"children":{"description":"The children of the node, possibly none.","items":{"$ref":"#/components/schemas/expandedPermissionTree"},"type":"array"},"tuple":{"$ref":"#/components/schemas/relationship"},"type":{"description":"The type of the node.\nunion TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified","enum":["union","exclusion","intersection","leaf","tuple_to_subject_set","computed_subject_set","not","unspecified"],"type":"string","x-go-enum-desc":"union TreeNodeUnion\nexclusion TreeNodeExclusion\nintersection TreeNodeIntersection\nleaf TreeNodeLeaf\ntuple_to_subject_set TreeNodeTupleToSubjectSet\ncomputed_subject_set TreeNodeComputedSubjectSet\nnot TreeNodeNot\nunspecified TreeNodeUnspecified"}},"required":["type"],"type":"object"},"flowError":{"properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"error":{"type":"object"},"id":{"description":"ID of the error container.","format":"uuid","type":"string"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id"],"type":"object"},"genericError":{"description":"Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.","properties":{"code":{"description":"The status code","example":404,"format":"int64","type":"integer"},"debug":{"description":"Debug information\n\nThis field is often not exposed to protect against leaking\nsensitive information.","example":"SQL field \"foo\" is not a bool.","type":"string"},"details":{"description":"Further error details"},"error":{"$ref":"#/components/schemas/genericErrorContent"},"id":{"description":"The error ID\n\nUseful when trying to identify various errors in application logic.","type":"string"},"message":{"description":"Error message\n\nThe error's message.","example":"The resource could not be found","type":"string"},"reason":{"description":"A human-readable reason for the error","example":"User with ID 1234 does not exist.","type":"string"},"request":{"description":"The request ID\n\nThe request ID is often exposed internally in order to trace\nerrors across service architectures. This is often a UUID.","example":"d7ef54b1-ec15-46e6-bccb-524b82c035e6","type":"string"},"status":{"description":"The status description","example":"Not Found","type":"string"}},"required":["message"],"title":"Error response","type":"object"},"genericErrorContent":{"description":"Error response","properties":{"debug":{"description":"Debug contains debug information. This is usually not available and has to be enabled.","example":"The database adapter was unable to find the element","type":"string"},"error":{"description":"Name is the error name.","example":"The requested resource could not be found","type":"string"},"error_description":{"description":"Description contains further information on the nature of the error.","example":"Object with ID 12345 does not exist","type":"string"},"message":{"description":"Message contains the error message.","type":"string"},"status_code":{"description":"Code represents the error status code (404, 403, 401, ...).","example":404,"format":"int64","type":"integer"}},"type":"object"},"getAttributesCountResponse":{"description":"Response of the getAttributesCount endpoint","properties":{"data":{"description":"The list of data points.","items":{"$ref":"#/components/schemas/AttributesCountDatapoint"},"readOnly":true,"type":"array"}},"required":["data"],"type":"object"},"getManagedIdentitySchemaLocation":{"description":"Ory Identity Schema Location","properties":{"location":{"type":"string"}},"type":"object"},"getOrganizationResponse":{"properties":{"organization":{"$ref":"#/components/schemas/organization"}},"required":["organization"],"title":"getOrganizationResponse represents a B2B SSO Organization.","type":"object"},"getProjectMetricsResponse":{"description":"Response of the getMetrics endpoint","properties":{"data":{"description":"The list of data points.","items":{"$ref":"#/components/schemas/metricsDatapoint"},"readOnly":true,"type":"array"}},"required":["data"],"type":"object"},"getSessionActivityResponse":{"description":"Response of the getSessionActivity endpoint","properties":{"data":{"description":"The list of data points.","items":{"$ref":"#/components/schemas/SessionActivityDatapoint"},"readOnly":true,"type":"array"}},"required":["data"],"type":"object"},"healthNotReadyStatus":{"properties":{"errors":{"additionalProperties":{"type":"string"},"description":"Errors contains a list of errors that caused the not ready status.","type":"object"}},"type":"object"},"healthStatus":{"properties":{"status":{"description":"Status always contains \"ok\".","type":"string"}},"type":"object"},"identity":{"description":"An [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) represents a (human) user in Ory.","properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"credentials":{"additionalProperties":{"$ref":"#/components/schemas/identityCredentials"},"description":"Credentials represents all credentials that can be used for authenticating this identity.","type":"object"},"id":{"description":"ID is the identity's unique identifier.\n\nThe Identity ID can not be changed and can not be chosen. This ensures future\ncompatibility and optimization for distributed stores such as CockroachDB.","format":"uuid","type":"string"},"metadata_admin":{"$ref":"#/components/schemas/nullJsonRawMessage"},"metadata_public":{"$ref":"#/components/schemas/nullJsonRawMessage"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"recovery_addresses":{"description":"RecoveryAddresses contains all the addresses that can be used to recover an identity.","items":{"$ref":"#/components/schemas/recoveryIdentityAddress"},"type":"array","x-omitempty":true},"schema_id":{"description":"SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.","type":"string"},"schema_url":{"description":"SchemaURL is the URL of the endpoint where the identity's traits schema can be fetched from.\n\nformat: url","type":"string"},"state":{"$ref":"#/components/schemas/identityState"},"state_changed_at":{"$ref":"#/components/schemas/nullTime"},"traits":{"$ref":"#/components/schemas/identityTraits"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"verifiable_addresses":{"description":"VerifiableAddresses contains all the addresses that can be verified by the user.","items":{"$ref":"#/components/schemas/verifiableIdentityAddress"},"type":"array","x-omitempty":true}},"required":["id","schema_id","schema_url","traits"],"title":"Identity represents an Ory Kratos identity","type":"object"},"identityCredentials":{"description":"Credentials represents a specific credential type","properties":{"config":{"$ref":"#/components/schemas/JSONRawMessage"},"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"identifiers":{"description":"Identifiers represents a list of unique identifiers this credential type matches.","items":{"type":"string"},"type":"array"},"type":{"$ref":"#/components/schemas/identityCredentialsType"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"version":{"description":"Version refers to the version of the credential. Useful when changing the config schema.","format":"int64","type":"integer"}},"type":"object"},"identityCredentialsCode":{"description":"CredentialsCode represents a one time login/registration code","properties":{"address_type":{"$ref":"#/components/schemas/CodeAddressType"},"used_at":{"$ref":"#/components/schemas/NullTime"}},"type":"object"},"identityCredentialsOidc":{"properties":{"providers":{"items":{"$ref":"#/components/schemas/identityCredentialsOidcProvider"},"type":"array"}},"title":"CredentialsOIDC is contains the configuration for credentials of the type oidc.","type":"object"},"identityCredentialsOidcProvider":{"properties":{"initial_access_token":{"type":"string"},"initial_id_token":{"type":"string"},"initial_refresh_token":{"type":"string"},"organization":{"type":"string"},"provider":{"type":"string"},"subject":{"type":"string"}},"title":"CredentialsOIDCProvider is contains a specific OpenID COnnect credential for a particular connection (e.g. Google).","type":"object"},"identityCredentialsPassword":{"properties":{"hashed_password":{"description":"HashedPassword is a hash-representation of the password.","type":"string"}},"title":"CredentialsPassword is contains the configuration for credentials of the type password.","type":"object"},"identityCredentialsType":{"description":"and so on.","enum":["password","totp","oidc","webauthn","lookup_secret","code"],"title":"CredentialsType represents several different credential types, like password credentials, passwordless credentials,","type":"string"},"identityMetaSchema":{"description":"Identity Meta Schema","type":"object"},"identityPatch":{"description":"Payload for patching an identity","properties":{"create":{"$ref":"#/components/schemas/createIdentityBody"},"patch_id":{"description":"The ID of this patch.\n\nThe patch ID is optional. If specified, the ID will be returned in the\nresponse, so consumers of this API can correlate the response with the\npatch.","format":"uuid","type":"string"}},"type":"object"},"identityPatchResponse":{"description":"Response for a single identity patch","properties":{"action":{"description":"The action for this specific patch\ncreate ActionCreate Create this identity.","enum":["create"],"type":"string","x-go-enum-desc":"create ActionCreate Create this identity."},"identity":{"description":"The identity ID payload of this patch","format":"uuid","type":"string"},"patch_id":{"description":"The ID of this patch response, if an ID was specified in the patch.","format":"uuid","type":"string"}},"type":"object"},"identitySchema":{"description":"Raw JSON Schema","type":"object"},"identitySchemaContainer":{"description":"An Identity JSON Schema Container","properties":{"id":{"description":"The ID of the Identity JSON Schema","type":"string"},"schema":{"description":"The actual Identity JSON Schema","type":"object"}},"type":"object"},"identitySchemaPreset":{"properties":{"schema":{"description":"Schema is the Identity JSON Schema","type":"object"},"url":{"description":"URL is the preset identifier","type":"string"}},"required":["url","schema"],"type":"object"},"identitySchemaPresets":{"items":{"$ref":"#/components/schemas/identitySchemaPreset"},"type":"array"},"identitySchemas":{"description":"List of Identity JSON Schemas","items":{"$ref":"#/components/schemas/identitySchemaContainer"},"type":"array"},"identityState":{"description":"The state can either be `active` or `inactive`.","enum":["active","inactive"],"title":"An Identity's State","type":"string"},"identityTraits":{"description":"Traits represent an identity's traits. The identity is able to create, modify, and delete traits\nin a self-service manner. The input will always be validated against the JSON Schema defined\nin `schema_url`."},"identityVerifiableAddressStatus":{"description":"VerifiableAddressStatus must not exceed 16 characters as that is the limitation in the SQL Schema","type":"string"},"identityVerifiableAddressType":{"description":"VerifiableAddressType must not exceed 16 characters as that is the limitation in the SQL Schema","type":"string"},"identityWithCredentials":{"description":"Create Identity and Import Credentials","properties":{"oidc":{"$ref":"#/components/schemas/identityWithCredentialsOidc"},"password":{"$ref":"#/components/schemas/identityWithCredentialsPassword"}},"type":"object"},"identityWithCredentialsOidc":{"description":"Create Identity and Import Social Sign In Credentials","properties":{"config":{"$ref":"#/components/schemas/identityWithCredentialsOidcConfig"}},"type":"object"},"identityWithCredentialsOidcConfig":{"properties":{"config":{"$ref":"#/components/schemas/identityWithCredentialsPasswordConfig"},"providers":{"description":"A list of OpenID Connect Providers","items":{"$ref":"#/components/schemas/identityWithCredentialsOidcConfigProvider"},"type":"array"}},"type":"object"},"identityWithCredentialsOidcConfigProvider":{"description":"Create Identity and Import Social Sign In Credentials Configuration","properties":{"provider":{"description":"The OpenID Connect provider to link the subject to. Usually something like `google` or `github`.","type":"string"},"subject":{"description":"The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token.","type":"string"}},"required":["subject","provider"],"type":"object"},"identityWithCredentialsPassword":{"description":"Create Identity and Import Password Credentials","properties":{"config":{"$ref":"#/components/schemas/identityWithCredentialsPasswordConfig"}},"type":"object"},"identityWithCredentialsPasswordConfig":{"description":"Create Identity and Import Password Credentials Configuration","properties":{"hashed_password":{"description":"The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords)","type":"string"},"password":{"description":"The password in plain text if no hash is available.","type":"string"}},"type":"object"},"internalGetProjectBrandingBody":{"description":"Get Project Branding Request Body","properties":{"hostname":{"type":"string"}},"type":"object"},"internalIsAXWelcomeScreenEnabledForProjectBody":{"description":"Is Account Experience Enabled For Project Request Body","properties":{"path":{"description":"Path is the path of the request.","type":"string"},"project_slug":{"description":"ProjectSlug is the project's slug.","type":"string"}},"required":["project_slug","path"],"type":"object"},"internalIsOwnerForProjectBySlugBody":{"description":"Is Owner For Project By Slug Request Body","properties":{"namespace":{"description":"Namespace is the namespace of the subject.","enum":["User"," ApiKey"],"type":"string"},"project_scope":{"description":"ProjectScope is the project_id resolved from the\nAPI Token.","type":"string"},"project_slug":{"description":"ProjectSlug is the project's slug.","type":"string"},"subject":{"description":"Subject is the subject acting (user or API key).","type":"string"}},"required":["subject","namespace","project_slug"],"type":"object"},"internalIsOwnerForProjectBySlugResponse":{"properties":{"project_id":{"description":"ProjectID is the project's ID.","type":"string"}},"required":["project_id"],"type":"object"},"internalProvisionMockSubscription":{"description":"Internal Provision Mock Subscription Request Body","properties":{"currency":{"description":"Currency\nusd USD\neur Euro","enum":["usd","eur"],"type":"string","x-go-enum-desc":"usd USD\neur Euro"},"identity_id":{"description":"Identity ID","format":"uuid","type":"string"},"interval":{"description":"Billing Interval\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"plan":{"description":"Plan ID","type":"string"}},"required":["plan","interval","identity_id","currency"],"type":"object"},"introspectedOAuth2Token":{"description":"Introspection contains an access token's session data as specified by\n[IETF RFC 7662](https://tools.ietf.org/html/rfc7662)","properties":{"active":{"description":"Active is a boolean indicator of whether or not the presented token\nis currently active. The specifics of a token's \"active\" state\nwill vary depending on the implementation of the authorization\nserver and the information it keeps about its tokens, but a \"true\"\nvalue return for the \"active\" property will generally indicate\nthat a given token has been issued by this authorization server,\nhas not been revoked by the resource owner, and is within its\ngiven time window of validity (e.g., after its issuance time and\nbefore its expiration time).","type":"boolean"},"aud":{"description":"Audience contains a list of the token's intended audiences.","items":{"type":"string"},"type":"array"},"client_id":{"description":"ID is aclient identifier for the OAuth 2.0 client that\nrequested this token.","type":"string"},"exp":{"description":"Expires at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token will expire.","format":"int64","type":"integer"},"ext":{"additionalProperties":{},"description":"Extra is arbitrary data set by the session.","type":"object"},"iat":{"description":"Issued at is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token was\noriginally issued.","format":"int64","type":"integer"},"iss":{"description":"IssuerURL is a string representing the issuer of this token","type":"string"},"nbf":{"description":"NotBefore is an integer timestamp, measured in the number of seconds\nsince January 1 1970 UTC, indicating when this token is not to be\nused before.","format":"int64","type":"integer"},"obfuscated_subject":{"description":"ObfuscatedSubject is set when the subject identifier algorithm was set to \"pairwise\" during authorization.\nIt is the `sub` value of the ID Token that was issued.","type":"string"},"scope":{"description":"Scope is a JSON string containing a space-separated list of\nscopes associated with this token.","type":"string"},"sub":{"description":"Subject of the token, as defined in JWT [RFC7519].\nUsually a machine-readable identifier of the resource owner who\nauthorized this token.","type":"string"},"token_type":{"description":"TokenType is the introspected token's type, typically `Bearer`.","type":"string"},"token_use":{"description":"TokenUse is the introspected token's use, for example `access_token` or `refresh_token`.","type":"string"},"username":{"description":"Username is a human-readable identifier for the resource owner who\nauthorized this token.","type":"string"}},"required":["active"],"type":"object"},"isOwnerForProjectBySlug":{"properties":{"ProjectSlug":{"description":"ProjectSlug is the project's slug.","type":"string"},"Subject":{"description":"Subject is the subject from the API Token.","type":"string"}},"required":["Subject","ProjectSlug"],"type":"object"},"jsonPatch":{"description":"A JSONPatch document as defined by RFC 6902","properties":{"from":{"description":"This field is used together with operation \"move\" and uses JSON Pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).","example":"/name","type":"string"},"op":{"description":"The operation to be performed. One of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\".","enum":["add","remove","replace","move","copy","test"],"example":"replace","type":"string"},"path":{"description":"The path to the target path. Uses JSON pointer notation.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).","example":"/name","type":"string"},"value":{"description":"The value to be used within the operations.\n\nLearn more [about JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901#section-5).","example":"foobar"}},"required":["op","path"],"type":"object"},"jsonPatchDocument":{"description":"A JSONPatchDocument request","items":{"$ref":"#/components/schemas/jsonPatch"},"type":"array"},"jsonWebKey":{"properties":{"alg":{"description":"The \"alg\" (algorithm) parameter identifies the algorithm intended for\nuse with the key. The values used should either be registered in the\nIANA \"JSON Web Signature and Encryption Algorithms\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name.","example":"RS256","type":"string"},"crv":{"example":"P-256","type":"string"},"d":{"example":"T_N8I-6He3M8a7X1vWt6TGIx4xB_GP3Mb4SsZSA4v-orvJzzRiQhLlRR81naWYxfQAYt5isDI6_C2L9bdWo4FFPjGQFvNoRX-_sBJyBI_rl-TBgsZYoUlAj3J92WmY2inbA-PwyJfsaIIDceYBC-eX-xiCu6qMqkZi3MwQAFL6bMdPEM0z4JBcwFT3VdiWAIRUuACWQwrXMq672x7fMuaIaHi7XDGgt1ith23CLfaREmJku9PQcchbt_uEY-hqrFY6ntTtS4paWWQj86xLL94S-Tf6v6xkL918PfLSOTq6XCzxvlFwzBJqApnAhbwqLjpPhgUG04EDRrqrSBc5Y1BLevn6Ip5h1AhessBp3wLkQgz_roeckt-ybvzKTjESMuagnpqLvOT7Y9veIug2MwPJZI2VjczRc1vzMs25XrFQ8DpUy-bNdp89TmvAXwctUMiJdgHloJw23Cv03gIUAkDnsTqZmkpbIf-crpgNKFmQP_EDKoe8p_PXZZgfbRri3NoEVGP7Mk6yEu8LjJhClhZaBNjuWw2-KlBfOA3g79mhfBnkInee5KO9mGR50qPk1V-MorUYNTFMZIm0kFE6eYVWFBwJHLKYhHU34DoiK1VP-svZpC2uAMFNA_UJEwM9CQ2b8qe4-5e9aywMvwcuArRkAB5mBIfOaOJao3mfukKAE","type":"string"},"dp":{"example":"G4sPXkc6Ya9y8oJW9_ILj4xuppu0lzi_H7VTkS8xj5SdX3coE0oimYwxIi2emTAue0UOa5dpgFGyBJ4c8tQ2VF402XRugKDTP8akYhFo5tAA77Qe_NmtuYZc3C3m3I24G2GvR5sSDxUyAN2zq8Lfn9EUms6rY3Ob8YeiKkTiBj0","type":"string"},"dq":{"example":"s9lAH9fggBsoFR8Oac2R_E2gw282rT2kGOAhvIllETE1efrA6huUUvMfBcMpn8lqeW6vzznYY5SSQF7pMdC_agI3nG8Ibp1BUb0JUiraRNqUfLhcQb_d9GF4Dh7e74WbRsobRonujTYN1xCaP6TO61jvWrX-L18txXw494Q_cgk","type":"string"},"e":{"example":"AQAB","type":"string"},"k":{"example":"GawgguFyGrWKav7AX4VKUg","type":"string"},"kid":{"description":"The \"kid\" (key ID) parameter is used to match a specific key. This\nis used, for instance, to choose among a set of keys within a JWK Set\nduring key rollover. The structure of the \"kid\" value is\nunspecified. When \"kid\" values are used within a JWK Set, different\nkeys within the JWK Set SHOULD use distinct \"kid\" values. (One\nexample in which different keys might use the same \"kid\" value is if\nthey have different \"kty\" (key type) values but are considered to be\nequivalent alternatives by the application using them.) The \"kid\"\nvalue is a case-sensitive string.","example":"1603dfe0af8f4596","type":"string"},"kty":{"description":"The \"kty\" (key type) parameter identifies the cryptographic algorithm\nfamily used with the key, such as \"RSA\" or \"EC\". \"kty\" values should\neither be registered in the IANA \"JSON Web Key Types\" registry\nestablished by [JWA] or be a value that contains a Collision-\nResistant Name. The \"kty\" value is a case-sensitive string.","example":"RSA","type":"string"},"n":{"example":"vTqrxUyQPl_20aqf5kXHwDZrel-KovIp8s7ewJod2EXHl8tWlRB3_Rem34KwBfqlKQGp1nqah-51H4Jzruqe0cFP58hPEIt6WqrvnmJCXxnNuIB53iX_uUUXXHDHBeaPCSRoNJzNysjoJ30TIUsKBiirhBa7f235PXbKiHducLevV6PcKxJ5cY8zO286qJLBWSPm-OIevwqsIsSIH44Qtm9sioFikhkbLwoqwWORGAY0nl6XvVOlhADdLjBSqSAeT1FPuCDCnXwzCDR8N9IFB_IjdStFkC-rVt2K5BYfPd0c3yFp_vHR15eRd0zJ8XQ7woBC8Vnsac6Et1pKS59pX6256DPWu8UDdEOolKAPgcd_g2NpA76cAaF_jcT80j9KrEzw8Tv0nJBGesuCjPNjGs_KzdkWTUXt23Hn9QJsdc1MZuaW0iqXBepHYfYoqNelzVte117t4BwVp0kUM6we0IqyXClaZgOI8S-WDBw2_Ovdm8e5NmhYAblEVoygcX8Y46oH6bKiaCQfKCFDMcRgChme7AoE1yZZYsPbaG_3IjPrC4LBMHQw8rM9dWjJ8ImjicvZ1pAm0dx-KHCP3y5PVKrxBDf1zSOsBRkOSjB8TPODnJMz6-jd5hTtZxpZPwPoIdCanTZ3ZD6uRBpTmDwtpRGm63UQs1m5FWPwb0T2IF0","type":"string"},"p":{"example":"6NbkXwDWUhi-eR55Cgbf27FkQDDWIamOaDr0rj1q0f1fFEz1W5A_09YvG09Fiv1AO2-D8Rl8gS1Vkz2i0zCSqnyy8A025XOcRviOMK7nIxE4OH_PEsko8dtIrb3TmE2hUXvCkmzw9EsTF1LQBOGC6iusLTXepIC1x9ukCKFZQvdgtEObQ5kzd9Nhq-cdqmSeMVLoxPLd1blviVT9Vm8-y12CtYpeJHOaIDtVPLlBhJiBoPKWg3vxSm4XxIliNOefqegIlsmTIa3MpS6WWlCK3yHhat0Q-rRxDxdyiVdG_wzJvp0Iw_2wms7pe-PgNPYvUWH9JphWP5K38YqEBiJFXQ","type":"string"},"q":{"example":"0A1FmpOWR91_RAWpqreWSavNaZb9nXeKiBo0DQGBz32DbqKqQ8S4aBJmbRhJcctjCLjain-ivut477tAUMmzJwVJDDq2MZFwC9Q-4VYZmFU4HJityQuSzHYe64RjN-E_NQ02TWhG3QGW6roq6c57c99rrUsETwJJiwS8M5p15Miuz53DaOjv-uqqFAFfywN5WkxHbraBcjHtMiQuyQbQqkCFh-oanHkwYNeytsNhTu2mQmwR5DR2roZ2nPiFjC6nsdk-A7E3S3wMzYYFw7jvbWWoYWo9vB40_MY2Y0FYQSqcDzcBIcq_0tnnasf3VW4Fdx6m80RzOb2Fsnln7vKXAQ","type":"string"},"qi":{"example":"GyM_p6JrXySiz1toFgKbWV-JdI3jQ4ypu9rbMWx3rQJBfmt0FoYzgUIZEVFEcOqwemRN81zoDAaa-Bk0KWNGDjJHZDdDmFhW3AN7lI-puxk_mHZGJ11rxyR8O55XLSe3SPmRfKwZI6yU24ZxvQKFYItdldUKGzO6Ia6zTKhAVRU","type":"string"},"use":{"description":"Use (\"public key use\") identifies the intended use of\nthe public key. The \"use\" parameter is employed to indicate whether\na public key is used for encrypting data or verifying the signature\non data. Values are commonly \"sig\" (signature) or \"enc\" (encryption).","example":"sig","type":"string"},"x":{"example":"f83OJ3D2xF1Bg8vub9tLe1gHMzV76e8Tus9uPHvRVEU","type":"string"},"x5c":{"description":"The \"x5c\" (X.509 certificate chain) parameter contains a chain of one\nor more PKIX certificates [RFC5280]. The certificate chain is\nrepresented as a JSON array of certificate value strings. Each\nstring in the array is a base64-encoded (Section 4 of [RFC4648] --\nnot base64url-encoded) DER [ITU.X690.1994] PKIX certificate value.\nThe PKIX certificate containing the key value MUST be the first\ncertificate.","items":{"type":"string"},"type":"array"},"y":{"example":"x_FEzRu9m36HLN_tue659LNpXW6pCyStikYjKIWI5a0","type":"string"}},"required":["use","kty","kid","alg"],"type":"object"},"jsonWebKeySet":{"description":"JSON Web Key Set","properties":{"keys":{"description":"List of JSON Web Keys\n\nThe value of the \"keys\" parameter is an array of JSON Web Key (JWK)\nvalues. By default, the order of the JWK values within the array does\nnot imply an order of preference among them, although applications\nof JWK Sets can choose to assign a meaning to the order for their\npurposes, if desired.","items":{"$ref":"#/components/schemas/jsonWebKey"},"type":"array"}},"type":"object"},"listCustomDomains":{"description":"Custom Hostname List","items":{"$ref":"#/components/schemas/customDomain"},"type":"array"},"listOrganizationsResponse":{"description":"B2B SSO Organization List","properties":{"organizations":{"items":{"$ref":"#/components/schemas/organization"},"type":"array"}},"required":["organizations"],"type":"object"},"loginFlow":{"description":"This object represents a login flow. A login flow is initiated at the \"Initiate Login API / Browser Flow\"\nendpoint by a client.\n\nOnce a login flow is completed successfully, a session cookie or session token will be issued.","properties":{"active":{"$ref":"#/components/schemas/identityCredentialsType"},"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the flow's unique ID. When performing the login flow, this\nrepresents the id in the login UI's query parameter: http:///?flow=","format":"uuid","type":"string"},"issued_at":{"description":"IssuedAt is the time (UTC) when the flow started.","format":"date-time","type":"string"},"oauth2_login_challenge":{"description":"Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.","type":"string"},"oauth2_login_request":{"$ref":"#/components/schemas/oAuth2LoginRequest"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"refresh":{"description":"Refresh stores whether this login flow should enforce re-authentication.","type":"boolean"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"requested_aal":{"$ref":"#/components/schemas/authenticatorAssuranceLevel"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"session_token_exchange_code":{"description":"SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the login flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the login flow.","type":"string"},"state":{"description":"State represents the state of this request:\n\nchoose_method: ask the user to choose a method to sign in with\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed."},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id","type","expires_at","issued_at","request_url","ui","state"],"title":"Login Flow","type":"object"},"loginFlowState":{"description":"The state represents the state of the login flow.\n\nchoose_method: ask the user to choose a method (e.g. login account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the login challenge was passed.","enum":["choose_method","sent_email","passed_challenge"],"title":"Login Flow State"},"logoutFlow":{"description":"Logout Flow","properties":{"logout_token":{"description":"LogoutToken can be used to perform logout using AJAX.","type":"string"},"logout_url":{"description":"LogoutURL can be opened in a browser to sign the user out.\n\nformat: uri","type":"string"}},"required":["logout_url","logout_token"],"type":"object"},"managedIdentitySchema":{"description":"Together the name and identity uuid are a unique index constraint.\nThis prevents a user from having schemas with the same name.\nThis also allows schemas to have the same name across the system.","properties":{"blob_name":{"description":"The gcs file name\n\nThis is a randomly generated name which is used to uniquely identify the file on the blob storage","type":"string"},"blob_url":{"description":"The publicly accessible url of the schema","type":"string"},"content_hash":{"description":"The Content Hash\n\nContains a hash of the schema's content.","type":"string"},"created_at":{"description":"The Schema's Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The schema's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The schema name\n\nThis is set by the user and is for them to easily recognise their schema","example":"CustomerIdentity","type":"string"},"updated_at":{"description":"Last Time Schema was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["id","name","blob_name","blob_url","created_at","updated_at"],"title":"Schema represents an Ory Kratos Identity Schema","type":"object"},"managedIdentitySchemaValidationResult":{"description":"Ory Identity Schema Validation Result","properties":{"message":{"type":"string"},"valid":{"type":"boolean"}},"type":"object"},"managedIdentitySchemas":{"items":{"$ref":"#/components/schemas/managedIdentitySchema"},"type":"array"},"memberInvite":{"properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The invite's ID.","format":"uuid","readOnly":true,"type":"string"},"invitee_email":{"description":"The invitee's email","type":"string"},"invitee_id":{"$ref":"#/components/schemas/NullUUID"},"owner_email":{"description":"The invite owner's email\nUsually the project's owner email","type":"string"},"owner_id":{"description":"The invite owner's ID\nUsually the project's owner","format":"uuid","type":"string"},"project_id":{"description":"The Project's ID this invite is associated with","format":"uuid","type":"string"},"status":{"description":"The invite's status\nKeeps track of the invites status such as pending, accepted, declined, expired\npending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED","enum":["pending","accepted","declined","expired","cancelled","removed"],"type":"string","x-go-enum-desc":"pending PENDING\naccepted ACCEPTED\ndeclined DECLINED\nexpired EXPIRED\ncancelled CANCELLED\nremoved REMOVED"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_id","owner_id","owner_email","invitee_email","status","created_at","updated_at"],"type":"object"},"memberInvites":{"items":{"$ref":"#/components/schemas/memberInvite"},"type":"array"},"message":{"properties":{"body":{"type":"string"},"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"dispatches":{"description":"Dispatches store information about the attempts of delivering a message\nMay contain an error if any happened, or just the `success` state.","items":{"$ref":"#/components/schemas/messageDispatch"},"type":"array"},"id":{"format":"uuid","type":"string"},"recipient":{"type":"string"},"send_count":{"format":"int64","type":"integer"},"status":{"$ref":"#/components/schemas/courierMessageStatus"},"subject":{"type":"string"},"template_type":{"description":"\nrecovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\notp TypeOTP\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid","enum":["recovery_invalid","recovery_valid","recovery_code_invalid","recovery_code_valid","verification_invalid","verification_valid","verification_code_invalid","verification_code_valid","otp","stub","login_code_valid","registration_code_valid"],"type":"string","x-go-enum-desc":"recovery_invalid TypeRecoveryInvalid\nrecovery_valid TypeRecoveryValid\nrecovery_code_invalid TypeRecoveryCodeInvalid\nrecovery_code_valid TypeRecoveryCodeValid\nverification_invalid TypeVerificationInvalid\nverification_valid TypeVerificationValid\nverification_code_invalid TypeVerificationCodeInvalid\nverification_code_valid TypeVerificationCodeValid\notp TypeOTP\nstub TypeTestStub\nlogin_code_valid TypeLoginCodeValid\nregistration_code_valid TypeRegistrationCodeValid"},"type":{"$ref":"#/components/schemas/courierMessageType"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id","status","type","recipient","body","subject","template_type","send_count","created_at","updated_at"],"type":"object"},"messageDispatch":{"description":"MessageDispatch represents an attempt of sending a courier message\nIt contains the status of the attempt (failed or successful) and the error if any occured","properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"error":{"$ref":"#/components/schemas/JSONRawMessage"},"id":{"description":"The ID of this message dispatch","format":"uuid","type":"string"},"message_id":{"description":"The ID of the message being dispatched","format":"uuid","type":"string"},"status":{"description":"The status of this dispatch\nEither \"failed\" or \"success\"\nfailed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess","enum":["failed","success"],"type":"string","x-go-enum-desc":"failed CourierMessageDispatchStatusFailed\nsuccess CourierMessageDispatchStatusSuccess"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"}},"required":["id","message_id","status","created_at","updated_at"],"type":"object"},"metricsDatapoint":{"description":"Represents a single datapoint/bucket of a time series","properties":{"count":{"description":"The count of events that occured in this time","format":"int64","type":"integer"},"time":{"description":"The time of the bucket","format":"date-time","type":"string"}},"required":["time","count"],"type":"object"},"namespace":{"properties":{"name":{"description":"Name of the namespace.","type":"string"}},"type":"object"},"needsPrivilegedSessionError":{"properties":{"error":{"$ref":"#/components/schemas/genericError"},"redirect_browser_to":{"description":"Points to where to redirect the user to next.","type":"string"}},"required":["redirect_browser_to"],"title":"Is sent when a privileged session is required to perform the settings update.","type":"object"},"normalizedProject":{"properties":{"created_at":{"description":"The Project's Creation Date","format":"date-time","readOnly":true,"type":"string"},"current_revision":{"$ref":"#/components/schemas/normalizedProjectRevision"},"environment":{"description":"The environment of the project.\nprod Production\ndev Development","enum":["prod","dev"],"type":"string","x-go-enum-desc":"prod Production\ndev Development"},"hosts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"readOnly":true,"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"subscription_id":{"$ref":"#/components/schemas/NullUUID"},"subscription_plan":{"$ref":"#/components/schemas/String"},"updated_at":{"description":"Last Time Project was Updated","format":"date-time","readOnly":true,"type":"string"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["id","hosts","slug","current_revision","state","environment","workspace_id","created_at","updated_at"],"type":"object"},"normalizedProjectRevision":{"properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"disable_account_experience_welcome_screen":{"description":"Whether to disable the account experience welcome screen, which is hosted under `/ui/welcome`.","type":"boolean"},"hydra_oauth2_allowed_top_level_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oauth2_client_credentials_default_grant_allowed_scope":{"description":"Automatically grant authorized OAuth2 Scope in OAuth2 Client Credentials Flow.\n\nEach OAuth2 Client is allowed to request a predefined OAuth2 Scope (for example `read write`). If this option is enabled, the full\nscope is automatically granted when performing the OAuth2 Client Credentials flow.\n\nIf disabled, the OAuth2 Client has to request the scope in the OAuth2 request by providing the `scope` query parameter.\n\nSetting this option to true is common if you need compatibility with MITREid.\n\nThis governs the \"oauth2.client_credentials.default_grant_allowed_scope\" setting.","type":"boolean"},"hydra_oauth2_exclude_not_before_claim":{"description":"Set to true if you want to exclude claim `nbf (not before)` part of access token.\n\nThis governs the \"oauth2.exclude_not_before_claim\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_iat_optional":{"description":"Configures if the issued at (`iat`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `iat` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.iat_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_jti_optional":{"description":"Configures if the JSON Web Token ID (`jti`) claim is required in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523).\n\nIf set to `false`, the `jti` claim is required. Set this value to `true` only after careful consideration.\n\nThis governs the \"oauth2.grant.jwt.jti_optional\" setting.","type":"boolean"},"hydra_oauth2_grant_jwt_max_ttl":{"default":"720h","description":"Configures what the maximum age of a JWT assertion used in the JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants (RFC7523) can be.\n\nThis feature uses the `exp` claim and `iat` claim to calculate assertion age. Assertions exceeding the max age will be denied.\n\nUseful as a safety measure and recommended to keep below 720h.\n\nThis governs the \"oauth2.grant.jwt.max_ttl\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_oauth2_pkce_enforced":{"description":"Configures whether PKCE should be enforced for all OAuth2 Clients.\n\nThis governs the \"oauth2.pkce.enforced\" setting.","type":"boolean"},"hydra_oauth2_pkce_enforced_for_public_clients":{"description":"Configures whether PKCE should be enforced for OAuth2 Clients without a client secret (public clients).\n\nThis governs the \"oauth2.pkce.enforced_for_public_clients\" setting.","type":"boolean"},"hydra_oauth2_refresh_token_hook":{"description":"Sets the Refresh Token Hook Endpoint. If set this endpoint will be called during the OAuth2 Token Refresh grant update the OAuth2 Access Token claims.\n\nThis governs the \"oauth2.refresh_token_hook\" setting.","type":"string"},"hydra_oauth2_token_hook":{"description":"Sets the token hook endpoint for all grant types. If set it will be called while providing token to customize claims.\n\nThis governs the \"oauth2.token_hook.url\" setting.","type":"string"},"hydra_oidc_dynamic_client_registration_default_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_oidc_dynamic_client_registration_enabled":{"description":"Configures OpenID Connect Dynamic Client Registration.\n\nThis governs the \"oidc.dynamic_client_registration.enabled\" setting.","type":"boolean"},"hydra_oidc_subject_identifiers_pairwise_salt":{"description":"Configures OpenID Connect Discovery and overwrites the pairwise algorithm\n\nThis governs the \"oidc.subject_identifiers.pairwise_salt\" setting.","type":"string"},"hydra_oidc_subject_identifiers_supported_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_secrets_system":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_serve_cookies_same_site_legacy_workaround":{"description":"Configures the Ory Hydra Cookie Same Site Legacy Workaround\n\nThis governs the \"serve.cookies.same_site_legacy_workaround\" setting.","type":"boolean"},"hydra_serve_cookies_same_site_mode":{"description":"Configures the Ory Hydra Cookie Same Site Mode\n\nThis governs the \"serve.cookies.same_site_mode\" setting.","type":"string"},"hydra_strategies_access_token":{"default":"opaque","description":"Defines access token type. jwt is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\n\nThis governs the \"strategies.access_token\" setting.\nopaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt","enum":["opaque","jwt"],"type":"string","x-go-enum-desc":"opaque Oauth2AccessTokenStrategyOpaque\njwt Oauth2AccessTokenStrategyJwt"},"hydra_strategies_scope":{"default":"wildcard","description":"Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes\n\nThis governs the \"strategies.scope\" setting.\nexact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard","enum":["exact","wildcard"],"type":"string","x-go-enum-desc":"exact Oauth2ScopeStrategyExact\nwildcard Oauth2ScopeStrategyWildcard"},"hydra_ttl_access_token":{"default":"30m","description":"This governs the \"ttl.access_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_auth_code":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.auth_code\" setting.","example":"30m","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_id_token":{"default":"30m","description":"This governs the \"ttl.id_token\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_login_consent_request":{"default":"30m","description":"Configures how long a user login and consent flow may take.\n\nThis governs the \"ttl.login_consent_request\" setting.","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"hydra_ttl_refresh_token":{"default":"720h","description":"Configures how long refresh tokens are valid.\n\nSet to -1 for refresh tokens to never expire. This is not recommended!\n\nThis governs the \"ttl.refresh_token\" setting.","example":"30m","pattern":"^([0-9]+(ns|us|ms|s|m|h)|-1)$","type":"string"},"hydra_urls_consent":{"description":"Sets the OAuth2 Consent Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.consent\" setting.","type":"string"},"hydra_urls_error":{"description":"Sets the OAuth2 Error URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.error\" setting.","type":"string"},"hydra_urls_login":{"description":"Sets the OAuth2 Login Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.login\" setting.","type":"string"},"hydra_urls_logout":{"description":"Sets the logout endpoint.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.logout\" setting.","type":"string"},"hydra_urls_post_logout_redirect":{"description":"When an OAuth2-related user agent requests to log out, they will be redirected to this url afterwards per default.\n\nDefaults to the Ory Account Experience in development and your application in production mode when a custom domain is connected.\n\nThis governs the \"urls.post_logout_redirect\" setting.","type":"string"},"hydra_urls_registration":{"description":"Sets the OAuth2 Registration Endpoint URL of the OAuth2 User Login & Consent flow.\n\nDefaults to the Ory Account Experience if left empty.\n\nThis governs the \"urls.registration\" setting.","type":"string"},"hydra_urls_self_issuer":{"description":"This value will be used as the issuer in access and ID tokens. It must be specified and using HTTPS protocol, unless the development mode is enabled.\n\nOn the Ory Network it will be very rare that you want to modify this value. If left empty, it will default to the correct value for the Ory Network.\n\nThis governs the \"urls.self.issuer\" setting.","type":"string"},"hydra_webfinger_jwks_broadcast_keys":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_auth_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Authorization URL.\n\nThis governs the \"webfinger.oidc.discovery.auth_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_client_registration_url":{"description":"Configures OpenID Connect Discovery and overwrites the OpenID Connect Dynamic Client Registration Endpoint.\n\nThis governs the \"webfinger.oidc.discovery.client_registration_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_jwks_url":{"description":"Configures OpenID Connect Discovery and overwrites the JWKS URL.\n\nThis governs the \"webfinger.oidc.discovery.jwks_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_supported_claims":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_supported_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"hydra_webfinger_oidc_discovery_token_url":{"description":"Configures OpenID Connect Discovery and overwrites the OAuth2 Token URL.\n\nThis governs the \"webfinger.oidc.discovery.token_url\" setting.","type":"string"},"hydra_webfinger_oidc_discovery_userinfo_url":{"description":"Configures OpenID Connect Discovery and overwrites userinfo endpoint to be advertised at the OpenID Connect Discovery endpoint /.well-known/openid-configuration. Defaults to Ory Hydra's userinfo endpoint at /userinfo. Set this value if you want to handle this endpoint yourself.\n\nThis governs the \"webfinger.oidc.discovery.userinfo_url\" setting.","type":"string"},"id":{"description":"The revision ID.","format":"uuid","readOnly":true,"type":"string"},"keto_namespace_configuration":{"description":"The Revisions' Keto Namespace Configuration\n\nThe string is a URL pointing to an OPL file with the configuration.","type":"string"},"keto_namespaces":{"$ref":"#/components/schemas/KetoNamespaces"},"kratos_cookies_same_site":{"description":"Configures the Ory Kratos Cookie SameSite Attribute\n\nThis governs the \"cookies.same_site\" setting.","type":"string"},"kratos_courier_delivery_strategy":{"default":"smtp","description":"The delivery strategy to use when sending emails\n\n`smtp`: Use SMTP server\n`http`: Use the built in HTTP client to send the email to some remote service","type":"string"},"kratos_courier_http_request_config_auth_api_key_in":{"description":"The location of the API key to use in the HTTP email sending service's authentication\n\n`header`: Send the key value pair as a header\n`cookie`: Send the key value pair as a cookie\nThis governs the \"courier.http.auth.config.in\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_name":{"description":"The name of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.name\" setting","type":"string"},"kratos_courier_http_request_config_auth_api_key_value":{"description":"The value of the API key to use in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.value\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_password":{"description":"The password to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.password\" setting","type":"string"},"kratos_courier_http_request_config_auth_basic_auth_user":{"description":"The user to use for basic auth in the HTTP email sending service's authentication\n\nThis governs the \"courier.http.auth.config.user\" setting","type":"string"},"kratos_courier_http_request_config_auth_type":{"default":"empty (no authentication)","description":"The authentication type to use while contacting the remote HTTP email sending service\n\n`basic_auth`: Use Basic Authentication\n`api_key`: Use API Key Authentication in a header or cookie","type":"string"},"kratos_courier_http_request_config_body":{"description":"The Jsonnet template to generate the body to send to the remote HTTP email sending service\n\nShould be valid Jsonnet and base64 encoded\n\nThis governs the \"courier.http.body\" setting","type":"string"},"kratos_courier_http_request_config_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_http_request_config_method":{"default":"POST","description":"The http METHOD to use when calling the remote HTTP email sending service","type":"string"},"kratos_courier_http_request_config_url":{"description":"The URL of the remote HTTP email sending service\n\nThis governs the \"courier.http.url\" setting","type":"string"},"kratos_courier_smtp_connection_uri":{"description":"Configures the Ory Kratos SMTP Connection URI\n\nThis governs the \"courier.smtp.connection_uri\" setting.","type":"string"},"kratos_courier_smtp_from_address":{"description":"Configures the Ory Kratos SMTP From Address\n\nThis governs the \"courier.smtp.from_address\" setting.","type":"string"},"kratos_courier_smtp_from_name":{"description":"Configures the Ory Kratos SMTP From Name\n\nThis governs the \"courier.smtp.from_name\" setting.","type":"string"},"kratos_courier_smtp_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_courier_smtp_local_name":{"description":"Configures the local_name to use in SMTP connections\n\nThis governs the \"courier.smtp.local_name\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Login via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Login via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_login_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Login via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.login_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Recovery Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Recovery Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_recovery_valid_email_subject":{"description":"Configures the Ory Kratos Valid Recovery Email Subject Template\n\nThis governs the \"courier.smtp.templates.recovery.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Registration via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_registration_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Registration via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.registration_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification via Code Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_code_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification via Code Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_html":{"description":"Configures the Ory Kratos Invalid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_body_plaintext":{"description":"Configures the Ory Kratos Invalid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_invalid_email_subject":{"description":"Configures the Ory Kratos Invalid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.invalid.email.subject\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_html":{"description":"Configures the Ory Kratos Valid Verification Email Body HTML Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.html\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_body_plaintext":{"description":"Configures the Ory Kratos Valid Verification Email Body Plaintext Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.body.plaintext\" setting.","type":"string"},"kratos_courier_templates_verification_valid_email_subject":{"description":"Configures the Ory Kratos Valid Verification Email Subject Template\n\nThis governs the \"courier.smtp.templates.verification.valid.email.subject\" setting.","type":"string"},"kratos_feature_flags_cacheable_sessions":{"description":"Configures the Ory Kratos Session caching feature flag\n\nThis governs the \"feature_flags.cacheable_sessions\" setting.","type":"boolean"},"kratos_feature_flags_use_continue_with_transitions":{"description":"Configures the Ory Kratos Session use_continue_with_transitions flag\n\nThis governs the \"feature_flags.use_continue_with_transitions\" setting.","type":"boolean"},"kratos_identity_schemas":{"$ref":"#/components/schemas/projectRevisionIdentitySchemas"},"kratos_oauth2_provider_headers":{"$ref":"#/components/schemas/nullJsonRawMessage"},"kratos_oauth2_provider_override_return_to":{"description":"Kratos OAuth2 Provider Override Return To\n\nEnabling this allows Kratos to set the return_to parameter automatically to the OAuth2 request URL on the login flow, allowing complex flows such as recovery to continue to the initial OAuth2 flow.","type":"boolean"},"kratos_oauth2_provider_url":{"description":"The Revisions' OAuth2 Provider Integration URL\n\nThis governs the \"oauth2_provider.url\" setting.","type":"string"},"kratos_preview_default_read_consistency_level":{"description":"Configures the default read consistency level for identity APIs\n\nThis governs the `preview.default_read_consistency_level` setting.\n\nThe read consistency level determines the consistency guarantee for reads:\n\nstrong (slow): The read is guaranteed to return the most recent data committed at the start of the read.\neventual (very fast): The result will return data that is about 4.8 seconds old.\n\nSetting the default consistency level to `eventual` may cause regressions in the future as we add consistency\ncontrols to more APIs. Currently, the following APIs will be affected by this setting:\n\n`GET /admin/identities`\n\nDefaults to \"strong\" for new and existing projects. This feature is in preview. Use with caution.","type":"string"},"kratos_secrets_cipher":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_cookie":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_secrets_default":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_allowed_return_urls":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_default_browser_return_url":{"description":"Configures the Ory Kratos Default Return URL\n\nThis governs the \"selfservice.allowed_return_urls\" setting.","type":"string"},"kratos_selfservice_flows_error_ui_url":{"description":"Configures the Ory Kratos Error UI URL\n\nThis governs the \"selfservice.flows.error.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.code.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_default_browser_return_url":{"description":"Configures the Ory Kratos Login Default Return URL\n\nThis governs the \"selfservice.flows.login.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.lookup_secret.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Login After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.login.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.login.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Login After Password Default Return URL\n\nThis governs the \"selfservice.flows.totp.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Login After WebAuthn Default Return URL\n\nThis governs the \"selfservice.flows.login.after.webauthn.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_login_lifespan":{"description":"Configures the Ory Kratos Login Lifespan\n\nThis governs the \"selfservice.flows.login.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_login_ui_url":{"description":"Configures the Ory Kratos Login UI URL\n\nThis governs the \"selfservice.flows.login.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_logout_after_default_browser_return_url":{"description":"Configures the Ory Kratos Logout Default Return URL\n\nThis governs the \"selfservice.flows.logout.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_after_default_browser_return_url":{"description":"Configures the Ory Kratos Recovery Default Return URL\n\nThis governs the \"selfservice.flows.recovery.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_enabled":{"description":"Configures the Ory Kratos Recovery Enabled Setting\n\nThis governs the \"selfservice.flows.recovery.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_lifespan":{"description":"Configures the Ory Kratos Recovery Lifespan\n\nThis governs the \"selfservice.flows.recovery.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_recovery_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos recovery flow\n\nThis governs the \"selfservice.flows.recovery.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_recovery_ui_url":{"description":"Configures the Ory Kratos Recovery UI URL\n\nThis governs the \"selfservice.flows.recovery.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_recovery_use":{"description":"Configures the Ory Kratos Recovery strategy to use (\"link\" or \"code\")\n\nThis governs the \"selfservice.flows.recovery.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_flows_registration_after_code_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Code Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.code.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_default_browser_return_url":{"description":"Configures the Ory Kratos Registration Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After OIDC Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Registration After Password Default Return URL\n\nThis governs the \"selfservice.flows.registration.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_registration_enabled":{"description":"Configures the Whether Ory Kratos Registration is Enabled\n\nThis governs the \"selfservice.flows.registration.enabled\" setting.0","type":"boolean"},"kratos_selfservice_flows_registration_lifespan":{"description":"Configures the Ory Kratos Registration Lifespan\n\nThis governs the \"selfservice.flows.registration.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_registration_login_hints":{"description":"Configures the Ory Kratos Registration Login Hints\n\nShows helpful information when a user tries to sign up with a duplicate account.\n\nThis governs the \"selfservice.flows.registration.login_hints\" setting.","type":"boolean"},"kratos_selfservice_flows_registration_ui_url":{"description":"Configures the Ory Kratos Registration UI URL\n\nThis governs the \"selfservice.flows.registration.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL\n\nThis governs the \"selfservice.flows.settings.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Lookup Secrets\n\nThis governs the \"selfservice.flows.settings.after.lookup_secret.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_oidc_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Social Sign In\n\nThis governs the \"selfservice.flows.settings.after.oidc.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_password_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Passwords\n\nThis governs the \"selfservice.flows.settings.after.password.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_profile_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating Profiles\n\nThis governs the \"selfservice.flows.settings.after.profile.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_totp_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating TOTP\n\nThis governs the \"selfservice.flows.settings.after.totp.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url":{"description":"Configures the Ory Kratos Settings Default Return URL After Updating WebAuthn\n\nThis governs the \"selfservice.flows.settings.webauthn.profile.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_settings_lifespan":{"description":"Configures the Ory Kratos Settings Lifespan\n\nThis governs the \"selfservice.flows.settings.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_settings_privileged_session_max_age":{"description":"Configures the Ory Kratos Settings Privileged Session Max Age\n\nThis governs the \"selfservice.flows.settings.privileged_session_max_age\" setting.","type":"string"},"kratos_selfservice_flows_settings_required_aal":{"description":"Configures the Ory Kratos Settings Required AAL\n\nThis governs the \"selfservice.flows.settings.required_aal\" setting.","type":"string"},"kratos_selfservice_flows_settings_ui_url":{"description":"Configures the Ory Kratos Settings UI URL\n\nThis governs the \"selfservice.flows.settings.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_after_default_browser_return_url":{"description":"Configures the Ory Kratos Verification Default Return URL\n\nThis governs the \"selfservice.flows.verification.after.default_browser_return_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_enabled":{"description":"Configures the Ory Kratos Verification Enabled Setting\n\nThis governs the \"selfservice.flows.verification.enabled\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_lifespan":{"description":"Configures the Ory Kratos Verification Lifespan\n\nThis governs the \"selfservice.flows.verification.lifespan\" setting.","type":"string"},"kratos_selfservice_flows_verification_notify_unknown_recipients":{"description":"Configures whether to notify unknown recipients of a Ory Kratos verification flow\n\nThis governs the \"selfservice.flows.verification.notify_unknown_recipients\" setting.","type":"boolean"},"kratos_selfservice_flows_verification_ui_url":{"description":"Configures the Ory Kratos Verification UI URL\n\nThis governs the \"selfservice.flows.verification.ui_url\" setting.","type":"string"},"kratos_selfservice_flows_verification_use":{"description":"Configures the Ory Kratos Strategy to use for Verification\n\nThis governs the \"selfservice.flows.verification.use\" setting.\nlink SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode","enum":["link","code"],"type":"string","x-go-enum-desc":"link SelfServiceMessageVerificationStrategyLink\ncode SelfServiceMessageVerificationStrategyCode"},"kratos_selfservice_methods_code_config_lifespan":{"description":"Configures the Ory Kratos Code Method's lifespan\n\nThis governs the \"selfservice.methods.code.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_code_enabled":{"description":"Configures whether Ory Kratos Code Method is enabled\n\nThis governs the \"selfservice.methods.code.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_code_passwordless_enabled":{"description":"Configues whether Ory Kratos Passwordless should use the Code Method\n\nThis governs the \"selfservice.methods.code.passwordless_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_link_config_base_url":{"description":"Configures the Base URL which Recovery, Verification, and Login Links Point to\n\nIt is recommended to leave this value empty. It will be appropriately configured to the best matching domain\n(e.g. when using custom domains) automatically.\n\nThis governs the \"selfservice.methods.link.config.base_url\" setting.","type":"string"},"kratos_selfservice_methods_link_config_lifespan":{"description":"Configures the Ory Kratos Link Method's lifespan\n\nThis governs the \"selfservice.methods.link.config.lifespan\" setting.","type":"string"},"kratos_selfservice_methods_link_enabled":{"description":"Configures whether Ory Kratos Link Method is enabled\n\nThis governs the \"selfservice.methods.link.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_lookup_secret_enabled":{"description":"Configures whether Ory Kratos TOTP Lookup Secret is enabled\n\nThis governs the \"selfservice.methods.lookup_secret.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_oidc_config_base_redirect_uri":{"description":"Configures the Ory Kratos Third Party / OpenID Connect base redirect URI\n\nThis governs the \"selfservice.methods.oidc.config.base_redirect_uri\" setting.","type":"string"},"kratos_selfservice_methods_oidc_config_providers":{"$ref":"#/components/schemas/projectRevisionThirdPartyLoginProviders"},"kratos_selfservice_methods_oidc_enabled":{"description":"Configures whether Ory Kratos Third Party / OpenID Connect Login is enabled\n\nThis governs the \"selfservice.methods.oidc.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_haveibeenpwned_enabled":{"description":"Configures whether Ory Kratos Password HIBP Checks is enabled\n\nThis governs the \"selfservice.methods.password.config.haveibeenpwned_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_identifier_similarity_check_enabled":{"description":"Configures whether Ory Kratos Password should disable the similarity policy.\n\nThis governs the \"selfservice.methods.password.config.identifier_similarity_check_enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_ignore_network_errors":{"description":"Configures whether Ory Kratos Password Should ignore HIBPWND Network Errors\n\nThis governs the \"selfservice.methods.password.config.ignore_network_errors\" setting.","type":"boolean"},"kratos_selfservice_methods_password_config_max_breaches":{"description":"Configures Ory Kratos Password Max Breaches Detection\n\nThis governs the \"selfservice.methods.password.config.max_breaches\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_config_min_password_length":{"description":"Configures the minimum length of passwords.\n\nThis governs the \"selfservice.methods.password.config.min_password_length\" setting.","format":"int64","type":"integer"},"kratos_selfservice_methods_password_enabled":{"description":"Configures whether Ory Kratos Password Method is enabled\n\nThis governs the \"selfservice.methods.password.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_profile_enabled":{"description":"Configures whether Ory Kratos Profile Method is enabled\n\nThis governs the \"selfservice.methods.profile.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_totp_config_issuer":{"description":"Configures Ory Kratos TOTP Issuer\n\nThis governs the \"selfservice.methods.totp.config.issuer\" setting.","type":"string"},"kratos_selfservice_methods_totp_enabled":{"description":"Configures whether Ory Kratos TOTP Method is enabled\n\nThis governs the \"selfservice.methods.totp.enabled\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_passwordless":{"description":"Configures whether Ory Kratos Webauthn is used for passwordless flows\n\nThis governs the \"selfservice.methods.webauthn.config.passwordless\" setting.","type":"boolean"},"kratos_selfservice_methods_webauthn_config_rp_display_name":{"description":"Configures the Ory Kratos Webauthn RP Display Name\n\nThis governs the \"selfservice.methods.webauthn.config.rp.display_name\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_icon":{"description":"Configures the Ory Kratos Webauthn RP Icon\n\nThis governs the \"selfservice.methods.webauthn.config.rp.icon\" setting.\nDeprecated: This value will be ignored due to security considerations.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_id":{"description":"Configures the Ory Kratos Webauthn RP ID\n\nThis governs the \"selfservice.methods.webauthn.config.rp.id\" setting.","type":"string"},"kratos_selfservice_methods_webauthn_config_rp_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"kratos_selfservice_methods_webauthn_enabled":{"description":"Configures whether Ory Kratos Webauthn is enabled\n\nThis governs the \"selfservice.methods.webauthn.enabled\" setting.","type":"boolean"},"kratos_session_cookie_persistent":{"description":"Configures the Ory Kratos Session Cookie Persistent Attribute\n\nThis governs the \"session.cookie.persistent\" setting.","type":"boolean"},"kratos_session_cookie_same_site":{"description":"Configures the Ory Kratos Session Cookie SameSite Attribute\n\nThis governs the \"session.cookie.same_site\" setting.","type":"string"},"kratos_session_lifespan":{"description":"Configures the Ory Kratos Session Lifespan\n\nThis governs the \"session.lifespan\" setting.","type":"string"},"kratos_session_whoami_required_aal":{"description":"Configures the Ory Kratos Session Whoami AAL requirement\n\nThis governs the \"session.whoami.required_aal\" setting.","type":"string"},"kratos_session_whoami_tokenizer_templates":{"$ref":"#/components/schemas/normalizedProjectRevisionTokenizerTemplates"},"name":{"description":"The project's name.","type":"string"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"},"project_revision_hooks":{"$ref":"#/components/schemas/projectRevisionHooks"},"serve_admin_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_admin_cors_enabled":{"description":"Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.","type":"boolean"},"serve_public_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_public_cors_enabled":{"description":"Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.","type":"boolean"},"strict_security":{"description":"Whether the project should employ strict security measures. Setting this to true is recommended for going into production.","type":"boolean"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["name"],"type":"object"},"normalizedProjectRevisionHook":{"properties":{"config_key":{"description":"The Hooks Config Key","type":"string"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"hook":{"description":"The Hook Type","type":"string"},"id":{"description":"ID of the entry","format":"uuid","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"},"web_hook_config_auth_api_key_in":{"description":"Whether to send the API Key in the HTTP Header or as a HTTP Cookie","example":"header","type":"string"},"web_hook_config_auth_api_key_name":{"description":"The name of the api key","example":"X-API-Key","type":"string"},"web_hook_config_auth_api_key_value":{"description":"The value of the api key","example":"eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ","type":"string"},"web_hook_config_auth_basic_auth_password":{"description":"The password to be sent in the HTTP Basic Auth Header","type":"string"},"web_hook_config_auth_basic_auth_user":{"description":"The username to be sent in the HTTP Basic Auth Header","type":"string"},"web_hook_config_auth_type":{"description":"HTTP Auth Method to use for the Web-Hook","type":"string"},"web_hook_config_body":{"description":"URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads.","example":"base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=","type":"string"},"web_hook_config_can_interrupt":{"description":"If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.","type":"boolean"},"web_hook_config_method":{"description":"The HTTP method to use (GET, POST, etc) for the Web-Hook","example":"POST","type":"string"},"web_hook_config_response_ignore":{"description":"Whether to ignore the Web Hook response","type":"boolean"},"web_hook_config_response_parse":{"description":"Whether to parse the Web Hook response","type":"boolean"},"web_hook_config_url":{"description":"The URL the Web-Hook should call","example":"https://www.example.org/web-hook-listener","type":"string"}},"required":["config_key","hook"],"type":"object"},"normalizedProjectRevisionIdentitySchema":{"properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The unique ID of this entry.","format":"uuid","type":"string"},"identity_schema":{"$ref":"#/components/schemas/managedIdentitySchema"},"identity_schema_id":{"$ref":"#/components/schemas/NullUUID"},"import_id":{"description":"The imported (named) ID of the Identity Schema referenced in the Ory Kratos config.","type":"string"},"import_url":{"description":"The ImportURL can be used to import an Identity Schema from a bse64 encoded string.\nIn the future, this key also support HTTPS and other sources!\n\nIf you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key.\n\nThe configuration will always return the import URL when you fetch it from the API.","example":"base64://ey...","type":"string"},"is_default":{"description":"If true sets the default schema for identities\n\nOnly one schema can ever be the default schema. If you\ntry to add two schemas with default to true, the\nrequest will fail.","type":"boolean"},"preset":{"description":"Use a preset instead of a custom identity schema.","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionIdentitySchemas":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionIdentitySchema"},"type":"array"},"normalizedProjectRevisionThirdPartyProvider":{"properties":{"additional_id_token_audiences":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"apple_private_key":{"$ref":"#/components/schemas/String"},"apple_private_key_id":{"description":"Apple Private Key Identifier\n\nSign In with Apple Private Key Identifier needed for generating a JWT token for client secret","example":"UX56C66723","type":"string"},"apple_team_id":{"description":"Apple Developer Team ID\n\nApple Developer Team ID needed for generating a JWT token for client secret","example":"KP76DQS54M","type":"string"},"auth_url":{"description":"AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.","example":"https://www.googleapis.com/oauth2/v2/auth","type":"string"},"azure_tenant":{"description":"Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`.\n\nCan be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like\n`8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`.","example":"contoso.onmicrosoft.com","type":"string"},"client_id":{"description":"ClientID is the application's Client ID.","type":"string"},"client_secret":{"$ref":"#/components/schemas/String"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"format":"uuid","type":"string"},"issuer_url":{"description":"IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`.\nIf set, neither `auth_url` nor `token_url` are required.","example":"https://accounts.google.com","type":"string"},"label":{"description":"Label represents an optional label which can be used in the UI generation.","type":"string"},"mapper_url":{"description":"Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.","type":"string"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"provider":{"description":"Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of:\ngeneric\ngoogle\ngithub\ngitlab\nmicrosoft\ndiscord\nslack\nfacebook\nvk\nyandex\napple","example":"google","type":"string"},"provider_id":{"description":"ID is the provider's ID","type":"string"},"requested_claims":{"$ref":"#/components/schemas/JSONRawMessage"},"scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"state":{"description":"State indicates the state of the provider\n\nOnly providers with state `enabled` will be used for authentication\nenabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled","enum":["enabled","disabled"],"type":"string","x-go-enum-desc":"enabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled"},"subject_source":{"$ref":"#/components/schemas/String"},"token_url":{"description":"TokenURL is the token url, typically something like: https://example.org/oauth2/token\n\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.","example":"https://www.googleapis.com/oauth2/v4/token","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionTokenizerTemplate":{"properties":{"claims_mapper_url":{"description":"Claims mapper URL","type":"string"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The revision ID.","format":"uuid","readOnly":true,"type":"string"},"jwks_url":{"description":"JSON Web Key URL","type":"string"},"key":{"description":"The unique key of the template","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"ttl":{"default":"1m","description":"Token time to live","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionTokenizerTemplates":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionTokenizerTemplate"},"type":"array"},"normalizedProjects":{"items":{"$ref":"#/components/schemas/normalizedProject"},"type":"array"},"nullBool":{"nullable":true,"type":"boolean"},"nullDuration":{"nullable":true,"pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"nullInt64":{"nullable":true,"type":"integer"},"nullJsonRawMessage":{"description":"NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-","nullable":true,"type":"object"},"nullString":{"type":"string"},"nullTime":{"format":"date-time","title":"NullTime implements sql.NullTime functionality.","type":"string"},"oAuth2Client":{"description":"OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.","properties":{"access_token_strategy":{"description":"OAuth 2.0 Access Token Strategy\n\nAccessTokenStrategy is the strategy used to generate access tokens.\nValid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\nSetting the stragegy here overrides the global setting in `strategies.access_token`.","type":"string"},"allowed_cors_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"authorization_code_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"backchannel_logout_session_required":{"description":"OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout\nToken to identify the RP session with the OP when the backchannel_logout_uri is used.\nIf omitted, the default value is false.","type":"boolean"},"backchannel_logout_uri":{"description":"OpenID Connect Back-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when sent a Logout Token by the OP.","type":"string"},"client_credentials_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"client_id":{"description":"OAuth 2.0 Client ID\n\nThe ID is immutable. If no ID is provided, a UUID4 will be generated.","type":"string"},"client_name":{"description":"OAuth 2.0 Client Name\n\nThe human-readable name of the client to be presented to the\nend-user during authorization.","type":"string"},"client_secret":{"description":"OAuth 2.0 Client Secret\n\nThe secret will be included in the create request as cleartext, and then\nnever again. The secret is kept in hashed format and is not recoverable once lost.","type":"string"},"client_secret_expires_at":{"description":"OAuth 2.0 Client Secret Expires At\n\nThe field is currently not supported and its value is always 0.","format":"int64","type":"integer"},"client_uri":{"description":"OAuth 2.0 Client URI\n\nClientURI is a URL string of a web page providing information about the client.\nIf present, the server SHOULD display this URL to the end-user in\na clickable fashion.","type":"string"},"contacts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"created_at":{"description":"OAuth 2.0 Client Creation Date\n\nCreatedAt returns the timestamp of the client's creation.","format":"date-time","type":"string"},"frontchannel_logout_session_required":{"description":"OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be\nincluded to identify the RP session with the OP when the frontchannel_logout_uri is used.\nIf omitted, the default value is false.","type":"boolean"},"frontchannel_logout_uri":{"description":"OpenID Connect Front-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query\nparameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the\nrequest and to determine which of the potentially multiple sessions is to be logged out; if either is\nincluded, both MUST be.","type":"string"},"grant_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"implicit_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"jwks":{"description":"OAuth 2.0 Client JSON Web Key Set\n\nClient's JSON Web Key Set [JWK] document, passed by value. The semantics of the jwks parameter are the same as\nthe jwks_uri parameter, other than that the JWK Set is passed by value, rather than by reference. This parameter\nis intended only to be used by Clients that, for some reason, are unable to use the jwks_uri parameter, for\ninstance, by native applications that might not have a location to host the contents of the JWK Set. If a Client\ncan use jwks_uri, it MUST NOT use jwks. One significant downside of jwks is that it does not enable key rotation\n(which jwks_uri does, as described in Section 10 of OpenID Connect Core 1.0 [OpenID.Core]). The jwks_uri and jwks\nparameters MUST NOT be used together."},"jwks_uri":{"description":"OAuth 2.0 Client JSON Web Key Set URL\n\nURL for the Client's JSON Web Key Set [JWK] document. If the Client signs requests to the Server, it contains\nthe signing key(s) the Server uses to validate signatures from the Client. The JWK Set MAY also contain the\nClient's encryption keys(s), which are used by the Server to encrypt responses to the Client. When both signing\nand encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced\nJWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both\nsignatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used\nto provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST\nmatch those in the certificate.","type":"string"},"jwt_bearer_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"logo_uri":{"description":"OAuth 2.0 Client Logo URI\n\nA URL string referencing the client's logo.","type":"string"},"metadata":{"$ref":"#/components/schemas/JSONRawMessage"},"owner":{"description":"OAuth 2.0 Client Owner\n\nOwner is a string identifying the owner of the OAuth 2.0 Client.","type":"string"},"policy_uri":{"description":"OAuth 2.0 Client Policy URI\n\nPolicyURI is a URL string that points to a human-readable privacy policy document\nthat describes how the deployment organization collects, uses,\nretains, and discloses personal data.","type":"string"},"post_logout_redirect_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"redirect_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"refresh_token_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"registration_access_token":{"description":"OpenID Connect Dynamic Client Registration Access Token\n\nRegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client\nusing Dynamic Client Registration.","type":"string"},"registration_client_uri":{"description":"OpenID Connect Dynamic Client Registration URL\n\nRegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client.","type":"string"},"request_object_signing_alg":{"description":"OpenID Connect Request Object Signing Algorithm\n\nJWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects\nfrom this Client MUST be rejected, if not signed with this algorithm.","type":"string"},"request_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"response_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"scope":{"description":"OAuth 2.0 Client Scope\n\nScope is a string containing a space-separated list of scope values (as\ndescribed in Section 3.3 of OAuth 2.0 [RFC6749]) that the client\ncan use when requesting access tokens.","example":"scope1 scope-2 scope.3 scope:4","type":"string"},"sector_identifier_uri":{"description":"OpenID Connect Sector Identifier URI\n\nURL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a\nfile with a single JSON array of redirect_uri values.","type":"string"},"skip_consent":{"description":"SkipConsent skips the consent screen for this client. This field can only\nbe set from the admin API.","type":"boolean"},"subject_type":{"description":"OpenID Connect Subject Type\n\nThe `subject_types_supported` Discovery parameter contains a\nlist of the supported subject_type values for this server. Valid types include `pairwise` and `public`.","type":"string"},"token_endpoint_auth_method":{"default":"client_secret_basic","description":"OAuth 2.0 Token Endpoint Authentication Method\n\nRequested Client Authentication method for the Token Endpoint. The options are:\n\n`client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header.\n`client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body.\n`private_key_jwt`: Use JSON Web Tokens to authenticate the client.\n`none`: Used for public clients (native apps, mobile apps) which can not have secrets.","type":"string"},"token_endpoint_auth_signing_alg":{"description":"OAuth 2.0 Token Endpoint Signing Algorithm\n\nRequested Client Authentication signing algorithm for the Token Endpoint.","type":"string"},"tos_uri":{"description":"OAuth 2.0 Client Terms of Service URI\n\nA URL string pointing to a human-readable terms of service\ndocument for the client that describes a contractual relationship\nbetween the end-user and the client that the end-user accepts when\nauthorizing the client.","type":"string"},"updated_at":{"description":"OAuth 2.0 Client Last Update Date\n\nUpdatedAt returns the timestamp of the last update.","format":"date-time","type":"string"},"userinfo_signed_response_alg":{"description":"OpenID Connect Request Userinfo Signed Response Algorithm\n\nJWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT\n[JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims\nas a UTF-8 encoded JSON object using the application/json content-type.","type":"string"}},"title":"OAuth 2.0 Client","type":"object"},"oAuth2ClientTokenLifespans":{"description":"Lifespans of different token types issued for this OAuth 2.0 Client.","properties":{"authorization_code_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"client_credentials_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"jwt_bearer_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"}},"title":"OAuth 2.0 Client Token Lifespans","type":"object"},"oAuth2ConsentRequest":{"properties":{"acr":{"description":"ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.","type":"string"},"amr":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"challenge":{"description":"ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"context":{"$ref":"#/components/schemas/JSONRawMessage"},"login_challenge":{"description":"LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate\na login and consent request in the login & consent app.","type":"string"},"login_session_id":{"description":"LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.","type":"string"},"oidc_context":{"$ref":"#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"},"request_url":{"description":"RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.","type":"string"},"requested_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"requested_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"skip":{"description":"Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you must not ask the user to grant the requested scopes. You must however either allow or deny the\nconsent request using the usual API call.","type":"boolean"},"subject":{"description":"Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client.","type":"string"}},"required":["challenge"],"title":"Contains information on an ongoing consent request.","type":"object"},"oAuth2ConsentRequestOpenIDConnectContext":{"properties":{"acr_values":{"description":"ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request.\nIt is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required.\n\nOpenID Connect defines it as follows:\n> Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values\nthat the Authorization Server is being requested to use for processing this Authentication Request, with the\nvalues appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication\nperformed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a\nVoluntary Claim by this parameter.","items":{"type":"string"},"type":"array"},"display":{"description":"Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.\nThe defined values are:\npage: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.\npopup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.\ntouch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.\nwap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display.\n\nThe Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.","type":"string"},"id_token_hint_claims":{"additionalProperties":{},"description":"IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the\nEnd-User's current or past authenticated session with the Client.","type":"object"},"login_hint":{"description":"LoginHint hints about the login identifier the End-User might use to log in (if necessary).\nThis hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier)\nand then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a\nphone number in the format specified for the phone_number Claim. The use of this parameter is optional.","type":"string"},"ui_locales":{"description":"UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a\nspace-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value\n\"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation),\nfollowed by English (without a region designation). An error SHOULD NOT result if some or all of the requested\nlocales are not supported by the OpenID Provider.","items":{"type":"string"},"type":"array"}},"title":"Contains optional information about the OpenID Connect request.","type":"object"},"oAuth2ConsentSession":{"description":"A completed OAuth 2.0 Consent Session.","properties":{"consent_request":{"$ref":"#/components/schemas/oAuth2ConsentRequest"},"expires_at":{"properties":{"access_token":{"format":"date-time","type":"string"},"authorize_code":{"format":"date-time","type":"string"},"id_token":{"format":"date-time","type":"string"},"par_context":{"format":"date-time","type":"string"},"refresh_token":{"format":"date-time","type":"string"}},"type":"object"},"grant_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"grant_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"handled_at":{"$ref":"#/components/schemas/nullTime"},"remember":{"description":"Remember Consent\n\nRemember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.","type":"boolean"},"remember_for":{"description":"Remember Consent For\n\nRememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.","format":"int64","type":"integer"},"session":{"$ref":"#/components/schemas/acceptOAuth2ConsentRequestSession"}},"title":"OAuth 2.0 Consent Session","type":"object"},"oAuth2ConsentSessions":{"description":"List of OAuth 2.0 Consent Sessions","items":{"$ref":"#/components/schemas/oAuth2ConsentSession"},"type":"array"},"oAuth2LoginRequest":{"properties":{"challenge":{"description":"ID is the identifier (\"login challenge\") of the login request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"oidc_context":{"$ref":"#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"},"request_url":{"description":"RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.","type":"string"},"requested_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"requested_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"session_id":{"description":"SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.","type":"string"},"skip":{"description":"Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL.\n\nThis feature allows you to update / set session information.","type":"boolean"},"subject":{"description":"Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type\nwhen accepting the login request, or the request will fail.","type":"string"}},"required":["challenge","requested_scope","requested_access_token_audience","skip","subject","client","request_url"],"title":"Contains information on an ongoing login request.","type":"object"},"oAuth2LogoutRequest":{"properties":{"challenge":{"description":"Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"request_url":{"description":"RequestURL is the original Logout URL requested.","type":"string"},"rp_initiated":{"description":"RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client.","type":"boolean"},"sid":{"description":"SessionID is the login session ID that was requested to log out.","type":"string"},"subject":{"description":"Subject is the user for whom the logout was request.","type":"string"}},"title":"Contains information about an ongoing logout request.","type":"object"},"oAuth2RedirectTo":{"description":"Contains a redirect URL used to complete a login, consent, or logout request.","properties":{"redirect_to":{"description":"RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed.","type":"string"}},"required":["redirect_to"],"title":"OAuth 2.0 Redirect Browser To","type":"object"},"oAuth2TokenExchange":{"description":"OAuth2 Token Exchange Result","properties":{"access_token":{"description":"The access token issued by the authorization server.","type":"string"},"expires_in":{"description":"The lifetime in seconds of the access token. For\nexample, the value \"3600\" denotes that the access token will\nexpire in one hour from the time the response was generated.","format":"int64","type":"integer"},"id_token":{"description":"To retrieve a refresh token request the id_token scope.","type":"string"},"refresh_token":{"description":"The refresh token, which can be used to obtain new\naccess tokens. To retrieve it add the scope \"offline\" to your access token request.","type":"string"},"scope":{"description":"The scope of the access token","type":"string"},"token_type":{"description":"The type of the token issued","type":"string"}},"type":"object"},"oidcConfiguration":{"description":"Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms\namong others.","properties":{"authorization_endpoint":{"description":"OAuth 2.0 Authorization Endpoint URL","example":"https://playground.ory.sh/ory-hydra/public/oauth2/auth","type":"string"},"backchannel_logout_session_supported":{"description":"OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP\nsession with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP","type":"boolean"},"backchannel_logout_supported":{"description":"OpenID Connect Back-Channel Logout Supported\n\nBoolean value specifying whether the OP supports back-channel logout, with true indicating support.","type":"boolean"},"claims_parameter_supported":{"description":"OpenID Connect Claims Parameter Parameter Supported\n\nBoolean value specifying whether the OP supports use of the claims parameter, with true indicating support.","type":"boolean"},"claims_supported":{"description":"OpenID Connect Supported Claims\n\nJSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply\nvalues for. Note that for privacy or other reasons, this might not be an exhaustive list.","items":{"type":"string"},"type":"array"},"code_challenge_methods_supported":{"description":"OAuth 2.0 PKCE Supported Code Challenge Methods\n\nJSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported\nby this authorization server.","items":{"type":"string"},"type":"array"},"credentials_endpoint_draft_00":{"description":"OpenID Connect Verifiable Credentials Endpoint\n\nContains the URL of the Verifiable Credentials Endpoint.","type":"string"},"credentials_supported_draft_00":{"description":"OpenID Connect Verifiable Credentials Supported\n\nJSON array containing a list of the Verifiable Credentials supported by this authorization server.","items":{"$ref":"#/components/schemas/credentialSupportedDraft00"},"type":"array"},"end_session_endpoint":{"description":"OpenID Connect End-Session Endpoint\n\nURL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.","type":"string"},"frontchannel_logout_session_supported":{"description":"OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify\nthe RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also\nincluded in ID Tokens issued by the OP.","type":"boolean"},"frontchannel_logout_supported":{"description":"OpenID Connect Front-Channel Logout Supported\n\nBoolean value specifying whether the OP supports HTTP-based logout, with true indicating support.","type":"boolean"},"grant_types_supported":{"description":"OAuth 2.0 Supported Grant Types\n\nJSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.","items":{"type":"string"},"type":"array"},"id_token_signed_response_alg":{"description":"OpenID Connect Default ID Token Signing Algorithms\n\nAlgorithm used to sign OpenID Connect ID Tokens.","items":{"type":"string"},"type":"array"},"id_token_signing_alg_values_supported":{"description":"OpenID Connect Supported ID Token Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token\nto encode the Claims in a JWT.","items":{"type":"string"},"type":"array"},"issuer":{"description":"OpenID Connect Issuer URL\n\nAn URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier.\nIf IssuerURL discovery is supported , this value MUST be identical to the issuer value returned\nby WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.","example":"https://playground.ory.sh/ory-hydra/public/","type":"string"},"jwks_uri":{"description":"OpenID Connect Well-Known JSON Web Keys URL\n\nURL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate\nsignatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs\nto encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use)\nparameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage.\nAlthough some algorithms allow the same key to be used for both signatures and encryption, doing so is\nNOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of\nkeys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.","example":"https://{slug}.projects.oryapis.com/.well-known/jwks.json","type":"string"},"registration_endpoint":{"description":"OpenID Connect Dynamic Client Registration Endpoint URL","example":"https://playground.ory.sh/ory-hydra/admin/client","type":"string"},"request_object_signing_alg_values_supported":{"description":"OpenID Connect Supported Request Object Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects,\nwhich are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when\nthe Request Object is passed by value (using the request parameter) and when it is passed by reference\n(using the request_uri parameter).","items":{"type":"string"},"type":"array"},"request_parameter_supported":{"description":"OpenID Connect Request Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request parameter, with true indicating support.","type":"boolean"},"request_uri_parameter_supported":{"description":"OpenID Connect Request URI Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.","type":"boolean"},"require_request_uri_registration":{"description":"OpenID Connect Requires Request URI Registration\n\nBoolean value specifying whether the OP requires any request_uri values used to be pre-registered\nusing the request_uris registration parameter.","type":"boolean"},"response_modes_supported":{"description":"OAuth 2.0 Supported Response Modes\n\nJSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.","items":{"type":"string"},"type":"array"},"response_types_supported":{"description":"OAuth 2.0 Supported Response Types\n\nJSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID\nProviders MUST support the code, id_token, and the token id_token Response Type values.","items":{"type":"string"},"type":"array"},"revocation_endpoint":{"description":"OAuth 2.0 Token Revocation URL\n\nURL of the authorization server's OAuth 2.0 revocation endpoint.","type":"string"},"scopes_supported":{"description":"OAuth 2.0 Supported Scope Values\n\nJSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST\nsupport the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used","items":{"type":"string"},"type":"array"},"subject_types_supported":{"description":"OpenID Connect Supported Subject Types\n\nJSON array containing a list of the Subject Identifier types that this OP supports. Valid types include\npairwise and public.","items":{"type":"string"},"type":"array"},"token_endpoint":{"description":"OAuth 2.0 Token Endpoint URL","example":"https://playground.ory.sh/ory-hydra/public/oauth2/token","type":"string"},"token_endpoint_auth_methods_supported":{"description":"OAuth 2.0 Supported Client Authentication Methods\n\nJSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are\nclient_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0","items":{"type":"string"},"type":"array"},"userinfo_endpoint":{"description":"OpenID Connect Userinfo URL\n\nURL of the OP's UserInfo Endpoint.","type":"string"},"userinfo_signed_response_alg":{"description":"OpenID Connect User Userinfo Signing Algorithm\n\nAlgorithm used to sign OpenID Connect Userinfo Responses.","items":{"type":"string"},"type":"array"},"userinfo_signing_alg_values_supported":{"description":"OpenID Connect Supported Userinfo Signing Algorithm\n\nJSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].","items":{"type":"string"},"type":"array"}},"required":["issuer","authorization_endpoint","token_endpoint","jwks_uri","subject_types_supported","response_types_supported","id_token_signing_alg_values_supported","id_token_signed_response_alg","userinfo_signed_response_alg"],"title":"OpenID Connect Discovery Metadata","type":"object"},"oidcUserInfo":{"description":"OpenID Connect Userinfo","properties":{"birthdate":{"description":"End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.","type":"string"},"email":{"description":"End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.","type":"string"},"email_verified":{"description":"True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.","type":"boolean"},"family_name":{"description":"Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.","type":"string"},"gender":{"description":"End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.","type":"string"},"given_name":{"description":"Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.","type":"string"},"locale":{"description":"End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.","type":"string"},"middle_name":{"description":"Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.","type":"string"},"name":{"description":"End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.","type":"string"},"nickname":{"description":"Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.","type":"string"},"phone_number":{"description":"End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.","type":"string"},"phone_number_verified":{"description":"True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.","type":"boolean"},"picture":{"description":"URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.","type":"string"},"preferred_username":{"description":"Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.","type":"string"},"profile":{"description":"URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.","type":"string"},"sub":{"description":"Subject - Identifier for the End-User at the IssuerURL.","type":"string"},"updated_at":{"description":"Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.","format":"int64","type":"integer"},"website":{"description":"URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.","type":"string"},"zoneinfo":{"description":"String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.","type":"string"}},"type":"object"},"organization":{"description":"B2B SSO Organization","properties":{"created_at":{"description":"The organization's creation date.","format":"date-time","readOnly":true,"type":"string"},"domains":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The organization's ID.","format":"uuid","type":"string"},"label":{"description":"The organization's human-readable label.","type":"string"},"project_id":{"description":"The project's ID.","format":"uuid","type":"string"},"updated_at":{"description":"The last time the organization was updated.","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_id","label","domains","created_at","updated_at"],"type":"object"},"pagination":{"properties":{"page_size":{"default":250,"description":"Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","format":"int64","maximum":1000,"minimum":1,"type":"integer"},"page_token":{"default":"1","description":"Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","minimum":1,"type":"string"}},"type":"object"},"paginationHeaders":{"properties":{"link":{"description":"The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header","type":"string"},"x-total-count":{"description":"The total number of clients.\n\nin: header","type":"string"}},"type":"object"},"patchIdentitiesBody":{"description":"Patch Identities Body","properties":{"identities":{"description":"Identities holds the list of patches to apply\n\nrequired","items":{"$ref":"#/components/schemas/identityPatch"},"type":"array"}},"type":"object"},"performNativeLogoutBody":{"description":"Perform Native Logout Request Body","properties":{"session_token":{"description":"The Session Token\n\nInvalidate this session token.","type":"string"}},"required":["session_token"],"type":"object"},"permissionsOnProject":{"additionalProperties":{"type":"boolean"},"description":"Get Permissions on Project Request Parameters","type":"object"},"plans":{"$ref":"#/components/schemas/Pricing"},"postCheckPermissionBody":{"description":"Check Permission using Post Request Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"postCheckPermissionOrErrorBody":{"description":"Post Check Permission Or Error Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"project":{"properties":{"cors_admin":{"$ref":"#/components/schemas/projectCors"},"cors_public":{"$ref":"#/components/schemas/projectCors"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The name of the project.","type":"string"},"revision_id":{"description":"The configuration revision ID.","format":"uuid","readOnly":true,"type":"string"},"services":{"$ref":"#/components/schemas/projectServices"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"readOnly":true,"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["id","revision_id","slug","services","state","name"],"type":"object"},"projectApiKey":{"properties":{"created_at":{"description":"The token's creation date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The token's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The Token's Name\n\nSet this to help you remember, for example, where you use the token.","type":"string"},"owner_id":{"description":"The token's owner","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Token's Project ID","format":"uuid","readOnly":true,"type":"string"},"updated_at":{"description":"The token's last update date","format":"date-time","readOnly":true,"type":"string"},"value":{"description":"The token's value","readOnly":true,"type":"string"}},"required":["id","name","owner_id"],"type":"object"},"projectApiKeys":{"items":{"$ref":"#/components/schemas/projectApiKey"},"type":"array"},"projectBranding":{"properties":{"created_at":{"description":"The Customization Creation Date","format":"date-time","readOnly":true,"type":"string"},"default_theme":{"$ref":"#/components/schemas/projectBrandingTheme"},"id":{"description":"The customization ID.","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Project's ID this customization is associated with","format":"uuid","type":"string"},"themes":{"$ref":"#/components/schemas/projectBrandingThemes"},"updated_at":{"description":"Last Time Branding was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_id","default_theme","themes","created_at","updated_at"],"title":"ProjectBranding holds all settings for customizing the Ory Account Experience.","type":"object"},"projectBrandingColors":{"properties":{"accent_default_color":{"description":"AccentDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_disabled_color":{"description":"AccentDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_emphasis_color":{"description":"AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_muted_color":{"description":"AccentMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_subtle_color":{"description":"AccentSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_canvas_color":{"description":"BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_subtle_color":{"description":"BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_surface_color":{"description":"BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"border_default_color":{"description":"BorderDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_default_color":{"description":"ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_emphasis_color":{"description":"ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_muted_color":{"description":"ErrorMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_subtle_color":{"description":"ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_default_color":{"description":"ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_disabled_color":{"description":"ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_muted_color":{"description":"ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_accent_color":{"description":"ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_dark_color":{"description":"ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_disabled_color":{"description":"ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_subtle_color":{"description":"ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_background_color":{"description":"InputBackgroundColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_disabled_color":{"description":"InputDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_placeholder_color":{"description":"InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_text_color":{"description":"InputTextColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"primary_color":{"description":"Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"secondary_color":{"description":"Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"success_emphasis_color":{"description":"SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_default_color":{"description":"TextDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_disabled_color":{"description":"TextDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"}},"title":"ProjectBrandingColors are the colors used by the Ory Account Experience theme.","type":"object"},"projectBrandingTheme":{"properties":{"accent_default_color":{"description":"AccentDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_disabled_color":{"description":"AccentDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_emphasis_color":{"description":"AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_muted_color":{"description":"AccentMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_subtle_color":{"description":"AccentSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_canvas_color":{"description":"BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_subtle_color":{"description":"BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_surface_color":{"description":"BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"border_default_color":{"description":"BorderDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"created_at":{"description":"The Customization Creation Date.","format":"date-time","readOnly":true,"type":"string"},"error_default_color":{"description":"ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_emphasis_color":{"description":"ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_muted_color":{"description":"ErrorMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_subtle_color":{"description":"ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"favicon_type":{"description":"Favicon Type\nThe Favicon mime type.","type":"string"},"favicon_url":{"description":"Favicon URL\nFavicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket.","type":"string"},"foreground_default_color":{"description":"ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_disabled_color":{"description":"ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_muted_color":{"description":"ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_accent_color":{"description":"ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_dark_color":{"description":"ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_disabled_color":{"description":"ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_subtle_color":{"description":"ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"id":{"description":"The customization theme ID.","format":"uuid","readOnly":true,"type":"string"},"input_background_color":{"description":"InputBackgroundColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_disabled_color":{"description":"InputDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_placeholder_color":{"description":"InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_text_color":{"description":"InputTextColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"logo_type":{"description":"Logo Type\nThe Logo mime type.","type":"string"},"logo_url":{"description":"Logo URL\nLogo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket.","type":"string"},"name":{"description":"The customization theme name.","type":"string"},"primary_color":{"description":"Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"project_branding_id":{"description":"The ProjectBranding ID this customization is associated with.","format":"uuid","type":"string"},"secondary_color":{"description":"Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"success_emphasis_color":{"description":"SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_default_color":{"description":"TextDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_disabled_color":{"description":"TextDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"updated_at":{"description":"Last Time Branding was Updated.","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_branding_id","name","created_at","updated_at"],"title":"ProjectBrandingTheme represents a Theme for the Ory Account Experience.","type":"object"},"projectBrandingThemes":{"items":{"$ref":"#/components/schemas/projectBrandingTheme"},"title":"ProjectBrandingThemes is a list of ProjectBrandingTheme.","type":"array"},"projectCors":{"properties":{"enabled":{"description":"Whether CORS is enabled for this endpoint.","type":"boolean"},"origins":{"description":"The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://*.example.com` will allow all origins on all subdomains of `example.com`.","items":{"type":"string"},"type":"array"}},"type":"object"},"projectHost":{"properties":{"host":{"description":"The project's host.","type":"string"},"id":{"description":"The mapping's ID.","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"}},"required":["id","host","project_id"],"type":"object"},"projectMember":{"$ref":"#/components/schemas/cloudAccount"},"projectMembers":{"items":{"$ref":"#/components/schemas/projectMember"},"type":"array"},"projectMetadata":{"properties":{"created_at":{"description":"The Project's Creation Date","format":"date-time","type":"string"},"hosts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The project's name if set","type":"string"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"subscription_id":{"$ref":"#/components/schemas/NullUUID"},"subscription_plan":{"$ref":"#/components/schemas/String"},"updated_at":{"description":"Last Time Project was Updated","format":"date-time","type":"string"},"workspace_id":{"$ref":"#/components/schemas/NullUUID"}},"required":["id","hosts","state","created_at","updated_at","name"],"type":"object"},"projectMetadataList":{"items":{"$ref":"#/components/schemas/projectMetadata"},"type":"array"},"projectRevisionHooks":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionHook"},"type":"array"},"projectRevisionIdentitySchemas":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionIdentitySchema"},"type":"array"},"projectRevisionThirdPartyLoginProviders":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionThirdPartyProvider"},"type":"array"},"projectRevisions":{"items":{"$ref":"#/components/schemas/normalizedProjectRevision"},"type":"array"},"projectServiceIdentity":{"properties":{"config":{"type":"object"}},"required":["config"],"type":"object"},"projectServiceOAuth2":{"properties":{"config":{"type":"object"}},"required":["config"],"type":"object"},"projectServicePermission":{"properties":{"config":{"type":"object"}},"required":["config"],"type":"object"},"projectServices":{"properties":{"identity":{"$ref":"#/components/schemas/projectServiceIdentity"},"oauth2":{"$ref":"#/components/schemas/projectServiceOAuth2"},"permission":{"$ref":"#/components/schemas/projectServicePermission"}},"type":"object"},"projects":{"items":{"$ref":"#/components/schemas/project"},"type":"array"},"quotaUsage":{"properties":{"additional_price":{"description":"The additional price per unit in cents.","format":"int64","type":"integer"},"can_use_more":{"type":"boolean"},"feature":{"description":"\nregion_eu RegionEU\nregion_us RegionUS\nregion_apac RegionAPAC\nregion_global RegionGlobal\nproduction_projects ProductionProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList","enum":["region_eu","region_us","region_apac","region_global","production_projects","daily_active_users","custom_domains","sla","collaborator_seats","edge_cache","branding_themes","zendesk_support","project_metrics","project_metrics_time_window","organizations","rop_grant","rate_limit_tier","session_rate_limit_tier","identities_list_rate_limit_tier"],"type":"string","x-go-enum-desc":"region_eu RegionEU\nregion_us RegionUS\nregion_apac RegionAPAC\nregion_global RegionGlobal\nproduction_projects ProductionProjects\ndaily_active_users DailyActiveUsers\ncustom_domains CustomDomains\nsla SLA\ncollaborator_seats CollaboratorSeats\nedge_cache EdgeCache\nbranding_themes BrandingThemes\nzendesk_support ZendeskSupport\nproject_metrics ProjectMetrics\nproject_metrics_time_window ProjectMetricsTimeWindow\norganizations Organizations\nrop_grant ResourceOwnerPasswordGrant\nrate_limit_tier RateLimitTier\nsession_rate_limit_tier RateLimitTierSessions\nidentities_list_rate_limit_tier RateLimitTierIdentitiesList"},"feature_available":{"type":"boolean"},"included":{"format":"int64","type":"integer"},"used":{"format":"int64","type":"integer"}},"required":["feature","included","used","additional_price","can_use_more","feature_available"],"type":"object"},"recoveryCodeForIdentity":{"description":"Used when an administrator creates a recovery code for an identity.","properties":{"expires_at":{"description":"Expires At is the timestamp of when the recovery flow expires\n\nThe timestamp when the recovery code expires.","format":"date-time","type":"string"},"recovery_code":{"description":"RecoveryCode is the code that can be used to recover the account","type":"string"},"recovery_link":{"description":"RecoveryLink with flow\n\nThis link opens the recovery UI with an empty `code` field.","type":"string"}},"required":["recovery_link","recovery_code"],"title":"Recovery Code for Identity","type":"object"},"recoveryFlow":{"description":"This request is used when an identity wants to recover their account.\n\nWe recommend reading the [Account Recovery Documentation](../self-service/flows/password-reset-account-recovery)","properties":{"active":{"description":"Active, if set, contains the recovery method that is being used. It is initially\nnot set.","type":"string"},"continue_with":{"description":"Contains possible actions that could follow this flow","items":{"$ref":"#/components/schemas/continueWith"},"type":"array"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the request expires. If the user still wishes to update the setting,\na new request has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the request's unique ID. When performing the recovery flow, this\nrepresents the id in the recovery ui's query parameter: http://?request=","format":"uuid","type":"string"},"issued_at":{"description":"IssuedAt is the time (UTC) when the request occurred.","format":"date-time","type":"string"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"state":{"description":"State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed."},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"}},"required":["id","type","expires_at","issued_at","request_url","ui","state"],"title":"A Recovery Flow","type":"object"},"recoveryFlowState":{"description":"The state represents the state of the recovery flow.\n\nchoose_method: ask the user to choose a method (e.g. recover account via email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the recovery challenge was passed.","enum":["choose_method","sent_email","passed_challenge"],"title":"Recovery Flow State"},"recoveryIdentityAddress":{"properties":{"created_at":{"description":"CreatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"id":{"format":"uuid","type":"string"},"updated_at":{"description":"UpdatedAt is a helper struct field for gobuffalo.pop.","format":"date-time","type":"string"},"value":{"type":"string"},"via":{"$ref":"#/components/schemas/RecoveryAddressType"}},"required":["id","value","via"],"type":"object"},"recoveryLinkForIdentity":{"description":"Used when an administrator creates a recovery link for an identity.","properties":{"expires_at":{"description":"Recovery Link Expires At\n\nThe timestamp when the recovery link expires.","format":"date-time","type":"string"},"recovery_link":{"description":"Recovery Link\n\nThis link can be used to recover the account.","type":"string"}},"required":["recovery_link"],"title":"Identity Recovery Link","type":"object"},"registrationFlow":{"properties":{"active":{"$ref":"#/components/schemas/identityCredentialsType"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to log in,\na new flow has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the flow's unique ID. When performing the registration flow, this\nrepresents the id in the registration ui's query parameter: http:///?flow=","format":"uuid","type":"string"},"issued_at":{"description":"IssuedAt is the time (UTC) when the flow occurred.","format":"date-time","type":"string"},"oauth2_login_challenge":{"description":"Ory OAuth 2.0 Login Challenge.\n\nThis value is set using the `login_challenge` query parameter of the registration and login endpoints.\nIf set will cooperate with Ory OAuth2 and OpenID to act as an OAuth2 server / OpenID Provider.","type":"string"},"oauth2_login_request":{"$ref":"#/components/schemas/oAuth2LoginRequest"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"session_token_exchange_code":{"description":"SessionTokenExchangeCode holds the secret code that the client can use to retrieve a session token after the flow has been completed.\nThis is only set if the client has requested a session token exchange code, and if the flow is of type \"api\",\nand only on creating the flow.","type":"string"},"state":{"description":"State represents the state of this request:\n\nchoose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed."},"transient_payload":{"description":"TransientPayload is used to pass data from the registration to a webhook","type":"object"},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"}},"required":["id","type","expires_at","issued_at","request_url","ui","state"],"type":"object"},"registrationFlowState":{"description":"choose_method: ask the user to choose a method (e.g. registration with email)\nsent_email: the email has been sent to the user\npassed_challenge: the request was successful and the registration challenge was passed.","enum":["choose_method","sent_email","passed_challenge"],"title":"State represents the state of this request:"},"rejectOAuth2Request":{"properties":{"error":{"description":"The error should follow the OAuth2 error format (e.g. `invalid_request`, `login_required`).\n\nDefaults to `request_denied`.","type":"string"},"error_debug":{"description":"Debug contains information to help resolve the problem as a developer. Usually not exposed\nto the public but only in the server logs.","type":"string"},"error_description":{"description":"Description of the error in a human readable format.","type":"string"},"error_hint":{"description":"Hint to help resolve the error.","type":"string"},"status_code":{"description":"Represents the HTTP status code of the error (e.g. 401 or 403)\n\nDefaults to 400","format":"int64","type":"integer"}},"title":"The request payload used to accept a login or consent request.","type":"object"},"relationQuery":{"description":"Relation Query","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"relationship":{"description":"Relationship","properties":{"namespace":{"description":"Namespace of the Relation Tuple","type":"string"},"object":{"description":"Object of the Relation Tuple","type":"string"},"relation":{"description":"Relation of the Relation Tuple","type":"string"},"subject_id":{"description":"SubjectID of the Relation Tuple\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"required":["namespace","object","relation"],"type":"object"},"relationshipNamespaces":{"description":"Relationship Namespace List","properties":{"namespaces":{"items":{"$ref":"#/components/schemas/namespace"},"type":"array"}},"type":"object"},"relationshipPatch":{"description":"Payload for patching a relationship","properties":{"action":{"enum":["insert","delete"],"type":"string","x-go-enum-desc":"insert ActionInsert\ndelete ActionDelete"},"relation_tuple":{"$ref":"#/components/schemas/relationship"}},"type":"object"},"relationships":{"description":"Paginated Relationship List","properties":{"next_page_token":{"description":"The opaque token to provide in a subsequent request\nto get the next page. It is the empty string iff this is\nthe last page.","type":"string"},"relation_tuples":{"items":{"$ref":"#/components/schemas/relationship"},"type":"array"}},"type":"object"},"schemaPatch":{"properties":{"data":{"description":"The json schema","type":"object"},"name":{"description":"The user defined schema name","type":"string"}},"required":["name","data"],"type":"object"},"selfServiceFlowExpiredError":{"description":"Is sent when a flow is expired","properties":{"error":{"$ref":"#/components/schemas/genericError"},"expired_at":{"description":"When the flow has expired","format":"date-time","type":"string"},"since":{"$ref":"#/components/schemas/Duration"},"use_flow_id":{"description":"The flow ID that should be used for the new flow as it contains the correct messages.","format":"uuid","type":"string"}},"type":"object"},"selfServiceFlowType":{"description":"The flow type can either be `api` or `browser`.","title":"Type is the flow type.","type":"string"},"session":{"description":"A Session","properties":{"active":{"description":"Active state. If false the session is no longer active.","type":"boolean"},"authenticated_at":{"description":"The Session Authentication Timestamp\n\nWhen this session was authenticated at. If multi-factor authentication was used this\nis the time when the last factor was authenticated (e.g. the TOTP code challenge was completed).","format":"date-time","type":"string"},"authentication_methods":{"$ref":"#/components/schemas/sessionAuthenticationMethods"},"authenticator_assurance_level":{"$ref":"#/components/schemas/authenticatorAssuranceLevel"},"devices":{"description":"Devices has history of all endpoints where the session was used","items":{"$ref":"#/components/schemas/sessionDevice"},"type":"array"},"expires_at":{"description":"The Session Expiry\n\nWhen this session expires at.","format":"date-time","type":"string"},"id":{"description":"Session ID","format":"uuid","type":"string"},"identity":{"$ref":"#/components/schemas/identity"},"issued_at":{"description":"The Session Issuance Timestamp\n\nWhen this session was issued at. Usually equal or close to `authenticated_at`.","format":"date-time","type":"string"},"tokenized":{"description":"Tokenized is the tokenized (e.g. JWT) version of the session.\n\nIt is only set when the `tokenize` query parameter was set to a valid tokenize template during calls to `/session/whoami`.","type":"string"}},"required":["id"],"type":"object"},"sessionAuthenticationMethod":{"description":"A singular authenticator used during authentication / login.","properties":{"aal":{"$ref":"#/components/schemas/authenticatorAssuranceLevel"},"completed_at":{"description":"When the authentication challenge was completed.","format":"date-time","type":"string"},"method":{"enum":["link_recovery","code_recovery","password","code","totp","oidc","webauthn","lookup_secret","v0.6_legacy_session"],"title":"The method used","type":"string"},"organization":{"description":"The Organization id used for authentication","type":"string"},"provider":{"description":"OIDC or SAML provider id used for authentication","type":"string"}},"title":"AuthenticationMethod identifies an authentication method","type":"object"},"sessionAuthenticationMethods":{"description":"A list of authenticators which were used to authenticate the session.","items":{"$ref":"#/components/schemas/sessionAuthenticationMethod"},"title":"List of (Used) AuthenticationMethods","type":"array"},"sessionDevice":{"description":"Device corresponding to a Session","properties":{"id":{"description":"Device record ID","format":"uuid","type":"string"},"ip_address":{"description":"IPAddress of the client","type":"string"},"location":{"description":"Geo Location corresponding to the IP Address","type":"string"},"user_agent":{"description":"UserAgent of the client","type":"string"}},"required":["id"],"type":"object"},"setActiveProjectInConsoleBody":{"description":"Set active project in the Ory Network Console Request Body","properties":{"project_id":{"description":"Project ID\n\nThe Project ID you want to set active.\n\nformat: uuid","type":"string"}},"required":["project_id"],"type":"object"},"setCustomDomainBody":{"description":"Update Custom Hostname Body","properties":{"cookie_domain":{"description":"The domain where cookies will be set. Has to be a parent domain of the custom hostname to work.","type":"string"},"cors_allowed_origins":{"description":"CORS Allowed origins for the custom hostname.","items":{"type":"string"},"type":"array"},"cors_enabled":{"description":"CORS Enabled for the custom hostname.","type":"boolean"},"custom_ui_base_url":{"description":"The custom UI base URL where the UI will be exposed.","type":"string"},"hostname":{"description":"The custom hostname where the API will be exposed.","type":"string"}},"type":"object"},"setProject":{"properties":{"cors_admin":{"$ref":"#/components/schemas/projectCors"},"cors_public":{"$ref":"#/components/schemas/projectCors"},"name":{"description":"The name of the project.","type":"string"},"services":{"$ref":"#/components/schemas/projectServices"}},"required":["services","name","cors_public","cors_admin"],"type":"object"},"setProjectBrandingThemeBody":{"properties":{"favicon_type":{"description":"Favicon Type","type":"string"},"favicon_url":{"description":"Favicon URL","type":"string"},"logo_type":{"description":"Logo type","type":"string"},"logo_url":{"description":"Logo URL","type":"string"},"name":{"description":"Branding name","type":"string"},"theme":{"$ref":"#/components/schemas/projectBrandingColors"}},"title":"SetProjectBrandingThemeBody is the request body for the set project branding theme endpoint.","type":"object"},"settingsFlow":{"description":"This flow is used when an identity wants to update settings\n(e.g. profile data, passwords, ...) in a selfservice manner.\n\nWe recommend reading the [User Settings Documentation](../self-service/flows/user-settings)","properties":{"active":{"description":"Active, if set, contains the registration method that is being used. It is initially\nnot set.","type":"string"},"continue_with":{"description":"Contains a list of actions, that could follow this flow\n\nIt can, for example, contain a reference to the verification flow, created as part of the user's\nregistration.","items":{"$ref":"#/components/schemas/continueWith"},"type":"array"},"expires_at":{"description":"ExpiresAt is the time (UTC) when the flow expires. If the user still wishes to update the setting,\na new flow has to be initiated.","format":"date-time","type":"string"},"id":{"description":"ID represents the flow's unique ID. When performing the settings flow, this\nrepresents the id in the settings ui's query parameter: http://?flow=","format":"uuid","type":"string"},"identity":{"$ref":"#/components/schemas/identity"},"issued_at":{"description":"IssuedAt is the time (UTC) when the flow occurred.","format":"date-time","type":"string"},"request_url":{"description":"RequestURL is the initial URL that was requested from Ory Kratos. It can be used\nto forward information contained in the URL's path or query for example.","type":"string"},"return_to":{"description":"ReturnTo contains the requested return_to URL.","type":"string"},"state":{"description":"State represents the state of this flow. It knows two states:\n\nshow_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent."},"type":{"$ref":"#/components/schemas/selfServiceFlowType"},"ui":{"$ref":"#/components/schemas/uiContainer"}},"required":["id","type","expires_at","issued_at","request_url","ui","identity","state"],"title":"Flow represents a Settings Flow","type":"object"},"settingsFlowState":{"description":"show_form: No user data has been collected, or it is invalid, and thus the form should be shown.\nsuccess: Indicates that the settings flow has been updated successfully with the provided data.\nDone will stay true when repeatedly checking. If set to true, done will revert back to false only\nwhen a flow with invalid (e.g. \"please use a valid phone number\") data was sent.","enum":["show_form","success"],"title":"State represents the state of this flow. It knows two states:"},"stripeCustomer":{"properties":{"id":{"type":"string"}},"type":"object"},"subjectSet":{"properties":{"namespace":{"description":"Namespace of the Subject Set","type":"string"},"object":{"description":"Object of the Subject Set","type":"string"},"relation":{"description":"Relation of the Subject Set","type":"string"}},"required":["namespace","object","relation"],"type":"object"},"subscription":{"properties":{"created_at":{"format":"date-time","readOnly":true,"type":"string"},"currency":{"description":"The currency of the subscription. To change this, a new subscription must be created.\nusd USD\neur Euro","enum":["usd","eur"],"readOnly":true,"type":"string","x-go-enum-desc":"usd USD\neur Euro"},"current_interval":{"description":"The currently active interval of the subscription\nmonthly Monthly\nyearly Yearly","enum":["monthly","yearly"],"readOnly":true,"type":"string","x-go-enum-desc":"monthly Monthly\nyearly Yearly"},"current_plan":{"description":"The currently active plan of the subscription","readOnly":true,"type":"string"},"customer_id":{"description":"The ID of the stripe customer","readOnly":true,"type":"string"},"id":{"description":"The ID of the subscription","format":"uuid","readOnly":true,"type":"string"},"interval_changes_to":{"$ref":"#/components/schemas/String"},"ongoing_stripe_checkout_id":{"$ref":"#/components/schemas/String"},"payed_until":{"description":"Until when the subscription is payed","format":"date-time","readOnly":true,"type":"string"},"plan_changes_at":{"$ref":"#/components/schemas/Time"},"plan_changes_to":{"$ref":"#/components/schemas/String"},"status":{"$ref":"#/components/schemas/SubscriptionStatus"},"updated_at":{"format":"date-time","readOnly":true,"type":"string"}},"required":["id","customer_id","status","payed_until","current_plan","current_interval","plan_changes_to","interval_changes_to","currency","created_at","updated_at"],"type":"object"},"successfulCodeExchangeResponse":{"description":"The Response for Registration Flows via API","properties":{"session":{"$ref":"#/components/schemas/session"},"session_token":{"description":"The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!","type":"string"}},"required":["session"],"type":"object"},"successfulNativeLogin":{"description":"The Response for Login Flows via API","properties":{"session":{"$ref":"#/components/schemas/session"},"session_token":{"description":"The Session Token\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!","type":"string"}},"required":["session"],"type":"object"},"successfulNativeRegistration":{"description":"The Response for Registration Flows via API","properties":{"continue_with":{"description":"Contains a list of actions, that could follow this flow\n\nIt can, for example, this will contain a reference to the verification flow, created as part of the user's\nregistration or the token of the session.","items":{"$ref":"#/components/schemas/continueWith"},"type":"array"},"identity":{"$ref":"#/components/schemas/identity"},"session":{"$ref":"#/components/schemas/session"},"session_token":{"description":"The Session Token\n\nThis field is only set when the session hook is configured as a post-registration hook.\n\nA session token is equivalent to a session cookie, but it can be sent in the HTTP Authorization\nHeader:\n\nAuthorization: bearer ${session-token}\n\nThe session token is only issued for API flows, not for Browser flows!","type":"string"}},"required":["identity"],"type":"object"},"successfulProjectUpdate":{"properties":{"project":{"$ref":"#/components/schemas/project"},"warnings":{"description":"Import Warnings\n\nNot all configuration items can be imported to the Ory Network. For example,\nsetting the port does not make sense because the Ory Network provides the runtime\nand networking.\n\nThis field contains warnings where configuration keys were found but can not\nbe imported. These keys will be ignored by the Ory Network. This field will help\nyou understand why certain configuration keys might not be respected!","items":{"$ref":"#/components/schemas/Warning"},"type":"array"}},"required":["project","warnings"],"type":"object"},"tokenPagination":{"properties":{"page_size":{"default":250,"description":"Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","format":"int64","maximum":1000,"minimum":1,"type":"integer"},"page_token":{"default":"1","description":"Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","minimum":1,"type":"string"}},"type":"object"},"tokenPaginationHeaders":{"properties":{"link":{"description":"The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header","type":"string"},"x-total-count":{"description":"The total number of clients.\n\nin: header","type":"string"}},"type":"object"},"tokenPaginationRequestParameters":{"description":"The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","properties":{"page_size":{"default":250,"description":"Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","format":"int64","maximum":500,"minimum":1,"type":"integer"},"page_token":{"default":"1","description":"Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","minimum":1,"type":"string"}},"title":"Pagination Request Parameters","type":"object"},"tokenPaginationResponseHeaders":{"description":"The `Link` HTTP header contains multiple links (`first`, `next`, `last`, `previous`) formatted as:\n`; rel=\"{page}\"`\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","properties":{"link":{"description":"The Link HTTP Header\n\nThe `Link` header contains a comma-delimited list of links to the following pages:\n\nfirst: The first page of results.\nnext: The next page of results.\nprev: The previous page of results.\nlast: The last page of results.\n\nPages are omitted if they do not exist. For example, if there is no next page, the `next` link is omitted. Examples:\n\n; rel=\"first\",; rel=\"next\",; rel=\"prev\",; rel=\"last\"","type":"string"},"x-total-count":{"description":"The X-Total-Count HTTP Header\n\nThe `X-Total-Count` header contains the total number of items in the collection.","format":"int64","type":"integer"}},"title":"Pagination Response Header","type":"object"},"trustOAuth2JwtGrantIssuer":{"description":"Trust OAuth2 JWT Bearer Grant Type Issuer Request Body","properties":{"allow_any_subject":{"description":"The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.","type":"boolean"},"expires_at":{"description":"The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".","format":"date-time","type":"string"},"issuer":{"description":"The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).","example":"https://jwt-idp.example.com","type":"string"},"jwk":{"$ref":"#/components/schemas/jsonWebKey"},"scope":{"description":"The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])","example":["openid","offline"],"items":{"type":"string"},"type":"array"},"subject":{"description":"The \"subject\" identifies the principal that is the subject of the JWT.","example":"mike@example.com","type":"string"}},"required":["issuer","scope","jwk","expires_at"],"type":"object"},"trustedOAuth2JwtGrantIssuer":{"description":"OAuth2 JWT Bearer Grant Type Issuer Trust Relationship","properties":{"allow_any_subject":{"description":"The \"allow_any_subject\" indicates that the issuer is allowed to have any principal as the subject of the JWT.","type":"boolean"},"created_at":{"description":"The \"created_at\" indicates, when grant was created.","format":"date-time","type":"string"},"expires_at":{"description":"The \"expires_at\" indicates, when grant will expire, so we will reject assertion from \"issuer\" targeting \"subject\".","format":"date-time","type":"string"},"id":{"example":"9edc811f-4e28-453c-9b46-4de65f00217f","type":"string"},"issuer":{"description":"The \"issuer\" identifies the principal that issued the JWT assertion (same as \"iss\" claim in JWT).","example":"https://jwt-idp.example.com","type":"string"},"public_key":{"$ref":"#/components/schemas/trustedOAuth2JwtGrantJsonWebKey"},"scope":{"description":"The \"scope\" contains list of scope values (as described in Section 3.3 of OAuth 2.0 [RFC6749])","example":["openid","offline"],"items":{"type":"string"},"type":"array"},"subject":{"description":"The \"subject\" identifies the principal that is the subject of the JWT.","example":"mike@example.com","type":"string"}},"type":"object"},"trustedOAuth2JwtGrantIssuers":{"description":"OAuth2 JWT Bearer Grant Type Issuer Trust Relationships","items":{"$ref":"#/components/schemas/trustedOAuth2JwtGrantIssuer"},"type":"array"},"trustedOAuth2JwtGrantJsonWebKey":{"description":"OAuth2 JWT Bearer Grant Type Issuer Trusted JSON Web Key","properties":{"kid":{"description":"The \"key_id\" is key unique identifier (same as kid header in jws/jwt).","example":"123e4567-e89b-12d3-a456-426655440000","type":"string"},"set":{"description":"The \"set\" is basically a name for a group(set) of keys. Will be the same as \"issuer\" in grant.","example":"https://jwt-idp.example.com","type":"string"}},"type":"object"},"uiContainer":{"description":"Container represents a HTML Form. The container can work with both HTTP Form and JSON requests","properties":{"action":{"description":"Action should be used as the form action URL `