diff --git a/clients/client/dart/README.md b/clients/client/dart/README.md
index e01c69b387c..7a661f846f9 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.2.16
+- API version: v1.2.17
- 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.2.16
+ ory_client: 1.2.17
```
### Github
diff --git a/clients/client/dart/pubspec.yaml b/clients/client/dart/pubspec.yaml
index fb1350803b7..300be621e1b 100644
--- a/clients/client/dart/pubspec.yaml
+++ b/clients/client/dart/pubspec.yaml
@@ -1,5 +1,5 @@
name: ory_client
-version: 1.2.16
+version: 1.2.17
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 87187bf66a4..f344241a537 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", "{5EB2FC34-FF22-488F-8CA6-E7D57FBF7B29}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{4DF68D79-D611-472E-B15D-192DECB2EA4D}"
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
- {5EB2FC34-FF22-488F-8CA6-E7D57FBF7B29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5EB2FC34-FF22-488F-8CA6-E7D57FBF7B29}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5EB2FC34-FF22-488F-8CA6-E7D57FBF7B29}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5EB2FC34-FF22-488F-8CA6-E7D57FBF7B29}.Release|Any CPU.Build.0 = Release|Any CPU
+ {4DF68D79-D611-472E-B15D-192DECB2EA4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {4DF68D79-D611-472E-B15D-192DECB2EA4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {4DF68D79-D611-472E-B15D-192DECB2EA4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {4DF68D79-D611-472E-B15D-192DECB2EA4D}.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 fca7b58bc0b..8542ec8ce3c 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.2.16
-- SDK version: 1.2.16
+- API version: v1.2.17
+- SDK version: 1.2.17
- 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 0036115f71c..c97d6021709 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 84019ab4584..ffdecce26b5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 762d59f7a7c..4351a16be9e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d1c842cdf82..f8fdb6cf3c8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e26e9666250..4d26b7f8d40 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f3cfc91d2bd..662cb7ca37d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 40c12e6d133..e0c30698ed2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e103623a9a3..08581d23552 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a0bc3830080..5a2fe62b2c5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8fd3d5a49a5..0a50493d4aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 31d6187e5a8..1d7848db2fa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 28f80bde7f4..60e5ad6d1ef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fd89b2b31b8..dd8b87ba80b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 577163c34dc..501912a710f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b6c3df2c2c4..a7932dd0f5a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cdc8de8da81..65295fc463c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e4529b80fa1..3539b0d7c27 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c167a35a207..29a3791c8fb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dec7e9b7b62..019783d4ec1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0a3b295c92b..8d2d9840bda 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 acdeb126ece..5a00b6678b3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0e2bc7009fa..ddb9e93db6e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eee3f73eba1..b1a49624000 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5588a8ff9b1..f1814e5dd66 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9d69c5703a6..e74bb3246a1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8bad7d33355..ec025135614 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 70cfede76dc..b124c3292a1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e29960f9828..47363150e22 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bac8765fdc3..73076ee82ae 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b38034f0119..8db28674e9d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bcf24be0fa3..276579909b4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ed56ac554e5..b3904ee1c08 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b91d9041b25..d16face1e8e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 592978c473c..ec6bfa25b52 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 88321be2a59..ee8ddf521b5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0951041cbbc..c1ed319acb5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4957c360a77..56be4fef198 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 205f828e414..1d2eced59c4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4e215b779f5..a6f351a3753 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 46bd1ebc1c6..c4812365e8c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bd809c46440..b98a6a77de3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b7e4594438d..c702ac6b05d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7854177b728..b1ceee54ed7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 34d94d921e9..c12b6765c0e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 694457c2a8b..20c3900f80d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b1ff93ad1b9..e6ab6666f8a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 11d9afcb2df..ba246893145 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd3fc1dda5d..e35b023605f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a6c376e20b7..3831b773a59 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3163ddde1f2..d128f9425d9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6005db9c77f..9aca86ec9d4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2eca457ae50..5aa64881a1d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9aabd14bc50..b16209d58a6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2d45924fc5d..8a1b9ce1d74 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4d7cd89a37e..3192bfd5e71 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1234e66baa5..cd4361482be 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cc8ef3923e7..361d1f024b7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 adbf815b633..3c07cbe242b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f2d2e72e4d2..85dbfbf3af8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a6febe9561d..f01f5e4ceb2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3575da52a9d..f1b9731043c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0913549e6f4..635118347f9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 40d56fd990c..9f34898b0e9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e425b6c99fc..03476f01687 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f63f20184d0..d6d4579cdee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c27e1d30713..9b76b9f7637 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4c43f08027b..301720b064e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5e437088b06..9e3c040e027 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d6aada2aba6..2689e209a5f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c8f52a6d41b..49617aefa16 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b62999a3a21..1191c573fd0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ae42390019b..cc3ed3549f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bf9780ea84b..c2358660481 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b5c1aadd6ae..98d042e6bdc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0bebbe4b032..78d7eb2f475 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 930f75cd180..1eac6986b2e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bf4bf0d4e67..7a6db223dcb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4982589a8d4..109b556fbbf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f85cf367516..c17805629bd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fb2fe806272..173e44ca651 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b97a7108f8c..e0911be5918 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4e8a40efb0b..5f85cf778d9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1f79ce94ef3..dd66600a045 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a8f6c8ca7db..fbb57df8a82 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e7cb2b50f12..0436cb0c563 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c031aaae84a..dd9ee76d76c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 665af36d43c..cfd54d30b9f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f6140ac8a1a..1c7b02376f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 50505db6137..1ef8df62f0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d34929baf79..1f77359bd3b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5ed35bf479c..e9961e1e98f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ec6be4e7a13..e5670caa2b8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a682992cb2f..bc2e7c24543 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d1f9719b10b..150b5e52194 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 57ce680bb20..58a96d52cc9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d3c710fc87d..05307e576aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 431e78462e5..cb6d54d2bf8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a71a7667f01..c6562848663 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b4b949e1ae6..02758418a0c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e3f37fdc03b..9a4a77f5df3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e787f7875fb..218943c0bc3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 58465b320cc..d80ada5df1f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e1f4cb6e793..8c19b0a1213 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 23d54de7d9c..7229672ca0b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eb87e0db32e..9323cf2080a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 953bd91b69e..2b1133be602 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e2a2143a087..259db4e45bb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 19f5f870add..baaa36c8e2b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c3ffbb25d4b..f4c1e1e91ec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f7f5a0786bd..5164a098b7c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c6705728104..377c897e883 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 369e058fe4d..2bb7f2a8139 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 222e96623c5..0124360f510 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 67a9a87b1f8..921dd8e0a5d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 576c822ebac..eccb7e52784 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5ede7f805ec..1a0c36ac85b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b246ed7bc3d..f7d42002e8a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7543b0efb5..cff9e8ac5de 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9e3b25209a9..dbd8ddb968a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1e505e904e6..8820d0350e9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 41e11e3a183..70735dceaaa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 10406e3b416..105700734a6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 83b9e8a9019..480a609ea29 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3daca6919dd..416dd2824a7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7aba51a3729..c0df91915c5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7169b90b627..7220dd73b9f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 feef6da0448..f20a40d537e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ec72e367ecb..f2fe6792d28 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 60221fae2ac..b1455610134 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 36129d35332..bbe23a42af3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9e3cbce12e5..1337c3ecf54 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5df3c4082fe..d99c77c0ff8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b39670753d3..a8924ab580b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e3d5227f78f..bd23f3e7abb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4bd7eefbc2d..f41027b0d81 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 671ad1729ba..132215e12e4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f67af012972..4e2afa51f29 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9ca94332ae3..710f6457a9e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 61abd6190a5..be4952106eb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ed00b469855..f310310ffbc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2cdc9859baa..149457de7ae 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8a0614cc624..a49d97bc830 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7ae5ae4f9db..58a0765081a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 55a618ccd90..70c9f573f58 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 07d5fcd6202..a9597a1f3ed 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 30ef472d351..00d409debb4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 471496dc0be..9505bf14d0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 036ec2257e9..abf403a80af 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a2d02bb5691..b7372df5dc1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 088421867cf..e8b6811e70e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 13d441e855b..628a3549fa0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7779a066e8e..6dd909f8717 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3a9bc8f50eb..2d212af2f9e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bb0f28a46fb..c20226cb407 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 40782fbcfe8..87b77a69851 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 96aca36ace2..ed5264c9f37 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eb6f4728532..ea4c20ee72f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e3f05ecb63e..aafe26e9a78 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c87c33efd5f..eff1c24a9fd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 af5458147d9..5ecdc0ce44f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 71da56004ec..a911e7c53c7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 15977e10d90..9dcd97b8683 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b21d306e3a2..c0014fdebca 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cbc64ae9c11..94a522dda74 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 72b5f741472..236ad5e0054 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1c75421d26f..bd671cdfeb8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e5f54161180..5d84e1ea128 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7f5bca18cd..bc874473d15 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 566ccd1f7d9..dc496c99faa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b264298fa2d..36394d88acf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c0ed3587d1e..ac63dd3d395 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f1bcd503702..e98de8ffb43 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 587fdecdbdc..0d18c753b7d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b4cfc771e28..e0901ec87dc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 09e2aa48df1..c6a7d4161e8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b408d5eee09..a60d1f41c0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 78cf0624356..a81c7df540f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 10c2be726da..f1a1a39bd0c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 23e28c1c6ee..49b5025d722 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3fa9c54fa83..91d8a4f77bd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9202a0b2fd3..0723fc2d5d6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 53fde613cbf..bffcd96237f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ac28486de37..b8fe269ceeb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 801ea68bdf4..111020ca0fc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 941f36bb004..9c43c085872 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0c77cfc416c..57cf39e8399 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 13fe0d9653e..b6ffa8a9f83 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 13de1d9f574..825938718f5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a01c9178bf8..4e17d33eacd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a24f3d476e6..f0fc6b6d5b0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 615410bab13..528ed9c11c4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f2844c7b2bb..b8ac8eb92bc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 37e6428cea6..a6241b749a7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4ad3e923c0b..cdfd9bc1ab1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8fdf2818bb9..8188fa67ac2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 14dc7493956..31f04440a89 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 348be81b4dd..e48aa742776 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d459b9c1f8b..44229c0faa2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1defedf6050..50483794368 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 71cc64b7c19..ea5a4985ae7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8cd1d402c22..f869126893b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e5a686e7748..c96c501dec0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9aee94c34e3..3a16d4a2a21 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b99e41230c8..d9b085bc00b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9227710c6db..89f956a7fef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 973ee9286b4..7178de91d22 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e325936a553..10df542d191 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3e629bc9d35..cf43fe3d586 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 da4208f886b..663f18ed215 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 20a2aeacf4c..9b41f58e9f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 03b8ac5c4b5..f375468faea 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fd8ff5cdfb6..b2b3b163765 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5aad2801cd5..fe89b82c58f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ff275479169..043f557d713 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6a2bb55b236..e9a2842ec4c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cd6141e110f..6a79b5f5b9a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 af87896ea42..c4394508904 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 25c76e51a83..ac8708c43cf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ecc5829b342..3c1349870b4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d8c6dc90cd8..de7ce22a9aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1df8a459daf..2238ec8d8b0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3ced8ffe714..76ff09a791c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8d61ad87cfc..cf717c60c5f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 64a34c9f9b8..d2c63b4f92b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 520f2eafd0a..4f93de188e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ad35819ef13..d27c36166ce 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 222cec89f0d..7f0c5e57291 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1aedcc45158..001813f4486 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 499b4292334..e3aa0fb5501 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5be76132da4..23e9a266b61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 422825ff391..2cc2aac893c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b27fc7445d2..48e4a65805b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c2c870c08b4..5ad5b716c7c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b4a26cd360f..666eda94d0c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6d190a99aea..2bdeebc057c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e1ca46f4406..e7868fc7bcd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 85c3f672249..f9138fc68e5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3361a6983cd..4dc23019ac3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f8a1c0c97d3..f95e6a458da 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6cc14610a98..70e56996e85 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8dd71ca5aad..d2014266b5f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 859db31e92e..9d2b317c08a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c6df076e656..3e7cc415dad 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 383d9c1dc5a..d6eb9403299 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 38da9e84b96..0a8207a8344 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 be6455e3b63..aa7318a08af 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3c8f7101336..7b3c4f44ee6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6f00ed82dfd..816d441d824 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 669ffe287fa..edb15bbbe76 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5a62e1c6c33..16a264458f2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f4db0bbe40a..f31b19b172d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 70563f6e29d..886a47fd062 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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.2.16";
+ public const string Version = "1.2.17";
///
/// Identifier for ISO 8601 DateTime Format
@@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
- UserAgent = "OpenAPI-Generator/1.2.16/csharp";
+ UserAgent = "OpenAPI-Generator/1.2.17/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.2.16\n";
- report += " SDK Package Version: 1.2.16\n";
+ report += " Version of the API: v1.2.17\n";
+ report += " SDK Package Version: 1.2.17\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 963042c5158..2f215fd611e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ab4257fab2f..297bb41570b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9c3d821b804..9dd111ab3a0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0d4b4f72ff8..2e9c1ab7398 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d5f0e0bb457..1e8fa36af57 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 200aed6dde2..38e28b9e163 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b60557c701d..ac4e9bb05db 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cf2d67d4dd4..1f9d487aef2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c40528b188a..91b149dce5d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4e3fa926ce6..cbb1d68ce9d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 20c11936925..3fd0fe85161 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2680a40c712..ded8d2c5ef1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5ef2e4517c6..aa8aa7c3f7a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 53a62bcb7b2..93af0391c81 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3a52bc3e2e4..7c6546a2fa9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d06a94abc11..82fff7d10f4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e16387c1f5e..986b46ccd4e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f7741ba5657..432b7e8db2d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d0550f8eb4d..372b4cbf75b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d1ab19a8baa..77f93269edc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3fe405a02ea..6013c5ce3da 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 61d5f32ad23..40b31c50c01 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 81c543cec1e..43f411a1bc4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d8d7275973a..1d31e7bcc05 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7b7320eae1c..2c9a1b23d12 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d08b136b7d9..323021fec16 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d7608651755..48d8a2c921f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7425e62cb76..5d798af660f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3f08550d0c5..19b69515cf7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0d1904a02b2..24532fed9ec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0122781b878..0055d5e3b11 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a6c1f8fc309..df0ba959010 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dfaf8465c25..0ba4bef3866 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 587cd1c2b13..6b061910eb8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 98bb821c25c..18761483945 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c149bae8012..aab7c15bc9a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 509c6784b35..cd2c8c6bd86 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7d2cabd8f09..0235af6fc44 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e9eb879c7ad..33d2074e16e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dfab68e0b18..4e029d11a4c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0fd49e13a6c..38af5a8eb2a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b9b37048903..9bddb489bfa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f5a23ecc5c5..934f522832f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9437b59255b..9c322b5fcbb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3674258f076..63b75d89c2a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c588a5ce563..79e6d5020cf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 071c7746ea5..5e060e2c4b1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0e72f3f7788..87dbec67ef5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 34f82460468..eb7bffb11f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 43ce0a28301..b5d2eefe194 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 edd35d5e821..a251a8f3002 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ab295c16f5f..87fed0327e6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fd0baa01832..62bb0eac093 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fe5486ab5e8..80232426c8e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c424fe78222..1f1c59f591e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0b9d83d5177..2e9c39628fc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e28a0c160cb..6877c68589f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2cc335a3bfc..b47bc0b02ae 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c1af4e68a23..3dfe56d2323 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 31de38e6bba..915605f8dc5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bc621d392a6..189a45a11f8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 888e43a97f0..ddc2862271e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 75b856e96af..471709639fc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fdc19a1c454..e736a411fa0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2eb7c84bb32..8162093dfa3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bcef4543485..0b452f66482 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f3c5570d3a4..9b2a2dc17e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b769d571a43..dc8cf2d9436 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f2600b2267d..58d353f6e2c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7236c3b52a4..d4b843959a3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 089bb06b9fb..36b578f39d9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8c1e01c2297..4edb32bce5b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7911f328b65..f7224430846 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 96aeaa212bd..25be1cf1d8d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 264dc041e2a..608a13c2972 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 11ce52b9798..ffbf8bcaf82 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2ee300fb1da..0227075dbf2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 338214d2572..920c380da35 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f8889b05d69..274accda9ae 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dcb66ad63c8..4bb882b0e66 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd0f8693e67..6e954a4ebf7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e53fa0bb75b..92268440e54 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ffea4b52eeb..2c157d88342 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9a8ce134216..8f15243d028 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4bd33ffc133..8e4194920ad 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1da3ea0936d..766034d20f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 253913b08c0..c59c7c2d2c4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cae9052e4cc..d144cd8cc75 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ac417856513..a448eee146d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bf5fd5b9560..8106e565871 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e626aa46d72..6a68217137a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 35f1f66d2c5..ee448a5711b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a91177593d6..966dc295146 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c02e9a8181d..1a03b350431 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 05ad5f5fc3d..dc388e58858 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8312acf0040..33d121d3805 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b174409dc1d..e6e9b622bdf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 90987b4bd04..b426873345e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9741fdd87a5..e3bc968eeee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 af58815f699..5b8a49c74a4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5a4bb5f665b..971d775698d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ea8f182ddc6..4e4f19a0272 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 80ddc3f7c48..0f943863d15 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8fe5127ea68..e1bed9572e5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 257d73fee33..f04ec6b154c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1a63b24e3fc..18a110860e6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 61c5fd28025..ee2d72e5064 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 92493a330a7..002bf89fb9b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ecb8ff85836..11ff7b43708 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6179428b52c..f5c6aaa40aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eaf24be6326..4ec56afade4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ce8cdf1047f..c4b2f076d8a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0cfbb52f4e2..853490f0001 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b67527cc453..9cca2e525ad 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 79d4337c343..97c4be93824 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b6ddf30be87..6133485ab15 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 73ca0f3b022..e30b706bcef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 680f12ce568..c385891c332 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5e338b98692..62ac7f3b974 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 350ed93678e..d5e98a54db7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 834a1e1f8f4..3bf4b7c2e81 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 63f3ccd6e09..1f4e429ef7f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ac0890d8066..154a74760cb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f02d81c81c0..bc3814a3328 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d06a6ff6c8b..0197f3857a0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2492afc2e8d..f2d3662ec21 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8dd392a7465..e4e6947a8b7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bf64e5e6559..5f110f4e0d2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4f13a2540ef..6723d870151 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 70e40ed57ee..2e6476c739b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2a594094f7a..86042e3523e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 25f1292c918..7b149723ccc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d97c7100d46..08624ee83c2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 11c376760b7..8b323f2b1ab 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6943a3543c8..8ca98d017b8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a8583791d89..7a4ca757abd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 49c26f71cd8..479b9d22364 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5b3a468b379..4e71a650605 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d15737ee33c..9df241449e2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1300279ac75..17b94964a83 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fed9340c2a6..692ac2dcd51 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 28abc3e34b5..316ebe05391 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 99a58a79ea9..2572caf01cf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 08a342b3549..fe72d209eb1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8e99cf2bb04..3a081d1e656 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8c8341a5f21..b94d2bc9b4b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7e952a9f3aa..b291fd6f353 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e1004defbcd..7ebfcccb257 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e14f78350c2..ecbc0bca8dd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ee30b0a4296..0c963cfe6f9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d4097fdccaa..5f469a1c22a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4bfc6067574..1726805b646 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 23facbb1265..2dec7be6012 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f8404c6fb7d..f3d9253878f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8331fcf5094..2961b725f53 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 df712a71a4d..1601258c170 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8758ac718ed..664e5767a14 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3d57a0c60fa..59d20c49b1d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 305b109b547..7b00773113f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dfb068a2c29..93af0c9dd80 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 29a28f745c3..02ac5d49346 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e77337720b3..28e1845c097 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 92d728d9b2b..62bffa1f48d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0cb6ca5f0b8..55189400dc5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7835bc85b2..08cd764e42a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aeb462c47b9..64ff796e835 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 633f9efbc55..0b1aae2559d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6ef5efbe99b..3ddfd9af2b7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9d493ece586..4ebca17b449 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1d2b9cbfd09..efee0122420 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e919c32d00a..aff7fd460d1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 946beffc239..39c5b0522eb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3f04bbd3986..adbc5aca892 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aa2718dc589..5770c27b941 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aad79cd120a..c3dfb1b4ed6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 610f99a957c..7abb64152e1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6ed4fe94121..98d65b510ab 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1d206f1147c..d58108cfb39 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 38f1f3d83dc..8a21acb1e70 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4c73f972931..2a45b456193 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6c5e0b56e96..38f75c28f22 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8c776547c27..e166bd5de8b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0a9641c4233..c183e41bb19 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 948bad18789..1f2f4a9ab16 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b1524c13004..af4ec9f1825 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 315d34a1bf8..52a3ef1cc2a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a33881f7c84..8d94bfe3eff 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bbc6837e6d9..d859b99119a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bdbbec7354f..b1ceb723d5c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f46c3291275..81125b1e64f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 09fb9caeb50..51f56c95b97 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a83ead7ff62..4a79f61cbea 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 75f8862665f..dc8faa1fd56 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 724fd230714..06d2c9c6c87 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1c3caa260b2..b494be561ed 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8996cb453f0..d2fd4fd163c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eebe03a8659..4d2c4ca37b6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3c4c13b1e92..cd511740e3d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1202729d2eb..b2d4d7df7fb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 87b4f5febf8..ba45fb15c88 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 635bc9378bb..aeea0621a22 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 62a02de2e93..252cd8cd956 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e309b861eca..1e5cf8ebdbb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9aabb2f1a53..5a872298032 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7ae5632d220..a5ba4ad3ee9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6676f58d98d..22320d2d4fb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 24ceba7ab7e..513ae30add2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d05a2c793c8..d01a01844cb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5ce4f4f55ae..f386d2e7c4f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 94ee8a2b87b..846dea4d125 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b6949984434..7675ed895ff 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c8987f4ed8f..a8ff59cee2e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7e3289ebe25..88493d8ceef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7ffe5204412..676efb18b25 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 adbc94f2e62..78cd338feb5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 42a354fbfd6..ac4d669b0c7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a63dddda578..2e626146fe0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0e7e0be006e..39220df4cd7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 02f50eaa4c6..4e7d6081f55 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 093852aa5b4..72a928ffe4a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 44dd704c9d5..beb6b460ed1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bd38827783e..f4ee58a3b6f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 82203f482cc..cebafc66fde 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c04a0561512..f0625cb14f9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 56d32c76bd5..7f0e0905126 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a8f81d301a5..6c49080f798 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2915630c1de..dc8942ea123 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6d51526fcba..7208eae1086 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8dd8aa405a1..fc2a53450f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9cda4477a5a..70752f23f97 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a5cba92c86c..db9b77258b2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7df0a4f56dd..584f8abaa7e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c0fdb718dd9..cafe0af0bcf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd62695286d..44b58a271b6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6a357d92ea8..7cc41aaeac1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bf60bbce252..9ba1b73e45f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2adc6a80779..6b203d67ff4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4940358a47a..f8b3deaec8f 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.2.16
+ 1.2.17bin\$(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 03c3617c1ef..2715f57320b 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.2.16"}]
+ [{:ory_client, "~> v1.2.17"}]
end
```
diff --git a/clients/client/elixir/lib/ory/connection.ex b/clients/client/elixir/lib/ory/connection.ex
index 729aa07cbfc..30bf3b4a755 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.2.16 - elixir"
+ "openapi-generator - Ory v1.2.17 - elixir"
)
)
diff --git a/clients/client/elixir/mix.exs b/clients/client/elixir/mix.exs
index 0d976726fb5..9f62946ec45 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.2.16",
+ version: "1.2.17",
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 25315463333..3331d38aff3 100644
--- a/clients/client/elixir/mix.lock
+++ b/clients/client/elixir/mix.lock
@@ -1,11 +1,11 @@
%{
"earmark_parser": {:hex, :earmark_parser, "1.4.37", "2ad73550e27c8946648b06905a57e4d454e4d7229c2dafa72a0348c99d8be5f7", [:mix], [], "hexpm", "6b19783f2802f039806f375610faa22da130b8edc21209d0bff47918bb48360e"},
"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"},
- "makeup": {:hex, :makeup, "1.1.0", "6b67c8bc2882a6b6a445859952a602afc1a41c2e08379ca057c0f525366fc3ca", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "0a45ed501f4a8897f580eabf99a2e5234ea3e75a4373c8a52824f6e873be57a6"},
+ "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.2", "ad87296a092a46e03b7e9b0be7631ddcf64c790fa68a9ef5323b6cbb36affc72", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "f3f5a1ca93ce6e092d92b6d9c049bcda58a3b617a8d888f8e7231c85630e8108"},
"mime": {:hex, :mime, "2.0.5", "dc34c8efd439abe6ae0343edbb8556f4d63f178594894720607772a041b04b02", [:mix], [], "hexpm", "da0d64a365c45bc9935cc5c8a7fc5e49a0e0f9932a761c55d6c52b142780a05c"},
- "nimble_parsec": {:hex, :nimble_parsec, "1.3.1", "2c54013ecf170e249e9291ed0a62e5832f70a476c61da16f6aac6dca0189f2af", [:mix], [], "hexpm", "2682e3c0b2eb58d90c6375fc0cc30bc7be06f365bf72608804fb9cffa5e1b167"},
+ "nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], [], "hexpm", "fec8660eb7733ee4117b85f55799fd3833eb769a6df71ccf8903e8dc5447cfce"},
"tesla": {:hex, :tesla, "1.8.0", "d511a4f5c5e42538d97eef7c40ec4f3e44effdc5068206f42ed859e09e51d1fd", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:exjsx, ">= 3.0.0", [hex: :exjsx, repo: "hexpm", optional: true]}, {:finch, "~> 0.13", [hex: :finch, repo: "hexpm", optional: true]}, {:fuse, "~> 2.4", [hex: :fuse, repo: "hexpm", optional: true]}, {:gun, ">= 1.0.0", [hex: :gun, repo: "hexpm", optional: true]}, {:hackney, "~> 1.6", [hex: :hackney, repo: "hexpm", optional: true]}, {:ibrowse, "4.4.2", [hex: :ibrowse, repo: "hexpm", optional: true]}, {:jason, ">= 1.0.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:mint, "~> 1.0", [hex: :mint, repo: "hexpm", optional: true]}, {:msgpax, "~> 2.3", [hex: :msgpax, repo: "hexpm", optional: true]}, {:poison, ">= 1.0.0", [hex: :poison, repo: "hexpm", optional: true]}, {:telemetry, "~> 0.4 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: true]}], "hexpm", "10501f360cd926a309501287470372af1a6e1cbed0f43949203a4c13300bc79f"},
}
diff --git a/clients/client/go/README.md b/clients/client/go/README.md
index 429f9acde7e..e6a8de61def 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.2.16
+- API version: v1.2.17
- 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 2b51e7a1802..354cc55bcd0 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.2.16
+ version: v1.2.17
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 516b7454329..6fe97df5a67 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_frontend.go b/clients/client/go/api_frontend.go
index d4c5d4a630b..e1f4bca4711 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_identity.go b/clients/client/go/api_identity.go
index 580b53946bc..21c0651ae12 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_jwk.go b/clients/client/go/api_jwk.go
index 4bb3cabadc3..563703fc216 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_metadata.go b/clients/client/go/api_metadata.go
index 0dfca634c7e..fb9901326fc 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_o_auth2.go b/clients/client/go/api_o_auth2.go
index 175a64ebcc8..855e1e0b06d 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_oidc.go b/clients/client/go/api_oidc.go
index ca1baecef9a..192824faecb 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_permission.go b/clients/client/go/api_permission.go
index 1fe35dc427c..475780edc44 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_project.go b/clients/client/go/api_project.go
index 832e511d25a..5dff65b0c27 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_relationship.go b/clients/client/go/api_relationship.go
index 2b73cb6f2cc..3bc93abc9fe 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_wellknown.go b/clients/client/go/api_wellknown.go
index 649b19f9dea..3edd7f43d24 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/client.go b/clients/client/go/client.go
index f39c013b11f..658d0029981 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
@@ -42,7 +42,7 @@ var (
xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`)
)
-// APIClient manages communication with the Ory APIs API vv1.2.16
+// APIClient manages communication with the Ory APIs API vv1.2.17
// 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 5389d17fe43..a2b64ed5683 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/go.mod b/clients/client/go/go.mod
index 777fb89f33d..3ef061de3ae 100644
--- a/clients/client/go/go.mod
+++ b/clients/client/go/go.mod
@@ -2,11 +2,11 @@ module github.com/ory/client-go
go 1.17
-require golang.org/x/oauth2 v0.13.0
+require golang.org/x/oauth2 v0.14.0
require (
github.com/golang/protobuf v1.5.3 // indirect
- golang.org/x/net v0.16.0 // indirect
+ golang.org/x/net v0.18.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
diff --git a/clients/client/go/go.sum b/clients/client/go/go.sum
index ddc64314974..12fdcaf0222 100644
--- a/clients/client/go/go.sum
+++ b/clients/client/go/go.sum
@@ -875,7 +875,7 @@ golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b/go.mod h1:IxCIyHEi3zRg3s0
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU=
golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0=
-golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
+golang.org/x/crypto v0.15.0/go.mod h1:4ChreQoLWfG3xLDer1WdlH5NdlQ3+mwnQq1YTKY+72g=
golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
@@ -993,8 +993,8 @@ golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
-golang.org/x/net v0.16.0 h1:7eBu7KsSvFDtSXUIDbh3aqlK4DPsZ1rByC8PFfBThos=
-golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
+golang.org/x/net v0.18.0 h1:mIYleuAkSbHh0tCv7RvjL3F6ZVbLjq4+R7zbOn3Kokg=
+golang.org/x/net v0.18.0/go.mod h1:/czyP5RqHAH4odGYxBJ1qz0+CE5WZ+2j1YgoEo8F2jQ=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
@@ -1025,8 +1025,8 @@ golang.org/x/oauth2 v0.5.0/go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I
golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw=
golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4=
golang.org/x/oauth2 v0.8.0/go.mod h1:yr7u4HXZRm1R1kBWqr/xKNqewf0plRYoB7sla+BCIXE=
-golang.org/x/oauth2 v0.13.0 h1:jDDenyj+WgFtmV3zYVoi8aE2BwtXFLWOA67ZfNWftiY=
-golang.org/x/oauth2 v0.13.0/go.mod h1:/JMhi4ZRXAf4HG9LiNmxvk+45+96RUlVThiH8FzNBn0=
+golang.org/x/oauth2 v0.14.0 h1:P0Vrf/2538nmC0H+pEQ3MNFRRnVR7RlqyVw+bvm26z0=
+golang.org/x/oauth2 v0.14.0/go.mod h1:lAtNWgaWfL4cm7j2OV8TxGi9Qb7ECORx8DktCY74OwM=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -1123,7 +1123,7 @@ golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
@@ -1134,7 +1134,7 @@ golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U=
golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY=
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
-golang.org/x/term v0.13.0/go.mod h1:LTmsnFJwVN6bCy1rVCoS+qHT1HhALEFxKncY3WNNh4U=
+golang.org/x/term v0.14.0/go.mod h1:TySc+nGkYR6qt8km8wUhuFRTVSMIX3XPR58y2lC8vww=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
@@ -1151,7 +1151,7 @@ golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
-golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
+golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
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 3467d109eda..60827f714ec 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.2.16
+API version: v1.2.17
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 ff235388e29..97b63efdd5c 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.2.16
+API version: v1.2.17
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 fecea5ab149..ebbce05683f 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.2.16
+API version: v1.2.17
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 c4b659dce6f..d2b433f30d5 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.2.16
+API version: v1.2.17
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 46cddccbbac..33d865e5ffc 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.2.16
+API version: v1.2.17
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 c6b218dfe39..cd75ae3860e 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.2.16
+API version: v1.2.17
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 0d052ab1634..ac424134843 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.2.16
+API version: v1.2.17
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 d1e252aab5a..ef3d506fc3b 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.2.16
+API version: v1.2.17
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 c136c20301c..36e57f42c73 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_cloud_account.go b/clients/client/go/model_cloud_account.go
index 269097d5d63..5299efeba9c 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.2.16
+API version: v1.2.17
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 71848e2c217..501750179f6 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with.go b/clients/client/go/model_continue_with.go
index 532b54e8d22..6deab64ac66 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.2.16
+API version: v1.2.17
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 015141c145d..5fab15a63ec 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.2.16
+API version: v1.2.17
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 0343cbe280c..12c3156ea9e 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.2.16
+API version: v1.2.17
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 31c23350ced..522e374a987 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.2.16
+API version: v1.2.17
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 e2f2ebb9f9e..44056dbbbd1 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.2.16
+API version: v1.2.17
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 db40c5762a9..aa77cd5cffe 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.2.16
+API version: v1.2.17
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 ccba59dbe8b..f92df44d5ef 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.2.16
+API version: v1.2.17
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 babdfc04bd5..74b3d2fc7bf 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.2.16
+API version: v1.2.17
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 847c29f98f6..18b0803602d 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.2.16
+API version: v1.2.17
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 516d1fa3beb..4f2e872c257 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.2.16
+API version: v1.2.17
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 6282e8962c8..ae08613d850 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.2.16
+API version: v1.2.17
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 3f40b346249..f14192d7530 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.2.16
+API version: v1.2.17
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 822341e0546..d714aab2475 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.2.16
+API version: v1.2.17
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 d644abf583d..543ac28127a 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.2.16
+API version: v1.2.17
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 a7a06a6a5c6..534e4d46029 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.2.16
+API version: v1.2.17
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 cbdc24eeb1b..2e8116d5dee 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.2.16
+API version: v1.2.17
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 3b0d8827b11..6c8dced69c8 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.2.16
+API version: v1.2.17
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 8319550705a..e5194c55b7d 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.2.16
+API version: v1.2.17
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 72723fdc7bf..f0cdd45a16e 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.2.16
+API version: v1.2.17
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 d0bd3dedf78..153e130b57f 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_custom_domain.go b/clients/client/go/model_custom_domain.go
index bd8e7b306b9..2d7af207dac 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.2.16
+API version: v1.2.17
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 1642d85b20a..7b7921c00f3 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.2.16
+API version: v1.2.17
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 ca5ae874ef0..cc666f22330 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.2.16
+API version: v1.2.17
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 8931dc8edef..14e8ffcb2dc 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.2.16
+API version: v1.2.17
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 f7e74ac93f2..d397aff3205 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.2.16
+API version: v1.2.17
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 c4d9d199ff0..ce9b122aee8 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.2.16
+API version: v1.2.17
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 df3875bf594..c85a1396ab1 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_error_generic.go b/clients/client/go/model_error_generic.go
index 35e0fcf1def..ade10f84695 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.2.16
+API version: v1.2.17
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 bbd8438c993..6fdf0196575 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.2.16
+API version: v1.2.17
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 308dc615b70..a8bd6a46b4f 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_flow_error.go b/clients/client/go/model_flow_error.go
index 07a39a54d61..1570537150e 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_generic_error.go b/clients/client/go/model_generic_error.go
index 37189689f83..b4625b9f88b 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.2.16
+API version: v1.2.17
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 5e586e82246..71c8f11bfcb 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_generic_usage.go b/clients/client/go/model_generic_usage.go
index b7b1de6e00d..67d35b973bc 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.2.16
+API version: v1.2.17
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 b0834a1968e..6cbe278f65c 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.2.16
+API version: v1.2.17
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 aefe2ed8f50..aaab337a60b 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.2.16
+API version: v1.2.17
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 e510f9f510f..5e5d91bd329 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.2.16
+API version: v1.2.17
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 6a98674312a..1efd56001b6 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.2.16
+API version: v1.2.17
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 e7d8cbe17bc..bb8c767bae2 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.2.16
+API version: v1.2.17
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 faee62cb6ae..cffadd6d4c7 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.2.16
+API version: v1.2.17
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 66faceb734d..4407f1aa1e3 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_health_status.go b/clients/client/go/model_health_status.go
index 8bb3dab0818..a63da50bbb1 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity.go b/clients/client/go/model_identity.go
index 12ec8a69dd7..43ef0917ac0 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials.go b/clients/client/go/model_identity_credentials.go
index 7984a33bbc5..8a479c6a229 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.2.16
+API version: v1.2.17
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 e62a9f7bc95..9b247fa9c74 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.2.16
+API version: v1.2.17
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 e5e32920363..d9f96f3e547 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.2.16
+API version: v1.2.17
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 a184ac5c88a..d7c37d40c82 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.2.16
+API version: v1.2.17
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 b8d179645c5..7f20920e3f3 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.2.16
+API version: v1.2.17
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 b97c8c49823..aadb507ad91 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_patch.go b/clients/client/go/model_identity_patch.go
index d94bcbe76d0..fc53a4c27e2 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.2.16
+API version: v1.2.17
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 7307f7e6c96..70a7477d342 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.2.16
+API version: v1.2.17
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 3b260b88537..0fef903e57a 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.2.16
+API version: v1.2.17
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 1993a6c77f9..61eabb79e01 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_state.go b/clients/client/go/model_identity_state.go
index da9b70ec5ec..0d21b70a618 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.2.16
+API version: v1.2.17
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 ccb37c66720..e73f09c999c 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.2.16
+API version: v1.2.17
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 1c5ffb3e3d7..cd4ad477f15 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.2.16
+API version: v1.2.17
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 a2cc35be069..ca48b2b3d13 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.2.16
+API version: v1.2.17
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 e1cbac88352..12a85235c0e 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.2.16
+API version: v1.2.17
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 509484f7b22..6936a13bb01 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.2.16
+API version: v1.2.17
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 71e525ff64e..18f378040cf 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.2.16
+API version: v1.2.17
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 4811f037cc0..6d0e6e19712 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.2.16
+API version: v1.2.17
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 e44e2ef1c20..5b97b1618e1 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.2.16
+API version: v1.2.17
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 48a855a508d..f47f77705c2 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.2.16
+API version: v1.2.17
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 7ddc9f90198..b1aaccdd74e 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.2.16
+API version: v1.2.17
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 e13b10e1db6..00b8f21bc5a 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.2.16
+API version: v1.2.17
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 62ccefbbaac..7b9aff3ff57 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.2.16
+API version: v1.2.17
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 94b91a7be4b..50737d9957c 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.2.16
+API version: v1.2.17
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 03c92160c33..b8aa110f680 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.2.16
+API version: v1.2.17
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 c70429b73aa..a66c4507a1d 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_json_patch.go b/clients/client/go/model_json_patch.go
index 2d4ab567267..0aa3129ffaf 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.2.16
+API version: v1.2.17
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 dd9ea7874da..e3fdd3f3a1d 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.2.16
+API version: v1.2.17
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 2c6ee58c279..dbe5f647019 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_keto_namespace.go b/clients/client/go/model_keto_namespace.go
index 33f9b7f034e..fbe089c25ee 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.2.16
+API version: v1.2.17
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 badcef56123..58ad2c69304 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_login_flow.go b/clients/client/go/model_login_flow.go
index 796ed034b12..177817a96a7 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.2.16
+API version: v1.2.17
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 efd354d90d1..f88720c54a6 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_logout_flow.go b/clients/client/go/model_logout_flow.go
index 134de2af346..b6fbfe9c5a8 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.2.16
+API version: v1.2.17
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 a295a8a3337..c62c8ad1c3d 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.2.16
+API version: v1.2.17
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 a77b550c674..612b90baf3a 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_member_invite.go b/clients/client/go/model_member_invite.go
index 1fa0df65557..dd61c7027db 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_message.go b/clients/client/go/model_message.go
index bfee964357a..aca2e23812d 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_message_dispatch.go b/clients/client/go/model_message_dispatch.go
index 39b3243ca37..a16344e6cb4 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_metrics_datapoint.go b/clients/client/go/model_metrics_datapoint.go
index f5ab3b564ee..6672d7dd2af 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_namespace.go b/clients/client/go/model_namespace.go
index bbfbe8d6768..b10cf965c3f 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.2.16
+API version: v1.2.17
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 c00fc670318..5b5a3674a63 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project.go b/clients/client/go/model_normalized_project.go
index 0cfe0b82bef..b53619b8b9a 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.2.16
+API version: v1.2.17
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 ab9cf8a3c1a..7578d921969 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.2.16
+API version: v1.2.17
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 7cdfd654822..686707246e4 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.2.16
+API version: v1.2.17
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 10a10e6c529..a77df8bfaf0 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.2.16
+API version: v1.2.17
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 08db891c472..80754856cce 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.2.16
+API version: v1.2.17
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 a161beef8db..358287de925 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.2.16
+API version: v1.2.17
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 6de8c28af9a..aeea2994834 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.2.16
+API version: v1.2.17
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 70d85e76ad1..30d2c477c22 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.2.16
+API version: v1.2.17
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 fc403dcef16..1de999ed776 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.2.16
+API version: v1.2.17
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 ec632bb2cbf..e227fad83e5 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.2.16
+API version: v1.2.17
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 fe0b1e732f0..76d79ab5ccc 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.2.16
+API version: v1.2.17
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 c613469799a..b75f8f38f56 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.2.16
+API version: v1.2.17
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 4dbddd6dadb..07df81c726a 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.2.16
+API version: v1.2.17
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 42c58f1694a..d4a60afb185 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.2.16
+API version: v1.2.17
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 b4d4190d183..93ded1feeff 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.2.16
+API version: v1.2.17
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 5e9373cd2d2..21d99c183be 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_oidc_configuration.go b/clients/client/go/model_oidc_configuration.go
index 4bb3484bba1..887996bb038 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.2.16
+API version: v1.2.17
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 ca0daddb68c..e611dfdfbbc 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_organization.go b/clients/client/go/model_organization.go
index 0c5269e0341..011321c67b2 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_organization_body.go b/clients/client/go/model_organization_body.go
index e81d38776dc..c3ba60f370f 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_pagination.go b/clients/client/go/model_pagination.go
index 234d5a15ade..faa23f90a6d 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_pagination_headers.go b/clients/client/go/model_pagination_headers.go
index 2737a273897..298bbd66b34 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_parse_error.go b/clients/client/go/model_parse_error.go
index e9e7a44855a..e4183a22565 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.2.16
+API version: v1.2.17
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 b407ac12154..252328179c1 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.2.16
+API version: v1.2.17
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 d6a01f670c6..63a066f9207 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_plan.go b/clients/client/go/model_plan.go
index 10bdbd79352..f972d32a412 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_plan_details.go b/clients/client/go/model_plan_details.go
index 32a3977d064..9b72b865637 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.2.16
+API version: v1.2.17
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 5e706bff190..1445f60ae8c 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.2.16
+API version: v1.2.17
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 230b303b5f5..3f54fae68ca 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project.go b/clients/client/go/model_project.go
index f75711e6f6a..29efe9b9439 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.2.16
+API version: v1.2.17
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 a0c782899fc..783bc173220 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_branding.go b/clients/client/go/model_project_branding.go
index 48a9a418c53..655fadbc22d 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.2.16
+API version: v1.2.17
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 2da466317a8..eac20fd4b7c 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.2.16
+API version: v1.2.17
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 b168a1ec8f5..2567bd1c105 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_cors.go b/clients/client/go/model_project_cors.go
index 7a2e92b3919..88f937ff5ac 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_host.go b/clients/client/go/model_project_host.go
index 48fd122cfb5..52753f2ade0 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_metadata.go b/clients/client/go/model_project_metadata.go
index 3e5de125265..f2c88e56911 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.2.16
+API version: v1.2.17
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 afe7a4786ca..bb801accd27 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.2.16
+API version: v1.2.17
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 a5c76fc7901..bad957f7ae4 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.2.16
+API version: v1.2.17
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 0a260d04e61..1cd72dd611d 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_services.go b/clients/client/go/model_project_services.go
index f5c24dfeccf..7846944cf6b 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_quota_usage.go b/clients/client/go/model_quota_usage.go
index 60a2e3262b2..00a692f42a0 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.2.16
+API version: v1.2.17
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 5f5ebecc33e..850ae494f3d 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_recovery_flow.go b/clients/client/go/model_recovery_flow.go
index 1f04022a162..d3b82f4ed69 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.2.16
+API version: v1.2.17
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 5be8d5de350..75a5c61c047 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.2.16
+API version: v1.2.17
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 16cd28350bb..0f8d5dd4495 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.2.16
+API version: v1.2.17
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 865641fef59..3e5263da3bd 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_registration_flow.go b/clients/client/go/model_registration_flow.go
index 14e3ba48c63..afbb62c0407 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.2.16
+API version: v1.2.17
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 218292a49d0..f26557b261c 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.2.16
+API version: v1.2.17
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 b6cfc699100..ee045a39a3b 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relation_query.go b/clients/client/go/model_relation_query.go
index cefd7e1b852..bf3872c35d4 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship.go b/clients/client/go/model_relationship.go
index 4651a5726a7..2589f03ef64 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship_namespaces.go b/clients/client/go/model_relationship_namespaces.go
index 26d1e512cc8..6257a60cc20 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship_patch.go b/clients/client/go/model_relationship_patch.go
index 7aebad402ac..883d200cfc0 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationships.go b/clients/client/go/model_relationships.go
index c59953781db..b8cfa41b60e 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.2.16
+API version: v1.2.17
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 eb5437bccfa..09f419c2ef5 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_schema_patch.go b/clients/client/go/model_schema_patch.go
index 7432d43b2a0..c7ce1d8b554 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.2.16
+API version: v1.2.17
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 b37690489ef..7bed4d8fcb8 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session.go b/clients/client/go/model_session.go
index c2db9495797..88f2d3a1463 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.2.16
+API version: v1.2.17
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 925c900f062..0b1b60f3855 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.2.16
+API version: v1.2.17
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 0826525efdf..d8d67fdf110 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session_device.go b/clients/client/go/model_session_device.go
index f57fd45cc48..3b22961e6c8 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.2.16
+API version: v1.2.17
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 5b0ffa22066..2e7ab524a1f 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.2.16
+API version: v1.2.17
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 6750fcddad1..1f366a8c470 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_set_project.go b/clients/client/go/model_set_project.go
index a4c6e64bb59..68d7b784449 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.2.16
+API version: v1.2.17
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 434b514899c..909c264c392 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_settings_flow.go b/clients/client/go/model_settings_flow.go
index 861308de1e0..30bbd845512 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.2.16
+API version: v1.2.17
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 9490bbd7724..e75811c6da1 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_source_position.go b/clients/client/go/model_source_position.go
index 8c00951432e..8bbefa60ba1 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_stripe_customer.go b/clients/client/go/model_stripe_customer.go
index 912d881f2de..f32bd562b4c 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_subject_set.go b/clients/client/go/model_subject_set.go
index 3357aa8fc60..c62fc693fa8 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_subscription.go b/clients/client/go/model_subscription.go
index d8934014e38..557e3bbae27 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.2.16
+API version: v1.2.17
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 a5489ec5a6b..1f7ded8c612 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.2.16
+API version: v1.2.17
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 f21463f06e6..5bdb2a4cd60 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.2.16
+API version: v1.2.17
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 4ff9618cdf2..fe8a10e88d7 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.2.16
+API version: v1.2.17
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 c381fc5065e..6a1299e3612 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_token_pagination.go b/clients/client/go/model_token_pagination.go
index 58f6a9b9ad1..f6fd873320b 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.2.16
+API version: v1.2.17
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 7c647a78165..312c5982a46 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.2.16
+API version: v1.2.17
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 e905ae265b1..26ed34df2d2 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.2.16
+API version: v1.2.17
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 b30e58deea5..9aafb208063 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.2.16
+API version: v1.2.17
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 079c8d4cbba..889e9b53045 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.2.16
+API version: v1.2.17
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 3e9a9b69bf1..afb0ce6d35a 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.2.16
+API version: v1.2.17
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 b09b46bd086..70ccc8ae439 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_container.go b/clients/client/go/model_ui_container.go
index b2bd8f825c8..4898f8ab526 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node.go b/clients/client/go/model_ui_node.go
index a09f12791ff..42adce6ea72 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.2.16
+API version: v1.2.17
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 63c8f581859..5ac0fbf7e25 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.2.16
+API version: v1.2.17
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 6b52024feea..e71aab17771 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.2.16
+API version: v1.2.17
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 8bc8fa5b68a..f70eb4bedd7 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.2.16
+API version: v1.2.17
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 5fc6adbf7cd..f4a4ad39a08 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.2.16
+API version: v1.2.17
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 00ac330ec8c..cf8d22e6d58 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.2.16
+API version: v1.2.17
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 cba3a468da4..c66297777c9 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.2.16
+API version: v1.2.17
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 2252ce0316f..65600125f5e 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_text.go b/clients/client/go/model_ui_text.go
index e42ca88ebc9..e8654305691 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.2.16
+API version: v1.2.17
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 a7628ca3c98..8b85cc5710b 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.2.16
+API version: v1.2.17
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 bde315a6a74..ffcba73198d 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.2.16
+API version: v1.2.17
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 434e789ea9a..554285ee323 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.2.16
+API version: v1.2.17
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 10a109f1f5e..b5dcba2572f 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.2.16
+API version: v1.2.17
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 f2ff42d4aa8..a413977f5fc 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.2.16
+API version: v1.2.17
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 2c942d4abff..a649e17e699 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.2.16
+API version: v1.2.17
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 cf6495904dc..1dc468fa292 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.2.16
+API version: v1.2.17
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 3881dbe54c1..2ea5d71b101 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.2.16
+API version: v1.2.17
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 974cb7e119a..3c352e3179c 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.2.16
+API version: v1.2.17
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 f61e4d6a824..89f5678d2bb 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.2.16
+API version: v1.2.17
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 af18fe7d30e..e4eb43d5a0f 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.2.16
+API version: v1.2.17
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 c6b31f7e352..77e92abcd2b 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.2.16
+API version: v1.2.17
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 cc2b1e0896e..4274e351b33 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.2.16
+API version: v1.2.17
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 6ac276d7047..597851f5004 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.2.16
+API version: v1.2.17
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 f0dd1221ad4..1002093d243 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.2.16
+API version: v1.2.17
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 535666279d9..41ed5caa7a8 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.2.16
+API version: v1.2.17
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 132b453addb..babc4121ac7 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.2.16
+API version: v1.2.17
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 8e9985a9181..ae923a3f3ed 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.2.16
+API version: v1.2.17
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 ceb95014308..70983155d9b 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.2.16
+API version: v1.2.17
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 802bd8cd9d5..4143fc3de30 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.2.16
+API version: v1.2.17
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 61f2ff535db..2e5bab389e6 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.2.16
+API version: v1.2.17
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 f55a0588683..031065718db 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.2.16
+API version: v1.2.17
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 bc518fb80e2..04d09663e67 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.2.16
+API version: v1.2.17
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 b871090c7ed..c4ea943ab28 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.2.16
+API version: v1.2.17
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 e31de8716e5..954efef0e99 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.2.16
+API version: v1.2.17
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 1db2c8db968..a9652a79c49 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.2.16
+API version: v1.2.17
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 b785bf3c2ad..13db47c1549 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_usage.go b/clients/client/go/model_usage.go
index 01fb873523c..683130e3bae 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.2.16
+API version: v1.2.17
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 1999eedf58e..1b676eb6fcf 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.2.16
+API version: v1.2.17
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 41e9c8c8b76..41c30fd9448 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.2.16
+API version: v1.2.17
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 7f56c510a57..807ce0701f5 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.2.16
+API version: v1.2.17
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 68eeb302680..df6e0a6dd6c 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verification_flow.go b/clients/client/go/model_verification_flow.go
index 2574379ac9d..808308aa9d7 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.2.16
+API version: v1.2.17
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 a0461c9c7b0..fc3a7355ca5 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_version.go b/clients/client/go/model_version.go
index cd0ace822d2..2dd179b61a7 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_warning.go b/clients/client/go/model_warning.go
index dade0fa0326..a7a36dbfa47 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/response.go b/clients/client/go/response.go
index 8fc22b88c18..ddd9438a36a 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/go/utils.go b/clients/client/go/utils.go
index e698916079a..123ccc87a64 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.2.16
+API version: v1.2.17
Contact: support@ory.sh
*/
diff --git a/clients/client/java/README.md b/clients/client/java/README.md
index 14a579290c8..9dff0ce8feb 100644
--- a/clients/client/java/README.md
+++ b/clients/client/java/README.md
@@ -1,8 +1,8 @@
# client
Ory APIs
-- API version: v1.2.16
- - Build date: 2023-10-31T09:01:01.869759319Z[Etc/UTC]
+- API version: v1.2.17
+ - Build date: 2023-11-09T08:22:45.524673580Z[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.2.16
+ v1.2.17compile
```
@@ -58,7 +58,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "sh.ory:client:v1.2.16"
+ implementation "sh.ory:client:v1.2.17"
}
```
@@ -72,7 +72,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/client-v1.2.16.jar`
+* `target/client-v1.2.17.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/clients/client/java/api/openapi.yaml b/clients/client/java/api/openapi.yaml
index 7ea00eb09c0..91a052c6fe8 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.2.16
+ version: v1.2.17
servers:
- url: "https://{project}.projects.oryapis.com/"
variables:
diff --git a/clients/client/java/build.gradle b/clients/client/java/build.gradle
index 9cdf9033163..b3726175841 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.2.16'
+version = 'v1.2.17'
buildscript {
repositories {
diff --git a/clients/client/java/build.sbt b/clients/client/java/build.sbt
index a69bbc55c44..00730402fc9 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.2.16",
+ version := "v1.2.17",
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 e99f4add575..c998e75df75 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8b94da6b812..5e787df98e0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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.2.16/java");
+ setUserAgent("OpenAPI-Generator/v1.2.17/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 f411097b7e8..20d7827d1e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 368e0047d83..6c90221ea32 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd16590d099..27a3b2a6b47 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 2e93297f957..1ee58b3d772 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 45a859967ce..8f253397ac5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5d19a5be20f..2af6643018a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 6d0f4a8340a..8ff56c30ab3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 87f2a4f258b..20b1fad7b73 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 628c9dc50b1..c4a51a9ca85 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 6bfc20ce571..626028cc758 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 284600f1f25..2155cb2159f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bac90b0a068..f1cc5669e80 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 95ab2263eed..0b63249a81b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f5ed5c81059..4c18a6e2c07 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 da617a98009..f2460e265aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6f456eab0c2..8f5c8e3d2ce 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8a034bd1e37..b119885b603 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c6e9644f94c..b3a427d47bc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f15d20072c8..d575f8ec71a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aa976cbdb1b..48f105886c3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5aad340e898..a7de06c2c68 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 1cded3e16d6..e1cfccfe404 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e7a188cdfeb..fefbec9d1df 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5c2102df014..435dbb0d983 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 8880c7be3e1..ee78b91c1b7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 947c6572792..c0a2fc56510 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 145b82c1514..cc4df10517f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 db69ce1208d..5e197285841 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 97bb57237d9..24069e9d1e5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 df233f3ecc4..017ab76b21b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e94dbdde95b..aaa3ca75244 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 32b87367b09..9d8c87eb409 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 01e2b50b2b0..b641b53aa1c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fac891a77e9..8a78ade19a3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 a2422f0dd94..da63a7b6917 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d85ccf61187..d7c5cca99e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 bc9e863bfff..5354da5fcf7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 97329ae511d..9b298e5a791 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 6ca712fd022..e3b5d839c25 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -60,7 +60,7 @@
import sh.ory.JSON;
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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/ContinueWithSetOrySessionToken.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java
index d52d48f812a..073f04daa6a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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/ContinueWithVerificationUi.java b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java
index 787e3ea7956..75f29743fd4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0a377bd6885..a8dac09fc57 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0535a333052..04b7d318850 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a4c01c8872e..76539a0cc30 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 19da8681deb..e836314c6f1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 76991452236..8aa3bd615f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b92804c94d5..e8a9f496bfb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d04150b1364..eee9ad63d1f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 31b8dad7fc7..ee731012cd6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0165540bc47..d339977ca56 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create Project Request Body
*/
@ApiModel(description = "Create Project Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c0b940e415c..6857e316bac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 a6cc686d758..e5d28db62ef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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/CreateRecoveryCodeForIdentityBody.java b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java
index 744df649922..51b0f58c180 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 15c34cc9400..23a429411ec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b6ad8c75412..f21cce93a05 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 1a4ef096d7d..48403f8cf95 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -49,7 +49,7 @@
* Create Subscription Request Body
*/
@ApiModel(description = "Create Subscription Request Body")
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c89c7cc0a7f..2d7cc48b2f1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 953e06f1675..a6ceb2686c7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 86cc17bfd39..2014a953d27 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 dd7d50dfcb7..e47bfa6c15d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3ac5b32f24a..e9d0ad54d2d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b69138d0634..c79421c5c3d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7e5acf031bd..53e02225ec0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 03bdb3c3d42..6a38a8101aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 bbbe631bdca..10f82cb4136 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 14eebb2b804..2864715372e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 77d9f85fa25..465fcea96aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5e761f72a00..4e22586b7de 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 4cbbd515239..afcfe19b1b0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3b14dc9ca33..3636abd3b98 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 9c22fae31f9..6950e82f847 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 bb3672110fc..086b151f95e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d7542930173..f3ac385f7af 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 f0f49eae47a..80cad36c859 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 1326e0f9f99..739cc3ee860 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 145c983cf99..9e8ead91098 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 bc2bd5ce633..19250797648 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e1dc37c0dff..47cc796ac85 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 fd7e15da6ad..76953564244 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 562532c2d7c..a3ba11ccfc1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0333eb34366..ed8688ae365 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 a2734bd7f0f..95e5d255dac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 6ff0bbd9bf4..434e0998d61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3cc87a7419b..2cc4be1f5bb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 fba99cbfe86..3dc344e2e85 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 1f91ea4f6d3..36ed9e6d4c9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 fc06c3f0b0d..877850ac813 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d54574c8d69..952a413dc51 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b8fb525bd95..23d83b8939e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 63089eb550e..4cc902c1a58 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b80ef96f07d..47c09637170 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 371f2964824..9fc975fb6ff 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7230b9d9c3e..1d26cef546f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 ba6194853c3..8c1dc42974c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e9c55215cfa..ea0c95f44bf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 863a6d6ecaa..e2ee3728636 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 4cc5f6f8711..5ff7807bd47 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 4219b56baee..262eae1a003 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7874254f6a1..97efa5ff58e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0f8a1072f97..6be5d5c3736 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 32d2d064d00..97a9fc80c5a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 ac118847bd1..8559b1e59c8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b04606b3882..761230577a5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c5e74082ef3..898964e283a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7650cf89e27..86307d351ff 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0c2958dcca0..627328455d8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 f2bd2a96e77..e8de373c28c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 24b06f0f1a2..9eb48726266 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 77c5e02cb7a..8e6567ef89a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d6ce9de7e58..d4dadc24a3c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b7f2356fbfa..ecc13f3c88a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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/ListOrganizationsResponse.java b/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java
index 205184361e2..2f4a0bdcfbd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c3dd93cfa89..075705d18ce 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0c2d233c438..68b28e34e76 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9e69b73f7e2..c03d0473f9c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d95af08847e..b21116ca288 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 a5584148804..b66f9edc4f8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 42fcca101c2..b1e1ee3e04c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 09a0053c2c7..1b124852cb1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 f2bef8b75e1..8d711987011 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d91ad44478e..2fa5ebddeaa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 04c805815c8..a31a3a40a3d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5c79bc516df..06ce09955e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b9630b8fbe8..eae04f4bc05 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b9c47d98845..a46966ea55b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 403a0035cc4..02c0632e149 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0b7063c6f19..45a600fda4f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 033f8493044..e30874d4a39 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[Etc/UTC]")
public class NormalizedProjectRevisionThirdPartyProvider {
public static final String SERIALIZED_NAME_APPLE_PRIVATE_KEY = "apple_private_key";
@SerializedName(SERIALIZED_NAME_APPLE_PRIVATE_KEY)
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 fdce6a9c181..fd065a43357 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5e5e7b476a4..61a7b372a37 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 1c523468243..e67ed0db093 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 8e00cca6295..d9aa92a1ca6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 054e854515d..0a741b14e85 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5da9e285ed3..9e92ae2e7e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3d0bf0842f7..c9f375f14f5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 2f742fed7ec..35e24886392 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c9abfbbe349..5f2034424e3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 566efe9c25e..8995bbe687a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e01b4edd89f..8fbdd947b72 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 77d907961d6..47602704a5d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b4b1187d6ab..76db65c431d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d1eafac79ab..22aba8fc3cf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 286129b5f74..08f599c760e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 76992e2c5bf..f1ce850b63a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 9dd6ccb40eb..e30e4b67388 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 623b0dd4192..3bd511935ba 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e6ead355951..3710e75c421 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d6bc3ea4516..e78e60f02e0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7b2183bdf17..4e7a1c53709 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d14bf169b68..62b168ab82d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d7d7da382f2..519fe532109 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 cf1dc8149fa..a984482d9e3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 cb22c22ccc5..c0afe5f044c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -50,7 +50,7 @@
/**
* Project
*/
-@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d9c3729d206..4c311aa4c0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 9c271de7bcb..f81fb139ec6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 80073ac088a..cd42b81c27e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 667077ab0cb..a544ff60a54 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7ece75b3c66..ae2c2306213 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5c1f333e200..f150b85205f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 050b3b63a65..fe3e730fb5c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 ae92f8fc213..2ecb51f6765 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 a16b1a148ed..76b1ef449c7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 38f816ae3e8..b8fde10c64e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c6e0e6d4da6..a93f77a780f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 1c7f78da2a9..02f2e9ee81c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5d9e372b432..c18cf8e9386 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7e10d67e9a4..c43c75b3ae8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 010e31914f4..c67d9e85080 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,7 +51,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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 6d10a0e87a7..f7e9a6a7215 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 afb5d4cc6bf..04bc7224791 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 37418672d02..970e0579ede 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5d4d4ec483a..f4928f185e8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 db8951b65d2..2155382554c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6dc7a3cb42a..f3bdb02347f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 639b950abfa..2f8c86a4c6c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 454457ab771..53b5c6e2230 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 495098b90cb..fb81df27c77 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 4fa6b87458e..c6d3cb61d2d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5fc98e86b69..68b2df444b7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3546df2df42..ddd8de1e819 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 2b798fe2997..f3a6ddc96c3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 81cf2bf0bc3..a427ff47b61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 2849f762fed..c78f911fe28 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 4327c52aecc..e6a5bda3bbe 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0fdf593c82d..a966340481d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 67cff83a3a4..acf96fae2fe 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3c865dcfaed..7baacdec330 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c90a464efef..ca21da0c463 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 bbd6b954e6b..8738ace64d7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 4196c41c19d..7738cfd251b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 aff3588f35e..7d9108225d9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0c09eca6545..bed17e01c3f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 6f50abd8703..c5f1bcbc967 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c42c1b89b43..f0a59f84ed5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 df71e2232cd..cec6f3d3def 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 085af680d6c..97ceb3e1634 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 722f2e0accb..4bd35e4d21d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 94394d2ecdd..21a70b31484 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 fc3814389fe..edefd6a8a1a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 17c40d37446..38ddf00fc7c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 877c078ed75..8a74a18550c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 72cc6edede0..cdf4b238c47 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 91c1fc99002..1af75d628f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 53ddddba7cf..29330a05109 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0a8d3caa045..1d38758893d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 02598379eb3..23b7e4fe0a1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 402200148b2..5dc62d17017 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d963b1ddabe..ac34cec2d59 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e3017d26abc..b69e70777ea 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 367956420b7..e25c34759b1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 713b739e80b..5c5e2350216 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e5a4603d1a6..88785e00812 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0ca00d6b564..67e39c900a8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b64556bda73..be3c04af274 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 83f09ad3427..da5a40a8ac2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3ac69e591a6..5213909927f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 e9aa2924e00..7065d3f3f76 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d5a33346151..e5e1d12b4db 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 3fae9533d7d..f12b0b75d5e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 10aa106dc49..38892cc5014 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 1e4e7fab8a4..8a520ff15a2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 86b20467d8b..55ba3e87a71 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 355c92d58bd..d515d183961 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 30fb173e586..9e93669a3a9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b7e771ab1f3..16b8c4ccb85 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 627a4388833..1bb6f77bb9f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b5aaac43ef2..38546de2654 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b3e20f89b3c..698d43fa7b6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 9a6b88c75b5..408aa6a2044 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 0fc4e246e72..620d337c84f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d103afc33df..ab52d0277cd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 60599bde453..c7835772d97 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 6f99bad3332..83c444024be 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 695bda4ebc4..9821e69c0b1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 ec77aaf0f05..e935290c570 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d48302f36dd..fab1cbba8ec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 09944c2f55c..a392d8adf7d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 85c4186ca32..5b67945ca43 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 5146be6bcd8..7ff80c22e98 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 db4afb3b923..3ab475ca0dd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b5db18ac7e3..fd40f9d9d9c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 d62e21a2147..fb3f008e17d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 f2f6903319b..7aff76257eb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7c46da4a379..04ff48541cb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 226f10aa55b..2d03cea7d19 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 bed1cec132c..38deb10a638 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 b4657a5c666..01d0d98795e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 afd7593e342..0dcb6b6ee87 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 401bd117089..9e2f64a6080 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 7bda1eec8d1..54dee1386c2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ad6e5200067..fcf901c339b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[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 c115d05ced8..61e425688a1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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-10-31T09:01:01.869759319Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-09T08:22:45.524673580Z[Etc/UTC]")
public class Warning {
public static final String SERIALIZED_NAME_CODE = "code";
@SerializedName(SERIALIZED_NAME_CODE)
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 fa09ba881b1..cd81e1b45aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5832849d336..5c45cadae66 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6505672b932..66cfb1f53e9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6f5b18fa88d..17bc96a177c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bff653e2a02..7984ff0fdc0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8ec754a4ad9..6d48510b14e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 471dd9074ec..7a917efb16b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bfb2cbb727e..2cee0cbbce3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 73e257e4421..108d0f6bad7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c6c355ae0e6..e35951f4e41 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0d4a383554a..6e1467c673f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4433af4c195..f896c78daac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 816466a9e9f..22863a7adb7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7967fdfbab..8e935498337 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fff0f2b5d8f..e6b790c0c0b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a9d8816b399..b3dcd158212 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 458b15334d1..92cbdb30e2e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d0e89e0168d..f8c12dfd837 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 59e4b4e70f4..92c29d0502d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3c0c2049aa7..2041c51db5f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 86987939f34..2a4288039e3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 601185f5332..dc4c9ff16fb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2e2a5ce100b..1dbb770939f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 23e29419c59..552b80405f5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4ea49ec0d62..f1ab86d70dc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ccaa596f4d5..69047d797c8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a6838a0aa45..aa5d21cc08c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c3d2bb85832..242399f7811 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8dde2354047..06d1eed4e9a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b46f201622d..11e7b43a412 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7a3e5e2f7ca..b30edfd3a25 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 96ee1b4a997..08cbd817e9d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2a79e629c72..d40368fe86d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6783b6717a8..20e0bb2cc23 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c158c551f6d..98d1217e05e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e2c0768b47d..fbf94195b74 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e3e876ba530..ba70ec3a755 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 710584efa6c..3b426028a24 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ca8aadd6b5b..a400f2dc024 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8e74f9f42d1..11f7027a20c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 81213b42c1f..7f3d24d554c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 69339a4afbc..9d04da2229a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d78db5720ec..5b5164967ac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7a1ad716f39..d9aaf5f9690 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 efdbf371c81..3115662be71 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 435e81c82e3..01bea92209f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 07f97ae2a20..28d51b72305 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 04feb7b5981..20428fa1688 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d2c64fa59d4..77b0eeb4feb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 df27f795183..42411d328cc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 29b390ca75a..d50aa059847 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0eafcadfcde..8d7d48e668c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d796b532aac..822687447eb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c2823af377c..1e482bd3789 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e90c440c38c..73be5c50d0c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 69c1889b6bc..a1712924c61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 039f2a3b1fc..74698cdbd3a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3c52e1a0948..ff6ec196a30 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5ef03ddc476..6b7d33f0aa0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd3d429b695..23c6f3d21f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7b866229b4..de256e6b518 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 83a3ad88cb3..e19c029921d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 969c95ab0ae..2c1c9cab001 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1a87e906734..996383e54b3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 760090f88f3..01549df27d0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c0972f4cf1d..dc85663a2c6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ba1e4f73822..958f59cfb0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 85492f2d00a..a2b5abd8aea 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 89e8787dfc3..b80e7fbde36 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 30a406eef0e..f0032803c32 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9ad37f56386..c14856f5b15 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a2a10e8e721..d76cd75b195 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0576bf5db84..408d3a70f24 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 18f199272c3..f86e403f287 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 99a6896257c..ae626a4e6ec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 334e4b55330..2f293754eeb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d408b6d60ab..08dc626e027 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3b529f75d20..597471ca213 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3b2607d46bb..00a700cfb0b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3a7c4cab0d3..3e37ae9fd87 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a20d666a88e..8e139e8abaa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e395c021ac7..39d5f4793c8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4a84f508c17..aec3b7943e4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 08bb649a8b2..d31c2e8debd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ed42ddacd64..65a3e320ae8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eab9ae91976..8224ca036d2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 21cbd1e9621..cc20a95ab02 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd8ee63d232..5ec9b1cb20b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6a8dc28e0d3..60614de839d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 75e5041096f..a14224cdcef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2a56a7faccd..c2f9e9f4c22 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ca02d047141..2aa84581eac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e9268ee0ba6..0812e3303af 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 adc1bf934d5..7d099c9e094 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 31d425dd878..84616c43e73 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b7d039b79d5..622fc84b4d0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bfeccce7756..3b3d9aabcf5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a874190a798..e7952ed6e7e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a66371ef0b6..6d4264332f1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 66f6deb6c37..73268c1dc99 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 810eedf364c..e89638fd4bd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8b1e1c0b0f0..1428adf9c15 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ebc5937f983..5d67685df02 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f4fa958b6b5..36c9b568d3e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7aada803b03..9c7da53bf82 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 00cef54a3b9..af73183da4f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c7005cc7ed7..2f50980d55d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0b4125b6c2c..7847430a19a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3cbb4a47343..130af4e134d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fce01a3ff89..d3e30ff6acc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd57b1e7f23..c92b6bbde63 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 97f755f8e71..57ee3564912 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4504240e0a1..c63ef569e7e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8d9817605ab..8b321af5e34 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 921b2711405..d7507974f89 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 df3df3eaaaa..9e2bd03afb9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4d6e840789e..1b943ce4780 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a8d920385f0..13189322b6d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 82ad538b0fe..c97fe11a462 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a4a05c437e9..c1697b293dc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 795fb6ee499..4acb291dd08 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 db6461de5af..5876034785a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 762a92b6c3f..b134c4e6fcd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7aa2a1431db..7be7ce7eac5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4ba119e245f..409bdcae5b6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 16d6b6c29ac..b5feb6a1634 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 72243b95b5e..a19396b3c83 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1ed9135b552..45d4eeeb19c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5281079d0c5..4b32810c6db 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8453081daa6..7eeeae862f8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8678c1ee6a9..1dc14620c82 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9123bfe21ed..637acd3a54a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 890354cdb2a..0e46416c028 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 962a17bd8a6..0dfba6910eb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 17bc24dac01..a3db855cf5f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b7924f199e7..a113cb87492 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3eeb89e9acd..d8e03d80a4c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cebc70fd7f7..c1fcab1350a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f4610de3e6b..b40fefcabda 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 16d4387240d..8e81455ed5a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 764461d075e..20070d992c1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d9021efb3e1..f726210c242 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 221cb7c0410..f446060a1a1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 634d49f6f2a..3955ac84e31 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a59246f42f3..677e5c05c42 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 616ef098d39..f4b882d2b78 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f1444f47b77..36457c5448b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a8275178789..4136ff07563 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5a480b66618..3c85e5b4020 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 181efbb45b9..75ef69ba7d6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ec45ae2c595..5ddce72fe5e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bc6bd0b9865..4650a34123f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 04bf36cafed..8045f17396b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 85b23f95a57..755e15e7d0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d9f9faf76b8..bdd495ec7da 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2bd65ef797a..5063a1219b1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d2fd950093b..f1cbdfa2458 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9796cc68025..6fc6453f317 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 67d25703df3..dd680d322f1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9a4fb363123..6f463f33be3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ae3a31891be..cb70a9654ee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 75b04d3c088..161908a2743 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 624859418b1..1efb40a2b86 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2296daa94ee..382dc2cb7df 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7010d75cc4c..0c6b04f9368 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d3b87f50230..30456346226 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 71e96fdcddc..a5cff9841e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5486e7f4bbe..f652e52e41e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 70945084094..dfed9f04119 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 47f99d084e9..91f0ff176f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 490479a998c..75372d4a067 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4287fa25f86..ac6bda8d3c5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 69aa88daa38..8fe476fdcfb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ee14147c178..0e9c847bd81 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fad62c917f8..1df814e9ddb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fb2cc3f6366..2e321570239 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 883a31a6ef5..71ee34b514a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ecfaf85e968..3d35fa573c4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4c81831b4bb..45683188839 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 01c0b8c50d0..0195b47e11c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1bb762485bf..96eb991aa4e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 194a1018847..2034573cc47 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aea18425c19..0567851adcb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 62de8690d1a..b08ef38b67b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ad95992181e..249b85c761b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a0f40e5009e..a631af48fac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 86224f438e7..85ab22df70d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9d344308ea2..4732374f828 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b79d65afda2..01e17b3c124 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f8878d13560..19c10599a18 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 457cb131c27..307c54fbbf3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 902eb5f26cd..93c76cb9af1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6d710eaf1e2..c71ba8400ff 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ad1be8d6db9..4beb40fcd07 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9acdc9f3127..ee84b3636f8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d91ea313e61..f9e617fb433 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8ded2cad71b..bec116f2d0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b4b93f6f4b1..c31237b00ee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 29e09c4534e..e7414f43cc1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bd8c4fdfe95..602476cc69e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b77140f79cb..d20b55ea8e5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3393e7f6348..d7c1f2f1f40 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 44da6c8d519..c9051622603 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ebf69e903fe..8ecff5c8a39 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 26879edb8e1..a2eb047b85b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a5dd9f657e5..dac74afd5f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 03087ae9843..9cd29795d4d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aa80ef25908..9f7a41e6377 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9df2853f1c7..60f5b50aa09 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ca325a100fe..965c2cacc81 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1c9557b5b74..fba03e8f5d1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 38f5168aff3..ca66fb7a1d3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 63854b93ce6..1ba3889fd81 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1c4e1a3328f..a91c466d5c5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 81cbe9f183e..267e5aa9801 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d92e3bf1597..d20fe4a8071 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f51d7dcac0f..207ed3bf8db 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 665526d1d9e..69738ef86c4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f9255bc2cd2..76deaa3d7ea 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0b8f7b28625..d1f302d8c39 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3e5b8e0a14a..314b5063387 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 55299aa854e..0fea1222c4c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ef2c183bbaa..0eacdf69a2e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ef5a95123c1..a6560730150 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8bf45c91aa7..6cfa023b217 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7ee8228b209..4aa223fcfaf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5e8664cb52b..31710815309 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0bac94b8086..44cb2694425 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e8383a5d8f2..8c43615d916 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 354fea75f79..a3ac3c35ec0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c6a4b1c6c33..b1390089f72 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2f621c38e59..07a08c66c31 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0a277dbeda7..7a55aac7a3d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e5cf6f04116..148875d7d75 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 72a4981c9fb..54a873e1b3c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3289ec75d25..47d93110987 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d607670c087..6296ef5774d 100644
--- a/clients/client/php/README.md
+++ b/clients/client/php/README.md
@@ -478,5 +478,5 @@ support@ory.sh
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: `v1.2.16`
+- API version: `v1.2.17`
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`
diff --git a/clients/client/php/lib/Api/CourierApi.php b/clients/client/php/lib/Api/CourierApi.php
index f66116c2e4d..252e78db89f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4f68d0f9136..a230bd0d8cc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 83bda588038..fb98f5e2957 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8a820b083d2..04831f95541 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 133446106a9..7cdb6bb6bf6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 754dad12354..de1545afcf1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bc6babe9b5d..a09a25dac1c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e127f19e875..fdbd52713c3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c3deadc51d2..9d8ba186ec6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8def2e20aee..821346f8e09 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d23b2643761..77195ccbb18 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4e3a15c5a41..cf829a50e64 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 618d25e51b2..50b1b25dc58 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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.2.16' . PHP_EOL;
+ $report .= ' The version of the OpenAPI document: v1.2.17' . 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 ba16d741381..a6485feff86 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 95d645d3950..19c58899a5f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3d4a5468a47..69a269fb857 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0b1596edddd..809dbc7869d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 42fc52e9fd3..87ac36c88d9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 016fbd0160a..e2a0f5a7e05 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8ba338a9e60..31c87d91213 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e122358e9e7..3202cb6161b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 40db52d851e..1e1501dd52a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a5637699930..145e6014c26 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b3622550418..bbb0df2362d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 73ebd74d258..fc47dcf9498 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 26d4de99e12..eb294474010 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 174d6abe474..2df65e30cdb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e2fa42aace3..15eb6e1a26d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 52cbb500ba6..02541597190 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 51ba0bc18f0..c09a9e42709 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3733499aa52..919fdaed8ee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5bc14c69dac..63a9aa33c45 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aaad462e780..8642d41696b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ea690b7d052..7686a3892a2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7e072fdee7a..448225f3a1f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0c6307bd697..a61cc97e8aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6f192f1974a..b977ca18d7e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 65068982d3b..df2260e6760 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e376cb882eb..d1c2bf42870 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 02ec7d5c45c..2852af8fd3a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 53d71cce3d3..bf83a406e71 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 77c02af1d6d..9c64b1a4701 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c14eedd3cf0..460e407e9f5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0765458f5a5..99d1b177489 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 38eea4d42ac..f37f05e5b1d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 09ffb26dab7..5eb6bf013be 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a9fabafe8a5..32827122102 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7194e93e551..67aa0b70b3e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e52866b1c7e..dcd900fe54e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 92d35d4ba6d..850bb9bb939 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ec83afaddc6..a53539dee1e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0a340da9274..30b3d7df971 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f9c2e516487..d01cf577694 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c867e9b94a6..a9eb567cd56 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 233db576264..5ce0798b0f1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 91c67876fbd..c820da6c125 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4a547531940..0a8c5df5283 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e85bde1270a..6b1f03dfd18 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 844ff62b8ab..f537c2a5057 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cd2776aa49c..3c44eb2c6b4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 12d14feb706..85207a65f8a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ac3a82534ef..979537be6e6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fb8eddc1fc5..f8f360defba 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1510295ea51..23c71affd3e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d3186154a32..2950b232f98 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 57e6d8705ff..805c441399f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd5dc8d5435..97f6fe3564f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7b344d40694..603cf07fcb4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 657224a53ab..25f0957fdec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f456281280b..44693c6346c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0ccd7e3b979..e26a997ae31 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7177d803626..2ee2a8004fd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c87a84b2920..4b9a0ccc0a0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eb27bb4ab5f..dafaf541429 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 55d67d2fb79..36cff5b064a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 804b9209526..faef3b3355b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9d8613ce15f..34842029f49 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e11f481f552..157884aea69 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2f894945803..32362406ae6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 39e00795c77..d4e1fca5e24 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4d7ee2589c0..3e09f866dfc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c699b6fa95a..4ecc705f59c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e19a1ead558..f543e5a4750 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9861d942655..77d599f6ada 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0aff5adce8f..0cac83ec7ad 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7d174d3517d..a2a6434343d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1401c63c5a4..1eb6bcf3214 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9f5690a6a8a..4c75cb9f061 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 79859c4db09..049d890af68 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1e578b34473..0616db9e567 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 480e7ac314e..82a2a023d31 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7df86e2f6ad..098ddd5984d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3baa9ed3914..d4f22596297 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a546f8f3224..ca6c6810958 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 07aa4344b42..f751333ea42 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5c4ef18ffbb..7fd92e3d341 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 470903a59fb..f9ebc88a5d4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 196f32dd059..6e1e05e2fcc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bf81b0bea9a..6e1cdd4773b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4a54648bc4d..b23495615b1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 133abcaa721..1b8231f33f8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fb1a90b6e9b..98e56a5245e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 401b4f7c52d..ce1c406a73e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 401f3592987..df7d0255718 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b9973e1a1d2..002011749f4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 95d5c28acd2..994f7654ad9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9026e9dce9a..16d313f891e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 18acb84ecf5..dd1fa19998a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9baad1d1780..ccc0294480c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2ec2bd0b8bc..f396759a2b5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7835e6baff8..f1945e316a5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 11fd3b34138..a447a31bfde 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 232563d0d34..76f737fa294 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fabf7af284e..1b467db5f2f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cb30126de8b..ea3294a2699 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d48de1361e1..294638dbdc7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6ff1be21d15..1e9c7783f3a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3c288bc5b31..399227b87ee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c96dcbc8c81..6b247117ef1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 19cd21f358f..762954327f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4c0ae9801ce..63205aae08a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0be1890b115..8199ecb5cc5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 90320864f51..499e2376a2b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c73f991a49f..7ef7622e9fe 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8e4a789429f..44bf8e39460 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d4f46f4f513..94f870e92f1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fd665cf9590..df1c59a548c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c0590850ba2..3fc96442782 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4ae6975154f..f140c34a744 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 48c3afc53f0..e120565b43e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ab86cff5839..13d7dc5bbe1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aa54485b5df..23248849c67 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 336aba0c877..cfdbf0a5d56 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7639b389920..5541ee91524 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b5df4b8ac0f..ef4f430fc20 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 18f8a604e35..075c0657fa1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9120373bba9..07c2545dd0a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 02075acb21a..2e6cad9afb6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 30bcc5f6172..079649dbd61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3902ce630b9..10cedd27092 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 19d234a27b8..8c43d4c7d1c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dec37263ae2..5141e8eb217 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4df18b23a90..80cbaba1b11 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cb171813e35..94c42a32e61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1f704100200..eb52f31b82d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f9143d1d7e3..1d0aa2455b5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3c4af71d153..a0624c7e200 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 58b98fa5c9a..199ae344083 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5e9909f2a8c..2a95d69ad3c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b8e5f0bfd90..c012cda56f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 14dba6485bb..488e50fc868 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ab108228cf9..d2a8bc092e9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bb09fdc2615..c43cf1f2e3e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 28762e5caca..4f84801a05a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6f102345dc3..7115f170a04 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0f6f5ec4a06..1ac220553d6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4749c743cd8..fd2e5fbfde4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e0449b8c27e..1f9e240f482 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fc0b137c782..21ef107ccdc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2f86cd157c9..de960c0ba33 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 611832bda7d..14447e3cb55 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 af4a7140a93..fad6fddc9e0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5336e2e7fe9..c83fd0eb62e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 83000b8b1f8..36227d05e6c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 680d72a8cf7..3d0fa58d0ad 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e4a3f4543f2..4ce5de91ca0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 31c32606f03..da5bb8202df 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b2710365d06..0d3788cfd8e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 234e978d250..34463ab00da 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 75e3c80fe89..34b77225c05 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 01baca61b3e..0b5690f6ab4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cc46657e759..dee312892a9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8ca11d37b92..f5372a91124 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9eba0e371db..69428bcd195 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0a08ed52c22..f09cc234ae8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a5b1539bd97..916269fd7b0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 938c2e42d07..5c4b15d45c9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b085ddca2e5..89c007e7d29 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9e90df27d70..71ee20c0356 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b1227465524..ab90b2bc9d5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6b92545736f..c04a052f581 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4fdcc34936d..62aa4515795 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 116ea78a015..3771c6b21c9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fada3c88ac4..5848fbf5c89 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e8a53da9e66..d06cfed19a2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6b728fa7156..d8f3686c48c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1011dea86cc..8b5d5fce804 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7f3405588a1..f2db670df46 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bb60eab2d8d..1b8c39d2c51 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b01e64395b4..6091219a35c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 db3a503ddc9..d56a722ec8f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 72dc6d5274f..814a2201860 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e06d589cf79..6a063bdc150 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ac3ebfdf790..faede19ada8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ab37f577629..a4fb9116172 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e3b67814d7b..4adeb70487d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d5a00ddaf1e..9e34aac8c57 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e85b470232d..a4660f189c6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7505f01ae8b..b85c131d455 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5504a8d55e9..5e3d9c961fd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ccf70fa48d4..08443d5fcaa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1a28190d14c..d1b2cf9591c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b280eb07605..43eba19f78e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d51ec96bb9b..4b69d17b083 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0e9aabb0f1e..caf859632e1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2bda6bed578..de804963904 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4441be5618f..bbc19ee5f37 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dfa9549627d..3e459f559d1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 afd81f68aaf..eb322d4fa4e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2fdffc72127..f145bd12e26 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9d32dc2b424..5807d65704b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2020b01e62a..25f5d45a4e2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d7df9449058..d467816c1fc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0d45fdb4730..bcdd6b21c7b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4db6f37894e..1d9f0dd40ad 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5a7f40d295f..124752717f9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8d0cb7773ea..56ca977f9c0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7f7bcfc952..4c74925679c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 06bf44b194d..77067b5691d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 64538f87dfb..ab6deee285e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d40384b28a8..e8884a8e297 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0e9e154052c..b74b88886aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a9f80e411cf..1ff507b0161 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7e81e85ce5a..c06784c0eaf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 872fa245f95..cdf9e56b7cb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f69e04d0561..598ebb73f25 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1fccbd8534b..c8d8a51f993 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f0b403aeacd..c23fe95eb22 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4e0af6fc32e..4ad7382e96e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3f2e9fb1256..d5835cb2b3e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e3f854ca78f..ad8cedc83c2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 067756cf37e..0276d7b8eed 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b0128c93b56..65376a5b258 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9638b7bc901..d83f09f066a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4d78c58ccb0..5e5ed810a16 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7b6c334c962..461af5d884a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b5640634a8a..ee5280f28b9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a493008f027..9a3b17ed16d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5f3e70b31b1..eeacf5b252a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 72d77769db5..f2377032fa7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3f3c7b7262d..ba1cb2ad218 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e2564f3be3e..3f3d251aa08 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bd211c1cc7b..1a8cbe32f86 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0bf970a3aa8..b5955df502b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6aec61299ac..3541fcc1def 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 99e39fce188..877a102f9e3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b6398c6922c..e05b4cd0c95 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 598a7ac6baa..aabae5ce511 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5e4d1ff0e37..afc6780f644 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f07154c12d7..65d1972cf3e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bfb1005a609..a575593feaf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cd001775889..9ae2726002d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 98ad88f0095..eba915d90fe 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 58cc961552d..3976141892d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 90e1138d988..a9ce5e70fbb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c5d5a43988a..2af994c978c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3db3b2a2f91..188627b5af4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1961b98e050..33c22056976 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 52252bc4abf..1ca8f9c5e62 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 391b94d5fec..60820ec3bb6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3622078b7a7..e99b6e6168b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5e56b63256b..97c10dcde2b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 80244ac2d5e..a8366b780ba 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c8743802d44..01df808c994 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 65bbf46d7f3..e53ed1c8d9b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e1a983fe4bf..255513069f4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 73cd4925b36..fdb74573636 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9a19199c82a..0bd5c8bed69 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b34226edcac..693ae5fbbfd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0085fdf1bc4..05c9626cf7c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b7669c924e2..6e416077993 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e39e23901a6..dc56eb10fad 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 323d7fc18ec..d64de6d4619 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5763493e337..9a2cc316b3a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 56ef111bd36..87decc16e2a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9052df93e5c..aef412373d5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ebb9c371eae..de6922b79d8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 af1938c8622..56cef689217 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b0d11cb0867..7e279c05583 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 865048e388a..92109bf48ec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4a1dc06bb82..78284b97fb4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1fa982e065a..a377d087718 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5d2648b0c5d..0324af50fb3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6ae86255ee3..d6e6d2bcab2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0dc683003a1..0133406795f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cdb823a9b7b..551fea0a729 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7e7fb7bbacc..1dad75921d5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 061fc4b1b9d..fd8218f3fbd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f0cb00983dc..2e1a662dc14 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 df532a2b792..1b237abaf45 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7190fae4e3..0eca97b21e2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d88a6985e2e..4d19c231148 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b838cb78751..305adbf86a0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0b95c2597ef..aa88ccda558 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 87c6586d9af..eb364ef46a5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c212482fe90..dcba445f004 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1c513d69e34..d4c38223a41 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f2b761e28f8..77dd69d35c1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cf4a36439ab..bfa0163b0e8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 065b47eb7ea..6a0c08f7417 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a9d5bfd00db..cd267c19bef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 727f35a1f86..7ef6543c205 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 254a4631c35..41668c5370e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 401db868ca3..01f3fc5ee00 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 99b65232829..9acee7fb25a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 76ce09bc651..3a134eca873 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c7e4341fca5..34c9be99764 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e36241ecd2f..0c8f7c86c82 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6e8ac0f69dc..a5fcbd5e8d7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4a9971cf519..85d6fee7a1a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9c308f0ca93..fdca174dd92 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7adb8a41e4c..1e4dbb02859 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 38aa6e87327..614b59e1f7a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3f1d6ff8caf..d2f73d9be18 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ff7be468e38..a583a7c5f21 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a76d888309b..474d2a3af9d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a65dfa43996..69f77959210 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 31541b03060..d3569fcd100 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c3b05915ba6..51fd4641e6e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fe24e1b3da3..bf1f9d6ff2a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a2e26e607be..c328dae56e1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e543aff8407..00159a1e051 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 153b09ef05a..3ad8f9e9fc7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9743847e89b..34fd4895536 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 de947574b23..6e90ea60d2a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b71d675ea06..7bb09bff69c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4e799ced2d3..85ba25dd804 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e88ec930baf..72e014f8b85 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 084ac297d82..e372f7205e3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0b8da479eb2..893d0783bc1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6eb37496b59..5529f8ad656 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b236faca9d2..71306a85b49 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 331ef143e9a..3ed795c9d21 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6c01608a8ca..988688d1b90 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c40cdd88bdf..e15a666cb41 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c73711995c5..525d51b7eee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2b90049a0f1..442c720c110 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 548f065bbc9..5ff638eb6a2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dde41a675e5..45828d1f432 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 085819bdf91..cdd0c9ad809 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 37ebe073bec..2d8e2e06978 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a1f360aba06..7257c107d3c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 841c85917fd..e4bc48b1c06 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3cfcdb9de09..903d70c3e48 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 806718c85c8..eaf44f31155 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f26cb6762b8..58b9f5f7acf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3e727935017..e76bafe061a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a6a6636d06c..dbaf81d7972 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2d6d89dc787..ef36f5f085b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6d5a2f55dd0..ee6bc226386 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c783d39e7af..94d177744f1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 019ed66de90..fe3e40f38e3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2d9f542f5d2..47b82d84fb6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ef530bd4ba8..caca8f7d7df 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 914f3ca9e32..8be41017ebc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 91811511f4d..673c1b38ee7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8bd52481192..82ddbddc484 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e9d14646cd1..52180eeb762 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1034e64b365..f248306a0d6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 676ae4c24ea..5822c155fa3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 de753f7463f..beffeee41d2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dbb3bcc3888..eacd1a78c39 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1c321a4df09..9f4734c1e5c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9c58e32ab90..882c3aac2ec 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 90e328eef5e..e7344df6146 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 26386a40197..3600deee1d1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aca85091851..c2de3cc9d9c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0e494851353..ad195a474d0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bc5ccdbd52f..1b9c3702143 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9dbd611d0f2..ac3e10634dc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bcc13631d95..875d3e44620 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 18fdf3bf63d..61902297a6f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cb2b0c2d530..ee2c1cf3efe 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 30eda8239ce..dbcca86ffdd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6a0c70c77fe..eba2af1fa35 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 508763d1998..19781fa92ef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e5ab188f95c..f33634a412a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 50d5be15ab3..5da81f50aef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 888df5e1da4..6005043d490 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b6b27c85dd1..45ba4c1cbe7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2a7ff0dd010..5768faea046 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 08dbc7d9cdc..f85073e5d87 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 108170dc512..e12c2f08c50 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7d42e785b4c..42f8aff0112 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f033d362651..691c2b86e6e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0d47f7f578d..24c5615d96f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4d5058b958f..db951d2afb5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 63667ec4811..7d503c725c2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fb981b30be3..58f93bddf4a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 083e02b3169..4f0dd4e3f8a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9b1dbed23c1..ebd49faf954 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0a774c3e2d3..021b119ebee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c4229b05285..9896b540626 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 943aa0d3dfa..57eb518f944 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c24c4cca7a3..b971a7302f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e953843fc3e..890a8976333 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 91e774c6d46..33d7c297f58 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1235d03814c..66f9206e889 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 90abad0660a..3e7ee38d7cf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 403254d3d6d..f00b97022e2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 87369ec6440..f4a97a35ecd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3b9c5b79ede..bc6e668b471 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 16ce38c983c..417e364daac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9e23bdcd365..e929133837b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a448f26138a..a01e1deaea9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d3480e12e62..8d0b8721913 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5112daac89b..a4cba60445d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 945f984e517..55569c55b05 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 15a54f1283b..4e1a4e2c354 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 714cb229fec..e47cc618846 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 028e019294f..c212863a758 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ae342aa7443..319c0d1b610 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2df7b18266b..94cd53f4716 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9eae4dd328f..060987af0ed 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d2ee35dd14b..b66c3ec07be 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 36f6c3f1045..df2228c2b0e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ea984d88819..2777f0385e8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 97ae284119b..3aab0beab61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6ea6367e6be..7fdce54ceaa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a88224ca392..ff7bd62aeb2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ace1c51916f..ac41f128b5a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 66e219b8505..2fc0b6c1e65 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f4621f46c93..051441a3c92 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9830282ce0e..6a4c0dc4a03 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d909ea89279..cf9846795f2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 656323c59f8..88690c8a711 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 46514df5909..ab5e1aaee24 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ae3577ee0e6..945d85e0d4b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cd88e0a15a2..fd1d8194deb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 040b38276ab..cabff1c760a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fbc5d7dbc32..c5f4fd0a618 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7fc1c99c1b8..1fd625acccc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7ef03b657ff..322d7ea5f30 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 77412f937b7..89322d49c97 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d5030590ec4..270f8915f65 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6702c8b0090..59043492f23 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0c2334b402c..5cf120b12c2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5947e9bd9ef..70af3d1494c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1dd1d76da7a..f2eca4df1f2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c83e5320b24..b6c3835d552 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e56fcfc28db..3204c6d0417 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 324edd010b9..21b0167b32c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 556eaa1646a..c65c601934d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3a45b71fbd0..595a1eb54b4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0153e1f7ebe..a089f15490c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 414fd6bfd4d..22929dc70f2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ba17fbcc1c7..9260ce90824 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5fa1895f5d5..c0fcb5aeaca 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 46f7d89321f..907809b7bd2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 faa0e914b63..71851b73e95 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e19a8e8ebc6..1e3ea599361 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2504715a151..e1bb94f1ee5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 53dca654dd1..8fad2f0df0b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 48004d2aaf9..584ceb5fd17 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fa43f6e1adf..f6cf75608d6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e4c67840705..e468264ecbd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 71069ac1cdd..1f7d19e3ab8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0c376da0521..c0a348495af 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3b5552bbab6..09998303d61 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fd1643f4451..351233e7bbb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8e46e1a9e07..875dba59c44 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0c925119221..2a986c1835e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a43d1a90beb..81d0303ec06 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 39c4807ab87..61e555dabc3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 006d1650de4..4a4d51fc55e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 67cf3610877..a57e2f6ca15 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a69f31fd943..8eedef16725 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ad016e4b3fc..f913fb14b1b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 23a14735c45..e138ec9ef0a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 50248ae9e99..552555b8b8d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 764899dc561..4832467a06b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 88440b8c4b2..b157c245603 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 65ca266e084..2c97116e1c4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c5532192fde..ed8455fe54c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0b55ca25d39..3219551eb0a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5dc5c7bd8a4..a49faa4416a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8a4ed5bf1e4..1150664293a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a3b9acee495..a767a89897c 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.2.16
-- Package version: v1.2.16
+- API version: v1.2.17
+- Package version: v1.2.17
- 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 3245eb26a3e..7f5031249d1 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.2.16
+ The version of the OpenAPI document: v1.2.17
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
-__version__ = "v1.2.16"
+__version__ = "v1.2.17"
# 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 b6e942362a4..f51c7458224 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 49b26fb501e..7e84d2e93f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7643c89f100..622abe5a996 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 dbf881b133c..b57452fa333 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 587f478086c..55b7898b39e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7f71599bd12..39ea0165686 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6a6d1894e1a..753aa65b7fe 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 860ab9500af..64da50216d5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 69cd3621d09..97696ce747d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d2db6650bbb..3b7c81e10bb 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 53b145f7011..29d65182f0c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d18b720eaa3..ef3913570f7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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.2.16/python'
+ self.user_agent = 'OpenAPI-Generator/v1.2.17/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 981cc889cb0..0c6ab273854 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.2.16
+ The version of the OpenAPI document: v1.2.17
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.2.16\n"\
- "SDK Package Version: v1.2.16".\
+ "Version of the API: v1.2.17\n"\
+ "SDK Package Version: v1.2.17".\
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 0cfd18f6017..9b0a5a8a6bc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 048304afb70..e49386560b0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 018aaccf817..93bab025871 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 241b4736811..6b644153897 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bd488a333c1..6b915d7d227 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5bc2d30061d..0cd57704ea7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f6344bca06c..0b09e18799f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6a46505ba53..bbd58fdba8a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c6223440578..c304d38f6b5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e1070f320cd..9e566d065e6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 023c13ad6a9..10a68a4674a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8bbb9fb0f27..2db7258fc30 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3e060ad1ffd..6dc187fd3a0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1d954a8c27f..ac4af7d704e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 447878a0263..735b9d6228b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2b7a36efe70..05f472bdeaf 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6087ebfd3da..6b26702ec66 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4811ede2eba..d9d932d19fc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0716abab262..b9b4113e58b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 67d3c1755e9..b2b2746f0bc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b77488f7c07..113aada9e04 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7c478ad3246..3d06e68e797 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 985f960a7e6..4b1965721c6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5e9b19fac27..25cf3a895c4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6ee07203fc3..cf8f7a110f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9862e2a321c..c015d2bcf10 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 207328db59c..1c11cac3997 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ef124d6be27..c52aa0e2ba1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8632d1fbfb0..2d3cd8dad75 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0170c8eeb16..8b77a24e363 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b067e4a23ca..ae02a556db2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 80b8517cc69..7566a902196 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 994347d8c13..eac297704a0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a0e1c967af9..fa4aa475855 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6a473b94a90..83b05f0f494 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7d1c1f2489f..4e26637eeef 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1875228a7a1..49b9c5d64cf 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 34590664173..4e376109a9c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1562f265c08..63dc8256fee 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4eb8bead93c..058548aad9b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6aa86ed4be4..77592c72b0a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 01c7a2d91d3..4ff1b6943fd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a9685ccafee..7fedd803cff 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e5b7e3ead61..29a7354b11b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ebb257b994f..46d42b95f27 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 683b1ecb0bd..af7266a1f1e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8041bdc4652..097f819bca1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 276ff4154e1..21c95a78caf 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3e3c6170c17..599b73ce6a3 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9b53a294e4f..da56c8b48ba 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bf415738feb..7b73d422c78 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6021b4297a4..0a8feb51a8a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c27d7a453ed..9a8e161ae52 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 01eb3abb5a8..ebaade555d9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 716a26c8946..4ca1b090421 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a07ab86a58b..50ef017d36d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 856d12ce333..7da3191eddd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 77ddb7aa8e4..9822c3a0642 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6e48b64765c..a7b0e5802c1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1eaa092067b..c65d8515c52 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 00ef05341ac..2eff4e9077d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 98939f142d5..49b1d58107e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b44d2852c6c..dddb5a57400 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 02b52e65246..ca8e555f1ac 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 79e2aea485a..a9a6be12a0f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 aa8ba073aa6..d846fae72f2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5da9de6ef56..bba53b2ab70 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 02352431395..6ed29244c2f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bf938a99177..2fcd461641e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 898c0c01d7c..45cf8f9f8c5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b22b73ce953..9abd96ca441 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c6982aa3146..f5e1aa408bc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 14d19c5a906..4c53be384b2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2245eb0a776..4d586013a8d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e8739ef2466..73a7b4e0b0a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8f160c2b854..b4fa4b62ad4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 20e42bcb8b6..95a687e46d5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 81276236e45..c7d4e79b21a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9e9f147b811..ecbf4ce3464 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 754837f85c2..b23715f0a7c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5aaf1e3385f..a1d9ba37c49 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fc05ddd966e..3421ddb86f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1b909f81b3b..e7a0ba3087a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6f4b27e584d..ca72690ea25 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1978ecb9e97..2d95efbf28d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 81410e97b64..bd0dd3af122 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e54707f45c1..bc1b854644f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 02f1d7945aa..15e3a1f5d3a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 51109d37580..bc4af003183 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cfa63edabaf..d48bc62e066 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2335bb81dd2..837a0100f4c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fa7e61ec48f..0d1a3edd797 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 edf9696ff10..5853eb54930 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2bfdd438a1d..328a5bff7be 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7f82e8f6c39..9c58382c005 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f8eb61ec9cd..73722ac46de 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 26b0d1ef8c7..59e1413ed1c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 57d5a9ff68c..bbfa23f240f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a6bfce1b353..9183d8466b1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cebd588977d..7176bd8636f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 71d14d21ebf..16c33849cbc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b6a5ae83793..df3a3d63e2b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b70d32a5473..50ac302425a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a5332f97e53..ac457ab704f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 73632a9ffb7..53aff469f6a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4829ba4856c..10b0fe012e6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7ca3bd38d07..73dad94fb4b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2f1b83bbd3d..31655f1edf2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 159e0e3d518..9007955f45f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 24bfef1bfc8..d7c5e27cd43 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f1d1a97aca7..a0e71dddc09 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 75e5723868d..db51ae3a6bf 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ecf1b580a6a..3ce475a0e2e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cf8dd10b3cc..df885b4d6a8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 357b03861d9..d55c85c1be5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f8a5c923636..9241f467c28 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a3919dee599..5f560284cc0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 54601811e84..27fdf1dda02 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bbc503d8785..0c29a774d81 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 997d642fe92..45285b1a150 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 be7e64a4e83..38572f7fcd8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c5f1f19c025..7c0b551f0a5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6baf583ce59..7ba26626c49 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 55ae4a71026..eaef1da9539 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4a7b1611c19..f3f0839c7f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7006925a0d7..4f547888cfa 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 df5b1c94600..e0d58a7478b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cfa009ce23a..36dccebc506 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 dfb3bdb8b9d..712d2b2c34b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4db362da594..67d722bc9b9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 788477afba7..25501d5920c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 accd5b373c7..5db16854fd0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 edcaaf2e725..9188d6eca7e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5faea585195..a98cbf30565 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b2875e81bad..3c2ef84a15d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 928aaa340b5..510436e1a3f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d5449739041..72f21af6535 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3ba7905de71..9d9742d6408 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 60c298ee483..972c8f9b501 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 dd35b96b5e0..2e8801d3b80 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8c253ea1c21..cbec1076048 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7be6b3d277a..76d28d40009 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a80797748e1..d9607b89d38 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 02083f64d48..0650dc1c515 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2b55f436381..3ca505dc23a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fd8fb8fa5f9..611cc935e4b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 657dfdaf4a8..2714a246c64 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ac55f88418f..750aa487fcd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 966815acbc4..5dc97052b6c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b2e5624fa5b..0f37eaf4f45 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 def9218e7a1..b312d884dd5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8ec25d69413..0762691e8dd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2bba97f1f07..e529ccf7820 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3b910bd785e..51791a933cf 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2c2bf99896f..a54243f1c60 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2bb172e7bf7..9723a97c1fe 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e558174069f..6a427fe1c86 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1cb180df259..bbd34b7ade1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c4385129ef8..67329e6ee08 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f7ab2592c1a..d25899358ce 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c945eb0b976..27e515b8333 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ea3240c0997..04e72d971ae 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cbf80146fdf..f6c8728e14e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9911bd2e451..f88df04c635 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a301321f00d..3b570626480 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a6c6969fd17..4f160ca8081 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 05d88f58b9b..ff58f1eef6f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9a0818b723f..1b463dede16 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b9f8cd69ec9..64b45e2ac4c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f3a1de5677a..13102ad347c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f3b6044b74f..3f8f9a8292a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bf8cd76548f..16dfbcd60b9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f66056e1b59..eeb8cf23d82 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 040db390783..0655ea4d744 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1d05bdd6be5..2036282cc1d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 73ec5cdf9c8..f4a0aedf150 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 15705586c43..c27b410cd72 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c2b3b6d9a89..15d6c497925 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bfdcaa46556..5bb2cd345f1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6fea4a89099..3ddc26d7b55 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a057417989c..808851fdabc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ed3a3114a3b..d7c6fc2af9e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5d302ed31a4..5798b142393 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 eec31c42093..61af641f8b0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4c953173d92..c7e8385f9a0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b2f0f3f9084..574b21abfc4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7ba31deb9b0..957d63fb0c4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9b900233276..bbcb74f3231 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7a1a99c9720..bccbbe78193 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cd352bca579..b72dc9e2f62 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fac308e9805..f5b4ff34264 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bfc76e9fb65..9d37c034e9d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 49e83b8e93f..9ca5b5e9778 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 145045218bc..7ddf2361487 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 efa90c96094..19ec963212d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 94ba0047a37..983c4068c15 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3412bca8a0b..84b525db7a6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 35219b9aabb..5049b5dd60f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 80a1dd8f554..b2661ecbb76 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 efcae1026b0..6ffc76a1d3a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 112b32e5840..7fcbb3dd774 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bcc66b0947f..68dee7a5139 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 46e427631c5..44c07766221 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ab88f1ba0df..7c99a1ea2d7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d86b6d1bbf8..7d94480e994 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b28e6b0c806..d0459396259 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 33cf71bb450..a705aedd8a7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 118543128a2..33c4708fc30 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d32ef51479a..4dbce21da1e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f8385198c55..f104168d38d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 aab3d1b061e..02c59a5778a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 07d40ac693e..9074aba7b59 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3359e6cc389..7f21c3fdf7b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 34aaccff504..c82a818bc06 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 899421a5a2e..74c633b5976 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 89f8393b101..9b884fb0e07 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7fa5dcd6844..b1f78ba6fa6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7b825cb9e1d..7c642e6a263 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6f2c19eb203..b2750827547 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4b55cf5e697..74d8abbfdc9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fb2604590ef..4579bf2d26b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 45510465de1..e71fa98eb6e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5c0337a5706..98270791cce 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8f015f5b513..b72ae1ab9e0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4855e3874a2..7f328a4f197 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0fdb4c73784..b9c1766e457 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 65bfcd680f2..2849a189423 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0cb6020b23e..a2fb464657a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 39f9743d367..0e6d2207ef7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 551e4b118b6..d5ba13c9294 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0b7384b1e49..af0fba67f1b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 86fe7e469da..37f2e3fe0e4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 769aa122727..db16e73bda3 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5b34b92ad11..d1d65971517 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 32541cc3417..84b8d280632 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8870aa07947..7ef3be554cb 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ba60e9fea2f..d998177f157 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cb46302020f..8e9af4f3819 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a105ea0b26f..5722aa66b60 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ab3b884d37a..bfe08adb113 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cbd85eb8f2b..aea765d7f43 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0bd60e96331..f4cd4b8dbb2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 25488d2546a..3fb381174a3 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5ffb02a18da..42db1f159a0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c4ca998a0ab..4e5c97c161f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 caca7a30491..960770cb6a1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d0cb45780b9..3758f85b623 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cdd8bb7703c..9ad940b65e4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ad56e886b58..5471d2faa7a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3db73e52fc8..5a0a2a20964 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 43240229957..11072800af9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5ba96ff5a5a..c163141133f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fe1e44289a3..a152dbdc430 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9effaccc1f8..0eb3f98c8f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 30d80a1065f..11abbabe047 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e23ad22e796..6ab7fe4767c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 511c1a8a489..88653157318 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e681dd863fd..4e8499805e8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9f112767d73..2852f0ffb95 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 449b72376d2..a6814b4ccdc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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.2.16"
+VERSION = "v1.2.17"
# 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 bd7afaa8e51..b67e80ed0e4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a6df06a9d26..36a2b3509b5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c61bdf14072..bdfefb6c09b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2af271db30a..29bea2e5281 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 804c2522fc8..f093ad5b0b3 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e4cb1f64cdd..9c8bee1e17a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 39d15bad182..7f6ebb56ddd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9b46299334a..e88130e39de 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3cdbdfca86a..9376bc8c478 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 14314624660..6212b92d06f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fa1a6c00569..dbc1e5f18c8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 71847366e99..869aceebd99 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9283165c046..511d1a80851 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 296a01863eb..1b90cc7414b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e6082c22526..2d5a9f6f577 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9f0b2362866..64d52ad34d6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ef9f203007d..4ed2214837b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c01048d818d..f320ef33082 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2ec46ed290a..1c91063319e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6dcaf69864a..c0ad6d199e5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 94c6949d0cf..732289e2cd8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2ab9f8405dc..6d70d40f9f9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 edfe26e0be3..5cef141120c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b6d5b28df41..089cc400990 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 aceae92c82c..850903d4610 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 168c22659bd..73f8c928697 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 34bc95462bc..2a21646c912 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5a0f8db9147..f91ee4d3661 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 304c5aaa01f..ba3fe3d5195 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1e90bc14673..c83315552e4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 70172d214a2..68661843a29 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 045ccea4b91..0cdad34eebb 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 33df458c3eb..d3c08b1cd87 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 dff662df97d..62aa590a277 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 69fafe36847..8a4c5d8b9a8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 85313fcbbb4..fb7b96eb2b2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 818e8b951d7..166f47cf9a1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fea258f5f47..fed40783871 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a62422ca697..d908fc3e078 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 47840f8a40f..d2d54180412 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fe9b0402e16..8565f8c75dc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6fca709fa62..2c9795fc2f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d82d1e02ca5..f911f9b3879 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3cf0ecc9413..3e1b7eb51f0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f1e24ef9dd7..b32c537b308 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ecfa9286273..72942baef43 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 656110bf33b..c8cae985389 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 469591607f7..2291ec3fe46 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d276d350756..5b45712c33b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e8cfe0ad4e6..e83d3f0f1f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f196114551f..11b1c49652b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b8a58212bc0..e5545e482e2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c2c804159fb..097595c28b6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 eca20123dfa..b61ef0de606 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 95c608bca33..c4aab11dbd6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 dfad988c980..3ea84b06dda 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 78627cf841f..2e9e6c31ae0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c169a719a9b..317eedf74ab 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d0f1870322a..b50da6447d4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 aa1f5ec2706..56f81b8b2f3 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 01350ffcc39..f3db02d8a27 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8aa9528691d..83563d4156a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 eb6a1ddd1da..bb18a4aacab 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4a21d507e77..18028370a09 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 058551feb05..0023ddfb9ce 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 97a53d66105..3b384719f3d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 226ea835e33..8f0865dc9ac 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6631eee26ca..5a3bbcfce81 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ef3a1959768..49fddf97aac 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f87b22c6516..181d5cdad64 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 86622e7bb93..05e089fe930 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 77a0fc12734..c082df0a210 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f28eeb3dac4..dfaee004b97 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d46141b44f2..888d0f83ca6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6d8b80923c8..c2d04ce8030 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 346d165c26e..4b1639c44bf 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a90c3d5097e..00545c81124 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 87743b971f5..9edffcd4c32 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 03402828a68..b1eaa5cf45e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f2b8be802da..1ebeac1f589 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4ac50228585..e54e51e43f4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 838e19631b4..3af9e97217b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2c04447f163..d41c630926a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 772d52111a6..813cb4df17e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cd45b1adc90..0a9b047323b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 aaf7aa732d3..ad9a64597cd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1c52267a481..1bb9e295328 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 265c445e734..46edccdbd90 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 45fdab99ced..cead232155d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0d177b5074e..cbd1bfd5299 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6a971c75bb4..9a4c38533b9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2ea709adea0..39a354ed4f2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9f048f7af05..04df351ffb4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 108b3e8c0fa..951e5646d21 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e353c023d78..daa55fd854c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8cdd0e9a169..0d0343a89f2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5d59f4d50a6..5592b919822 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6d7d38609cc..7e088a085bf 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 50db93f2b39..4f8c10345d7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 df7559d2a57..04d65ef8585 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7efa2727f88..4f341613b41 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a074b8ffc9d..4599b90af14 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f88e8ede83e..680fe885797 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c0c73c5b78d..a1a5bfb8c9b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b6a8a1b19a9..c65f3b0701f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8618e2fea40..901f09c71f0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 12e61c0d621..41f6ce0209f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4f68b385aff..ee902c6266f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c4c31b64cd1..9a92876da03 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 809611ec8d5..d49a101d16a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fcbaaedfb40..db0379d7c9b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bcac6d8afa5..8791a5b14c7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 43569826f10..a9498861ad4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cca35f78be2..75bdc391ec8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fea4974696b..635f76fa5ee 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 caa175523c3..b229368e4d7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d016cc5e776..bf4f6189a73 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a5824f70d2d..5d30459fbc8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fb577afb01f..941841220b9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3a67caf8ea1..27767b5f88c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 685c51cb368..f2c9fb08c37 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3f4aeb3d8da..5c03159915f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c10f904abc1..cfd29cc2f6b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 425c293e2cc..1bdbbc98641 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 86a034bfd58..b7ffc999db4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b6b1c3e1389..9cf0a466b68 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 14be455a46a..91f15877291 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f591dceba77..4fa8beea182 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b3f3cd86223..fbab1b2f69d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5882df58eda..e7b464b8e8a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 dda06f57059..55554e7b32c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 10cbe155c35..244a6c1c36c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 459147873aa..579418c76c9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d3eb89b07d1..f996ee99f6b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ac943a44a91..ca7978428b0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2f1dd4581c0..33c1da35385 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fa23a4acb97..4d97985f27b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 be84415586d..61f6570e08b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ffe53532178..e95923515dd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1400896997f..0b0b5887d31 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f6702e25227..2540c612d1a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d39bf4edd32..1d276a26c29 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3e638927db2..cff12009077 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 85a1db47dad..ad02512c9f8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e620a979faf..0c3ff30e45e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b0ba652284e..a11e6ea6a8e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 53e6392ff31..26054510c77 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7ad08b7e566..6b8338c233a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 82f9f7dbf2a..31a019ecd60 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 476b560a144..a8a02cccd92 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4ea6636e4e0..cb70cd14f5a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4c71b225f0d..cac99811b2c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5ccab8a4aa4..07cbf0b8ca4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1845c983e2b..eded874fb68 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9d0ca713d20..ae5c89a9ad4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9756447e4fb..609d3e3b507 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 41937517367..97e6865de31 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b5c7be39272..d358fa6eee7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f66ff0d420a..3804c149105 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ac84f08ac2a..158c1ec0f96 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 46faef6934d..7a2252f3a08 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 37b904fefb3..59240c383d4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 310af3f3ccf..65ecbbec79c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4dead050047..58b648d99bb 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 dd7cc108123..5c04a854fd0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 501f7accd5e..b4cb1a01799 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e18d7149ec4..958e8dbad9e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6d81aa31724..02a0d907d49 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8e33fa15164..1437a41ac25 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 48c3c02f100..151bedd7cd0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 66e035ba7c6..2ce685638b7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b6f189cc5db..2ebe972932e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0dd1eedc638..035a019cdda 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ad073172ec9..6fa43f62c28 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b14c258072c..6710b6a82d7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1be179a9f17..f380a24319f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fc915365177..9ec00f93ee5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 35cf044d525..f6c6ab02e51 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 44d65e3c121..60f29262288 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6a3e4c8e500..fafc45517b2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 38450ff1d1f..9c36e9e472c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 48e078e9e19..40cdc54e919 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 675e44d1a3e..6542a556126 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c58b971e6cc..3b7c785aa95 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 71429493f61..00b42519f6f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b82ecce4d2c..a1d7a33128d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9a8e7340970..b2a3b0345f2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e98d58495b4..d28f1392ade 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2ae526f33ec..ba3ab4f4f72 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d3ade050cf0..45e979416b5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 442f0a8cfd4..54ceb6d02e8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f096c87644b..ce93432e6f3 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5e5e093b9ec..2a2d220cbaa 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 87c3c3c44c0..18ab064d6f0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 41479cc0d11..b8b096802c2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 1dd9aa50249..24450e4fd2c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 acadd81e4ed..eac0e9dfc27 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5db175f15e8..2cc568f7cc9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 13bf0b108cb..c4e6d9d4825 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8c795e8228b..5e762412669 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a63bf5babc0..42bf98d06b0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 419d1ded7fd..421e66f5dd3 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 68fb4b0f88a..497e23e7e8a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cd9a915e1cf..abd8ce11e7b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9e1d7ebc03e..7d3a3e450f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 40fb34b142d..5ecff09d280 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7db273663c1..57633795925 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2b44b918240..8163adebaea 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f38c02cd9bf..5634ac8fc8f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 7f0e582c869..22e7cecbd3d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e0d59bcd8ab..1fe33faae0d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 94c1005fa81..fd389365576 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 8efcee28374..4602da64aa7 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4bb1bb58630..2f30e2fbdfc 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 91c9c9e2745..4b9ff4ac416 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e3b4b8fe559..92287c08971 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 61deeb75222..49dc126b92b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c37885b0c40..470bc7353b8 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d572710f0bd..4343fea31e2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2edecf8b997..25e150c4a54 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4bc32bf4028..e38ce73f3a0 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 bfcbbcb8544..2dd16083b42 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ea93631b745..738a8ee4ade 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 e5ddc28fa8b..2af0c787bd9 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cb1af78e0d9..9617683e034 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4e5b5521ded..e0ebea2cd0e 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a9b13f42f2e..d5ce78792e4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9262becad99..8017d87095d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ea1484ddd4c..9e09425a49d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 db99a235245..1495f6996f4 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b751035b9ae..5a6821ff744 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3cdb51133f8..895f141f8cd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 64a363e1e8e..7684eea4582 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 87aa326a07b..a6bce446a8d 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 af2d607661c..0d57b7f4f07 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3e3ce6d6874..4e1f9b80459 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 9143c74a2c9..600f4309526 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 50a9acbb829..83dd9e4bc2f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 b84475256b6..86c98c54495 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2498942a4fb..6e26415ea29 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 d2c58d22e2c..732a498c803 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 23137030dc9..a9fc608d241 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 709cf7cb1c6..aa67dca42f6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 686c75ca814..1898f7fc287 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0a737bb1c87..ff22200245a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 269e7211319..f8af0c03d1b 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 409614c4c5b..544ef8a26c1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 651ec370e4f..3fae6c7b39f 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c2b5f424344..72f7379d4c6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 4f78a23fb69..b678e5fc3ee 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 0d45fdf8ae8..bad5bdd91d6 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 59e1df48467..25fe6fa8d17 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 49143f900b7..921840c5933 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 62e4065d4b1..f473eb2ddd1 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 5a0afa4b1ea..65b5b311561 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 6907f5666dd..165382dc28a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 c3ef582abe2..4b5d25d36bd 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f2afd3faa31..f92a5a31ce5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f518843591c..78fd8621760 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 13a185cd7fc..165c10beb68 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 cd0a7cd063d..dc1deceb4b5 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 aa6f794a97c..15e1aec635c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 3b7bd3584d8..f6a078c995c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 f146dda32b1..3bab529b84a 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 2fe60139197..ed04de4c843 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 ce011cc0623..76fb06ff99c 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 a81b04252bc..3fe7ea675b2 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.2.16
+ The version of the OpenAPI document: v1.2.17
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 fe126e1953a..fd3de39b1fd 100644
--- a/clients/client/ruby/Gemfile.lock
+++ b/clients/client/ruby/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ory-client (1.2.16)
+ ory-client (1.2.17)
typhoeus (~> 1.0, >= 1.0.1)
GEM
@@ -28,7 +28,7 @@ GEM
pry (~> 0.13.0)
psych (4.0.6)
stringio
- racc (1.7.1)
+ racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
rspec (3.12.0)
diff --git a/clients/client/ruby/README.md b/clients/client/ruby/README.md
index eb5cf23cc6e..9a2d3e0eb0b 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.2.16
-- Package version: v1.2.16
+- API version: v1.2.17
+- Package version: v1.2.17
- 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.2.16.gem
+gem install ./ory-client-v1.2.17.gem
```
-(for development, run `gem install --dev ./ory-client-v1.2.16.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-client-v1.2.17.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.2.16'
+ gem 'ory-client', '~> v1.2.17'
### Install from Git
diff --git a/clients/client/ruby/lib/ory-client.rb b/clients/client/ruby/lib/ory-client.rb
index 33445d84bbc..c3ed6db0ad5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cca96cef6f8..054426cb431 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cfb14fa2882..bb7767f0b94 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0f7959b2086..c0351da3313 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c5a3c7b5884..fa1003f774d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 845fd135552..c753f99e2f4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 acbb3f6d1c5..b7a2d2e77c2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a3ade6e3a52..82589a72867 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.2.16
+The version of the OpenAPI document: v1.2.17
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 75aa89920f6..8942bcc452f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0560191eeef..e4c4e5491e4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 84a59276edf..a95abd6586b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e3d6c327ac7..74a6e3f7672 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.2.16
+The version of the OpenAPI document: v1.2.17
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 80609776ea2..a5fa27546c2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0bac7a8dd75..f0dd9df0b74 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.2.16
+The version of the OpenAPI document: v1.2.17
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 88ea8cb3e17..0ea05d5f144 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ec0834a0b9b..0385e41ad20 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4ade15aebd7..596c336290a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ac91d2c5193..1ca5bbd1372 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ee0d041d5f7..f1c621c8433 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c7fc3ecac4b..d1274ceef4f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9ec90155d2c..203b6d103a9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 18eba771898..c2d4e1dbb39 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.2.16
+The version of the OpenAPI document: v1.2.17
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 79e9ca5da4f..d55a56e72e2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1d12a9b57f1..d7895e749be 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7aa2d6db912..031b103305a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 382a7115e4b..1212cc96710 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e247738bbc3..36095427fde 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.2.16
+The version of the OpenAPI document: v1.2.17
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 778f51b31cc..89fcefbfe61 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8d77a43af97..a969f821f53 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ec0a899e944..cd9a5ba0db1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e5123136831..9109fd845b8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2c0c2ec3705..c48cdd91cd7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ef6bd25cecd..e532cda04dd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e9de2d03f6d..b83038467a4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8df190a5d12..9b19ff82c89 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d35f66ba478..b1a24940ff6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ef8b137a104..2378c41764a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 06f60676cab..e3752671fa5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 48b550751f4..41265b8daea 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.2.16
+The version of the OpenAPI document: v1.2.17
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 399b8593ea8..55af2d3948e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 550308ea846..79c461bcac1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8959f4fe3ad..e556292e996 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fd05579a09f..0836b150c5e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 40e14a5c243..db745c6f7d4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8cc8e75757b..410b564846a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ea26839f4cc..d69bfb371f0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c7bc6e95db3..4749047e397 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6dec940b123..16e3a58fec8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 611c85b7712..99a8dcebae3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f7237ab4794..02563612968 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1ccd5cb243e..6661646efc9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3ea4933186a..143a92fd6b8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3348f895331..9bf2273d4a8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5d452b25d29..96dda6d7dad 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d5787881b57..c316841c3a4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a3b9cd70749..55449407941 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a55606de30e..ae1ca30f813 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4268fb5323e..e852e4b198a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 63bea5c18bf..1a52b853a31 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d8a9264d8e5..4139a14a044 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6f1308af710..b5df4e6a671 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0d4207231b5..0d1e2e78796 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0f34bc1287f..7e49b44f7bb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 64bd050e54b..b42dbcc710e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 711c727349e..f10a74e6c5e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f5031839545..950512450c4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 496aa9ffc56..86a6a47e54a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 744f0ee1b94..e311e53c2a9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0fb48ba80e5..6dde24b36bd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 910c9850ffd..aefbbaa733b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 655c10614c6..953dcbf1706 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c93333ac1ed..b3640693043 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fecbee6d588..fd979effdd4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5d0482bfc72..babcdd018ee 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e2955480d2b..4cd6bef56f7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a8c9fc346ad..d895524fddd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1bbcfe64ef7..ba6ff3c7019 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3450e23508a..8b73e710417 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0ec3671d5a6..45509df44e2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c8e26a919d1..3a18b790cca 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0d7d4d64859..6b252498330 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c1487b7f550..15a11f8b653 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.2.16
+The version of the OpenAPI document: v1.2.17
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 efaea373b4f..c1d559f9e1f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 113fe6ffa9b..5ef6ff8db2a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ce0cf5c26e0..3e7e0493ba9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 42ffc0f2cbd..43a4c36d31e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b1d59b96788..c8394b8ce10 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1e57f942333..c5b8db2b37c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 acebb059b50..fde651309b3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c2e3d0903c7..1195c3eb903 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9b1b603a923..002e4157acb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7eba7117885..d7667514027 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1dbc4b22b60..2f980f102af 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4e5e1378fb7..a3a8ead30f6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 348735fe16a..3f5372b6f39 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d6720bcfbfa..2de9ea148e4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c7696f8a981..84f3539813a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5544eb22539..39146c4a95b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 95cbdd271f8..f93d8455b39 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5cb72c5f2f5..49166cf687d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e29f1126421..de6cb485238 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c04c6b701f1..243879b5e56 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e7538442d8d..11142eac2b0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2ea4fecf938..0f06d5829b3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ff55a3bd2d8..16959947d65 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9215a0b439c..19d474a0650 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3f436790487..3bed74349bd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d5efcf6591b..92b8eba89ce 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d36f9278d5b..85b2456be29 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f74a55e7bb1..1a822e73cc2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 45e2e541fbd..e8ace63ab8c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d68630ac327..60f8ad977a9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9cb77b3ebe2..bcd0b71a872 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8b0a1389547..0392b52a559 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3bfa673aa7b..a19315f0594 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7a41d94af1b..9ab4174478c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 738e829e0d6..f491cc76610 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.2.16
+The version of the OpenAPI document: v1.2.17
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 53bd7c59c1d..24050545ba7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8c48e39e248..7a80480c7d1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 05802b6dbfb..5bc6e71c55e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 da8c35d98cc..3ba99ae3002 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.2.16
+The version of the OpenAPI document: v1.2.17
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 64e448c8d97..7d1c4dd7ee7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 17797147c73..9a37c85d4e3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 99badba76aa..a4eaa4ab0ef 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fa3eb75baf4..166e9cbe632 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1b6f22df166..2865c95a222 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.2.16
+The version of the OpenAPI document: v1.2.17
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 02a55eac803..0636cc3b718 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6cfa7595da9..e21d21196d6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 028cda2e230..addaf4550b9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 08e7818a81e..800b20abbe0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cc2231f5d13..16bf7cdebab 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c3fa4efb269..a4262bd157d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a34bab39ada..08bc6855ccb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 31f17538a61..268ac303944 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c8fb99090c3..4427331e84d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0bd8eb63871..14013b868d3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6889ae23ab2..b45466d1141 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d25aa3456b7..9905d8010a2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b675c7cfd55..9efcb8fc149 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2fb58e190a8..6fbb1cfeaee 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3c627eacf18..3df98c81787 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ce6059cb178..2b1019d29d9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a5e937cf953..3e340cbc71b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f843943e3b2..714eaf0e938 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e593d9877ce..f76a68319b2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 00c84fec25b..cd89ccc7b02 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9292575716d..8f15a683e44 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.2.16
+The version of the OpenAPI document: v1.2.17
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 54e79e27636..b151b47a63e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1c6f1acd95a..fec4447272e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 abe24db8301..aa6479c6ccf 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.2.16
+The version of the OpenAPI document: v1.2.17
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 de687db77bd..cde8678a183 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.2.16
+The version of the OpenAPI document: v1.2.17
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 46a145870d0..c494ffb8601 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.2.16
+The version of the OpenAPI document: v1.2.17
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 13f4b4b2b18..a4b24b79f09 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5034cab5beb..425e3a9d347 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8720075c144..85597a73a51 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5a86741d59e..399c8d2d7b7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ea9aecffdb0..0fe46fe1064 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e35d583cef0..1597e5109b9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 36a1e3a3141..5ee9f602c44 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c68ab07ac3f..0ae2034d3c2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6904d6fed76..1d49b30326d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 42584e17e5c..0edc0d6e7e7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 89cfa582693..381402a77bc 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.2.16
+The version of the OpenAPI document: v1.2.17
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 011767187ce..a680194a0d1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 421b035ba23..7b54ce571ef 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cb62d0aee08..7bff1ef389d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5131c45afdc..ceeeaaf242e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fc4caff1553..77e96c0e434 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.2.16
+The version of the OpenAPI document: v1.2.17
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 909833b579b..0a42810b592 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.2.16
+The version of the OpenAPI document: v1.2.17
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 78de0241f30..2ffa05c7ffa 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ad23f976bbb..49d50bb0acc 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9b0f16aa190..23e77bfeee2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e7bda1ecbb9..334bdf3b47f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ec8583c262e..0810407ed5b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6b929b32f6a..bb3f784451c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2c57591af8d..47b148dca4a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ce250ef583d..541bd645137 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b0130ec2975..f79c10cac3b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 becd2b08222..b073c48ddb7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0a29981a859..28e069f2696 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3ee5bcbf6a6..8665e5f0759 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.2.16
+The version of the OpenAPI document: v1.2.17
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 539c672cfe1..88bfb470ad1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9a895d56e41..147790ffeb6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d0093c7feac..7e27c3ce1f6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7f29c4ba504..febca59a3e4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5a450e12e2a..e3b4db67783 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f6d548f7c86..5749cebd299 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.2.16
+The version of the OpenAPI document: v1.2.17
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 26ed93fdfea..72f1755bf6a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 be269f97951..eff8b8cff02 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1024f043c9f..7036f8c12f6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 863f7a2d896..9c1917a1ff3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 bcd05a878c1..adeb6b60c9c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 19b4053284f..0c0d2e3f5d6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e71e2038619..29ff7f586d6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fe716ce3dd6..0372f706f4a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 90c553bd9a9..5c9383d4d35 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ac4a0fe222f..3beeefb259a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 204a680dbbf..5d753077330 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fce1837cbef..1fa8d18c584 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d977314c4be..cde5c66a6e6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 894636e10f2..97cff8de025 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b9815336436..bb167efb723 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.2.16
+The version of the OpenAPI document: v1.2.17
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 66939224f21..6437d8332ca 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2de80c1c3e2..ec154cc8ec0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4aa10a0512e..cfdb68685ec 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.2.16
+The version of the OpenAPI document: v1.2.17
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 529cbbdf17f..8320a903b17 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0c7bc8212fb..cdc1de678bf 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.2.16
+The version of the OpenAPI document: v1.2.17
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 91b9703a99b..d2d27e136a2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1c0c2088ad7..c1715b7a819 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.2.16
+The version of the OpenAPI document: v1.2.17
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 41eb5e3f8f4..366fc9d3dc0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7c144d397cc..79132adb0af 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d5e9852dc1b..d125fe725f2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2720ab9416d..418e6c4c9cb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6d0479a8a22..7bb8ea5544f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f3bb1baf21e..a15d3306bca 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2ec25a9938c..e9bfc85b00a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b3dddbb7a7f..ad4569b2ad7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 71124470963..e37a616dd3b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0718a0271d3..a50b14ca261 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1ec29cec7a2..324242e095b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 90c3d245f89..e93b76cd38d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 89e1f4db28e..09de73023e6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 135b4d084d6..0f063646f91 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0719002cf31..03578ff19eb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7e6f85cc476..239f6c899e7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7b74873cde5..e236b5a6c98 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c1ffec17717..afcace74ec4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3d36ff62097..8f0f7599151 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b3a6fa7d385..5caf657d6e9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3b4ea724471..9ea071cf155 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2b21ff24e43..fcdccf98b14 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2af2ce83c81..dfc4d80cc27 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6460ccb7b1b..79cce550792 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.2.16
+The version of the OpenAPI document: v1.2.17
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 15f6e4584d5..806d18a30b8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e14b315fe07..035f52fd877 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.2.16
+The version of the OpenAPI document: v1.2.17
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 69a97356131..20c9d1c9630 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1cd56f3c4d0..35621598b1f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 738751e78a9..62fc1267757 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3126a596222..71d3b5deeab 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.2.16
+The version of the OpenAPI document: v1.2.17
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 31951155a48..02b80a7a532 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6ecddddb318..96c87ae8e8a 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.2.16
+The version of the OpenAPI document: 1.2.17
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.2.16'
+ VERSION = '1.2.17'
end
diff --git a/clients/client/ruby/ory-client.gemspec b/clients/client/ruby/ory-client.gemspec
index af303a0be45..ea307691627 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.2.16
+The version of the OpenAPI document: v1.2.17
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 487ef230737..6c903f177ff 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6dbb0b2dfd2..5f0ed14162a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1d0f7a22e50..a51d084acb5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4eebb0e0f4d..072707e0eec 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d92275bc188..e09fc3e73b5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b49c7f55859..5a4b5ba9619 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ea68866344a..81efec87a03 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.2.16
+The version of the OpenAPI document: v1.2.17
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 77b052455a3..de82d3647e0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 56d5f475fb1..5b2d9e8c84b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c06d34c1f0a..e6c260bdac5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f4ceea52e61..0cc8814e575 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.2.16
+The version of the OpenAPI document: v1.2.17
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 562110c7dc0..c76a1451f99 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ae215c5a74b..1fec719159e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 17359212554..51c648f6088 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c4acad03896..1af49381d9b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4515741c12e..2ed973c4745 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d599ff2c6f8..f074c8c450f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 262c433cc8c..a98cf960843 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8c231d86f86..b91c8fbe257 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2d1ca494e2a..de64b0ff8c9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f47e4d36662..7e8acc61ba1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6cc1f3c0cb3..342d0b3e0cd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5567519421f..847560ec067 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c881c9e2d3a..c86875c6493 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6d1c9a9bb72..3f52fbba6d0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 24784b1c590..65dfa1c12f0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c12381632ba..258616f657f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0b86fc9c232..1f8f3c445fa 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a1e89017adc..9e31471746e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a178e6930d0..a41f1cb35dc 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fc9bf9911c3..9af5d557ff5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 199f5ad3074..05eed4e6344 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e2157cceb4a..a5dad69cd84 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a405c5fcc0f..36521bbb032 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2fd4a4786f6..0ace330818a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0440955b28a..ba06b65e50d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e898192d7fa..bb81af7f6f9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d583245f6c4..852bf8fc031 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b16c0fb81e3..ebe0509357a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5b3cc0f7e4f..f33e0ecf8bb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a21b01e575d..19989e80715 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3820a2f4f84..b65c8dfb226 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.2.16
+The version of the OpenAPI document: v1.2.17
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 bcd1b68d68a..253947391ad 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c4ddee3a90c..7514dde6405 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.2.16
+The version of the OpenAPI document: v1.2.17
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 084ac08ce30..110e3cbfdcd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f5dfdd3783b..1c5f780c907 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.2.16
+The version of the OpenAPI document: v1.2.17
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 dffe683df29..432f75d9c56 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6affa177cbe..aab5d6c8f8e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a2bfe12c1d6..236bb89f65c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 59847a20815..14b66181683 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2748ab0290b..b322525f9e5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a886cb66498..9a8dcba0b75 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4ac70ff09d0..d935f964143 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6050ab045b7..9931ce425ea 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.2.16
+The version of the OpenAPI document: v1.2.17
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 52aee2c81b1..8d4da4f2d4a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 36e7547a0d7..b2353d94e9f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b52dcc54387..86db601075e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2a9e4e50d3c..e54d05fb3da 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a29f393df2e..9fea6f210c8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 add7fc9388b..13faa2734f4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2ceb6849c28..074f0be7f6b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e71fb2aa9c9..2dba1d05f3c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fd100429162..0f55ac50481 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5e62e111b04..c9bbc2b5405 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4ec51098fe3..fda9f1e1cb4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e316843eff2..a3536358342 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9dc16e0b112..f6ae579ae35 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9455b9afe9a..b78e8c2911c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f626685dbc9..e159c1935be 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f0e8638f16b..d5329db4c52 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.2.16
+The version of the OpenAPI document: v1.2.17
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 194aad3b32d..463701de7fd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 390f0e567b0..e9045ce00da 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e109ee5a7a7..261c3989e40 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cfaa04fadb5..7348592c7fb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ba679f33f90..3b58c4c6df9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 035973288f4..fb26337158a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 37824dc121f..e9a446ec0f5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3a067eff1ed..6facb534af1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ba4e6f45605..91a1a5ade1a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f78c7c65be7..d3f2492a8d4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 579fe88c8d7..cda0b375f16 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.2.16
+The version of the OpenAPI document: v1.2.17
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 313a4b6ec6b..c654c8d89d9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 814585481f2..6a612049663 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9fc55f2e8b8..7a599fb857b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9ac8384cfbe..137486a01da 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0234763d464..02cb90b7c10 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5f4b2d3feec..0de095cc289 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b7fb42be6a4..feba0f1c057 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b54e2432cd8..ea70ad31fa2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 62d05114c93..214754f4b65 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e4d174fc912..4a7f71559b2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5f70d09124d..d02a045aea6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 609f74db4ca..cc4380670ed 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8eccd04598e..b054a79552d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 361f51218d3..fa8528a19c4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a2c8c3665f1..2661085e37d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0b02328a013..0a65b17f0c8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3ea4a1c1e06..c3af2be266a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e796b100ac3..d748cf7ad92 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2d04effdd67..49524ee3026 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.2.16
+The version of the OpenAPI document: v1.2.17
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 845e70ed530..8fffc3d0d1a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 185778122d6..c9695c58057 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.2.16
+The version of the OpenAPI document: v1.2.17
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 55f02278af8..6a02900690d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1a227de90ad..a73ef4e16c5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c301f5dd927..ce850ed94fa 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d45a2ed6af1..2286aafd1c0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 447b35f1059..e325ac29317 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0c336d0409c..f9e21636446 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2222b72d87c..aea461c3112 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2d7426a8d69..4a443810c0b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cc935fa7d49..8fc4a09fdea 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.2.16
+The version of the OpenAPI document: v1.2.17
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 568d4cab8b5..34e5f399d97 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5f02301bdc7..6a27b19af4c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f2d30ee1745..4571b2f677a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0d49a304c83..12d59d6fcf0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 aeefd70e01c..7e861ebad89 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2f45eafe7e8..0b940e28245 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5c144b20a66..cd25a7213f4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c5443e3da5a..92178a7b5d4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 83e979e2b0e..fae92cc8eb6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 847364b555b..b4d9aa0bc38 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0bead9d1815..143d64df508 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a6d06c57c17..ef2b03fccdc 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a74a54537ec..020c628d1b3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c78765963b4..d29d5c7887b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6e16bd7610a..a7bb84b41c0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8054c14fab5..aad2c86180d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6a3ea191124..1e4db31232b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a7f8d95e14a..78a5565cd32 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4e11046f5c8..90adc09ee24 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.2.16
+The version of the OpenAPI document: v1.2.17
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 bc098b2ff45..3efbb5be861 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b135d0bdd22..fdd63045f1c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fee2377f971..458cae8811e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e1f14bbfc62..94dc7933c94 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5c9f2637678..5cc2a95a7f5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1fb08f33bea..05a570b1b8c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5967f3a84ec..a4634782524 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3b841fca542..3919a742580 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d784db9e22a..0e4dbc0c65b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 46a0fd8e464..fcad95594a4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 927670abc20..8225580b029 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.2.16
+The version of the OpenAPI document: v1.2.17
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 14359cf6e54..703ecd135ed 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b2da5510744..8fc54ecf5e8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 bca52e83348..4f88df57d32 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b2afa4dd9c7..d56866d3a60 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a8575cc2c5c..24466ec3e72 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.2.16
+The version of the OpenAPI document: v1.2.17
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 30358c994b1..e4ad1ff103b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 de60c2cc428..527da5ac5ed 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.2.16
+The version of the OpenAPI document: v1.2.17
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 10ceb81ddfd..00e24376e09 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.2.16
+The version of the OpenAPI document: v1.2.17
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 dca127b5b13..f55df086625 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0321bb01aa4..55900861eda 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.2.16
+The version of the OpenAPI document: v1.2.17
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 13d72d6d52b..f8838bc0496 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.2.16
+The version of the OpenAPI document: v1.2.17
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 54e7b9a31f0..4f6624bbbd8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9ace65cee4e..bb90c499b8e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 b2fb7d4047a..b1db4588a8c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2ae3f86e9a6..1db42c1d0bc 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f7a0e382a09..b4d585bd260 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.2.16
+The version of the OpenAPI document: v1.2.17
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 08b5c18908f..bfa6a40d9c3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1a08cd09d44..c71175ed3ee 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.2.16
+The version of the OpenAPI document: v1.2.17
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 054095e4500..861e10ba7fb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9977a1916e5..1352ede6eb8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ec398ef984a..83542a7acdd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5f6218523d1..c6d87ad0606 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.2.16
+The version of the OpenAPI document: v1.2.17
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 36b24a55486..f6633bf4938 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f7b94d66e3c..4b6f6af58b1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 53e4baf5b1e..8c3c8ec3b2d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d162c001477..d419d49bad9 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.2.16
+The version of the OpenAPI document: v1.2.17
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 aa2816c4c08..f5bef399176 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2b3924b0eaa..f9b23654330 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.2.16
+The version of the OpenAPI document: v1.2.17
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 aa071df3d74..d338a574bf6 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.2.16
+The version of the OpenAPI document: v1.2.17
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 01be931693e..b85447bbeb5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6a0a70e3f4c..d19efdac98a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 04d4f64fe90..ef888e1da9d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8d4c0fdcff0..157221321ec 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e15fd921343..ae2aa579108 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6afd04045a9..d631c878869 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ff14c7591d8..e4e8e5518be 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ae4a37a7b08..70b24cd0928 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c631af9de5d..5eeac51a0b3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5ffb1a0a565..b3e9405d3db 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6348b2e80ff..fa04f494352 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e4267c30bf2..2c99b4cedf5 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.2.16
+The version of the OpenAPI document: v1.2.17
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 bd4e5aede51..1ea0d9a114a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ca138278f6e..b209593f438 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.2.16
+The version of the OpenAPI document: v1.2.17
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 50051d2bf78..e39fad061f8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 930053546f3..11284c0b16e 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9dbad451365..927b10a5078 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7a05b9a815a..12137f954a7 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9a3ce5c330d..66c270b172d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 bb612b449ae..9fca3105cdd 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7233d0a4310..43f04277f9b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 39ffadacd87..74d2175a73c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d1fef6e47ed..eccdbbd9558 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.2.16
+The version of the OpenAPI document: v1.2.17
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 839e02d6633..e148e733a15 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ca412f48e3f..2c2ba2779ae 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0abc9f4a002..3c073fa90d3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 01a32967403..426db31706b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8cfe6d0a0c5..16ef99949df 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.2.16
+The version of the OpenAPI document: v1.2.17
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 894af0e5bbd..87c9d512acb 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.2.16
+The version of the OpenAPI document: v1.2.17
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 af07843645a..f00485570f4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 73c0f4802e3..07f7c9b97b4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cd9c2417ee7..df3f7be5679 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.2.16
+The version of the OpenAPI document: v1.2.17
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 3e6f392c5ca..1126344a6f2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 cc8e73e0e28..7ad28f8c460 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.2.16
+The version of the OpenAPI document: v1.2.17
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 39769c7e8cf..b627ab8bd15 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4f33f75132e..8ca4b651af8 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2f0f30799a6..f72cdc56905 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.2.16
+The version of the OpenAPI document: v1.2.17
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 0c07c84a5dd..97ec4afbb0c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ef2ef70c63c..8828af2ef51 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a888012407b..58c5f5885c3 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.2.16
+The version of the OpenAPI document: v1.2.17
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 486d2124efa..8e98bd43751 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.2.16
+The version of the OpenAPI document: v1.2.17
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 6fcfc704b51..cbf4d5f3d56 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.2.16
+The version of the OpenAPI document: v1.2.17
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 a24c820d8fe..059c944a00b 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7109475e946..e68e5a20729 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.2.16
+The version of the OpenAPI document: v1.2.17
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 7b58eb0b360..8a81ee311ad 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.2.16
+The version of the OpenAPI document: v1.2.17
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 ce651ee661f..39f16f74728 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.2.16
+The version of the OpenAPI document: v1.2.17
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 da1eb61e800..fd802ff6156 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.2.16
+The version of the OpenAPI document: v1.2.17
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 8ce85fffb31..7db3b740342 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5a939121648..7431a3eb2cc 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.2.16
+The version of the OpenAPI document: v1.2.17
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 4ed7bdb2adf..b884e23a46d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 515cc814496..90e2bb57b5c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 e7220384e96..5ee1ce74038 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.2.16
+The version of the OpenAPI document: v1.2.17
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 5bc9d4b465a..944da0a1dec 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.2.16
+The version of the OpenAPI document: v1.2.17
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 856013dcd56..20889ce773d 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c47e6745910..4553472c3a2 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.2.16
+The version of the OpenAPI document: v1.2.17
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 82c6548b94b..868b572eb46 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.2.16
+The version of the OpenAPI document: v1.2.17
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 2ec41834401..3a0c9c4ca64 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f635bfafea3..7ff03f4141c 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1ab27bfa4b9..e01f91de655 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.2.16
+The version of the OpenAPI document: v1.2.17
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 c7c8d6372cd..7766690a955 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f5459186f17..7884aba6148 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.2.16
+The version of the OpenAPI document: v1.2.17
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 61c67d20476..4c72e17b6fa 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.2.16
+The version of the OpenAPI document: v1.2.17
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 1f914e755b9..491a28d1af1 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d6b358a3fce..0b16238e899 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.2.16
+The version of the OpenAPI document: v1.2.17
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 bf619e1676c..4fc2ec0e64f 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.2.16
+The version of the OpenAPI document: v1.2.17
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 fc86dbcf723..a131d930eb4 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.2.16
+The version of the OpenAPI document: v1.2.17
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 91abe6f532c..436608a1b0a 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.2.16
+The version of the OpenAPI document: v1.2.17
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 d6564178b97..fe3289b75d0 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.2.16
+The version of the OpenAPI document: v1.2.17
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 f5c2d0a0670..6f16b8542ed 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.2.16
+The version of the OpenAPI document: v1.2.17
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 9175132a2bf..e5e6360b3d0 100644
--- a/clients/client/rust/Cargo.lock
+++ b/clients/client/rust/Cargo.lock
@@ -279,18 +279,18 @@ checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[package]]
name = "js-sys"
-version = "0.3.64"
+version = "0.3.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
+checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "libc"
-version = "0.2.149"
+version = "0.2.150"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
+checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
[[package]]
name = "log"
@@ -366,7 +366,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "ory-client"
-version = "1.2.16"
+version = "1.2.17"
dependencies = [
"num-traits",
"reqwest",
@@ -462,18 +462,18 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
[[package]]
name = "serde"
-version = "1.0.190"
+version = "1.0.192"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
+checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.190"
+version = "1.0.192"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
+checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
dependencies = [
"proc-macro2",
"quote",
@@ -534,9 +534,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.38"
+version = "2.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
+checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
dependencies = [
"proc-macro2",
"quote",
@@ -703,9 +703,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
-version = "0.2.87"
+version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
+checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
@@ -713,9 +713,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.87"
+version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
+checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
dependencies = [
"bumpalo",
"log",
@@ -728,9 +728,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-futures"
-version = "0.4.37"
+version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
+checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
dependencies = [
"cfg-if",
"js-sys",
@@ -740,9 +740,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.87"
+version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
+checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -750,9 +750,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.87"
+version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
+checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
dependencies = [
"proc-macro2",
"quote",
@@ -763,15 +763,15 @@ dependencies = [
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.87"
+version = "0.2.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
+checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
[[package]]
name = "web-sys"
-version = "0.3.64"
+version = "0.3.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
+checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
dependencies = [
"js-sys",
"wasm-bindgen",
diff --git a/clients/client/rust/Cargo.toml b/clients/client/rust/Cargo.toml
index 7035185befb..1df8da64f40 100644
--- a/clients/client/rust/Cargo.toml
+++ b/clients/client/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ory-client"
-version = "1.2.16"
+version = "1.2.17"
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 5ca8b028746..821f20b3877 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.2.16
-- Package version: v1.2.16
+- API version: v1.2.17
+- Package version: v1.2.17
- 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 ecdd19e2c8a..4d867a74fcf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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.2.16/rust".to_owned()),
+ user_agent: Some("OpenAPI-Generator/v1.2.17/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 0548e350782..7aaada81b77 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c91bcf1cd94..87365250187 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 36b22dce425..79c53345ba5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b75b5653ff1..794e91f3a3c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a803890de69..740b722a0a1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f59d2aeded3..e9a508b3a5a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 35b677e4c48..4624cda4cdd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 495e7a59779..8b6d64fc23b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3ece2d17c1a..4032b93a95b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1e396b65db5..69aaff6e0e0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 933990ea790..fb457d642b8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3ff55a1b2dc..f8080b1e602 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e2b389db6f4..eee88550928 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 16a03d78aa4..88a52a49f05 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8ce4172669a..7ea0f0a258f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0e6c132cd1a..1b52fd2eca3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 38ef4eff8c0..89d78424c1d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ba830e62b52..d69bc30af7c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b497bad94ee..e77dedd2d48 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1c5155a6608..2a294e0a788 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 785554be223..c9ac45ca9c8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e9372018123..a43317a6d0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fd985c7f627..f4e0e838d39 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a95f202778e..e8ed739856b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d5cc5c0450f..4990589e998 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1ad92f86b39..050b95954cf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cec2dd37158..6f08f54eace 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0090ba46269..e01a88aa061 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eaf88477994..c61fbea6a0a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d6ba5cd1677..c85ce2eae23 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8d78636007b..d239a44b5fd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 db92277fc93..975aec94a4d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7cf0446fbe4..0115d69e50b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b8cb10dc198..44ca298bf0d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a0e8358cbf0..1a39273bb12 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0fcfd02a96d..56f78131865 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cd1a3df0ced..8069dae04ef 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5919fc4f0c3..b89414ac2f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 25d651867ec..ff4f37bbee6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d390c3a959b..8a234a5654e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d2805950e5b..7120494d631 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1181bd3f2f9..b2e1b8689a6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bb2eba429c8..d7ffed365fe 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b9e6b2a5ab1..74ba0c3593e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b505f5fde47..1d2acf90963 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 799056ce063..5f572900fd0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c5f307ec478..82d25e8d09d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 77b4c30e5a3..b2739bb0a32 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8053b893504..eef15321cee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c3bb01ff97c..5c5b691adff 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a33bb8f7fee..d47d9d5c771 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 55a15d3586c..fc46227f6a6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 aebcc2dc3b7..bb10d072c2b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f9ba143d1a9..00568d75adf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a03369fb011..d841800bb0f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a80ac51e925..9cb9941ea16 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 312f1baeb7e..ce575200301 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ba5771e49bd..d7379af5c4d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fa4f62b88e2..cb3eef8e5ed 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b7cd8aa6d0c..5970680ecc3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 51b331cc75e..c95e653a2cc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4854dfe7a4e..2646c5c1907 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4fe9b8938da..242469e7e25 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7f78d9a4e1e..16bbb4bbcbb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5632019f353..5b26b674bee 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 165c5eb6848..917b7fd74dd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5ad9c3c796e..1b14b2e84e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ee9476dedc6..3aed79ec7c8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1e30a3b1caa..e6e980b6576 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9ea89f303a7..f890d6d5780 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 faac2846565..6641cde82b4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 caf388a5be9..726bab77cdf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4fec29a0771..aa31a3f3909 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 145e5602465..d98517670c9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ffebb304e5e..d38951ca973 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f7232a432b9..c15f6b51362 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 75a620953f4..8879d953166 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7a101022b9c..9754b164fe5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0debdbcefbf..417049cab53 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a1814263171..79aad758dc3 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 cff5cb156f8..3ba0ad97b87 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 82c6256c016..090f27d2d79 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8f0e453dc5a..de970c8896b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5a2f7b07a5c..391f5c63713 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a748c020f1b..f3a8f1e8f62 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 99cb377be62..83864a2c23d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9427a4dc9fc..e3bc3d1c839 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 80550385804..17a8da8f1bc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 15da8f6a543..52b4e760064 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9ed4f7941cd..242711e2415 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c06b83477b7..d57a277923d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 12afc35c78d..5ce5facc9eb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7de25b9ecf3..235f328d351 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b46b85a2e7d..23b5ac6df96 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7ee95c0a8e1..acfdfec62c0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 06ef39d4971..93113eaea64 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f17dbde0bb8..ea482378d2d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 491a15c5fd1..37240db253c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c13cf6f9d4e..5d74df68426 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7494064b653..285a709b5d9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8d5317bcebe..53ab20af28d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fcc2d1a98c5..e5e7db35f16 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 21d0fa2039c..ee37d551754 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8411d28c0d3..66c439c8609 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 83f16e5c16d..a598d30316b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 24e5104878d..d981037bd18 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d1ab4b041c5..a29f32f2a7e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d3ae8623980..c066f0d3214 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5b1e55f63f8..9c213bed0ae 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4a7f1f20a5f..7fa37478651 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e916e10bfe0..1c29d6a0169 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4adfe7b26bb..1b34928bc04 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 25a578bd3a3..f88c16b17c8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a90a5818d58..721f9d9bd0c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 73737786ccc..4ef2cb8fe20 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6ebbde75e06..3378aa390b5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 75e5374878e..bdfd5552889 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d4624eadcb4..6d5fe544131 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 632bc1070ed..2bc96de9586 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e28effdd6d6..6e10ed9adba 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dfa3d71c210..1f9b799dca0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 768a123c5fa..c9b20546ae5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e82c86d77f7..b3c07751160 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f773c87046b..80a529f0b47 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f24a64db067..42b17f6e75d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2d54a6696ab..25096435062 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ca8d2759091..03d8e47bfcf 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 52a46ce6d25..1b3d663b133 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4db46365ed4..b717df6a6e7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a2e40c7e103..04faa6bf1d1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 998913214ba..ca26523c052 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fd39d4dd1cc..905f08891e6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 088f33b42a2..0cf92a31f7b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fffa8a9836d..3dc42d4d663 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b87a4e8a808..a057af8c448 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 20aa8b53ae4..feb965a4208 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b33b0cb6732..0ed164f2f83 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 71db871f67d..78921882a7a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 16f7d9cf945..ad9d1542442 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e7cb76f507b..f26087a347f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 da835ca8c5e..7d8f62ab95b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6c13af1f1f8..09e6b99b2f5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b1500335161..5208921feb8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 782d57650a7..14144c418bb 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7eede5c3d18..d915bb53f6f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b559bfbba69..00a8fe94ea8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4b86462bcc7..97a5a46ebce 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d0da531f679..1d2aaac0ffa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 653a4a0e866..372f09a283c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1827ef2baac..a877c4691e5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 266296b25bb..1348ee6c213 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c0a4b4f3bb6..4fe27b577b6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c1b8d4d897d..c117918bd40 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c23e758e987..26649a88b1c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d9e7e259f33..656e84ed7de 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 52b952bf925..2dc3000b29b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 58d6fc5f0bf..6f3296b3f7f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 71a94ecdc84..b689006d6ea 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c86f53d097a..a4d970c8fac 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d16de6891bb..b00c6935cfd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b4296d830ed..e843226c3d5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 48085a77f2e..7b7c1806ab7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 74b051ff168..b218aeb812c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b6d452efc69..af899ea93f4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c12853685e6..d03dff6aacc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 1ac92702a50..753e4d8157d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 58aff72b32a..82c92594f18 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 da0b751d365..34eb9e481a9 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d51a3e42e75..23bd4ee3a02 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d5bac496729..a060aebf0b0 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 829d6ff1c41..267e3e3d69a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3284f9a6e12..b1d07cc5651 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fbf8126bcd3..32ac904d478 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7af9ce5d962..ea09a4b74a2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9767122bbdb..62cd4cf80b8 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f5641e2591e..84c7a9f2971 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 88e2a0526d1..67ec9e85e04 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 d72e765d5c2..ca4eaaf4d8d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b817d98914b..02ec08b9ebd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a118d31615b..4668853565d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e60fa62787b..68ec710e112 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6fff8ccc656..6ee91e8c46e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5c93f888827..82ff4f3db6a 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 79d165e4879..e172e70c134 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ba525f8c08a..545f70f108b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2faf1b93400..ecc9be06e8b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 55ef9bf62f9..23c87c77255 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8ebaf557784..3a5f1ed39f4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5f471f811b9..9fe94f05794 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b850e6648ba..2b1bd660558 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a194fc01b43..bd01a8ed631 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f6bd05b7f04..6aad3f9e8ae 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 56af19030a5..d818a64cd84 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 dd8282e572f..77ddf27320c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7107c3b05cc..9e9e3199b07 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2e72115d68f..2d5657d2d8c 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 eeee012aec4..db642f138fc 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 0291cbb7548..d4412fa0738 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 13dbbfed976..41b56bde0d7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3f40409d462..9e56bb6f5f6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c52d3d4c389..56b7446a297 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 be4848dc530..2f5dc830aa4 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 11e90ada2ed..175af7e2ab2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ca109e79d45..aad4ddba9af 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 7aca43a00f7..1079a501bb7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 6ebedea8657..07776cc0622 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a6b997190f8..6ad11c6afb6 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 93aa2f7906d..f9e20205f51 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a7501c9a1ab..527f372e0a1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 a38cda05768..d39486fee80 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2c1f7041a7a..56f895edc5d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c09dffa365f..51116309477 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2673d16b55c..c02bc8dc661 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 df35394d3be..9cd3acc456e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3feeec52f0b..7e43b345772 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 304f8f13956..f2b4c19350f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 5b3f632713c..fce00715812 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c0e76f498cb..7f8ea9c10f7 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 ccf92db13b2..8524912cf21 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 20fb83f73dc..7337825e440 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 3c0d769a597..68bc3807f5b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 9032e9c7d4d..2899d2ecc56 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c1ae03cf9dd..053e4963648 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 f17b31ddd7c..9b3ae54fe9e 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 2c80f2ef674..02b7cde554f 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e9a9c3c386f..ae33aa1180b 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 b1d5fd7a1c8..ba4bab57725 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 45bc6fd872a..b1bd2a2e625 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 845fbb43462..9177fc1e134 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 56bd7001f06..a5726cb64d5 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 619560aaf66..15bcbe80dd1 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 4eab82d86df..d45cbf868a2 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 c87ef7e1cb6..0ffb76ecf69 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 8b806793546..993f6548c3d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 fe771753dd9..204467df785 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 42c6899729c..de0b74956aa 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 e3fff640a3d..9af4dd7488b 100644
--- a/clients/client/typescript/README.md
+++ b/clients/client/typescript/README.md
@@ -1,4 +1,4 @@
-## @ory/client@v1.2.16
+## @ory/client@v1.2.17
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.2.16 --save
+npm install @ory/client@v1.2.17 --save
```
_unPublished (not recommended):_
diff --git a/clients/client/typescript/api.ts b/clients/client/typescript/api.ts
index 3ae3cba08ad..c9c3778cf80 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 80b0986654f..9de6d6fb37d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 086e4e808d1..964aab754bd 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 001979fdfe6..e659aab7a63 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 db760f052a3..a242295fc3d 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.2.16
+ * The version of the OpenAPI document: v1.2.17
* 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 bb020a323f4..46b6431ca40 100644
--- a/clients/client/typescript/package-lock.json
+++ b/clients/client/typescript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ory/client",
- "version": "v1.2.16",
+ "version": "v1.2.17",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ory/client",
- "version": "v1.2.16",
+ "version": "v1.2.17",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.21.4"
diff --git a/clients/client/typescript/package.json b/clients/client/typescript/package.json
index a0e3c8086ef..d84560d24b8 100644
--- a/clients/client/typescript/package.json
+++ b/clients/client/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@ory/client",
- "version": "v1.2.16",
+ "version": "v1.2.17",
"description": "OpenAPI client for @ory/client",
"author": "ORY GmbH",
"keywords": [
diff --git a/spec/client/v1.2.17.json b/spec/client/v1.2.17.json
index 5677c61a671..3ab0abbb163 100644
--- a/spec/client/v1.2.17.json
+++ b/spec/client/v1.2.17.json
@@ -1,16230 +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"
- },
- "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_verification_ui": "#/components/schemas/continueWithVerificationUi"
- },
- "propertyName": "action"
- },
- "oneOf": [
- {
- "$ref": "#/components/schemas/continueWithVerificationUi"
- },
- {
- "$ref": "#/components/schemas/continueWithSetOrySessionToken"
- }
- ]
- },
- "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"
- },
- "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"
- }
- },
- "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"
- },
- "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": {
- "format": "uuid",
- "type": "string"
- },
- "return_to": {
- "type": "string"
- }
- },
- "required": [
- "plan",
- "interval",
- "provision_first_project"
- ],
- "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"
- },
- "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"
- }
- },
- "required": [
- "id",
- "hosts",
- "slug",
- "current_revision",
- "state",
- "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_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"
- },
- "production": {
- "description": "Whether this project is in production mode or not.\n\nIn development mode, a low-security profile is used making it easier to develop against your, for example, local environment.",
- "type": "boolean"
- },
- "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"
- },
- "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": {
- "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"
- }
- },
- "required": [
- "id",
- "revision_id",
- "slug",
- "services",
- "state",
- "name",
- "cors_public",
- "cors_admin"
- ],
- "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"
- }
- },
- "required": [
- "enabled",
- "origins"
- ],
- "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"
- }
- },
- "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 link 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"
- },
- "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"
- }
- },
- "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": "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 OpennID 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 complete 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": "Complete 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\nTo fetch an existing recovery flow call `/self-service/recovery/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 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"},"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_verification_ui":"#/components/schemas/continueWithVerificationUi"},"propertyName":"action"},"oneOf":[{"$ref":"#/components/schemas/continueWithVerificationUi"},{"$ref":"#/components/schemas/continueWithSetOrySessionToken"}]},"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"},"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"}},"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"},"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":{"format":"uuid","type":"string"},"return_to":{"type":"string"}},"required":["plan","interval","provision_first_project"],"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"},"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"}},"required":["id","hosts","slug","current_revision","state","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_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"},"production":{"description":"Whether this project is in production mode or not.\n\nIn development mode, a low-security profile is used making it easier to develop against your, for example, local environment.","type":"boolean"},"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"},"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":{"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"}},"required":["id","revision_id","slug","services","state","name","cors_public","cors_admin"],"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"}},"required":["enabled","origins"],"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"}},"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 link 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"},"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 `