diff --git a/clients/client/dart/README.md b/clients/client/dart/README.md
index c0d8a0593da..1f2c18d674e 100644
--- a/clients/client/dart/README.md
+++ b/clients/client/dart/README.md
@@ -5,7 +5,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.1
+- API version: v1.4.2
- Build package: org.openapitools.codegen.languages.DartDioClientCodegen
## Requirements
@@ -19,7 +19,7 @@ This Dart package is automatically generated by the [OpenAPI Generator](https://
To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml
```yaml
dependencies:
- ory_client: 1.4.1
+ ory_client: 1.4.2
```
### Github
diff --git a/clients/client/dart/pubspec.yaml b/clients/client/dart/pubspec.yaml
index c404f85a6b4..a0160dd7310 100644
--- a/clients/client/dart/pubspec.yaml
+++ b/clients/client/dart/pubspec.yaml
@@ -1,5 +1,5 @@
name: ory_client
-version: 1.4.1
+version: 1.4.2
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 2d08fc7fa88..26e503c1367 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", "{0D6B9A6E-6BBA-4D3A-8C12-8A5673465232}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{3E2E2F74-6F4F-4F3D-B926-A2954B06701A}"
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
- {0D6B9A6E-6BBA-4D3A-8C12-8A5673465232}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0D6B9A6E-6BBA-4D3A-8C12-8A5673465232}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0D6B9A6E-6BBA-4D3A-8C12-8A5673465232}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0D6B9A6E-6BBA-4D3A-8C12-8A5673465232}.Release|Any CPU.Build.0 = Release|Any CPU
+ {3E2E2F74-6F4F-4F3D-B926-A2954B06701A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {3E2E2F74-6F4F-4F3D-B926-A2954B06701A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {3E2E2F74-6F4F-4F3D-B926-A2954B06701A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {3E2E2F74-6F4F-4F3D-B926-A2954B06701A}.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 ff27fa0830d..3c9563b0377 100644
--- a/clients/client/dotnet/README.md
+++ b/clients/client/dotnet/README.md
@@ -6,8 +6,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.1
-- SDK version: 1.4.1
+- API version: v1.4.2
+- SDK version: 1.4.2
- 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 86a2a51e287..54419e72586 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e2d79a97b5d..bb49b6eaa4f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e167975a23a..65119b3827d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cbaa82e5ce3..9e2f14b6868 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1a406ff18c8..4aaa4849880 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c1ddc61e4fc..6fffe989bea 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fa6b694ce0f..f016e24175f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4505282dc8f..b8e76c7e6d9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e60eb1238d8..3a33dbe3f08 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 22c68f20484..f09fd493f3f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e54c5651d9f..6adf5a64416 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f4e04b76ddb..5924f21b725 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5c112542bb7..60afb9f8e67 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 17b31843ebc..b69a96948da 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 84f0bb782c7..aaffc38735e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0d4fa9381c6..2b6f50ed676 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e23f1995924..6289e86a5bd 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 369d0483530..6537b30946d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2fb1aa195f9..6a8942ddf87 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7da3df4a8a8..1dd5dcc8c8c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9a5e68b1df9..f551b939197 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a3267493695..58329ef0192 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c94bf79a411..8631307877e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c9d5787bdd5..f5ea30f3ad3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ef7451c9ca3..54dc2185638 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiFlowTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 41a34d534ce..65c4e8b8694 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithVerificationUiTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4680ffc5df3..14588cb00c6 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageStatusTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1656ea06793..6b1cab90d95 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCourierMessageTypeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3c1eb120e25..44d4cfe3a43 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateCustomDomainBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b326615702e..a732cb53bdc 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3cc07db6d1f..0e9190b4578 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateInviteResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 11cff4bcede..996bc37e960 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateJsonWebKeySetTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4ace5c7c308..7a753c36dfc 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 64053080e27..4035fc73723 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectBrandingTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8005d56fa0e..6a8efb2ad02 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateProjectMemberInviteBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ba35bfff1e6..3e8ffd5267f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryCodeForIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56280cb3eba..4dd1d49eb87 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRecoveryLinkForIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 327f1ad4e22..21e244d9a6c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateRelationshipBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 98f4a646802..98e32999f50 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateSubscriptionBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5e17a420e4e..3aeeba332d9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCreateVerifiableCredentialRequestBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 54b79c116f4..cc4edc88717 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCredentialSupportedDraft00Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 19710d6acbe..193efbda8a8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientCustomDomainTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a765dfafaaa..da6a5891a57 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientDeleteMySessionsCountTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ef67222704e..e941dff3a57 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aab961c7e72..de35280ef6f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientEmailTemplateDataTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 412fb24f9b7..f4bc960599a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c2324b581f7..b264b5ff51c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorBrowserLocationChangeRequiredTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 34eaa8e7c62..d8e84a8da06 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorFlowReplacedTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aa39835d256..1f399a7eb25 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorGenericTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b382e41e5d1..d0395c1d916 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientErrorOAuth2Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e28a48b22bc..efd1f487b9f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientExpandedPermissionTreeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7e68d84279d..4a41fbb809f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientFlowErrorTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1300481b8e4..ba42f4563d1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorContentTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ce32d05a7b4..575aca8de53 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericErrorTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f7663267d86..bc9959dec16 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGenericUsageTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bd9008c8a19..c290f64bb6e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetAttributesCountResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6922ece1f3a..c915458a5d1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetManagedIdentitySchemaLocationTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f7ab2b0cbca..ae067fc76ae 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetOrganizationResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2b1665f7189..a4c2a9dbbda 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetProjectMetricsResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4406794874b..4b9896b375b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientGetSessionActivityResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 03973cc6828..7228e1e5e87 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthNotReadyStatusTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ea7a4d5db57..2cdf86071ca 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientHealthStatusTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 85052e20f71..ecba0682e96 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsCodeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8ff8796bc42..b003e7b0dc7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcProviderTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a4abbb53293..df80ecc9bf8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsOidcTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c16ba603d31..372d6d94fd5 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsPasswordTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 199e91fbb76..1ceb0a40ccc 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f80750f93d8..08882a07afd 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTypeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityCredentialsTypeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0066c5d500d..6ed80100f8d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 675e8d5efce..a46ff44fff8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityPatchTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6b1378f42bf..09cd72d0cb7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaContainerTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 882c03bf106..a86b3786938 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentitySchemaPresetTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 31f53d32318..0f74f817f8e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityStateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7117465d503..91aec19aa71 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 35fb84f8012..73c02c7c00e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigProviderTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 58ec925b611..b956eeb0449 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcConfigTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 27c85343ea7..acc719866ff 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsOidcTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 edd8aa03719..da3097c003a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordConfigTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5ba4007f58b..32f7969d26f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsPasswordTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ffdd54fb10f..1055bca6784 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIdentityWithCredentialsTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 837c3f938dc..a868f304c96 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineObject3Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineObject3Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd4b2464250..453feab45e2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse2001Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse2001Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dd6d2733f6e..9781e464c8a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse200Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse200Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d22fd4c7093..c7ae35dd691 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse503Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInlineResponse503Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9c0204eaa3a..444cb2849ac 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalGetProjectBrandingBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bb71a9c6b8a..6a12893dad3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f9963413d83..d4c02bb1e37 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 22191695104..1095afb8c8e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalIsOwnerForProjectBySlugResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4ebf3ae670d..741b14bc4f1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalProvisionMockSubscriptionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientInternalProvisionMockSubscriptionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2f401cebd06..2c99145799f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIntrospectedOAuth2TokenTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c9b5f4a2aad..d6f6f9e08f7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientIsOwnerForProjectBySlugTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 accffc58596..789f798f59a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonPatchTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6aaf3c8c0ba..e3b7890af24 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeySetTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b5b0987504c..ae6dec2c6a7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientJsonWebKeyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f37ad408c94..83df2da3585 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientKetoNamespaceTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 def3b370a71..14a08c8621c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientListOrganizationsResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 48fb89216b0..61580aba346 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ae8b6def6c8..bfa7eb94f55 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLoginFlowTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 79ff9b2f65d..0c1e3ba581a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientLogoutFlowTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3f62a6214c6..8b5d802bfd1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 807aae66409..404826b65c7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientManagedIdentitySchemaValidationResultTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e13f2b8ca21..058c5e09231 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMemberInviteTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 62aeab99cb5..13b52138527 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageDispatchTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0326273a6e3..091b05073b2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMessageTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 24037288f56..d10f2109385 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientMetricsDatapointTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 109fe81afc1..2c0d43faf84 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNamespaceTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 30e01f6505b..9bf28a62534 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNeedsPrivilegedSessionErrorTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f45369744fa..169089876b1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionHookTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a26bdbf8b96..a581c831b18 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionIdentitySchemaTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e1239115ede..743fd235467 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f9dd7315ad2..f7fdeec5600 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionThirdPartyProviderTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 261ba5dd7ec..e93b0f5ed89 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectRevisionTokenizerTemplateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cb2acec869d..803b3f6765a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientNormalizedProjectTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b50a95d9990..0dbea83c8dc 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 494f6554470..55df10cc81c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ClientTokenLifespansTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6533f35eddd..8249f7b963e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestOpenIDConnectContextTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 703b3e13642..9e31fd67302 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentRequestTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd7e73de2fc..b98b2a1ac19 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionExpiresAtTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 87634e0c29e..d21e0336a1b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2ConsentSessionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 66d836e0eae..1ac02c509cf 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LoginRequestTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 716d7720f3e..cedc1db39ef 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2LogoutRequestTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 15f7c193517..c8fc184830f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2RedirectToTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 201d8604ab0..c3457a47c29 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOAuth2TokenExchangeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9e56165657d..952ba4c60d5 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcConfigurationTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 551758c8daa..a826f8d4469 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOidcUserInfoTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 827bcc1c2c6..5531dbdd2b5 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5bf24cebb48..26c3a561172 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientOrganizationTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a318bdaf371..e52e5023dc4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationHeadersTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 51b5988dd06..ffbe46158f4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPaginationTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aa7c4b611f3..84468a644a8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientParseErrorTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 987d5820bbd..011e6619668 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPatchIdentitiesBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bffcaa5503e..faf5a7935e0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPerformNativeLogoutBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 187f37adce6..9187d2704fd 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanDetailsTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 913f1566390..a1147d677ad 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPlanTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 deb2b14c4bd..6cff0fd467b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3f0cc2cb91d..08f5128b8a5 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientPostCheckPermissionOrErrorBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8b815d7a9a2..1a0d01dbd86 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectApiKeyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3f42d7ae029..73f50c53473 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingColorsTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b1fb03e27a1..cb4db2abbe1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7b3cd6ee92f..ee205be085f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectBrandingThemeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 29180e33063..63147a844ed 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectCorsTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bea59f6dd1e..4a0615a4ed7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectHostTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5aa9ef830d9..4a46c09a8ef 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectMetadataTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b58aac5447e..a9159e06dd7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceIdentityTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5e788a3dc51..5c6682296ba 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServiceOAuth2Tests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 73e6a470432..309143bb14f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicePermissionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c439dedff58..2cff2b78a06 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectServicesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a7943b70264..4bab622c69f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientProjectTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7b73c7fea2c..efa5fdfd9b0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientQuotaUsageTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a5db27ee31c..2249512b5d7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRFC6749ErrorJsonTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e5a20dcf7a7..5bdd20da122 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryCodeForIdentityTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 693afa387e6..b622e4f3ffa 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 72d3d826429..5734ce15318 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryFlowTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f3ac2a6dff8..5d5c8e60bd6 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryIdentityAddressTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f330d51e8c4..d46769a2486 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRecoveryLinkForIdentityTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2b74a89ab48..015588f8b05 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 90b0c0f3531..aabc9dfd0d6 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRegistrationFlowTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b4aba37369f..52249c30177 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRejectOAuth2RequestTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 992836d20e9..1f23f87b92e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationQueryTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2a4fb7c3a71..9b9f8fdda12 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipNamespacesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bd666dd2347..75c0b8572fa 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipPatchTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3a94140581e..abb4be523e1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2fb7000fa9c..edb3f602aa2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientRelationshipsTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 468f9482975..68372f87ab3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSchemaPatchTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 35796b3878b..1d99a57e7e1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSelfServiceFlowExpiredErrorTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8e00a984789..c077be4b0cb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionActivityDatapointTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dc648b427ea..49f1e01faa9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionAuthenticationMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ccd0c654f99..882cb115bbb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionDeviceTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ab99e6dd04e..31cff4832e7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSessionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 92e8ff6acff..42c2b44245e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetActiveProjectInConsoleBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c5139e2d54e..f5c62966297 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetCustomDomainBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2a3249b6143..b016fe7322e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectBrandingThemeBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6cc1901f806..25c1539ea9f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSetProjectTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9044d3e3460..6a6d976234e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b6b1cb464e5..b01b003dea9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSettingsFlowTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d4e94bf76d8..1762a68cd92 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSourcePositionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b1a617c2b00..2ea9854b637 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientStripeCustomerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientStripeCustomerTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 67d743e342f..2ba60e0f5a0 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubjectSetTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 61fdcea7d6b..3d02a208020 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSubscriptionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 861576e77f6..ceefc173ee7 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulCodeExchangeResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 21295f48838..bf0c80f1dc1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeLoginTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 69a6ae44765..c17060f0930 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulNativeRegistrationTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 65d59a473f5..55519ae37c4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientSuccessfulProjectUpdateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7777e5545ca..7c61ead2b4e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationHeadersTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6809c3ef996..730480bc4be 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationRequestParametersTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f85a2c3c484..33ccdda038b 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationResponseHeadersTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 44e8a5a1d58..3f319e2aed1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTokenPaginationTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2b1fdae5bac..259d1d6382e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustOAuth2JwtGrantIssuerTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 45a7e324cff..1c419aee26a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantIssuerTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4e7c9f03f14..b9da5646b65 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientTrustedOAuth2JwtGrantJsonWebKeyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 efef6b70cc1..ce1b62780d8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiContainerTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9e5480142c9..fd8de3887ee 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAnchorAttributesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 860ccf1838b..31e1b15eb78 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeAttributesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5b92b53fd38..f80d97f3852 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeImageAttributesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d4e77b6d674..e4574b45add 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeInputAttributesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3608f5d9218..9b876da0687 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeMetaTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f75a188eb90..57da45cd6a3 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeScriptAttributesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2482ae6c77f..06aaedab36e 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 83c2d0be071..22b87e2a31d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiNodeTextAttributesTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 042ce39a3c5..41563ce1096 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUiTextTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5cdafd544e0..9647e59221f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateIdentityBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a986695ed22..e05b171c01c 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a09df5f5f1..27c21d2e7d2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7103809cc48..c8803e1a9ec 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithLookupSecretMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6a45b142a5e..7b7e1a95e23 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithOidcMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ea31057f33f..18b304c7866 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithPasswordMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f75758d4443..c69e892e8a1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithTotpMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e2da63fe29c..8220b6810af 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateLoginFlowWithWebAuthnMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b02e9bee9b7..e70cf024bd5 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b9ab92e032f..ade796e5314 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b0e1cd4f2fd..dddf2f24807 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRecoveryFlowWithLinkMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4ded610d709..0168c948e26 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 eff3bdd8bae..aba9afb21ee 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a9de3c7f85..6c14f0fa1c9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithOidcMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4ffedc135a8..7f066bdfbf6 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithPasswordMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fd6c8df54a5..edd9b693d15 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateRegistrationFlowWithWebAuthnMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 412ec5c6fac..4381bd704c1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d191fcb973c..577dbd6bbc2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithLookupMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ff350f80754..b9279dd0cb9 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithOidcMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 da1e1234ae6..22236f24f1d 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithPasswordMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 32d360ae032..76010d4e80a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithProfileMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1a2da1c7ea8..9e880c9668f 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithTotpMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ef7864c9e13..0d1f49e47db 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSettingsFlowWithWebAuthnMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1d3051a8aee..a216046e032 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateSubscriptionBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 209068cab3b..032158164c4 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowBodyTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a86da9b257b..9fe67e33663 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithCodeMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 14791f176d3..86c79f57ca8 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUpdateVerificationFlowWithLinkMethodTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c08abcdfa3e..7101e2bbcc1 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientUsageTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 12c4c2a2a8f..a5d72f87346 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialPrimingResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 76dfa67f110..4a4b0eed132 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialProofTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 de16c3b7593..1d4c1e48107 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableCredentialResponseTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2f3490af91e..e3f03f681fb 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerifiableIdentityAddressTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8329472aa3d..7829bcf00c2 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowStateTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9314744d260..cbb8368b27a 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVerificationFlowTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 833d0867db0..0f31d8ca8db 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientVersionTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 02d83cfd4a4..ac2e0f1dc69 100644
--- a/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs
+++ b/clients/client/dotnet/src/Ory.Client.Test/Model/ClientWarningTests.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3a89d6fdade..52106af9ffd 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/CourierApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 79d3e182503..d86047a2a2a 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/FrontendApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bfaaca79ebb..8cc0c503d29 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/IdentityApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0c3e03ed3bf..9cbb626d8e6 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/JwkApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 25247d7d796..39d615665cb 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/MetadataApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd61c008c87..fe2f1286687 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/OAuth2Api.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3f81a24a11d..20d41fbd8d7 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/OidcApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 895cda6857f..d8d791e781d 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/PermissionApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a39163021e..6504eb58abb 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/ProjectApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e028f0fdb5d..d9b87c1bee9 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/RelationshipApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3e1185841e3..58e0504f124 100644
--- a/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Api/WellknownApi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 964d8137836..7f95bd7576c 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ApiClient.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 571ff25ff1a..9f21d6c236c 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ApiException.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 45c61697d1d..fbc7997bcde 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ApiResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3c2022eff1b..52f6991d1bb 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ClientUtils.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 957c0e9f213..4cf34addbae 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/Configuration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
* Generated by: https://github.com/openapitools/openapi-generator.git
*/
@@ -32,7 +32,7 @@ public class Configuration : IReadableConfiguration
/// Version of the package.
///
/// Version of the package.
- public const string Version = "1.4.1";
+ public const string Version = "1.4.2";
///
/// Identifier for ISO 8601 DateTime Format
@@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration
public Configuration()
{
Proxy = null;
- UserAgent = "OpenAPI-Generator/1.4.1/csharp";
+ UserAgent = "OpenAPI-Generator/1.4.2/csharp";
BasePath = "https://playground.projects.oryapis.com";
DefaultHeaders = new ConcurrentDictionary();
ApiKey = new ConcurrentDictionary();
@@ -461,8 +461,8 @@ public static string ToDebugReport()
string report = "C# SDK (Ory.Client) Debug Report:\n";
report += " OS: " + System.Environment.OSVersion + "\n";
report += " .NET Framework Version: " + System.Environment.Version + "\n";
- report += " Version of the API: v1.4.1\n";
- report += " SDK Package Version: 1.4.1\n";
+ report += " Version of the API: v1.4.2\n";
+ report += " SDK Package Version: 1.4.2\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 1184966f5a4..eb3e80ab7f3 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ExceptionFactory.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7f469d3655f..5c14f4bba3b 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/GlobalConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bcdb2f2728c..6776fc27df2 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/HttpMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ba756920529..a29225d0f0b 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/IApiAccessor.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 faec85db110..0ddb3f4e3fb 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/IAsynchronousClient.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 70dc593bb7a..25c5f98eed9 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/IReadableConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e3da16967ea..31100459ca5 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/ISynchronousClient.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f56d69aad68..5c8735bf3de 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/Multimap.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 03d5b3c7cb5..bc1e8b14803 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/OpenAPIDateConverter.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 99fe0b2375f..af9b5af5a92 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/RequestOptions.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 464b78d4bdf..935fddbbb82 100644
--- a/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Client/RetryConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ac01db423f5..773d79daedd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/AbstractOpenAPISchema.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ce503629b9e..96d8c2b769d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ffa0aa7469d..1a5e4a6fe35 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2ConsentRequestSession.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 23e9771cd09..df006ab8c91 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAcceptOAuth2LoginRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e1c26c1bd67..b0ccfa9f363 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientActiveProjectInConsole.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0d7fbb32b0d..84996b95bcd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAttributesCountDatapoint.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5116f401994..9df9632e8fe 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientAuthenticatorAssuranceLevel.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2eb434423ac..4c348f459d2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientBatchPatchIdentitiesResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 27037a4c9ab..41ef9640a1f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckOplSyntaxResult.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 55614291fd9..7c979b8dd1c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCheckPermissionResult.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cf9be684141..e0f9e0d033b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCloudAccount.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6dadec3e915..296898956ff 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientConsistencyRequestParameters.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 addfd571ff6..12fec0d0e67 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWith.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1313a24aaa0..2a1bbb9d457 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithSetOrySessionToken.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 210f0ff1d85..1521aeddb33 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUi.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 26b6cd7f542..dbd8cd4a72a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientContinueWithVerificationUiFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2dfd4289106..efa7af5d309 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageStatus.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 49e8735c0f8..f27f8ff7438 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCourierMessageType.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 866a0007bcf..a69239e3fc4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateCustomDomainBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2d2361b9b86..ec16103853a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9666218244c..4a66088cfc0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateInviteResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1627b46b56c..9aebec2d5d9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateJsonWebKeySet.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b299e56e068..031d6a68827 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7733cfde4db..523406cdf44 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectBranding.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 619f9ba89cc..86f759f9431 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateProjectMemberInviteBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f96b254fe26..85717857e6f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryCodeForIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a3e7d12e9b0..daf46f14417 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRecoveryLinkForIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2adf9a58512..fb5e24b9c10 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateRelationshipBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 de3253406ca..8a52e04c7cc 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateSubscriptionBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 284aa726336..1238e168d03 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCreateVerifiableCredentialRequestBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e4dd7f44ea2..564b88c259e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCredentialSupportedDraft00.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1827900026c..687e90f4b43 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientCustomDomain.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 54b02e8f90e..229c3c03b45 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientDeleteMySessionsCount.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8a2e905e7f6..d0e1f85c163 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateData.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 651b7661a8f..4ab958ddcea 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientEmailTemplateDataBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 47153f9415c..995ea01e31a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorAuthenticatorAssuranceLevelNotSatisfied.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f613b3494c1..509ec0e4cd9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorBrowserLocationChangeRequired.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a089d3f7c34..a84d6f892bc 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorFlowReplaced.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cb668f975df..d0b6f0c7ddf 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorGeneric.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 713b4b3816a..e22f09011ca 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientErrorOAuth2.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 821e3b6c683..251f1452e06 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientExpandedPermissionTree.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e3320ae9f14..4b09483737d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientFlowError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b73771958af..2d6f40eba37 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ec07f387694..17fc9026746 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericErrorContent.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fb8ae9a7258..ba16f92a0a8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGenericUsage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b7dbb101dbc..6e7052f5150 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetAttributesCountResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e3b5e85917d..790530fe1ec 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetManagedIdentitySchemaLocation.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2cb660f9ccf..4be73ab2954 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetOrganizationResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ebacbe608ea..b3965a21605 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetProjectMetricsResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0d8041ca4f9..972d491d298 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientGetSessionActivityResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3133c068201..7a380cb0137 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthNotReadyStatus.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c40cf16dcad..84104dd0e27 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientHealthStatus.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ce828ee582b..5c950e5eb69 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 66decb698e6..4f45b4153ab 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentials.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 30073910fd1..3b05f1a26c2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsCode.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fb9af04892d..98bc3f2e82c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidc.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d2f2bef36de..d3af123d45f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsOidcProvider.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a8ea11a57e..a74d8738c37 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsPassword.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7433938e8a0..e0cc8aae4db 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsType.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityCredentialsType.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9245f45f173..491db1f6cfe 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 81ffac6fae0..db247c0ba87 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityPatchResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0ac1d85506b..60ce6baefa1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaContainer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e23c8837a92..bccfbaa13fa 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentitySchemaPreset.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 124623b6557..e296706cd78 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c129c1cb4ee..fed3cc8c8e5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentials.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bef65d1e4bb..9f05b43ec65 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidc.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56a4d5f16ee..ff14dd8358c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfig.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ce834b91abb..a2c3e5fcfd7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsOidcConfigProvider.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 70378d89d9d..e9dc59d73e9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPassword.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3d0037ad56e..dd665aaa17c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIdentityWithCredentialsPasswordConfig.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5064ca09387..3ff087fc81f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineObject3.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineObject3.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4d7bea1848a..62a3a62a24e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse200.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse200.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 79a7f86640b..1be8a85c2a6 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse2001.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse2001.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 36ef8cdab65..3f72e80f066 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse503.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInlineResponse503.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 367fbd474b6..a687c64ab7a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalGetProjectBrandingBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 70909b129cb..a007f6f4b32 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsAXWelcomeScreenEnabledForProjectBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9941dc02321..d178683ea3a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 15511939e7d..2b0961a007d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalIsOwnerForProjectBySlugResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0082ea1c014..e41f8eb54ed 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientInternalProvisionMockSubscription.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientInternalProvisionMockSubscription.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3d315aa79f6..886a7b6f5a0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIntrospectedOAuth2Token.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 050a1b6ac78..2d1db89b6e8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientIsOwnerForProjectBySlug.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 86110c1fb15..e3e8cef3819 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5504fc79b39..1d67eeee50b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKey.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d1cdfa1c081..93e37b2029e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientJsonWebKeySet.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3a1f1f9c0f2..ede4256632c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientKetoNamespace.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1a9c2b58fdc..4f6af1c7f54 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientListOrganizationsResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8a4f143be6f..465c204ffb8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 336c4db6d08..b1adfebc50e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLoginFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0fe5043cdc1..721ba9037df 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientLogoutFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7293abd452e..6e2e389c834 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchema.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2e4f29da853..4788b8982f0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientManagedIdentitySchemaValidationResult.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d75f860d8c8..b04d71ee76c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMemberInvite.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 776c14113d7..2a796d12762 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMessage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 01fe4669a51..8b7435a996a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMessageDispatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9fbc6cd7bf1..4b466f83bb9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientMetricsDatapoint.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c78c37c12b0..06699af600b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNamespace.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 14c21646e40..9c2942a0d9a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNeedsPrivilegedSessionError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5b212ca6b68..fdac39a42e8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProject.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 53322b28291..4545370ba96 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevision.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 80314ccac72..0e602dfc818 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionHook.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 18f0da121c8..fd2358982fa 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionIdentitySchema.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f1146d793f8..2091eb1046a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionThirdPartyProvider.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 911ccb42378..5900b382bdd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientNormalizedProjectRevisionTokenizerTemplate.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4e6ae85cc1c..49f7e4e2b2a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2Client.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 230abde29a5..c969cf0dda0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ClientTokenLifespans.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4ed578bcd1c..8d1ef592d61 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1b5563a105e..bb2a6078b34 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentRequestOpenIDConnectContext.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 789ba445662..4b0065c1023 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSession.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fb178ac9420..4fb7fdc447d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2ConsentSessionExpiresAt.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d420145268e..7a2b42f6d8c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LoginRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9b517817516..fc956714c1a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2LogoutRequest.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a0ae3669484..7a8c1ee0a3e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2RedirectTo.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d12fea8f2a9..ddacaedef6a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOAuth2TokenExchange.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56d402df1dd..85e21e87358 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcConfiguration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 beba3ccfa4a..2c879d73b3d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOidcUserInfo.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd5ef912136..eeabd24bf38 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganization.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8f7f9492486..5c7943cc236 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientOrganizationBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5367ffa6341..8426cc2f972 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPagination.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5b24d176e1a..4f14900e4cd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPaginationHeaders.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cb23748a853..7898338a229 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientParseError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0b1206dc985..2661146e641 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPatchIdentitiesBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ffde7ec5b6b..070de733391 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPerformNativeLogoutBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 969f7828576..e5a700f3b9b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPlan.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4b18797aca7..e86a2b52e68 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPlanDetails.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ee78efa7e83..b578a79468f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d2208c2aeb7..d7c4452e49e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientPostCheckPermissionOrErrorBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f2e8ffb83e2..0aa35bd8451 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProject.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3f02b6d18bf..c54cb6329d7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectApiKey.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c4b84a0d4ea..fdfbe8e007a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBranding.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d82c3315afd..e0bb71615f8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingColors.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 358ee0d0d21..1ecfd7debee 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectBrandingTheme.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 985bbfb5477..c673d6c6994 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectCors.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dc87d9e8e3e..9295a2621f9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectHost.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6fe0e20f8ac..bb3965958b9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectMetadata.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4d582629645..29ff0ba7ecc 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8a6bb8971ca..d682c41fcb0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServiceOAuth2.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 83ad3dac1d9..b05b039ed98 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServicePermission.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7bb510d26a8..87882d88115 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientProjectServices.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d1610b85c90..029fa62cdd7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientQuotaUsage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7381f49cf3f..c93c1860edd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRFC6749ErrorJson.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5ce01afd0a4..714b995beb3 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryCodeForIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d2cfb986af3..64dfbc32870 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dc768787dc8..f4b666d7dde 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d616d7e58d0..2e27da47577 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryIdentityAddress.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d1456386611..c17d8ddefd9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRecoveryLinkForIdentity.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 16ee183b252..444f39efb48 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8e0ed676349..7b48823a966 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRegistrationFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ac8d69bc5b2..e9d3885ecf2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRejectOAuth2Request.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e05823b92da..d3facf6c079 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationQuery.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a46cf25695..bde2babf66a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationship.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 95104e4f81f..069b5cda5df 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipNamespaces.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0e7baf43630..62ef167a0e9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationshipPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 18912b00bd1..336c27a5bf3 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientRelationships.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 499a6482a63..185b5087556 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSchemaPatch.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 90467394b85..12843467656 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSelfServiceFlowExpiredError.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56693346fb4..39be5e9dd85 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSession.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 31b2301ec7a..42730950130 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionActivityDatapoint.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a159d4fd990..b8919a648b7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionAuthenticationMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56c0d6fe6a9..00cf5b0c397 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSessionDevice.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 15ce748acb5..cab5ffc112f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetActiveProjectInConsoleBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 09bb44af784..7e0a40589f1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetCustomDomainBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c2c2c6d57d5..d7d69b9311f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProject.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3c5f6e31245..c318627cc35 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSetProjectBrandingThemeBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0277c2ebfe7..45fd8f8eee7 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 acfb6a02934..e028ee47119 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSettingsFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 49d286cc391..cc68d6b5f2d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSourcePosition.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 de48f7e5e20..72deb9b4b9e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientStripeCustomer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientStripeCustomer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dfadb266a35..9c92189f0e9 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSubjectSet.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f39664d75f5..9a360ef5aa0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSubscription.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 920260442c5..0e2a4c40d38 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulCodeExchangeResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5ca60f40450..ea9dd1f1e29 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeLogin.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 807b20924ea..28487129ea8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulNativeRegistration.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3e1af26fce7..7ef559f364b 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientSuccessfulProjectUpdate.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 00565699488..8c999daa236 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPagination.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c4c11087e70..7f3b5cbe214 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationHeaders.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1e17f297e89..0370a3949fc 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationRequestParameters.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 eb88cc98222..4a695f41033 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTokenPaginationResponseHeaders.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1be026861de..b176fd85908 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustOAuth2JwtGrantIssuer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f97018b9cef..2ce4e9958a1 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantIssuer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 40c7d7a1382..33939fbe39c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientTrustedOAuth2JwtGrantJsonWebKey.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c2bff3ed04c..1c989a82349 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiContainer.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b6d6c1b522e..c1fcd362ac2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNode.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 090a96b182c..652ccbf5dc3 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAnchorAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fadeceb292d..4c7bc58f4a5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5e82af40488..8c369b9024a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeImageAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a31f79a06d7..6da2c38f796 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeInputAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 daa5757a0e8..1aa04f6630f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeMeta.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d8d0567ffa3..73286f0245d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeScriptAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bd8aef575f0..2ad96ab993d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiNodeTextAttributes.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4b507b4c861..a578d280e3e 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUiText.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bfd73dfa242..e1c115a6d65 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateIdentityBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 23a1110d29c..060a8604aae 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8e4bf54373b..c368c70a21d 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 db398fb3956..f7c635875a8 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithLookupSecretMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 02f3155f2ad..e369025e0b2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithOidcMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c06d68c96ec..7acbd6f2941 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithPasswordMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c8be0f6f5f4..898cedf8c36 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithTotpMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5088f8c8a69..7c91232bb31 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateLoginFlowWithWebAuthnMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5554f0a00c8..72a61e134bf 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8ec982a1986..7eda8571879 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bfec6cd40e8..2b45cc5a79a 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRecoveryFlowWithLinkMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ece248c208c..ca99ce21de0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b13ec8f9643..7be6fb1c189 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0c77afc244d..9abff885833 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithOidcMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5f73d7bab64..20c66c6d516 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithPasswordMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bb52443e34b..7674b331806 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateRegistrationFlowWithWebAuthnMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c3225d8a8f1..d45eca0c252 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 22c7d26eb80..e99675e4a15 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithLookupMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c2e74f5aab5..8cbf6ec3e30 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithOidcMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bff0976d093..ad2bcea8105 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithPasswordMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8b41a995f77..39018c24d5f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithProfileMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c8cb3798280..dff4b20475f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithTotpMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 38c7e89ece9..b5939ad4b11 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSettingsFlowWithWebAuthnMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 16948b4d19c..dcaccd966cd 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateSubscriptionBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9e2354f9576..a2fb62cd1f2 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowBody.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 686af1000a0..8aa59570b4f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithCodeMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2ecf7c90eb1..6429e4992a6 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUpdateVerificationFlowWithLinkMethod.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7d985ee5ada..f2e68f6a7b4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientUsage.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4746db03d37..a13edcee8c0 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialPrimingResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ef2cf41102e..13dbec40b5c 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialProof.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a211fd80d31..34702169051 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableCredentialResponse.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6c147d12ab0..e20982d7d6f 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerifiableIdentityAddress.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ff7db5816c7..538c8ccb4d5 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlow.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fd2283f8caf..c54556dbd69 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVerificationFlowState.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 72485a3cd5d..5b6d3f032aa 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientVersion.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7d09d4aaa30..1af521220d4 100644
--- a/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs
+++ b/clients/client/dotnet/src/Ory.Client/Model/ClientWarning.cs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3e2aa81ecd2..4b02e6e0bfc 100644
--- a/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj
+++ b/clients/client/dotnet/src/Ory.Client/Ory.Client.csproj
@@ -12,7 +12,7 @@
A library generated from a OpenAPI docNo CopyrightOry.Client
- 1.4.1
+ 1.4.2bin\$(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 d42fd06771f..e7e0d4606a8 100644
--- a/clients/client/elixir/README.md
+++ b/clients/client/elixir/README.md
@@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`:
```elixir
def deps do
- [{:ory_client, "~> v1.4.1"}]
+ [{:ory_client, "~> v1.4.2"}]
end
```
diff --git a/clients/client/elixir/lib/ory/connection.ex b/clients/client/elixir/lib/ory/connection.ex
index 9ca7e697947..bfc22b0d9ba 100644
--- a/clients/client/elixir/lib/ory/connection.ex
+++ b/clients/client/elixir/lib/ory/connection.ex
@@ -164,7 +164,7 @@ defmodule Ory.Connection do
Keyword.get(
tesla_options,
:user_agent,
- "openapi-generator - Ory v1.4.1 - elixir"
+ "openapi-generator - Ory v1.4.2 - elixir"
)
)
diff --git a/clients/client/elixir/mix.exs b/clients/client/elixir/mix.exs
index 056ad2f0e33..24470efb004 100644
--- a/clients/client/elixir/mix.exs
+++ b/clients/client/elixir/mix.exs
@@ -4,7 +4,7 @@ defmodule Ory.Mixfile do
def project do
[
app: :ory_client,
- version: "1.4.1",
+ version: "1.4.2",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
diff --git a/clients/client/go/README.md b/clients/client/go/README.md
index 3e0490a74fe..985780b497d 100644
--- a/clients/client/go/README.md
+++ b/clients/client/go/README.md
@@ -7,7 +7,7 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
-- API version: v1.4.1
+- API version: v1.4.2
- 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 2dd6b334d11..99e7c4c78a7 100644
--- a/clients/client/go/api/openapi.yaml
+++ b/clients/client/go/api/openapi.yaml
@@ -11,7 +11,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
- version: v1.4.1
+ version: v1.4.2
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 20ee5d5b057..d6b900f7675 100644
--- a/clients/client/go/api_courier.go
+++ b/clients/client/go/api_courier.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_frontend.go b/clients/client/go/api_frontend.go
index 6f927ccab65..458aab9bba2 100644
--- a/clients/client/go/api_frontend.go
+++ b/clients/client/go/api_frontend.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_identity.go b/clients/client/go/api_identity.go
index a8e3b6cbc0c..724d9327f4c 100644
--- a/clients/client/go/api_identity.go
+++ b/clients/client/go/api_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_jwk.go b/clients/client/go/api_jwk.go
index 4dc8fc93657..507e3132946 100644
--- a/clients/client/go/api_jwk.go
+++ b/clients/client/go/api_jwk.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_metadata.go b/clients/client/go/api_metadata.go
index d240e41ff81..4023cb15427 100644
--- a/clients/client/go/api_metadata.go
+++ b/clients/client/go/api_metadata.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_o_auth2.go b/clients/client/go/api_o_auth2.go
index b836c0c36da..1654fbfdba4 100644
--- a/clients/client/go/api_o_auth2.go
+++ b/clients/client/go/api_o_auth2.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_oidc.go b/clients/client/go/api_oidc.go
index afed5099786..f26f1c2e9a0 100644
--- a/clients/client/go/api_oidc.go
+++ b/clients/client/go/api_oidc.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_permission.go b/clients/client/go/api_permission.go
index 49e67f7e0f9..a040c26e485 100644
--- a/clients/client/go/api_permission.go
+++ b/clients/client/go/api_permission.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_project.go b/clients/client/go/api_project.go
index 9adab27baa2..41f1e7a483f 100644
--- a/clients/client/go/api_project.go
+++ b/clients/client/go/api_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_relationship.go b/clients/client/go/api_relationship.go
index bf1e491c1e2..7a0869253ac 100644
--- a/clients/client/go/api_relationship.go
+++ b/clients/client/go/api_relationship.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/api_wellknown.go b/clients/client/go/api_wellknown.go
index 94c135993ea..838b03aaa08 100644
--- a/clients/client/go/api_wellknown.go
+++ b/clients/client/go/api_wellknown.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/client.go b/clients/client/go/client.go
index 06e780f5bd5..d83a3a7e32c 100644
--- a/clients/client/go/client.go
+++ b/clients/client/go/client.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
@@ -43,7 +43,7 @@ var (
queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" )
)
-// APIClient manages communication with the Ory APIs API vv1.4.1
+// APIClient manages communication with the Ory APIs API vv1.4.2
// 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 8253711acc8..1b1ab3368b9 100644
--- a/clients/client/go/configuration.go
+++ b/clients/client/go/configuration.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_accept_o_auth2_consent_request.go b/clients/client/go/model_accept_o_auth2_consent_request.go
index 65d59ac0061..9c8979c6295 100644
--- a/clients/client/go/model_accept_o_auth2_consent_request.go
+++ b/clients/client/go/model_accept_o_auth2_consent_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 50e49e77e6d..673b290820f 100644
--- a/clients/client/go/model_accept_o_auth2_consent_request_session.go
+++ b/clients/client/go/model_accept_o_auth2_consent_request_session.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 5456fc9114c..0c1402e63fe 100644
--- a/clients/client/go/model_accept_o_auth2_login_request.go
+++ b/clients/client/go/model_accept_o_auth2_login_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 01aae6fc67e..2df2efbf01f 100644
--- a/clients/client/go/model_active_project_in_console.go
+++ b/clients/client/go/model_active_project_in_console.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 32cd10f5520..d492523a710 100644
--- a/clients/client/go/model_attributes_count_datapoint.go
+++ b/clients/client/go/model_attributes_count_datapoint.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 0f08575c7c7..47832120a2a 100644
--- a/clients/client/go/model_authenticator_assurance_level.go
+++ b/clients/client/go/model_authenticator_assurance_level.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 99fc40a6f2d..36b0dec4f32 100644
--- a/clients/client/go/model_batch_patch_identities_response.go
+++ b/clients/client/go/model_batch_patch_identities_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 55b95f3ee7a..c2e9f0fd0eb 100644
--- a/clients/client/go/model_check_opl_syntax_result.go
+++ b/clients/client/go/model_check_opl_syntax_result.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d09ffbb78a4..9b1f8343eee 100644
--- a/clients/client/go/model_check_permission_result.go
+++ b/clients/client/go/model_check_permission_result.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_cloud_account.go b/clients/client/go/model_cloud_account.go
index 97dec449a6b..ace06944bd6 100644
--- a/clients/client/go/model_cloud_account.go
+++ b/clients/client/go/model_cloud_account.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 5663fa05f90..d62107f9988 100644
--- a/clients/client/go/model_consistency_request_parameters.go
+++ b/clients/client/go/model_consistency_request_parameters.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_continue_with.go b/clients/client/go/model_continue_with.go
index c5da8f65ea2..ed65ff4afa0 100644
--- a/clients/client/go/model_continue_with.go
+++ b/clients/client/go/model_continue_with.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 6af44423328..cf29eb093d4 100644
--- a/clients/client/go/model_continue_with_set_ory_session_token.go
+++ b/clients/client/go/model_continue_with_set_ory_session_token.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 9d68ce85e8b..14f22780d39 100644
--- a/clients/client/go/model_continue_with_verification_ui.go
+++ b/clients/client/go/model_continue_with_verification_ui.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ac32f020166..73042de935f 100644
--- a/clients/client/go/model_continue_with_verification_ui_flow.go
+++ b/clients/client/go/model_continue_with_verification_ui_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 41a0cc80c10..828ddb53709 100644
--- a/clients/client/go/model_courier_message_status.go
+++ b/clients/client/go/model_courier_message_status.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 824aa3ec4c9..ecf8b98fc66 100644
--- a/clients/client/go/model_courier_message_type.go
+++ b/clients/client/go/model_courier_message_type.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 48b40d75a87..aa410b8d68b 100644
--- a/clients/client/go/model_create_custom_domain_body.go
+++ b/clients/client/go/model_create_custom_domain_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 12bebe15621..7823b9347d0 100644
--- a/clients/client/go/model_create_identity_body.go
+++ b/clients/client/go/model_create_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 2e39aad9d6d..928dfc32194 100644
--- a/clients/client/go/model_create_invite_response.go
+++ b/clients/client/go/model_create_invite_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 9c015da6331..8d5a5c2d154 100644
--- a/clients/client/go/model_create_json_web_key_set.go
+++ b/clients/client/go/model_create_json_web_key_set.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 caf76e93fed..b5c4d61b1e7 100644
--- a/clients/client/go/model_create_project_api_key_request.go
+++ b/clients/client/go/model_create_project_api_key_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3435295dcbd..dd49e764f8f 100644
--- a/clients/client/go/model_create_project_body.go
+++ b/clients/client/go/model_create_project_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ebbe6a2860f..1904ddcfc04 100644
--- a/clients/client/go/model_create_project_branding.go
+++ b/clients/client/go/model_create_project_branding.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ae8ff251b8f..7949909a982 100644
--- a/clients/client/go/model_create_project_member_invite_body.go
+++ b/clients/client/go/model_create_project_member_invite_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f3e4a27d756..af2600e7296 100644
--- a/clients/client/go/model_create_recovery_code_for_identity_body.go
+++ b/clients/client/go/model_create_recovery_code_for_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 953c9cb720f..a52cb4ffd6d 100644
--- a/clients/client/go/model_create_recovery_link_for_identity_body.go
+++ b/clients/client/go/model_create_recovery_link_for_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 725c77eacf8..8853c07194d 100644
--- a/clients/client/go/model_create_relationship_body.go
+++ b/clients/client/go/model_create_relationship_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 b1e14ce2dc4..7695b085a20 100644
--- a/clients/client/go/model_create_subscription_body.go
+++ b/clients/client/go/model_create_subscription_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 1c6cdb3c3b0..32460f5853d 100644
--- a/clients/client/go/model_create_verifiable_credential_request_body.go
+++ b/clients/client/go/model_create_verifiable_credential_request_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 eaab9d18bda..95c7bde072a 100644
--- a/clients/client/go/model_credential_supported_draft00.go
+++ b/clients/client/go/model_credential_supported_draft00.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_custom_domain.go b/clients/client/go/model_custom_domain.go
index 2dad58882bf..e9795f00cb3 100644
--- a/clients/client/go/model_custom_domain.go
+++ b/clients/client/go/model_custom_domain.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 82d706e2aaf..9314393de49 100644
--- a/clients/client/go/model_delete_my_sessions_count.go
+++ b/clients/client/go/model_delete_my_sessions_count.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 931f75518c2..a90818f039e 100644
--- a/clients/client/go/model_email_template_data.go
+++ b/clients/client/go/model_email_template_data.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 273c0e2cb75..1ab0a84c38f 100644
--- a/clients/client/go/model_email_template_data_body.go
+++ b/clients/client/go/model_email_template_data_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 19f3a281aa3..3b57a079e14 100644
--- a/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go
+++ b/clients/client/go/model_error_authenticator_assurance_level_not_satisfied.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f54c3ef607e..96ded34f776 100644
--- a/clients/client/go/model_error_browser_location_change_required.go
+++ b/clients/client/go/model_error_browser_location_change_required.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 4097a871419..898e8550ec4 100644
--- a/clients/client/go/model_error_flow_replaced.go
+++ b/clients/client/go/model_error_flow_replaced.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_error_generic.go b/clients/client/go/model_error_generic.go
index dba3a58fdeb..677a9eb1e9d 100644
--- a/clients/client/go/model_error_generic.go
+++ b/clients/client/go/model_error_generic.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 2a865d04548..ae8466e0525 100644
--- a/clients/client/go/model_error_o_auth2.go
+++ b/clients/client/go/model_error_o_auth2.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 81a315c93fe..f2bd8aeb30a 100644
--- a/clients/client/go/model_expanded_permission_tree.go
+++ b/clients/client/go/model_expanded_permission_tree.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_flow_error.go b/clients/client/go/model_flow_error.go
index 272b3d114ca..f9544e52aa5 100644
--- a/clients/client/go/model_flow_error.go
+++ b/clients/client/go/model_flow_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_generic_error.go b/clients/client/go/model_generic_error.go
index 09ee726a7aa..23e89918299 100644
--- a/clients/client/go/model_generic_error.go
+++ b/clients/client/go/model_generic_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 99a19250bd6..35178c52fa8 100644
--- a/clients/client/go/model_generic_error_content.go
+++ b/clients/client/go/model_generic_error_content.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_generic_usage.go b/clients/client/go/model_generic_usage.go
index 6955e54e2e3..a928ea6b59c 100644
--- a/clients/client/go/model_generic_usage.go
+++ b/clients/client/go/model_generic_usage.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ef41a83ae93..84c08399227 100644
--- a/clients/client/go/model_get_attributes_count_response.go
+++ b/clients/client/go/model_get_attributes_count_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 dcf126b72fd..bb2bce8eb8a 100644
--- a/clients/client/go/model_get_managed_identity_schema_location.go
+++ b/clients/client/go/model_get_managed_identity_schema_location.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 82c6d8e6069..a7dd583876d 100644
--- a/clients/client/go/model_get_organization_response.go
+++ b/clients/client/go/model_get_organization_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 64609c52316..bf7838fc05b 100644
--- a/clients/client/go/model_get_project_metrics_response.go
+++ b/clients/client/go/model_get_project_metrics_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 e08fd45f6ba..4d8eae71c4e 100644
--- a/clients/client/go/model_get_session_activity_response.go
+++ b/clients/client/go/model_get_session_activity_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d855777250e..083e5f55aa8 100644
--- a/clients/client/go/model_get_version_200_response.go
+++ b/clients/client/go/model_get_version_200_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d3fadaf241b..0c52394ce63 100644
--- a/clients/client/go/model_health_not_ready_status.go
+++ b/clients/client/go/model_health_not_ready_status.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_health_status.go b/clients/client/go/model_health_status.go
index 3add34548fe..d2b18f4c5dc 100644
--- a/clients/client/go/model_health_status.go
+++ b/clients/client/go/model_health_status.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity.go b/clients/client/go/model_identity.go
index 19933b61fa8..b2bd83feee0 100644
--- a/clients/client/go/model_identity.go
+++ b/clients/client/go/model_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_credentials.go b/clients/client/go/model_identity_credentials.go
index d294e9714db..458244daf1f 100644
--- a/clients/client/go/model_identity_credentials.go
+++ b/clients/client/go/model_identity_credentials.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 9b1ada0d252..785250fa274 100644
--- a/clients/client/go/model_identity_credentials_code.go
+++ b/clients/client/go/model_identity_credentials_code.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 697217d4b5f..0c078ac8cb8 100644
--- a/clients/client/go/model_identity_credentials_oidc.go
+++ b/clients/client/go/model_identity_credentials_oidc.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 eca435b9a91..228bf7fa056 100644
--- a/clients/client/go/model_identity_credentials_oidc_provider.go
+++ b/clients/client/go/model_identity_credentials_oidc_provider.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3288c16f786..0e293970adc 100644
--- a/clients/client/go/model_identity_credentials_password.go
+++ b/clients/client/go/model_identity_credentials_password.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f49b8b58bd1..5dae09f0066 100644
--- a/clients/client/go/model_identity_credentials_type.go
+++ b/clients/client/go/model_identity_credentials_type.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_patch.go b/clients/client/go/model_identity_patch.go
index 3cacf14b563..333da63b8e4 100644
--- a/clients/client/go/model_identity_patch.go
+++ b/clients/client/go/model_identity_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 37ca73bb908..74e046c4486 100644
--- a/clients/client/go/model_identity_patch_response.go
+++ b/clients/client/go/model_identity_patch_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f59738891e2..596e439c541 100644
--- a/clients/client/go/model_identity_schema_container.go
+++ b/clients/client/go/model_identity_schema_container.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 04d239ab900..b304b41c155 100644
--- a/clients/client/go/model_identity_schema_preset.go
+++ b/clients/client/go/model_identity_schema_preset.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_identity_state.go b/clients/client/go/model_identity_state.go
index 290ab5a2e46..4297a35afe2 100644
--- a/clients/client/go/model_identity_state.go
+++ b/clients/client/go/model_identity_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 49a287a14af..60cea3c25d5 100644
--- a/clients/client/go/model_identity_with_credentials.go
+++ b/clients/client/go/model_identity_with_credentials.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ac5773307de..7cfe07b272b 100644
--- a/clients/client/go/model_identity_with_credentials_oidc.go
+++ b/clients/client/go/model_identity_with_credentials_oidc.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 356ede1b2ae..1b26fc8338a 100644
--- a/clients/client/go/model_identity_with_credentials_oidc_config.go
+++ b/clients/client/go/model_identity_with_credentials_oidc_config.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 40a6dab8195..8d0721b7eae 100644
--- a/clients/client/go/model_identity_with_credentials_oidc_config_provider.go
+++ b/clients/client/go/model_identity_with_credentials_oidc_config_provider.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 1e7286bffb0..6109c7aa062 100644
--- a/clients/client/go/model_identity_with_credentials_password.go
+++ b/clients/client/go/model_identity_with_credentials_password.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 37f9c85feec..55ca3e1b2d5 100644
--- a/clients/client/go/model_identity_with_credentials_password_config.go
+++ b/clients/client/go/model_identity_with_credentials_password_config.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 13b55d1e40c..ff00bad859f 100644
--- a/clients/client/go/model_internal_get_project_branding_body.go
+++ b/clients/client/go/model_internal_get_project_branding_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 31d27a6aaf4..f114e607347 100644
--- a/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go
+++ b/clients/client/go/model_internal_is_ax_welcome_screen_enabled_for_project_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d54156e4ec8..247fcf27d76 100644
--- a/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go
+++ b/clients/client/go/model_internal_is_owner_for_project_by_slug_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 90f1730542b..344375503b7 100644
--- a/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go
+++ b/clients/client/go/model_internal_is_owner_for_project_by_slug_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 7ce23a74e30..892464c641c 100644
--- a/clients/client/go/model_internal_provision_mock_subscription.go
+++ b/clients/client/go/model_internal_provision_mock_subscription.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 691d01fe095..fbf40a1904a 100644
--- a/clients/client/go/model_introspected_o_auth2_token.go
+++ b/clients/client/go/model_introspected_o_auth2_token.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 e04cc865934..efe79be94ad 100644
--- a/clients/client/go/model_is_owner_for_project_by_slug.go
+++ b/clients/client/go/model_is_owner_for_project_by_slug.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 4fed5fe32cc..837c11c4bbe 100644
--- a/clients/client/go/model_is_ready_200_response.go
+++ b/clients/client/go/model_is_ready_200_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d8d4df9b4f5..b31e0011a8b 100644
--- a/clients/client/go/model_is_ready_503_response.go
+++ b/clients/client/go/model_is_ready_503_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_json_patch.go b/clients/client/go/model_json_patch.go
index 2ea85155f38..5c495b80235 100644
--- a/clients/client/go/model_json_patch.go
+++ b/clients/client/go/model_json_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 e0e77c27be4..ad6fabc94c0 100644
--- a/clients/client/go/model_json_web_key.go
+++ b/clients/client/go/model_json_web_key.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 de781fd87d3..be608ba16f1 100644
--- a/clients/client/go/model_json_web_key_set.go
+++ b/clients/client/go/model_json_web_key_set.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_keto_namespace.go b/clients/client/go/model_keto_namespace.go
index 9336d03449c..ca17367b0bc 100644
--- a/clients/client/go/model_keto_namespace.go
+++ b/clients/client/go/model_keto_namespace.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ec4e9cd8136..15874c40a69 100644
--- a/clients/client/go/model_list_organizations_response.go
+++ b/clients/client/go/model_list_organizations_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_login_flow.go b/clients/client/go/model_login_flow.go
index 00c933ecf89..871ff1e2b13 100644
--- a/clients/client/go/model_login_flow.go
+++ b/clients/client/go/model_login_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d9af46c6670..6d8ee007dc7 100644
--- a/clients/client/go/model_login_flow_state.go
+++ b/clients/client/go/model_login_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_logout_flow.go b/clients/client/go/model_logout_flow.go
index 801f02da8d0..dea36e0873c 100644
--- a/clients/client/go/model_logout_flow.go
+++ b/clients/client/go/model_logout_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 691c8e08249..ea5b4aa4c76 100644
--- a/clients/client/go/model_managed_identity_schema.go
+++ b/clients/client/go/model_managed_identity_schema.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 069ad2e331b..8835a2463c9 100644
--- a/clients/client/go/model_managed_identity_schema_validation_result.go
+++ b/clients/client/go/model_managed_identity_schema_validation_result.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_member_invite.go b/clients/client/go/model_member_invite.go
index 15ebe95e61c..a98fee559a2 100644
--- a/clients/client/go/model_member_invite.go
+++ b/clients/client/go/model_member_invite.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_message.go b/clients/client/go/model_message.go
index b756d582f2a..7602bb14bbb 100644
--- a/clients/client/go/model_message.go
+++ b/clients/client/go/model_message.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_message_dispatch.go b/clients/client/go/model_message_dispatch.go
index 2d7b10b118c..221bf09d586 100644
--- a/clients/client/go/model_message_dispatch.go
+++ b/clients/client/go/model_message_dispatch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_metrics_datapoint.go b/clients/client/go/model_metrics_datapoint.go
index 6f707ae3197..ad8c2257909 100644
--- a/clients/client/go/model_metrics_datapoint.go
+++ b/clients/client/go/model_metrics_datapoint.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_namespace.go b/clients/client/go/model_namespace.go
index bf204677ae3..a5032b5001a 100644
--- a/clients/client/go/model_namespace.go
+++ b/clients/client/go/model_namespace.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ab034b68269..cd91a2f6a69 100644
--- a/clients/client/go/model_needs_privileged_session_error.go
+++ b/clients/client/go/model_needs_privileged_session_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_normalized_project.go b/clients/client/go/model_normalized_project.go
index 5250abf977f..39c83388991 100644
--- a/clients/client/go/model_normalized_project.go
+++ b/clients/client/go/model_normalized_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 9974ed793d3..ca03550807e 100644
--- a/clients/client/go/model_normalized_project_revision.go
+++ b/clients/client/go/model_normalized_project_revision.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 513da10013f..c336fa3f580 100644
--- a/clients/client/go/model_normalized_project_revision_hook.go
+++ b/clients/client/go/model_normalized_project_revision_hook.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 c4fa4d39a47..aa8cb56ca8d 100644
--- a/clients/client/go/model_normalized_project_revision_identity_schema.go
+++ b/clients/client/go/model_normalized_project_revision_identity_schema.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 2f849cf5974..c50a38969d6 100644
--- a/clients/client/go/model_normalized_project_revision_third_party_provider.go
+++ b/clients/client/go/model_normalized_project_revision_third_party_provider.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 e31afbdb1de..81aa9f6f69a 100644
--- a/clients/client/go/model_normalized_project_revision_tokenizer_template.go
+++ b/clients/client/go/model_normalized_project_revision_tokenizer_template.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 74116ca53f9..488b30d16f2 100644
--- a/clients/client/go/model_o_auth2_client.go
+++ b/clients/client/go/model_o_auth2_client.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 26495575027..3f40385d5b2 100644
--- a/clients/client/go/model_o_auth2_client_token_lifespans.go
+++ b/clients/client/go/model_o_auth2_client_token_lifespans.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 11b6fb21110..82f9ab0a7d1 100644
--- a/clients/client/go/model_o_auth2_consent_request.go
+++ b/clients/client/go/model_o_auth2_consent_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f2dedb7ce88..57577548241 100644
--- a/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go
+++ b/clients/client/go/model_o_auth2_consent_request_open_id_connect_context.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d0dddf8894f..0445329e44b 100644
--- a/clients/client/go/model_o_auth2_consent_session.go
+++ b/clients/client/go/model_o_auth2_consent_session.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 01eebe7a268..5a1d2e72816 100644
--- a/clients/client/go/model_o_auth2_consent_session_expires_at.go
+++ b/clients/client/go/model_o_auth2_consent_session_expires_at.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3bfe623f224..7710714371f 100644
--- a/clients/client/go/model_o_auth2_login_request.go
+++ b/clients/client/go/model_o_auth2_login_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 4429aff0094..25d5b5cfbc1 100644
--- a/clients/client/go/model_o_auth2_logout_request.go
+++ b/clients/client/go/model_o_auth2_logout_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 a3323d42b5e..337c89e7c8c 100644
--- a/clients/client/go/model_o_auth2_redirect_to.go
+++ b/clients/client/go/model_o_auth2_redirect_to.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 8cc8102fcd3..45bf455a624 100644
--- a/clients/client/go/model_o_auth2_token_exchange.go
+++ b/clients/client/go/model_o_auth2_token_exchange.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_oidc_configuration.go b/clients/client/go/model_oidc_configuration.go
index f15bd1e6ba8..bd47c1d78b4 100644
--- a/clients/client/go/model_oidc_configuration.go
+++ b/clients/client/go/model_oidc_configuration.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f7af2f5fe93..872028e33fc 100644
--- a/clients/client/go/model_oidc_user_info.go
+++ b/clients/client/go/model_oidc_user_info.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_organization.go b/clients/client/go/model_organization.go
index 607978738c0..16e9b30bb87 100644
--- a/clients/client/go/model_organization.go
+++ b/clients/client/go/model_organization.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_organization_body.go b/clients/client/go/model_organization_body.go
index db39395e9d7..5a19da35307 100644
--- a/clients/client/go/model_organization_body.go
+++ b/clients/client/go/model_organization_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_pagination.go b/clients/client/go/model_pagination.go
index 85fecb0813b..d91996a014b 100644
--- a/clients/client/go/model_pagination.go
+++ b/clients/client/go/model_pagination.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_pagination_headers.go b/clients/client/go/model_pagination_headers.go
index 588f4c07e0d..037c3aad96a 100644
--- a/clients/client/go/model_pagination_headers.go
+++ b/clients/client/go/model_pagination_headers.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_parse_error.go b/clients/client/go/model_parse_error.go
index 4a50edf86f8..b2a110d1187 100644
--- a/clients/client/go/model_parse_error.go
+++ b/clients/client/go/model_parse_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 484d7d0b4fe..8e11c3f6dc5 100644
--- a/clients/client/go/model_patch_identities_body.go
+++ b/clients/client/go/model_patch_identities_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3090fe71805..5aa789b0019 100644
--- a/clients/client/go/model_perform_native_logout_body.go
+++ b/clients/client/go/model_perform_native_logout_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_plan.go b/clients/client/go/model_plan.go
index 497d836fd24..93465e11c44 100644
--- a/clients/client/go/model_plan.go
+++ b/clients/client/go/model_plan.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_plan_details.go b/clients/client/go/model_plan_details.go
index 58696e0c47d..1ed2e0437bf 100644
--- a/clients/client/go/model_plan_details.go
+++ b/clients/client/go/model_plan_details.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 11b9aba0c14..f90138bd305 100644
--- a/clients/client/go/model_post_check_permission_body.go
+++ b/clients/client/go/model_post_check_permission_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d108d8808ce..d5581b6b696 100644
--- a/clients/client/go/model_post_check_permission_or_error_body.go
+++ b/clients/client/go/model_post_check_permission_or_error_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project.go b/clients/client/go/model_project.go
index 71e9d5d30c7..a8545ebc8c9 100644
--- a/clients/client/go/model_project.go
+++ b/clients/client/go/model_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 5e53f2779f4..56c58b168dc 100644
--- a/clients/client/go/model_project_api_key.go
+++ b/clients/client/go/model_project_api_key.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_branding.go b/clients/client/go/model_project_branding.go
index f049ed15aac..ea2780ac23e 100644
--- a/clients/client/go/model_project_branding.go
+++ b/clients/client/go/model_project_branding.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 5da0bf8cb31..00997965f2d 100644
--- a/clients/client/go/model_project_branding_colors.go
+++ b/clients/client/go/model_project_branding_colors.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 50786896e67..46ae9235765 100644
--- a/clients/client/go/model_project_branding_theme.go
+++ b/clients/client/go/model_project_branding_theme.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_cors.go b/clients/client/go/model_project_cors.go
index d35a97d7b95..985b1eef3b8 100644
--- a/clients/client/go/model_project_cors.go
+++ b/clients/client/go/model_project_cors.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_host.go b/clients/client/go/model_project_host.go
index b4b20cb6cf2..d0509ee238d 100644
--- a/clients/client/go/model_project_host.go
+++ b/clients/client/go/model_project_host.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_metadata.go b/clients/client/go/model_project_metadata.go
index 02e2bb7d740..545e90ead48 100644
--- a/clients/client/go/model_project_metadata.go
+++ b/clients/client/go/model_project_metadata.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 8eb05db83f1..9c09c8d21a7 100644
--- a/clients/client/go/model_project_service_identity.go
+++ b/clients/client/go/model_project_service_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 56d2b251c3a..e189eda143c 100644
--- a/clients/client/go/model_project_service_o_auth2.go
+++ b/clients/client/go/model_project_service_o_auth2.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 7b268134a4e..259a0dd6083 100644
--- a/clients/client/go/model_project_service_permission.go
+++ b/clients/client/go/model_project_service_permission.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_project_services.go b/clients/client/go/model_project_services.go
index 0fa10f5b67d..249a54f93aa 100644
--- a/clients/client/go/model_project_services.go
+++ b/clients/client/go/model_project_services.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_quota_usage.go b/clients/client/go/model_quota_usage.go
index 41b983d13ad..09532e16cb8 100644
--- a/clients/client/go/model_quota_usage.go
+++ b/clients/client/go/model_quota_usage.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 b82b32764be..86711e2aacc 100644
--- a/clients/client/go/model_recovery_code_for_identity.go
+++ b/clients/client/go/model_recovery_code_for_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_recovery_flow.go b/clients/client/go/model_recovery_flow.go
index 093a43e830b..8be14eadc2f 100644
--- a/clients/client/go/model_recovery_flow.go
+++ b/clients/client/go/model_recovery_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f5e81451742..ada2d1086b5 100644
--- a/clients/client/go/model_recovery_flow_state.go
+++ b/clients/client/go/model_recovery_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 649e795e70c..95e8216eb0d 100644
--- a/clients/client/go/model_recovery_identity_address.go
+++ b/clients/client/go/model_recovery_identity_address.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3e92e442a0d..b8f61858592 100644
--- a/clients/client/go/model_recovery_link_for_identity.go
+++ b/clients/client/go/model_recovery_link_for_identity.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_registration_flow.go b/clients/client/go/model_registration_flow.go
index 027c60c2b95..84bab4221fe 100644
--- a/clients/client/go/model_registration_flow.go
+++ b/clients/client/go/model_registration_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 44a4a634496..5f60485cbe7 100644
--- a/clients/client/go/model_registration_flow_state.go
+++ b/clients/client/go/model_registration_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 a263c50aa17..10ce6fa2d0c 100644
--- a/clients/client/go/model_reject_o_auth2_request.go
+++ b/clients/client/go/model_reject_o_auth2_request.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relation_query.go b/clients/client/go/model_relation_query.go
index 9d01afce7b9..9fbce6a8e4a 100644
--- a/clients/client/go/model_relation_query.go
+++ b/clients/client/go/model_relation_query.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship.go b/clients/client/go/model_relationship.go
index f0f859283eb..b36fedf1065 100644
--- a/clients/client/go/model_relationship.go
+++ b/clients/client/go/model_relationship.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship_namespaces.go b/clients/client/go/model_relationship_namespaces.go
index 681b0e7ab5c..21715e926a4 100644
--- a/clients/client/go/model_relationship_namespaces.go
+++ b/clients/client/go/model_relationship_namespaces.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationship_patch.go b/clients/client/go/model_relationship_patch.go
index ffb27ecd539..feae9983ee2 100644
--- a/clients/client/go/model_relationship_patch.go
+++ b/clients/client/go/model_relationship_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_relationships.go b/clients/client/go/model_relationships.go
index 54d744490bb..2cdfcd653e1 100644
--- a/clients/client/go/model_relationships.go
+++ b/clients/client/go/model_relationships.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 e2cd2c0f5a2..071dfcb44ba 100644
--- a/clients/client/go/model_rfc6749_error_json.go
+++ b/clients/client/go/model_rfc6749_error_json.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_schema_patch.go b/clients/client/go/model_schema_patch.go
index c239148e989..74a30c22228 100644
--- a/clients/client/go/model_schema_patch.go
+++ b/clients/client/go/model_schema_patch.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 6903a84b84d..56b7aff397a 100644
--- a/clients/client/go/model_self_service_flow_expired_error.go
+++ b/clients/client/go/model_self_service_flow_expired_error.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session.go b/clients/client/go/model_session.go
index ed44198faa3..9bb3215a5d4 100644
--- a/clients/client/go/model_session.go
+++ b/clients/client/go/model_session.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 dbb37f44994..1b236370732 100644
--- a/clients/client/go/model_session_activity_datapoint.go
+++ b/clients/client/go/model_session_activity_datapoint.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 a3e60591265..1f0e3ba5657 100644
--- a/clients/client/go/model_session_authentication_method.go
+++ b/clients/client/go/model_session_authentication_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_session_device.go b/clients/client/go/model_session_device.go
index b29b7ba0386..53f3872bafa 100644
--- a/clients/client/go/model_session_device.go
+++ b/clients/client/go/model_session_device.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 eab51d5041f..f841cb7218a 100644
--- a/clients/client/go/model_set_active_project_in_console_body.go
+++ b/clients/client/go/model_set_active_project_in_console_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 2405935a691..67d55613d06 100644
--- a/clients/client/go/model_set_custom_domain_body.go
+++ b/clients/client/go/model_set_custom_domain_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_set_project.go b/clients/client/go/model_set_project.go
index 1df4d1842e7..a331cf4f610 100644
--- a/clients/client/go/model_set_project.go
+++ b/clients/client/go/model_set_project.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 60ccae2e3a2..40f5150341c 100644
--- a/clients/client/go/model_set_project_branding_theme_body.go
+++ b/clients/client/go/model_set_project_branding_theme_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_settings_flow.go b/clients/client/go/model_settings_flow.go
index 8611d6a15bd..bc86acb8bf0 100644
--- a/clients/client/go/model_settings_flow.go
+++ b/clients/client/go/model_settings_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 7c28bc15366..beac95d9b55 100644
--- a/clients/client/go/model_settings_flow_state.go
+++ b/clients/client/go/model_settings_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_source_position.go b/clients/client/go/model_source_position.go
index 4a5d3b50368..90f5d87af80 100644
--- a/clients/client/go/model_source_position.go
+++ b/clients/client/go/model_source_position.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_stripe_customer.go b/clients/client/go/model_stripe_customer.go
index ff2dcaef9de..4801b6dcaa8 100644
--- a/clients/client/go/model_stripe_customer.go
+++ b/clients/client/go/model_stripe_customer.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_subject_set.go b/clients/client/go/model_subject_set.go
index 694dc4c291f..5cf5db37a8b 100644
--- a/clients/client/go/model_subject_set.go
+++ b/clients/client/go/model_subject_set.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_subscription.go b/clients/client/go/model_subscription.go
index 89b596654a4..477b569fd0c 100644
--- a/clients/client/go/model_subscription.go
+++ b/clients/client/go/model_subscription.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 2d958d4a50d..f4e67015a92 100644
--- a/clients/client/go/model_successful_code_exchange_response.go
+++ b/clients/client/go/model_successful_code_exchange_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 78961ec49e1..51c21ec8bb3 100644
--- a/clients/client/go/model_successful_native_login.go
+++ b/clients/client/go/model_successful_native_login.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 41a84ce88e0..acfd21e641f 100644
--- a/clients/client/go/model_successful_native_registration.go
+++ b/clients/client/go/model_successful_native_registration.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 2598bf1680b..855d1b430f9 100644
--- a/clients/client/go/model_successful_project_update.go
+++ b/clients/client/go/model_successful_project_update.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_token_pagination.go b/clients/client/go/model_token_pagination.go
index 184be86f873..1de5e368d50 100644
--- a/clients/client/go/model_token_pagination.go
+++ b/clients/client/go/model_token_pagination.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 0559d53864e..067d835dbd3 100644
--- a/clients/client/go/model_token_pagination_headers.go
+++ b/clients/client/go/model_token_pagination_headers.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 87f986c4b11..976367ea002 100644
--- a/clients/client/go/model_token_pagination_request_parameters.go
+++ b/clients/client/go/model_token_pagination_request_parameters.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f00237bd68e..d33c4f39304 100644
--- a/clients/client/go/model_token_pagination_response_headers.go
+++ b/clients/client/go/model_token_pagination_response_headers.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 46417648e57..1771abd614f 100644
--- a/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go
+++ b/clients/client/go/model_trust_o_auth2_jwt_grant_issuer.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 4d0dd4494a8..3a86e13be22 100644
--- a/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go
+++ b/clients/client/go/model_trusted_o_auth2_jwt_grant_issuer.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 cbf585771b3..d3132b182f3 100644
--- a/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go
+++ b/clients/client/go/model_trusted_o_auth2_jwt_grant_json_web_key.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_container.go b/clients/client/go/model_ui_container.go
index c1468065b7c..f677d251cc7 100644
--- a/clients/client/go/model_ui_container.go
+++ b/clients/client/go/model_ui_container.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_node.go b/clients/client/go/model_ui_node.go
index 5e2da6ca44d..a813208f73e 100644
--- a/clients/client/go/model_ui_node.go
+++ b/clients/client/go/model_ui_node.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 c52ae7632d2..234dd16783d 100644
--- a/clients/client/go/model_ui_node_anchor_attributes.go
+++ b/clients/client/go/model_ui_node_anchor_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 dcba321ca27..5c683c64b7f 100644
--- a/clients/client/go/model_ui_node_attributes.go
+++ b/clients/client/go/model_ui_node_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 12a38f17736..2ac2d0c2548 100644
--- a/clients/client/go/model_ui_node_image_attributes.go
+++ b/clients/client/go/model_ui_node_image_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 c2be28ef4c5..cd8c9a999fa 100644
--- a/clients/client/go/model_ui_node_input_attributes.go
+++ b/clients/client/go/model_ui_node_input_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 9fecb17e8ab..bb8d339b2c3 100644
--- a/clients/client/go/model_ui_node_meta.go
+++ b/clients/client/go/model_ui_node_meta.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 5f802aae2e5..792df8ba5f6 100644
--- a/clients/client/go/model_ui_node_script_attributes.go
+++ b/clients/client/go/model_ui_node_script_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 4e54a8b0a60..6f51490ff62 100644
--- a/clients/client/go/model_ui_node_text_attributes.go
+++ b/clients/client/go/model_ui_node_text_attributes.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_ui_text.go b/clients/client/go/model_ui_text.go
index 3b4f1bb7258..227b79906f3 100644
--- a/clients/client/go/model_ui_text.go
+++ b/clients/client/go/model_ui_text.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 65b89e87459..4ccc86378d2 100644
--- a/clients/client/go/model_update_identity_body.go
+++ b/clients/client/go/model_update_identity_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 a7416ee8d69..a3be4d99bfb 100644
--- a/clients/client/go/model_update_login_flow_body.go
+++ b/clients/client/go/model_update_login_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 a7b54d99200..9331e9666d3 100644
--- a/clients/client/go/model_update_login_flow_with_code_method.go
+++ b/clients/client/go/model_update_login_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 be25ce17cd9..a0644a82a38 100644
--- a/clients/client/go/model_update_login_flow_with_lookup_secret_method.go
+++ b/clients/client/go/model_update_login_flow_with_lookup_secret_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 39d85bbb8e9..17afc2d2342 100644
--- a/clients/client/go/model_update_login_flow_with_oidc_method.go
+++ b/clients/client/go/model_update_login_flow_with_oidc_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 7cb1c21a92e..b8fbc4ebe52 100644
--- a/clients/client/go/model_update_login_flow_with_password_method.go
+++ b/clients/client/go/model_update_login_flow_with_password_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 06d4868c75c..a541c5f3d13 100644
--- a/clients/client/go/model_update_login_flow_with_totp_method.go
+++ b/clients/client/go/model_update_login_flow_with_totp_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 f13973b185b..9d11002e7c1 100644
--- a/clients/client/go/model_update_login_flow_with_web_authn_method.go
+++ b/clients/client/go/model_update_login_flow_with_web_authn_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 14dffce54f7..2ed378c4ea7 100644
--- a/clients/client/go/model_update_recovery_flow_body.go
+++ b/clients/client/go/model_update_recovery_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3c74b5320ed..5ec0fac06c8 100644
--- a/clients/client/go/model_update_recovery_flow_with_code_method.go
+++ b/clients/client/go/model_update_recovery_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 6851968acd1..022a0a8dd4f 100644
--- a/clients/client/go/model_update_recovery_flow_with_link_method.go
+++ b/clients/client/go/model_update_recovery_flow_with_link_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ece98242095..0b7cbd695e1 100644
--- a/clients/client/go/model_update_registration_flow_body.go
+++ b/clients/client/go/model_update_registration_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3131589b9fa..221da062b26 100644
--- a/clients/client/go/model_update_registration_flow_with_code_method.go
+++ b/clients/client/go/model_update_registration_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ce893bda4f1..b68798514d5 100644
--- a/clients/client/go/model_update_registration_flow_with_oidc_method.go
+++ b/clients/client/go/model_update_registration_flow_with_oidc_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 6f76a8b514b..d1a1c534f0c 100644
--- a/clients/client/go/model_update_registration_flow_with_password_method.go
+++ b/clients/client/go/model_update_registration_flow_with_password_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 affe6c73fc8..6d0c009962a 100644
--- a/clients/client/go/model_update_registration_flow_with_web_authn_method.go
+++ b/clients/client/go/model_update_registration_flow_with_web_authn_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 438e8ed4a71..7aa237420d2 100644
--- a/clients/client/go/model_update_settings_flow_body.go
+++ b/clients/client/go/model_update_settings_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 8e211d28b29..e329055265f 100644
--- a/clients/client/go/model_update_settings_flow_with_lookup_method.go
+++ b/clients/client/go/model_update_settings_flow_with_lookup_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 faf601daaa6..9589bf8e3b6 100644
--- a/clients/client/go/model_update_settings_flow_with_oidc_method.go
+++ b/clients/client/go/model_update_settings_flow_with_oidc_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 ed6a5afa293..78e0e91b0b1 100644
--- a/clients/client/go/model_update_settings_flow_with_password_method.go
+++ b/clients/client/go/model_update_settings_flow_with_password_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 7f38a0f6902..e60ed4fa410 100644
--- a/clients/client/go/model_update_settings_flow_with_profile_method.go
+++ b/clients/client/go/model_update_settings_flow_with_profile_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 5d620bcc557..99c10a7d686 100644
--- a/clients/client/go/model_update_settings_flow_with_totp_method.go
+++ b/clients/client/go/model_update_settings_flow_with_totp_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 3e26e211500..d7aada34872 100644
--- a/clients/client/go/model_update_settings_flow_with_web_authn_method.go
+++ b/clients/client/go/model_update_settings_flow_with_web_authn_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 33c2e5b3cd2..56f57889dc6 100644
--- a/clients/client/go/model_update_subscription_body.go
+++ b/clients/client/go/model_update_subscription_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 388180cd23b..dd3285e6976 100644
--- a/clients/client/go/model_update_verification_flow_body.go
+++ b/clients/client/go/model_update_verification_flow_body.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d580ba0429f..b89814ef383 100644
--- a/clients/client/go/model_update_verification_flow_with_code_method.go
+++ b/clients/client/go/model_update_verification_flow_with_code_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 03b6867bbc8..06c4013c3e7 100644
--- a/clients/client/go/model_update_verification_flow_with_link_method.go
+++ b/clients/client/go/model_update_verification_flow_with_link_method.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_usage.go b/clients/client/go/model_usage.go
index 3599dfaddc9..f85d0ab11d2 100644
--- a/clients/client/go/model_usage.go
+++ b/clients/client/go/model_usage.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 d0c0b32d2b7..3c9f2c09555 100644
--- a/clients/client/go/model_verifiable_credential_priming_response.go
+++ b/clients/client/go/model_verifiable_credential_priming_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 745908c5e2a..6488782a002 100644
--- a/clients/client/go/model_verifiable_credential_proof.go
+++ b/clients/client/go/model_verifiable_credential_proof.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 1fcb71c9ea2..1956d825a36 100644
--- a/clients/client/go/model_verifiable_credential_response.go
+++ b/clients/client/go/model_verifiable_credential_response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 572202c5010..018a15a7f0f 100644
--- a/clients/client/go/model_verifiable_identity_address.go
+++ b/clients/client/go/model_verifiable_identity_address.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_verification_flow.go b/clients/client/go/model_verification_flow.go
index 8f56b8e60e1..8262fc39f9c 100644
--- a/clients/client/go/model_verification_flow.go
+++ b/clients/client/go/model_verification_flow.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
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 35770c8556f..d3aa69969a5 100644
--- a/clients/client/go/model_verification_flow_state.go
+++ b/clients/client/go/model_verification_flow_state.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_version.go b/clients/client/go/model_version.go
index 59ddc69f075..1a4f7f17d37 100644
--- a/clients/client/go/model_version.go
+++ b/clients/client/go/model_version.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/model_warning.go b/clients/client/go/model_warning.go
index 7fe99ccd257..cb4bb00a73b 100644
--- a/clients/client/go/model_warning.go
+++ b/clients/client/go/model_warning.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/response.go b/clients/client/go/response.go
index a082035173e..6f324c04a0d 100644
--- a/clients/client/go/response.go
+++ b/clients/client/go/response.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/go/utils.go b/clients/client/go/utils.go
index b75cb06fe86..ada1d44cfda 100644
--- a/clients/client/go/utils.go
+++ b/clients/client/go/utils.go
@@ -3,7 +3,7 @@ Ory APIs
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-API version: v1.4.1
+API version: v1.4.2
Contact: support@ory.sh
*/
diff --git a/clients/client/java/README.md b/clients/client/java/README.md
index 7afa38b48be..506580afa90 100644
--- a/clients/client/java/README.md
+++ b/clients/client/java/README.md
@@ -1,8 +1,8 @@
# client
Ory APIs
-- API version: v1.4.1
- - Build date: 2023-11-20T13:45:55.595218446Z[Etc/UTC]
+- API version: v1.4.2
+ - Build date: 2023-11-20T14:49:18.367639389Z[Etc/UTC]
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed
with a valid Personal Access Token. Public APIs are mostly used in browsers.
@@ -42,7 +42,7 @@ Add this dependency to your project's POM:
sh.oryclient
- v1.4.1
+ v1.4.2compile
```
@@ -58,7 +58,7 @@ Add this dependency to your project's build file:
}
dependencies {
- implementation "sh.ory:client:v1.4.1"
+ implementation "sh.ory:client:v1.4.2"
}
```
@@ -72,7 +72,7 @@ mvn clean package
Then manually install the following JARs:
-* `target/client-v1.4.1.jar`
+* `target/client-v1.4.2.jar`
* `target/lib/*.jar`
## Getting Started
diff --git a/clients/client/java/api/openapi.yaml b/clients/client/java/api/openapi.yaml
index 12522b2328f..cba28ad9bed 100644
--- a/clients/client/java/api/openapi.yaml
+++ b/clients/client/java/api/openapi.yaml
@@ -11,7 +11,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0.html
termsOfService: /ptos
title: Ory APIs
- version: v1.4.1
+ version: v1.4.2
servers:
- url: "https://{project}.projects.oryapis.com/"
variables:
diff --git a/clients/client/java/build.gradle b/clients/client/java/build.gradle
index 543817d75b9..67e72242647 100644
--- a/clients/client/java/build.gradle
+++ b/clients/client/java/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'
group = 'sh.ory'
-version = 'v1.4.1'
+version = 'v1.4.2'
buildscript {
repositories {
diff --git a/clients/client/java/build.sbt b/clients/client/java/build.sbt
index 883eb1a4ada..9a0a8088416 100644
--- a/clients/client/java/build.sbt
+++ b/clients/client/java/build.sbt
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "sh.ory",
name := "client",
- version := "v1.4.1",
+ version := "v1.4.2",
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 323dd70225c..cacd3a8fac6 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiCallback.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiCallback.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1e56a22715f..2ea60c5036e 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiClient.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiClient.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -211,7 +211,7 @@ private void init() {
json = new JSON();
// Set default User-Agent.
- setUserAgent("OpenAPI-Generator/v1.4.1/java");
+ setUserAgent("OpenAPI-Generator/v1.4.2/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 ac4f10f2a7d..f9547a51b96 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiException.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiException.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 12e1ecac5e6..17ea265c5c3 100644
--- a/clients/client/java/src/main/java/sh/ory/ApiResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/ApiResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 468aba51b9a..74c3679fda3 100644
--- a/clients/client/java/src/main/java/sh/ory/Configuration.java
+++ b/clients/client/java/src/main/java/sh/ory/Configuration.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 f4f4b7af016..80dbdc39fb3 100644
--- a/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java
+++ b/clients/client/java/src/main/java/sh/ory/GzipRequestInterceptor.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e173819b8f4..26e221da0e3 100644
--- a/clients/client/java/src/main/java/sh/ory/JSON.java
+++ b/clients/client/java/src/main/java/sh/ory/JSON.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 88ed0af3032..1857b1bd7ec 100644
--- a/clients/client/java/src/main/java/sh/ory/Pair.java
+++ b/clients/client/java/src/main/java/sh/ory/Pair.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 79a4b8a9d39..87e3a5d59f9 100644
--- a/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java
+++ b/clients/client/java/src/main/java/sh/ory/ProgressRequestBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6dbc9477ba7..086e09e96cf 100644
--- a/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java
+++ b/clients/client/java/src/main/java/sh/ory/ProgressResponseBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f4e1cbf507d..5c9c0cef24d 100644
--- a/clients/client/java/src/main/java/sh/ory/StringUtil.java
+++ b/clients/client/java/src/main/java/sh/ory/StringUtil.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 16399f88d26..81406c64aa1 100644
--- a/clients/client/java/src/main/java/sh/ory/api/CourierApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/CourierApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2c81f4072f3..fa2ae47d426 100644
--- a/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/FrontendApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aeef2897751..dfce6b84567 100644
--- a/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/IdentityApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b6d27ab0940..2bd126fb87e 100644
--- a/clients/client/java/src/main/java/sh/ory/api/JwkApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/JwkApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 698132f1af2..cb35eec5dbf 100644
--- a/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/MetadataApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c9eb9d66ddf..b4be3f4cbb1 100644
--- a/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java
+++ b/clients/client/java/src/main/java/sh/ory/api/OAuth2Api.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 39bd246decf..0cc84ec3506 100644
--- a/clients/client/java/src/main/java/sh/ory/api/OidcApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/OidcApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9ef2993833b..032156932bb 100644
--- a/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/PermissionApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 19dba11858c..705287824de 100644
--- a/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/ProjectApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3d113a4692f..f16d052fe37 100644
--- a/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/RelationshipApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 96728930dc5..984b4f7699a 100644
--- a/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java
+++ b/clients/client/java/src/main/java/sh/ory/api/WellknownApi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2602322fed0..e9004ceaf66 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/ApiKeyAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 513468f2ce4..11595577a62 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/Authentication.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/Authentication.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e60b8740e38..6910ef84ed1 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/HttpBasicAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9a708a85a86..7431ab8f14c 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/HttpBearerAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7f246f1afbf..ed263f1d557 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/OAuth.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/OAuth.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 69d9fe10ae3..c8bdc8019e0 100644
--- a/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/auth/OAuthFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 76bd52a481d..95b2d4d1f19 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AbstractOpenApiSchema.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1d1471c9b5d..7221a4f0780 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 dd58de8e78e..79ea75405d1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2ConsentRequestSession.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 3b8021b20ef..da581616301 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AcceptOAuth2LoginRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1518ecddda9..0ad8d88f1de 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ActiveProjectInConsole.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 f2da8bf3187..7f27d688649 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AttributesCountDatapoint.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ad9b8edbf8f..60b3f6fb47a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java
+++ b/clients/client/java/src/main/java/sh/ory/model/AuthenticatorAssuranceLevel.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3e1147c6813..8f80484c152 100644
--- a/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/BatchPatchIdentitiesResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 8d627662261..b44a7102dd8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CheckOplSyntaxResult.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a4eebb405ce..386c50f96e7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CheckPermissionResult.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 10c410ed51a..5ef41bc9895 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CloudAccount.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 40a6359375f..650d25be9d0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ConsistencyRequestParameters.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 74f7b22872c..470fd0455e1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWith.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 47073a4a3c8..e99628f3987 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithSetOrySessionToken.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 edce12f89cc..a831af46b7c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUi.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b062f4c2b8f..6f89211615f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ContinueWithVerificationUiFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 224be2c80eb..9a752e7abaa 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CourierMessageStatus.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ae675355559..cd6b4956bb0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CourierMessageType.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ed4bc575997..23f2196288f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateCustomDomainBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 2f48a7c6d90..9c2a9202bf4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 25a90d26a51..95d11cff586 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateInviteResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 d477c168530..5baacfbf96e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateJsonWebKeySet.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e1cfa2d8bb5..e9a653a15d2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectApiKeyRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ee9e24b171c..732effb2223 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4a367bbb957..d22f0cbd2c9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectBranding.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6d057a547bf..0aa659c1a2d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateProjectMemberInviteBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1017166a5e6..66a813c44e9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryCodeForIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 5b31b065c60..581e71e6080 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateRecoveryLinkForIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 03b0698c67f..bf0ab4bbbc4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateRelationshipBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4eb8170ddc2..a8e849ccfa4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateSubscriptionBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 d226695fbf0..97e09febbfa 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CreateVerifiableCredentialRequestBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4d0b0711a4c..1610d2149aa 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CredentialSupportedDraft00.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 15997ad933f..0366ddce291 100644
--- a/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java
+++ b/clients/client/java/src/main/java/sh/ory/model/CustomDomain.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 dbaff770579..cc72a0a389a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java
+++ b/clients/client/java/src/main/java/sh/ory/model/DeleteMySessionsCount.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 df6bad27ebf..794e1c2d635 100644
--- a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java
+++ b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateData.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 3e2a11f835b..21b473e7fc7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/EmailTemplateDataBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 9629778f524..a8487fb38f6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfied.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 89a7b987ed3..56e16cd13ed 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorBrowserLocationChangeRequired.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1968a1e2f66..a83d19d9a1b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorFlowReplaced.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 954de6ca625..c8cd694d71f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorGeneric.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7f5ad980618..811557b2178 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ErrorOAuth2.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 551b668f5fa..37b9dca1320 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ExpandedPermissionTree.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4e962ae03e5..15d3bf6cfdc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/FlowError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/FlowError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 607e6751b29..369b365d9ca 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GenericError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GenericError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e3a80b66fd8..ef0c91e72c7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GenericErrorContent.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 f09966ea757..1e382934a6f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GenericUsage.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 3653fb1eaed..c3a470bacfe 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetAttributesCountResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ecac934d0f6..e891f0b7940 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetManagedIdentitySchemaLocation.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 35c81a38a4d..fbfa7e86874 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetOrganizationResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 61ed77b0fdb..c3821d6b8e7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetProjectMetricsResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4ca0fede348..dcdf810fa8c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetSessionActivityResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 528bf87a582..8eb9c1d8979 100644
--- a/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java
+++ b/clients/client/java/src/main/java/sh/ory/model/GetVersion200Response.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 85b6420c59f..7ae81d0bdb3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java
+++ b/clients/client/java/src/main/java/sh/ory/model/HealthNotReadyStatus.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 aa14d2ab8a0..78a742b30a1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java
+++ b/clients/client/java/src/main/java/sh/ory/model/HealthStatus.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 2181168bdd9..26ae5f633bd 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Identity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Identity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 2fc647190e4..ef29f40ef68 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentials.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b5975d24162..2601c948d15 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsCode.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 06736399fa6..0e55cab6f69 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidc.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e7fb09c7f90..c8f80201988 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsOidcProvider.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b3471dae546..e6f56eb756c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsPassword.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 aa7913e3b08..ce30727e32b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsType.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityCredentialsType.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 937069a0e17..315095f15fd 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ba7a2e5bfa4..c91188e4ae7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityPatchResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 8b4bb0da462..e444f0236a8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaContainer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ed03e227276..c349b37adaa 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentitySchemaPreset.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a32eb9d4440..10cba305ad1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 216ddaeb6fa..eac77329fb9 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentials.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6522fc602b6..6a6542266d1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidc.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 5404759a8ce..58d3ce69101 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfig.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7c6e53faab9..6bcaec184c2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsOidcConfigProvider.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 9f82d1d3029..e6712dc2bec 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPassword.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 03f2cfe6f85..8514f644307 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IdentityWithCredentialsPasswordConfig.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 d8a4b8ed1d6..fb781863b81 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalGetProjectBrandingBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 8c26c7902e4..7252b7f9d5a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 72fecae8a29..c3230981226 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 8e62bc0c0ed..3808669ae35 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0c18786a317..05398f3e9b2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/InternalProvisionMockSubscription.java
+++ b/clients/client/java/src/main/java/sh/ory/model/InternalProvisionMockSubscription.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ed9b3e4bdbe..1cb9c1183f6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IntrospectedOAuth2Token.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b812872bfdb..dc51c37baf3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IsOwnerForProjectBySlug.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6c5aae90836..3255a4f5a33 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IsReady200Response.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IsReady200Response.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 2a4cb3fad75..682f3e37f91 100644
--- a/clients/client/java/src/main/java/sh/ory/model/IsReady503Response.java
+++ b/clients/client/java/src/main/java/sh/ory/model/IsReady503Response.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0c6f15c641c..45ccaff1988 100644
--- a/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/JsonPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 aa69512acc7..3e688e8e357 100644
--- a/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java
+++ b/clients/client/java/src/main/java/sh/ory/model/JsonWebKey.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 60d0e9d8726..ff67147cf24 100644
--- a/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java
+++ b/clients/client/java/src/main/java/sh/ory/model/JsonWebKeySet.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 af7c420f4aa..a5b431bb49e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java
+++ b/clients/client/java/src/main/java/sh/ory/model/KetoNamespace.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 5db6baa8218..5451bc6ba64 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ListOrganizationsResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 2ab3d166601..d1177ec777d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/LoginFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7499d81b145..ab1e43c9cbe 100644
--- a/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/LoginFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0eb3e76a712..c32f0f631dd 100644
--- a/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/LogoutFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 604634c3f6b..80e63dc712b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchema.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0e36fa557bc..d67a184119a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ManagedIdentitySchemaValidationResult.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c58eb9d7b94..8f33a6e0eb1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java
+++ b/clients/client/java/src/main/java/sh/ory/model/MemberInvite.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ef941694bef..9f41f45e3d4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Message.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Message.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0284534ca2f..6a76aff4ff1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/MessageDispatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4c28184a43e..034fc983973 100644
--- a/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java
+++ b/clients/client/java/src/main/java/sh/ory/model/MetricsDatapoint.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 344c1a6c992..c70e3493c62 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Namespace.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Namespace.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6aa6c9a827a..4405bbdbe05 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NeedsPrivilegedSessionError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0cecd3d08b8..cc7d4028600 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProject.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0975d8fda48..f2d41f201f7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevision.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 53fad1d8e15..d7c8da70191 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionHook.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b94b4333895..11d38251c86 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionIdentitySchema.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a552d974078..e32be4369d8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProvider.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[Etc/UTC]")
public class NormalizedProjectRevisionThirdPartyProvider {
public static final String SERIALIZED_NAME_ADDITIONAL_ID_TOKEN_AUDIENCES = "additional_id_token_audiences";
@SerializedName(SERIALIZED_NAME_ADDITIONAL_ID_TOKEN_AUDIENCES)
diff --git a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java
index b70d7e03dbc..59e1439fe73 100644
--- a/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java
+++ b/clients/client/java/src/main/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplate.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b02d360ee26..421c6e49e05 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2Client.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 cf32c2d762b..5e2d311ef9c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ClientTokenLifespans.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ebda90c4898..297f74bb9b0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 10ba99a0b12..54347638ace 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContext.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 eeeea349dd5..078052a4049 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSession.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 fb18ed3264e..4d9169a5e24 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2ConsentSessionExpiresAt.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c4eb1b43ca5..3feb99820ad 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2LoginRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1fa31d34e81..7797a181b65 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2LogoutRequest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 90eec572fb8..0f89bd9c7a4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2RedirectTo.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 adc75d46a65..f8dca4cc863 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OAuth2TokenExchange.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 573805398ed..dadf62854e7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OidcConfiguration.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 140bed6a20c..c16c1184d31 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OidcUserInfo.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 95bb128a7da..8ac39d73897 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Organization.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Organization.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a28b82c3918..d27ce97fdf8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/OrganizationBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 404d413b86f..fc1b61b2ad8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Pagination.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Pagination.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6285d29c835..4733a4fda94 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PaginationHeaders.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 f30e547ffbd..a494c02c7f6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ParseError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ParseError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c5318671172..2650b332a48 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PatchIdentitiesBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7ce59d6350a..341bace08c6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PerformNativeLogoutBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e6ac3157c32..6b401347882 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Plan.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Plan.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c3bc4849222..db2a3e8416c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PlanDetails.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 dda606d9bc4..5d93b834fd4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 92d8eb615dd..38d937b8065 100644
--- a/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/PostCheckPermissionOrErrorBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 d4d01433cce..15ee6afc153 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Project.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Project.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 3d16ef67035..1de2699757f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectApiKey.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 795cdd3dce4..ef2797d45d3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBranding.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 d24f47aafb4..bba02f30eac 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingColors.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 d73331abec3..f67d1ed8703 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectBrandingTheme.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 80a1d6af78d..a038d7ae6c4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectCors.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1b9e6fb8a2d..17dc5bb3ac4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectHost.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e4a487aaf1f..3ee27f2cc2e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectMetadata.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a676d269aff..957a4fb95a2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceIdentity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 120fa4d5d8e..a8b62d3888d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServiceOAuth2.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 406d0a5c791..6e23cf5e04d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServicePermission.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1156d052652..2aa1adea4da 100644
--- a/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java
+++ b/clients/client/java/src/main/java/sh/ory/model/ProjectServices.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6f2a8333571..b160fca91a8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java
+++ b/clients/client/java/src/main/java/sh/ory/model/QuotaUsage.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c1fb8ac819f..f75a54d18bc 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RFC6749ErrorJson.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b733a8196e7..da77dcbe28c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryCodeForIdentity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1071cf038d3..acf6d7aa831 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c149f249cf1..8a0d976b04f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 06b71b743f1..04f6707f8e5 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryIdentityAddress.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7ea7c5ec169..cd1d98d3f51 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RecoveryLinkForIdentity.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6891350f669..678d6b0bf44 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e611b0dc09a..68af7012a52 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RegistrationFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 81accebd6ae..970e64e5572 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RejectOAuth2Request.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 1ea87395d55..16862faea1e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RelationQuery.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 007ac0ff6e6..e7d3972cf77 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Relationship.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Relationship.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 3dde0cec2bb..726b5c3cfa3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RelationshipNamespaces.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 cb9e0503d24..b840351ede3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/RelationshipPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 6e17e206e47..8832e97015d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Relationships.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Relationships.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 69822bcbda6..2cf5dac3ca4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SchemaPatch.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7d999f1ed9f..33cf9438867 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SelfServiceFlowExpiredError.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b258acbac9a..33c1572e917 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Session.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Session.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 54b5c8d26ca..1efb42b6803 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SessionActivityDatapoint.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 73d8f4ec2c0..a42e0893a6a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SessionAuthenticationMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 92e8d907e9b..9dd4b198ce0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SessionDevice.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 48fbbd9f9c3..cd2ea73eb40 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetActiveProjectInConsoleBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ec942c6e0b7..c72fbeb6f05 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetCustomDomainBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 22d0ed2729a..57eed149d35 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetProject.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetProject.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7cad49057ce..bfc05ea933c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SetProjectBrandingThemeBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 847e76e09d6..1a7719f95c2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SettingsFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e99821d006e..8f2eea079df 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SettingsFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a0060c852b9..bfd6bf58643 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SourcePosition.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 e49dd522b8c..eb7c80a1d77 100644
--- a/clients/client/java/src/main/java/sh/ory/model/StripeCustomer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/StripeCustomer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 862a9ce0539..933a01a1aed 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SubjectSet.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 9c5380635f1..a06de54db2f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Subscription.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Subscription.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 9f208934ab4..c4f8edef185 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulCodeExchangeResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 53e08113a64..5c3ae072944 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeLogin.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7a1f8519e2f..251dc90a663 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulNativeRegistration.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 965394abd0b..0425201c411 100644
--- a/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java
+++ b/clients/client/java/src/main/java/sh/ory/model/SuccessfulProjectUpdate.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 5027f9e3d7b..19940480e4b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPagination.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 bd90462cd15..d594c0ccf0b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationHeaders.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 98f5f26759a..74cb990ee99 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationRequestParameters.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 16dde982fa6..8a940b856df 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TokenPaginationResponseHeaders.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 9f7a3af3209..5eee54a28ec 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TrustOAuth2JwtGrantIssuer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7237d482879..5bca7d0926a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantIssuer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 7ed28b2d1a1..20fbd6cbb2a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java
+++ b/clients/client/java/src/main/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKey.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a45f9c2dc3f..4d4ca873f65 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiContainer.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiContainer.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 947241b2e7b..fb488e9d98a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNode.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNode.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ff22741c1e9..6fc7dec7df3 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeAnchorAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 fbc0825766c..a3817eeb01f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 cc7adab0208..40c3e0f0cb2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeImageAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 98fc7f733b8..1c56a7187e4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeInputAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 447c585122d..8da945d84d8 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeMeta.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 dd8ecdf1436..42acfb66b24 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeScriptAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 921154cd9d8..9c333527b43 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiNodeTextAttributes.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 f92a1a174f8..51be24dae3f 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UiText.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UiText.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 acc9c3f99d8..7f71b88cfe2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateIdentityBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a871b2cd2a2..0bda9273f78 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 9fe7777cb3a..5df04b48551 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b79772917f2..7fc6e990a7e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 04b9fc95f84..122a9b49daa 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithOidcMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a96d9257c9c..1ecc1e6b8a2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithPasswordMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 b153823fb76..21a367bcc5b 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithTotpMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0fa2ab0e082..37cf105700e 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 76754da1f84..ae97ef26d4d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 29e7f09923e..213da722e71 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c649474da7b..397d1ee5119 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c2ec852bcc7..d931703fd34 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 bcfdfacfedf..f37bfcb6eef 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 84736752f5d..652e4cf00e1 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4edcc1fb721..237ccd75422 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 09774fb3c74..74d6d9a6e32 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ba8c493d7df..5e8f189ead0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 73a9cee06c6..08053e08fa6 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithLookupMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c14656f3b43..1d16bff1ee7 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithOidcMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 638818bf597..c143f768d19 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 5058bfa5c00..531e6df4bbe 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithProfileMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 820062ba5b3..5b68c34dca2 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithTotpMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 9ba08be1a52..ba8d6c5d02c 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 f9bad2ee8f8..f52044635c0 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateSubscriptionBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 640882d5e89..307c323cfb4 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowBody.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 a0f541bcaa9..bfe8183f252 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithCodeMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 69819ca35e0..71c07c0ed16 100644
--- a/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java
+++ b/clients/client/java/src/main/java/sh/ory/model/UpdateVerificationFlowWithLinkMethod.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 fcea3c7ef4f..e8791c26e06 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Usage.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Usage.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 93118db24bf..e534f8f340a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialPrimingResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 402e525c312..ba743370a91 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialProof.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 4fb29ba7172..b761d496cbf 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableCredentialResponse.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 40717990876..40d24fb1e79 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerifiableIdentityAddress.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 c52401ec37e..9a92b79d05a 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerificationFlow.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 ae10661d4b2..1dde42ae747 100644
--- a/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java
+++ b/clients/client/java/src/main/java/sh/ory/model/VerificationFlowState.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3e41344a2c6..647fc2fcb7d 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Version.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Version.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 cc2dc5da13f..57d9b2e16aa 100644
--- a/clients/client/java/src/main/java/sh/ory/model/Warning.java
+++ b/clients/client/java/src/main/java/sh/ory/model/Warning.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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-11-20T13:45:55.595218446Z[Etc/UTC]")
+@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-20T14:49:18.367639389Z[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 0448b488cc9..b1c977bbd93 100644
--- a/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/CourierApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 762f5431854..fe7e6f5c10e 100644
--- a/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/FrontendApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 d0bea70f564..cce8d688e40 100644
--- a/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/IdentityApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 f54861d7c1b..4c673207ff0 100644
--- a/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/JwkApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 ca7b3c88d7a..cd443d4561d 100644
--- a/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/MetadataApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 c25e01c6ea8..39c8f55673d 100644
--- a/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/OAuth2ApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 4608e87918b..7116e676287 100644
--- a/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/OidcApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 3e5ea0bde63..45cead21d0a 100644
--- a/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/PermissionApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 3031ece32dc..fb77d76ec1d 100644
--- a/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/ProjectApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 bb850b08f85..09618863dd0 100644
--- a/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/RelationshipApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* 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 ac0a93cc3ad..b236bb5c5c4 100644
--- a/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/api/WellknownApiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e7aa29d94a5..236b49afbef 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestSessionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 23bccba73d5..c7d5a1f8281 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2ConsentRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 dad152e264d..1b9a8867249 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AcceptOAuth2LoginRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 34c46ce239e..4029cc8183c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ActiveProjectInConsoleTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b4dee59a81d..9e0de24e249 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AttributesCountDatapointTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d03f8f0ef01..266e1de6387 100644
--- a/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/AuthenticatorAssuranceLevelTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a0050ea3e63..ee5339bdbfd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/BatchPatchIdentitiesResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 0fb9da5cb7c..c24e47511ef 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CheckOplSyntaxResultTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 df3aa904623..ff15e636ac5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CheckPermissionResultTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b03ea428f2c..b719ab0ff9a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CloudAccountTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a6f714be212..0334827b4d5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ConsistencyRequestParametersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c56983a025c..dcb129e88cd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithSetOrySessionTokenTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 8a0046d89ab..3852b941468 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 43377d3699c..daf320a78a0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 8bd145c8bdd..e0027fbbbd2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ContinueWithVerificationUiTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ec0c12b40e9..6cd97266d1b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CourierMessageStatusTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 6738514ca90..21364a2c413 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CourierMessageTypeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c74b3ed2507..5e1b16725e3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateCustomDomainBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f237929c6fe..358fcb03b9b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e8a55db23a7..821cd332115 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateInviteResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c67018c17f1..cf0061245c2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateJsonWebKeySetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 44562b6163d..31d468ec39d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectApiKeyRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d1cb5e3b81a..c88f820a890 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4225cc27e25..dff4e0ca57c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectBrandingTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 9668df2b83f..49d5358308a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateProjectMemberInviteBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 04092522733..2628c5146e2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryCodeForIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4ed8ff89ad9..26e18309736 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateRecoveryLinkForIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 091a83ffb08..ccd2880bebd 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateRelationshipBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e3fd6aaf273..447f9ef0d16 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateSubscriptionBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ad6310b7bd1..06c23413541 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CreateVerifiableCredentialRequestBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 74b18886bbe..b84e4454930 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CredentialSupportedDraft00Test.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7d59f3735bc..27efc6c9802 100644
--- a/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/CustomDomainTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d2a9b6c352b..55c240037ea 100644
--- a/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/DeleteMySessionsCountTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d4e1e0f53b1..8c5f1f7aadf 100644
--- a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 3f02d510216..449e5b0bf47 100644
--- a/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/EmailTemplateDataTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ef3cfee9f9e..dcc5ca305e7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 708ba88b009..54d2e659288 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorBrowserLocationChangeRequiredTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 660ee25f3fd..991d4f9f30a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorFlowReplacedTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a64556e98e7..c74d60ef012 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorGenericTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 1f4304f2a38..59ab89dbcba 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ErrorOAuth2Test.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 64227bc64d7..2e9dc958c85 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ExpandedPermissionTreeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 db7ae27540b..80a27fc46e8 100644
--- a/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/FlowErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d5adbdb1b2c..eebd0bd69e9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GenericErrorContentTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 05386f5dfe3..762d4b21096 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GenericErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 163d4f13ae0..10f257f3890 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GenericUsageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 44887d7ba8f..645f6593cce 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetAttributesCountResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 769798bce46..b55ed4d69cf 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetManagedIdentitySchemaLocationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e9a0c59b6a9..71c3ad473c2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetOrganizationResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a1dbd70a8aa..ea28d7e190d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetProjectMetricsResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b04e2871d43..699c8762f1d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetSessionActivityResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a2a843665cd..33704fa0f76 100644
--- a/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/GetVersion200ResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 398dbfeb93f..5af6e3ebed6 100644
--- a/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/HealthNotReadyStatusTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f4fb228c789..2ca7820e431 100644
--- a/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/HealthStatusTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a58b806837f..d1f43df97ff 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsCodeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 80351b1962a..58a0c29d4f5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcProviderTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b3ba630fbb3..203b5b5d9b0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsOidcTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b063264550d..7b75ae174ad 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsPasswordTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d6548ea3b5b..a64c1801f94 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 23655db9ed2..58c505070f7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTypeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityCredentialsTypeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 117a31e9236..02b127aa639 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ebd96bbd0a5..6f140a386f7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4880d5ea3ec..9435aafc422 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaContainerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b8d19906e82..373093b9412 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentitySchemaPresetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ff1cc1eb13f..355053343cf 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 cd7896065a0..3f522c9a781 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 61e7c55244e..d9adfccf84d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigProviderTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 390b95271ca..f9306d35dea 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcConfigTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 9bf7087645e..bf465bcec53 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsOidcTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 8f453360064..af82d997a32 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordConfigTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 3ca00e75713..bf83bf81528 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsPasswordTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d14fa4ad4f5..f76162f3678 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IdentityWithCredentialsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d48e97764c2..fc82b0bc7b5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalGetProjectBrandingBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 3a3b0f13a85..d5213d2f3e7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7e5e1bd8f53..bf7d917ad42 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f78adfd6dd9..3f690f62a68 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalIsOwnerForProjectBySlugResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 5110edb94b5..bcc52dca3a3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/InternalProvisionMockSubscriptionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/InternalProvisionMockSubscriptionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 bde4c42efd4..9bee04d1f10 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IntrospectedOAuth2TokenTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c5953c35601..c729bcba6c3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IsOwnerForProjectBySlugTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 86b971f8136..42657c8d43f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IsReady200ResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IsReady200ResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 29326e0306b..6734aca64e2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/IsReady503ResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/IsReady503ResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 5e8b09b6588..f9959a2342a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/JsonPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ac75d7d3c6b..a6b4f356a16 100644
--- a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeySetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c2e4c5331da..54508b7fd4d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/JsonWebKeyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a58966471ea..74d3dcc2bbc 100644
--- a/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/KetoNamespaceTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b6a0f4df994..4a82baa569c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ListOrganizationsResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c1db3e36acb..ecbc9a4e8f0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/LoginFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 0bc5620cda7..7b70acd4991 100644
--- a/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/LoginFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 df518b71db1..ed130c77a50 100644
--- a/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/LogoutFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e6ad37e5548..e1843457309 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 0844a0dfe61..3096e3bd44b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ManagedIdentitySchemaValidationResultTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 88ebb2b5156..f3c4065afc2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MemberInviteTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 077c9d52b05..acabd25b6ca 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MessageDispatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d4a4f10f8c5..0cd6c0e69bc 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MessageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MessageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e2e6320c256..2bd612090e3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/MetricsDatapointTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 db901175bd3..82b718953e5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NamespaceTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 19ee17a9676..417d2a4b499 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NeedsPrivilegedSessionErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e57231f3ca8..4947a8f1141 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionHookTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7e7c7667d6f..a00d7a59b87 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionIdentitySchemaTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 53ee1af5a7d..8227059ed74 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7057764a02f..3330c49711d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionThirdPartyProviderTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 8f4e03b7a7e..8b1a352ac07 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectRevisionTokenizerTemplateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d10f81e1276..83b31927102 100644
--- a/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/NormalizedProjectTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 46b5dc5eb31..e9f974ea37e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 fccfe3859cd..0911e4a7126 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ClientTokenLifespansTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 24ba4a8ba89..32185b5966d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestOpenIDConnectContextTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4e29ab680d6..ba0ae84196b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7338a70df8a..eb9a0d631c5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionExpiresAtTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 aa4e6af6325..4f2ee531a55 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2ConsentSessionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c0a21fc8028..070fe237e59 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2LoginRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 06cf9f97040..5b45cf2eb11 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2LogoutRequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d7b9dbc4628..a3b8b823ce0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2RedirectToTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 955ee089cc6..8bf9ce9ad11 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OAuth2TokenExchangeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 3e49d7e6df5..e251c2909eb 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OidcConfigurationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ce930f14ee1..c482a4c3e7c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OidcUserInfoTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 30861da1e07..014e4a0ca97 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OrganizationBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 cbf8d5b8332..0e0a15269af 100644
--- a/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/OrganizationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 9bed1c6d4d9..91f764411ca 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PaginationHeadersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 05de17ef405..235207b1e4d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PaginationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ec38abd65ec..b738d024aff 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ParseErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e84cd5c7683..c1fae73d60d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PatchIdentitiesBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ced32ce2745..3afdf9be66e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PerformNativeLogoutBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ef2720735ab..6e2ad7e34b6 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PlanDetailsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 60baafd8f09..471c6aaf835 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PlanTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PlanTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c0c3cf1a553..cc3712ebd44 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 578ff209ead..0b7b788a2a0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/PostCheckPermissionOrErrorBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 36017064089..8abeb00ad59 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectApiKeyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c59116d7c3c..c867f0b15a0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingColorsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f6320888e5e..45bcc1ade20 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f7fccf573ba..3ebd131c90f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectBrandingThemeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 8d19818103f..892f9dd6fde 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectCorsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ddf4054ea29..8e4fadf3893 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectHostTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c06e23d0b67..c482cb6ccc1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectMetadataTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 be4952e049c..0e4fc772424 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceIdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e9d03bb7cb5..0f6b5f5bdea 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServiceOAuth2Test.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 bbe71b7852f..668ce2388fa 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServicePermissionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 24e750fb9a4..522900b924e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectServicesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 88c9971bb6c..57cee22bcde 100644
--- a/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/ProjectTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 82d12cdd66b..8bc51030931 100644
--- a/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/QuotaUsageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 b3199fb2982..a61cafd308b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RFC6749ErrorJsonTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 1f173cdea2c..e68d9b8421a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryCodeForIdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f64fcb3865e..1398ca3f6e0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 848e7e5b0a3..bffcd680b00 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 0f4a4f2fb0b..7d2784f2516 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryIdentityAddressTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a6e3488cf27..cf65831a25c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RecoveryLinkForIdentityTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 888d1aaea3f..79c85c7a2f5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 9811393efae..2148cfbab87 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RegistrationFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 74c6878d001..081bc0c166b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RejectOAuth2RequestTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 316f7415ffe..28b88544c54 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationQueryTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 dbd89440206..630ec884732 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipNamespacesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 3589697d15b..793fd7190c7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 be1877f28b5..9f7d85e1838 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 3a9d733aab1..c4512f728ef 100644
--- a/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/RelationshipsTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ad3aa492152..ea14d555c76 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SchemaPatchTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7944fda383e..b3d2995d645 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SelfServiceFlowExpiredErrorTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 6249c729905..98357b0f44d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionActivityDatapointTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 0b3ba9a1b68..e1da150f9ea 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionAuthenticationMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 19d5bc3c018..4e94e46fc8e 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionDeviceTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 10c7769d604..5879788a1d5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SessionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SessionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ebb913fd294..ec31337bd02 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetActiveProjectInConsoleBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 52d7ce0a3f7..57ec9d22f10 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetCustomDomainBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 42d295acbe4..bca35b6cdae 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetProjectBrandingThemeBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ce76c6fffd5..780bc64501c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SetProjectTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d78c2a82347..505e47c5094 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 97e7deb9153..14b4fc0334b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SettingsFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f38e64b844b..f3e90c27ecf 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SourcePositionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f5c0ec97d48..7bffd1898f6 100644
--- a/clients/client/java/src/test/java/sh/ory/model/StripeCustomerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/StripeCustomerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 6e4da73cb27..a92eec4584c 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SubjectSetTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 93f6d4f75de..e90f901797f 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SubscriptionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 6579cbfa70d..b8e488507f3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulCodeExchangeResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 af4b139838b..22999864e84 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeLoginTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 84ee1bde9da..d4e21ae6f84 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulNativeRegistrationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 86298525475..cc49c802141 100644
--- a/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/SuccessfulProjectUpdateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4aaab2a7349..97e85bc0cc2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationHeadersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ced58566b34..a17aa39619d 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationRequestParametersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d3d76aa3620..ea5dce93af5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationResponseHeadersTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 9058f641d20..355ecbb43a5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TokenPaginationTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 87424c61c14..0ca83aae322 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TrustOAuth2JwtGrantIssuerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 2ca768c071a..064391e5ba9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantIssuerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 5fc11d8fcec..cff0a1c86c1 100644
--- a/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/TrustedOAuth2JwtGrantJsonWebKeyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 9da4deb4ea6..d4166b271e0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiContainerTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 94586dc37a0..913def33f23 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeAnchorAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 68dae1ae7ff..eb8dceecc22 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 32d0165f84e..aa23b5d5590 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeImageAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 479720a589a..47de0c863c5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeInputAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 da4ffadea71..69cfb8fa3d7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeMetaTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4e172ce0225..e5153d78238 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeScriptAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 6cf02805b93..93d0f853dd9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 90f6a46a10d..5a3f702a6a3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiNodeTextAttributesTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 2c09c3880f3..dfa828297a0 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UiTextTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a36d9cc713e..7c4ac197ee6 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateIdentityBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 885154b3fc5..d52896d2468 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 8a75509aec1..1ec97d3fb56 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 2a9c550a233..dec761e9338 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithLookupSecretMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 612ae59b18c..6c257a301b8 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithOidcMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 fd646086ef1..6380fa5ec55 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithPasswordMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 3d4c87e5bf3..fa5e7309d26 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithTotpMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7f0cc7cc261..0c700dbacd5 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateLoginFlowWithWebAuthnMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 59c4d439780..34126f47e17 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 f3304438332..7d70fe966ce 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 70d679b00dd..57daf73c155 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRecoveryFlowWithLinkMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 12b4b7a9468..430c898e2ee 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 18bd2a5a36a..b0307bcbd63 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 caeeab50390..a8a53762b19 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithOidcMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 137bbe60a4e..6071343b85b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithPasswordMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 0ccf541e401..5c7e21db2ed 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateRegistrationFlowWithWebAuthnMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4a215e52de5..e219f0854c9 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 2753285e97c..a072acb2734 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithLookupMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 40d632a1ed1..73746233aca 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithOidcMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 275d8f18172..b2e71443273 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithPasswordMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 2a0644816ae..32b7b7f83cf 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithProfileMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 c59695fc5bc..5bfc7bc646b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithTotpMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 a176e9da4a1..ec551891d99 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSettingsFlowWithWebAuthnMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 e7dba991c02..315947a63b2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateSubscriptionBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 342222bc4d1..e7261324c89 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowBodyTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 bf1c5a86ea2..f9669744683 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithCodeMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 4349c91c3f7..56d4bb89775 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UpdateVerificationFlowWithLinkMethodTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 d95b04b0c8c..9f1c04012f3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/UsageTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/UsageTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 059fd71b982..69d40c681a7 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialPrimingResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 70f22d0a98f..603ecbc8515 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialProofTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 6d30ae08991..03bcc8f59b2 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableCredentialResponseTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 ca86fb91e80..6b2032b3209 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerifiableIdentityAddressTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 cd2696c146d..5685ea688e3 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowStateTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 7f663abd1d3..91b90641f4b 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VerificationFlowTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 0166207e72e..35e5d771d22 100644
--- a/clients/client/java/src/test/java/sh/ory/model/VersionTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/VersionTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
*
* NOTE: 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 91a5b549d3e..c789bec984a 100644
--- a/clients/client/java/src/test/java/sh/ory/model/WarningTest.java
+++ b/clients/client/java/src/test/java/sh/ory/model/WarningTest.java
@@ -2,7 +2,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 218bf135290..41d6851f5e6 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.4.1`
+- API version: `v1.4.2`
- 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 e6eedd6a024..430739e86ba 100644
--- a/clients/client/php/lib/Api/CourierApi.php
+++ b/clients/client/php/lib/Api/CourierApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 92056a09e5d..8a062e21e1a 100644
--- a/clients/client/php/lib/Api/FrontendApi.php
+++ b/clients/client/php/lib/Api/FrontendApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 26f2cbbdbae..4be488cbed7 100644
--- a/clients/client/php/lib/Api/IdentityApi.php
+++ b/clients/client/php/lib/Api/IdentityApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c5c7b1cd8cc..8131a8dcb64 100644
--- a/clients/client/php/lib/Api/JwkApi.php
+++ b/clients/client/php/lib/Api/JwkApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aebd95f1080..cac063ecec8 100644
--- a/clients/client/php/lib/Api/MetadataApi.php
+++ b/clients/client/php/lib/Api/MetadataApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f1a3092b152..4e7721825b2 100644
--- a/clients/client/php/lib/Api/OAuth2Api.php
+++ b/clients/client/php/lib/Api/OAuth2Api.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 474270d41fa..df3267f5ca9 100644
--- a/clients/client/php/lib/Api/OidcApi.php
+++ b/clients/client/php/lib/Api/OidcApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a54f734144..b66b38205ab 100644
--- a/clients/client/php/lib/Api/PermissionApi.php
+++ b/clients/client/php/lib/Api/PermissionApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 66d69c88e1e..1f9773ecf77 100644
--- a/clients/client/php/lib/Api/ProjectApi.php
+++ b/clients/client/php/lib/Api/ProjectApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dcbbf1096ba..329c02f005a 100644
--- a/clients/client/php/lib/Api/RelationshipApi.php
+++ b/clients/client/php/lib/Api/RelationshipApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 088344a7830..9851fd43a9b 100644
--- a/clients/client/php/lib/Api/WellknownApi.php
+++ b/clients/client/php/lib/Api/WellknownApi.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0e733e2e933..5f802e6265a 100644
--- a/clients/client/php/lib/ApiException.php
+++ b/clients/client/php/lib/ApiException.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fd500cbbf02..5484e4207b3 100644
--- a/clients/client/php/lib/Configuration.php
+++ b/clients/client/php/lib/Configuration.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
* OpenAPI Generator version: 5.4.0
@@ -399,7 +399,7 @@ public static function toDebugReport()
$report = 'PHP SDK (Ory\Client) Debug Report:' . PHP_EOL;
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
- $report .= ' The version of the OpenAPI document: v1.4.1' . PHP_EOL;
+ $report .= ' The version of the OpenAPI document: v1.4.2' . 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 c37653a7cc7..523ca663010 100644
--- a/clients/client/php/lib/HeaderSelector.php
+++ b/clients/client/php/lib/HeaderSelector.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 412ba6560d2..534b85d4caf 100644
--- a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php
+++ b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ef138c6d90d..323bc8b26c9 100644
--- a/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php
+++ b/clients/client/php/lib/Model/AcceptOAuth2ConsentRequestSession.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 209c99ec7d8..3b91fd29cba 100644
--- a/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php
+++ b/clients/client/php/lib/Model/AcceptOAuth2LoginRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4f7ddb95191..99744959e95 100644
--- a/clients/client/php/lib/Model/ActiveProjectInConsole.php
+++ b/clients/client/php/lib/Model/ActiveProjectInConsole.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5f2ebb7a61c..b07f204d245 100644
--- a/clients/client/php/lib/Model/AttributesCountDatapoint.php
+++ b/clients/client/php/lib/Model/AttributesCountDatapoint.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 401108913ab..5116b113268 100644
--- a/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php
+++ b/clients/client/php/lib/Model/AuthenticatorAssuranceLevel.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d21238a7ab4..9d4f0134daa 100644
--- a/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php
+++ b/clients/client/php/lib/Model/BatchPatchIdentitiesResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 11fb15e9e31..3d5af45f8b1 100644
--- a/clients/client/php/lib/Model/CheckOplSyntaxResult.php
+++ b/clients/client/php/lib/Model/CheckOplSyntaxResult.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f87eddbc839..8ef14d05ed5 100644
--- a/clients/client/php/lib/Model/CheckPermissionResult.php
+++ b/clients/client/php/lib/Model/CheckPermissionResult.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e7bc0a88136..b995c2bfaf2 100644
--- a/clients/client/php/lib/Model/CloudAccount.php
+++ b/clients/client/php/lib/Model/CloudAccount.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 26530cb51c7..7c1db30149b 100644
--- a/clients/client/php/lib/Model/ConsistencyRequestParameters.php
+++ b/clients/client/php/lib/Model/ConsistencyRequestParameters.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 47d17c245fe..50ec605a686 100644
--- a/clients/client/php/lib/Model/ContinueWith.php
+++ b/clients/client/php/lib/Model/ContinueWith.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aac3df8699f..cfc7699ff54 100644
--- a/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php
+++ b/clients/client/php/lib/Model/ContinueWithSetOrySessionToken.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 eba9e873111..998847f7a5b 100644
--- a/clients/client/php/lib/Model/ContinueWithVerificationUi.php
+++ b/clients/client/php/lib/Model/ContinueWithVerificationUi.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5833179b967..aacf98bf74e 100644
--- a/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php
+++ b/clients/client/php/lib/Model/ContinueWithVerificationUiFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ae4175d36cd..b5ba0845e64 100644
--- a/clients/client/php/lib/Model/CourierMessageStatus.php
+++ b/clients/client/php/lib/Model/CourierMessageStatus.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 47a09d70f08..5efd50fa34d 100644
--- a/clients/client/php/lib/Model/CourierMessageType.php
+++ b/clients/client/php/lib/Model/CourierMessageType.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 256bccdcc0f..41054ad994d 100644
--- a/clients/client/php/lib/Model/CreateCustomDomainBody.php
+++ b/clients/client/php/lib/Model/CreateCustomDomainBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2ef358d146a..f4caf72a6a6 100644
--- a/clients/client/php/lib/Model/CreateIdentityBody.php
+++ b/clients/client/php/lib/Model/CreateIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56b3ab53f18..85d8a95a16a 100644
--- a/clients/client/php/lib/Model/CreateInviteResponse.php
+++ b/clients/client/php/lib/Model/CreateInviteResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7d991157f31..7332699c986 100644
--- a/clients/client/php/lib/Model/CreateJsonWebKeySet.php
+++ b/clients/client/php/lib/Model/CreateJsonWebKeySet.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a044be543ea..94a2a7325c3 100644
--- a/clients/client/php/lib/Model/CreateProjectBody.php
+++ b/clients/client/php/lib/Model/CreateProjectBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bf66283deb7..a46e0844b45 100644
--- a/clients/client/php/lib/Model/CreateProjectBranding.php
+++ b/clients/client/php/lib/Model/CreateProjectBranding.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 01a33a1283f..3682b7fc906 100644
--- a/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php
+++ b/clients/client/php/lib/Model/CreateProjectMemberInviteBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 28cdb88111b..d97c8c18cf3 100644
--- a/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php
+++ b/clients/client/php/lib/Model/CreateRecoveryCodeForIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6b9ba6196f7..55a372c3192 100644
--- a/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php
+++ b/clients/client/php/lib/Model/CreateRecoveryLinkForIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2893b4297d9..bbc1af7dc78 100644
--- a/clients/client/php/lib/Model/CreateRelationshipBody.php
+++ b/clients/client/php/lib/Model/CreateRelationshipBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 33e7deff856..d19d5bb34cb 100644
--- a/clients/client/php/lib/Model/CreateSubscriptionBody.php
+++ b/clients/client/php/lib/Model/CreateSubscriptionBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1523f5f294c..b1a03f782cb 100644
--- a/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php
+++ b/clients/client/php/lib/Model/CreateVerifiableCredentialRequestBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a7c48e3af5b..5337a275dfb 100644
--- a/clients/client/php/lib/Model/CredentialSupportedDraft00.php
+++ b/clients/client/php/lib/Model/CredentialSupportedDraft00.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cc87d051529..3b87ce750bd 100644
--- a/clients/client/php/lib/Model/CustomDomain.php
+++ b/clients/client/php/lib/Model/CustomDomain.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f4291f87c16..c43f748d2c7 100644
--- a/clients/client/php/lib/Model/DeleteMySessionsCount.php
+++ b/clients/client/php/lib/Model/DeleteMySessionsCount.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 81b498e8fce..53c34c1fecc 100644
--- a/clients/client/php/lib/Model/EmailTemplateData.php
+++ b/clients/client/php/lib/Model/EmailTemplateData.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bb4ea25b233..5a09931b6de 100644
--- a/clients/client/php/lib/Model/EmailTemplateDataBody.php
+++ b/clients/client/php/lib/Model/EmailTemplateDataBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e64ea0ccffb..9ee3a832949 100644
--- a/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php
+++ b/clients/client/php/lib/Model/ErrorAuthenticatorAssuranceLevelNotSatisfied.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 99e3c734ef4..5cb70d931a3 100644
--- a/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php
+++ b/clients/client/php/lib/Model/ErrorBrowserLocationChangeRequired.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a3073695b6a..ec693636bcf 100644
--- a/clients/client/php/lib/Model/ErrorFlowReplaced.php
+++ b/clients/client/php/lib/Model/ErrorFlowReplaced.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3e224a2bea5..3d6993446d6 100644
--- a/clients/client/php/lib/Model/ErrorGeneric.php
+++ b/clients/client/php/lib/Model/ErrorGeneric.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 870e468a6ec..504cf8fb195 100644
--- a/clients/client/php/lib/Model/ErrorOAuth2.php
+++ b/clients/client/php/lib/Model/ErrorOAuth2.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6a41b5ecd72..b6f659b6e34 100644
--- a/clients/client/php/lib/Model/ExpandedPermissionTree.php
+++ b/clients/client/php/lib/Model/ExpandedPermissionTree.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 660e0bc01f2..f9170a7e3e7 100644
--- a/clients/client/php/lib/Model/FlowError.php
+++ b/clients/client/php/lib/Model/FlowError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f805468daf6..c41fdf694ad 100644
--- a/clients/client/php/lib/Model/GenericError.php
+++ b/clients/client/php/lib/Model/GenericError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d44ccbdf56e..4c41b321f43 100644
--- a/clients/client/php/lib/Model/GenericErrorContent.php
+++ b/clients/client/php/lib/Model/GenericErrorContent.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cc55439a77b..fdb3ca0aa7d 100644
--- a/clients/client/php/lib/Model/GenericUsage.php
+++ b/clients/client/php/lib/Model/GenericUsage.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a5f8608158c..c0634fe7016 100644
--- a/clients/client/php/lib/Model/GetAttributesCountResponse.php
+++ b/clients/client/php/lib/Model/GetAttributesCountResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a44d3f7393c..a2745ea5484 100644
--- a/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php
+++ b/clients/client/php/lib/Model/GetManagedIdentitySchemaLocation.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 285b3a82205..fd57e4ceb13 100644
--- a/clients/client/php/lib/Model/GetOrganizationResponse.php
+++ b/clients/client/php/lib/Model/GetOrganizationResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c781867ef19..3b12198518a 100644
--- a/clients/client/php/lib/Model/GetProjectMetricsResponse.php
+++ b/clients/client/php/lib/Model/GetProjectMetricsResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 675a9e7afc9..2b20bd3094f 100644
--- a/clients/client/php/lib/Model/GetSessionActivityResponse.php
+++ b/clients/client/php/lib/Model/GetSessionActivityResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d10868ecf4c..293c524b396 100644
--- a/clients/client/php/lib/Model/HealthNotReadyStatus.php
+++ b/clients/client/php/lib/Model/HealthNotReadyStatus.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7991482048a..7bb6f6c2ee9 100644
--- a/clients/client/php/lib/Model/HealthStatus.php
+++ b/clients/client/php/lib/Model/HealthStatus.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 59bb831c631..d0ed905a9b2 100644
--- a/clients/client/php/lib/Model/Identity.php
+++ b/clients/client/php/lib/Model/Identity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0935746ac9e..bcf199225e5 100644
--- a/clients/client/php/lib/Model/IdentityCredentials.php
+++ b/clients/client/php/lib/Model/IdentityCredentials.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 25a79c8792d..bc4f1599d03 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsCode.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsCode.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 981ba0731ca..3dc932f456b 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsOidc.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsOidc.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5e87e3eb9af..c331c328f53 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsOidcProvider.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 915a3490dba..f87cd2a4ecc 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsPassword.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsPassword.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 34dd1b2d247..b0193e6c1f3 100644
--- a/clients/client/php/lib/Model/IdentityCredentialsType.php
+++ b/clients/client/php/lib/Model/IdentityCredentialsType.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 49e077f5403..5a7f0ca9ddf 100644
--- a/clients/client/php/lib/Model/IdentityPatch.php
+++ b/clients/client/php/lib/Model/IdentityPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 23e75d9756b..1d0e32d7d0b 100644
--- a/clients/client/php/lib/Model/IdentityPatchResponse.php
+++ b/clients/client/php/lib/Model/IdentityPatchResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0dad3aee7bd..bbbf2ec40e7 100644
--- a/clients/client/php/lib/Model/IdentitySchemaContainer.php
+++ b/clients/client/php/lib/Model/IdentitySchemaContainer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 55ca6940e0a..79bc690c501 100644
--- a/clients/client/php/lib/Model/IdentitySchemaPreset.php
+++ b/clients/client/php/lib/Model/IdentitySchemaPreset.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 86285d1f6e1..2fc15d5e7de 100644
--- a/clients/client/php/lib/Model/IdentityState.php
+++ b/clients/client/php/lib/Model/IdentityState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0fbe64e9fe0..e2b47274cc3 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentials.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentials.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd7aea8b98b..d7d32c30b14 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidc.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3affe6c9f58..214075d0bc3 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfig.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 998d0bb6b29..501651f4752 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsOidcConfigProvider.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9ebece490f8..ee5230b3312 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsPassword.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 62fcd6ef8c1..6ac1f71c24c 100644
--- a/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php
+++ b/clients/client/php/lib/Model/IdentityWithCredentialsPasswordConfig.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7904af299ca..056f55b8f57 100644
--- a/clients/client/php/lib/Model/InlineObject3.php
+++ b/clients/client/php/lib/Model/InlineObject3.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 348bac36360..b7e9a766165 100644
--- a/clients/client/php/lib/Model/InlineResponse200.php
+++ b/clients/client/php/lib/Model/InlineResponse200.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 abda9d5a153..1e3d51482b3 100644
--- a/clients/client/php/lib/Model/InlineResponse2001.php
+++ b/clients/client/php/lib/Model/InlineResponse2001.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b42b0cf16fc..6878d53c966 100644
--- a/clients/client/php/lib/Model/InlineResponse503.php
+++ b/clients/client/php/lib/Model/InlineResponse503.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b91c0971444..dff01269962 100644
--- a/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php
+++ b/clients/client/php/lib/Model/InternalGetProjectBrandingBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 daee5e7a44b..ebbfd4678a8 100644
--- a/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php
+++ b/clients/client/php/lib/Model/InternalIsAXWelcomeScreenEnabledForProjectBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 81011da62e9..33436749a27 100644
--- a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php
+++ b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 73eb482f638..8a4ff03908c 100644
--- a/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php
+++ b/clients/client/php/lib/Model/InternalIsOwnerForProjectBySlugResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0e3e9a7611d..f59bf1a748b 100644
--- a/clients/client/php/lib/Model/InternalProvisionMockSubscription.php
+++ b/clients/client/php/lib/Model/InternalProvisionMockSubscription.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ed91e09d358..a4ee965fed8 100644
--- a/clients/client/php/lib/Model/IntrospectedOAuth2Token.php
+++ b/clients/client/php/lib/Model/IntrospectedOAuth2Token.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 09d2ab3f5b9..67707183437 100644
--- a/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php
+++ b/clients/client/php/lib/Model/IsOwnerForProjectBySlug.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 78deaf7efc9..e668d82568f 100644
--- a/clients/client/php/lib/Model/JsonPatch.php
+++ b/clients/client/php/lib/Model/JsonPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 61327068889..e751b1b6cf8 100644
--- a/clients/client/php/lib/Model/JsonWebKey.php
+++ b/clients/client/php/lib/Model/JsonWebKey.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7604048acb5..4e22aaea466 100644
--- a/clients/client/php/lib/Model/JsonWebKeySet.php
+++ b/clients/client/php/lib/Model/JsonWebKeySet.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d8a3a5ac4fa..3518c2fd822 100644
--- a/clients/client/php/lib/Model/KetoNamespace.php
+++ b/clients/client/php/lib/Model/KetoNamespace.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 93bad3b60fa..90eef65dd6e 100644
--- a/clients/client/php/lib/Model/ListOrganizationsResponse.php
+++ b/clients/client/php/lib/Model/ListOrganizationsResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 910fe1b47b0..dbfb3ce5bda 100644
--- a/clients/client/php/lib/Model/LoginFlow.php
+++ b/clients/client/php/lib/Model/LoginFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fedd58056c4..e2950f9263c 100644
--- a/clients/client/php/lib/Model/LoginFlowState.php
+++ b/clients/client/php/lib/Model/LoginFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 66ea35762f0..169d2151b73 100644
--- a/clients/client/php/lib/Model/LogoutFlow.php
+++ b/clients/client/php/lib/Model/LogoutFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e301a40ccdb..b3fc97517aa 100644
--- a/clients/client/php/lib/Model/ManagedIdentitySchema.php
+++ b/clients/client/php/lib/Model/ManagedIdentitySchema.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 84265cd9b47..37682eaa216 100644
--- a/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php
+++ b/clients/client/php/lib/Model/ManagedIdentitySchemaValidationResult.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2c31a971535..67c54d847ea 100644
--- a/clients/client/php/lib/Model/MemberInvite.php
+++ b/clients/client/php/lib/Model/MemberInvite.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f94b0e4592a..432ae0d0a92 100644
--- a/clients/client/php/lib/Model/Message.php
+++ b/clients/client/php/lib/Model/Message.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bdaf99dc709..d6d4a066fa7 100644
--- a/clients/client/php/lib/Model/MessageDispatch.php
+++ b/clients/client/php/lib/Model/MessageDispatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 eb66e47f5fe..c35fdb20b0b 100644
--- a/clients/client/php/lib/Model/MetricsDatapoint.php
+++ b/clients/client/php/lib/Model/MetricsDatapoint.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 12d9e53e3b3..3b296f2360b 100644
--- a/clients/client/php/lib/Model/ModelInterface.php
+++ b/clients/client/php/lib/Model/ModelInterface.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 346bdc92bb6..ec50b57a32c 100644
--- a/clients/client/php/lib/Model/ModelNamespace.php
+++ b/clients/client/php/lib/Model/ModelNamespace.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ed6f8c0a5e7..1bcb90a7227 100644
--- a/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php
+++ b/clients/client/php/lib/Model/NeedsPrivilegedSessionError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1c342ed3a6f..48423b9f498 100644
--- a/clients/client/php/lib/Model/NormalizedProject.php
+++ b/clients/client/php/lib/Model/NormalizedProject.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b4ae0feddf2..b6eb88d74b1 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevision.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevision.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d4c58afd115..49a3138d7dc 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionHook.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 089b46801bf..efd4777efe5 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionIdentitySchema.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f0215576415..f1a1d1555e8 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionThirdPartyProvider.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 21e4863bbdb..8c457341481 100644
--- a/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php
+++ b/clients/client/php/lib/Model/NormalizedProjectRevisionTokenizerTemplate.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 43dd0aab7cd..9673666b90f 100644
--- a/clients/client/php/lib/Model/OAuth2Client.php
+++ b/clients/client/php/lib/Model/OAuth2Client.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0af7dea58e1..fa8793539b0 100644
--- a/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php
+++ b/clients/client/php/lib/Model/OAuth2ClientTokenLifespans.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 84fa0bd9562..b9cd05de0d6 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentRequest.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 215de8c95e7..b7f2701bad7 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentRequestOpenIDConnectContext.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e6c193a5988..24929bd84ec 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentSession.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentSession.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c3fc5e8f510..dc98b0db4f4 100644
--- a/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php
+++ b/clients/client/php/lib/Model/OAuth2ConsentSessionExpiresAt.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 767d737268b..8e18a4a92d0 100644
--- a/clients/client/php/lib/Model/OAuth2LoginRequest.php
+++ b/clients/client/php/lib/Model/OAuth2LoginRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8c5c5b4385b..87fdebe6d9b 100644
--- a/clients/client/php/lib/Model/OAuth2LogoutRequest.php
+++ b/clients/client/php/lib/Model/OAuth2LogoutRequest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ebc58d18a2d..416cfce9ff9 100644
--- a/clients/client/php/lib/Model/OAuth2RedirectTo.php
+++ b/clients/client/php/lib/Model/OAuth2RedirectTo.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cf99dac6254..1409b2ebd0e 100644
--- a/clients/client/php/lib/Model/OAuth2TokenExchange.php
+++ b/clients/client/php/lib/Model/OAuth2TokenExchange.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 46dc8f7bbf3..ff60864fe64 100644
--- a/clients/client/php/lib/Model/OidcConfiguration.php
+++ b/clients/client/php/lib/Model/OidcConfiguration.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 326fe511a5a..97e2a32ea2f 100644
--- a/clients/client/php/lib/Model/OidcUserInfo.php
+++ b/clients/client/php/lib/Model/OidcUserInfo.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 187adcc28e9..a8407c4d461 100644
--- a/clients/client/php/lib/Model/Organization.php
+++ b/clients/client/php/lib/Model/Organization.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fbc845086bc..cf192bdc95f 100644
--- a/clients/client/php/lib/Model/OrganizationBody.php
+++ b/clients/client/php/lib/Model/OrganizationBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 01e96f8eb4b..4f1753f242e 100644
--- a/clients/client/php/lib/Model/Pagination.php
+++ b/clients/client/php/lib/Model/Pagination.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b61454d2c77..4d9e4e8d9f6 100644
--- a/clients/client/php/lib/Model/PaginationHeaders.php
+++ b/clients/client/php/lib/Model/PaginationHeaders.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0b8b3699bec..a813ffb0b6e 100644
--- a/clients/client/php/lib/Model/ParseError.php
+++ b/clients/client/php/lib/Model/ParseError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e98a91ec5b4..cc790f09d8d 100644
--- a/clients/client/php/lib/Model/PatchIdentitiesBody.php
+++ b/clients/client/php/lib/Model/PatchIdentitiesBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6df20aea164..d0c2dcdba4d 100644
--- a/clients/client/php/lib/Model/PerformNativeLogoutBody.php
+++ b/clients/client/php/lib/Model/PerformNativeLogoutBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f3a88ba5433..b69d72354ab 100644
--- a/clients/client/php/lib/Model/Plan.php
+++ b/clients/client/php/lib/Model/Plan.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 404874d68d9..71ab7caf1fe 100644
--- a/clients/client/php/lib/Model/PlanDetails.php
+++ b/clients/client/php/lib/Model/PlanDetails.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 69bf685cb7f..7f54abf7bd9 100644
--- a/clients/client/php/lib/Model/PostCheckPermissionBody.php
+++ b/clients/client/php/lib/Model/PostCheckPermissionBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 38a69c3a2b6..0cf85994f98 100644
--- a/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php
+++ b/clients/client/php/lib/Model/PostCheckPermissionOrErrorBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ae28ad16930..444446a738f 100644
--- a/clients/client/php/lib/Model/Project.php
+++ b/clients/client/php/lib/Model/Project.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 05c2d0709e5..861f6f6f3ef 100644
--- a/clients/client/php/lib/Model/ProjectApiKey.php
+++ b/clients/client/php/lib/Model/ProjectApiKey.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e47e76e4b00..387bc65de11 100644
--- a/clients/client/php/lib/Model/ProjectBranding.php
+++ b/clients/client/php/lib/Model/ProjectBranding.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c026ad5dfa2..68511216c2b 100644
--- a/clients/client/php/lib/Model/ProjectBrandingColors.php
+++ b/clients/client/php/lib/Model/ProjectBrandingColors.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b1dfb65c663..f48c6db2841 100644
--- a/clients/client/php/lib/Model/ProjectBrandingTheme.php
+++ b/clients/client/php/lib/Model/ProjectBrandingTheme.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 daa593b8258..a49c8abb74f 100644
--- a/clients/client/php/lib/Model/ProjectCors.php
+++ b/clients/client/php/lib/Model/ProjectCors.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 364c5c99628..f2b27bceb1e 100644
--- a/clients/client/php/lib/Model/ProjectHost.php
+++ b/clients/client/php/lib/Model/ProjectHost.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 59be186dc6b..72ed0bd1438 100644
--- a/clients/client/php/lib/Model/ProjectMetadata.php
+++ b/clients/client/php/lib/Model/ProjectMetadata.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 88216206958..80d463305d2 100644
--- a/clients/client/php/lib/Model/ProjectServiceIdentity.php
+++ b/clients/client/php/lib/Model/ProjectServiceIdentity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 54c4e40be4d..2d3cee15328 100644
--- a/clients/client/php/lib/Model/ProjectServiceOAuth2.php
+++ b/clients/client/php/lib/Model/ProjectServiceOAuth2.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2de4a6e16d1..c9ea9446e32 100644
--- a/clients/client/php/lib/Model/ProjectServicePermission.php
+++ b/clients/client/php/lib/Model/ProjectServicePermission.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8e41af6d07a..b7de4cbcd7d 100644
--- a/clients/client/php/lib/Model/ProjectServices.php
+++ b/clients/client/php/lib/Model/ProjectServices.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4e2b211c1d7..b72faf7894c 100644
--- a/clients/client/php/lib/Model/QuotaUsage.php
+++ b/clients/client/php/lib/Model/QuotaUsage.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d6db7c84290..11ac3eff99e 100644
--- a/clients/client/php/lib/Model/RFC6749ErrorJson.php
+++ b/clients/client/php/lib/Model/RFC6749ErrorJson.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 22e54ac1cd1..4b6ad0adb37 100644
--- a/clients/client/php/lib/Model/RecoveryCodeForIdentity.php
+++ b/clients/client/php/lib/Model/RecoveryCodeForIdentity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3bf43a4d969..a5824dd338e 100644
--- a/clients/client/php/lib/Model/RecoveryFlow.php
+++ b/clients/client/php/lib/Model/RecoveryFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e1ed42c37e3..381a88c2309 100644
--- a/clients/client/php/lib/Model/RecoveryFlowState.php
+++ b/clients/client/php/lib/Model/RecoveryFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3bc67102b49..59fba00505f 100644
--- a/clients/client/php/lib/Model/RecoveryIdentityAddress.php
+++ b/clients/client/php/lib/Model/RecoveryIdentityAddress.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 37f0fb53087..5dbf2cc4e01 100644
--- a/clients/client/php/lib/Model/RecoveryLinkForIdentity.php
+++ b/clients/client/php/lib/Model/RecoveryLinkForIdentity.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d71b2e484f6..de84794ebf8 100644
--- a/clients/client/php/lib/Model/RegistrationFlow.php
+++ b/clients/client/php/lib/Model/RegistrationFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d9395f3c182..0818fa34d50 100644
--- a/clients/client/php/lib/Model/RegistrationFlowState.php
+++ b/clients/client/php/lib/Model/RegistrationFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a72f15bd16..7bf7e275fe5 100644
--- a/clients/client/php/lib/Model/RejectOAuth2Request.php
+++ b/clients/client/php/lib/Model/RejectOAuth2Request.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 edeaed28ee9..7b1ca6eed6d 100644
--- a/clients/client/php/lib/Model/RelationQuery.php
+++ b/clients/client/php/lib/Model/RelationQuery.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 494b8f0f763..db8e070e802 100644
--- a/clients/client/php/lib/Model/Relationship.php
+++ b/clients/client/php/lib/Model/Relationship.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d37f557c36b..bdfbb613ce5 100644
--- a/clients/client/php/lib/Model/RelationshipNamespaces.php
+++ b/clients/client/php/lib/Model/RelationshipNamespaces.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd9f0f2847a..1ed8e6c3e2d 100644
--- a/clients/client/php/lib/Model/RelationshipPatch.php
+++ b/clients/client/php/lib/Model/RelationshipPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6ae8acf6302..1b3c268c825 100644
--- a/clients/client/php/lib/Model/Relationships.php
+++ b/clients/client/php/lib/Model/Relationships.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 09882a24347..061b03009c7 100644
--- a/clients/client/php/lib/Model/SchemaPatch.php
+++ b/clients/client/php/lib/Model/SchemaPatch.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e68e1569d02..002a862f5fa 100644
--- a/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php
+++ b/clients/client/php/lib/Model/SelfServiceFlowExpiredError.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 294290f05b7..e8eb8c92c35 100644
--- a/clients/client/php/lib/Model/Session.php
+++ b/clients/client/php/lib/Model/Session.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c1236e516f4..a04be76eb0f 100644
--- a/clients/client/php/lib/Model/SessionActivityDatapoint.php
+++ b/clients/client/php/lib/Model/SessionActivityDatapoint.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c5d27ca855d..4cdd1216295 100644
--- a/clients/client/php/lib/Model/SessionAuthenticationMethod.php
+++ b/clients/client/php/lib/Model/SessionAuthenticationMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a87e6f44008..bf915c1cfe7 100644
--- a/clients/client/php/lib/Model/SessionDevice.php
+++ b/clients/client/php/lib/Model/SessionDevice.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f79573eb340..a5490604997 100644
--- a/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php
+++ b/clients/client/php/lib/Model/SetActiveProjectInConsoleBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3f54545646d..477e53e0576 100644
--- a/clients/client/php/lib/Model/SetCustomDomainBody.php
+++ b/clients/client/php/lib/Model/SetCustomDomainBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9a0c70da321..91e9b1df953 100644
--- a/clients/client/php/lib/Model/SetProject.php
+++ b/clients/client/php/lib/Model/SetProject.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4c1ff85c043..7804c446200 100644
--- a/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php
+++ b/clients/client/php/lib/Model/SetProjectBrandingThemeBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e83669db184..59e05bfbb5f 100644
--- a/clients/client/php/lib/Model/SettingsFlow.php
+++ b/clients/client/php/lib/Model/SettingsFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d92ef74cb0d..04b4d9bd104 100644
--- a/clients/client/php/lib/Model/SettingsFlowState.php
+++ b/clients/client/php/lib/Model/SettingsFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b8309dbc136..a0b5f09b57f 100644
--- a/clients/client/php/lib/Model/SourcePosition.php
+++ b/clients/client/php/lib/Model/SourcePosition.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d5b5f7c0e7e..2b8945eb0ba 100644
--- a/clients/client/php/lib/Model/StripeCustomer.php
+++ b/clients/client/php/lib/Model/StripeCustomer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d79c6f7994c..1a1e0ae8d8b 100644
--- a/clients/client/php/lib/Model/SubjectSet.php
+++ b/clients/client/php/lib/Model/SubjectSet.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 efef460a38d..1fcc74fbc6e 100644
--- a/clients/client/php/lib/Model/Subscription.php
+++ b/clients/client/php/lib/Model/Subscription.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dfc82597634..84bc0c9be3b 100644
--- a/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php
+++ b/clients/client/php/lib/Model/SuccessfulCodeExchangeResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fe956cce009..445f6bd5d54 100644
--- a/clients/client/php/lib/Model/SuccessfulNativeLogin.php
+++ b/clients/client/php/lib/Model/SuccessfulNativeLogin.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 62abd043d75..b9c74272f05 100644
--- a/clients/client/php/lib/Model/SuccessfulNativeRegistration.php
+++ b/clients/client/php/lib/Model/SuccessfulNativeRegistration.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7e25547909f..d113de4ca32 100644
--- a/clients/client/php/lib/Model/SuccessfulProjectUpdate.php
+++ b/clients/client/php/lib/Model/SuccessfulProjectUpdate.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d2cddf284cf..f2f848e337a 100644
--- a/clients/client/php/lib/Model/TokenPagination.php
+++ b/clients/client/php/lib/Model/TokenPagination.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 89ff73da934..2a8e4b47dc1 100644
--- a/clients/client/php/lib/Model/TokenPaginationHeaders.php
+++ b/clients/client/php/lib/Model/TokenPaginationHeaders.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dc16a877750..8c157807e13 100644
--- a/clients/client/php/lib/Model/TokenPaginationRequestParameters.php
+++ b/clients/client/php/lib/Model/TokenPaginationRequestParameters.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9e1635d4664..fed7815be38 100644
--- a/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php
+++ b/clients/client/php/lib/Model/TokenPaginationResponseHeaders.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 59cd3f75d54..122c21639ea 100644
--- a/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php
+++ b/clients/client/php/lib/Model/TrustOAuth2JwtGrantIssuer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 089ceddb078..7dd90c7d9f6 100644
--- a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php
+++ b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantIssuer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 beddb823af4..d7e15a83eb5 100644
--- a/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php
+++ b/clients/client/php/lib/Model/TrustedOAuth2JwtGrantJsonWebKey.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3f90690aa54..4df819e8a7c 100644
--- a/clients/client/php/lib/Model/UiContainer.php
+++ b/clients/client/php/lib/Model/UiContainer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7d02dc35d88..8b4a75c71f8 100644
--- a/clients/client/php/lib/Model/UiNode.php
+++ b/clients/client/php/lib/Model/UiNode.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 956f3b60c03..58dfe54ff54 100644
--- a/clients/client/php/lib/Model/UiNodeAnchorAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeAnchorAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6c8bf2f1297..7eb58e80d34 100644
--- a/clients/client/php/lib/Model/UiNodeAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8c1a961affa..358f80296f9 100644
--- a/clients/client/php/lib/Model/UiNodeImageAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeImageAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1abfccd4cbd..a18df55b03b 100644
--- a/clients/client/php/lib/Model/UiNodeInputAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeInputAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e365d39eae9..3999679c8fd 100644
--- a/clients/client/php/lib/Model/UiNodeMeta.php
+++ b/clients/client/php/lib/Model/UiNodeMeta.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 62d83850e83..9c0f6b0266e 100644
--- a/clients/client/php/lib/Model/UiNodeScriptAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeScriptAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6fb65ad8342..1206fc5daa9 100644
--- a/clients/client/php/lib/Model/UiNodeTextAttributes.php
+++ b/clients/client/php/lib/Model/UiNodeTextAttributes.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c01e1dc5138..e1d1459a984 100644
--- a/clients/client/php/lib/Model/UiText.php
+++ b/clients/client/php/lib/Model/UiText.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1fc9ede8efa..3a2adabf772 100644
--- a/clients/client/php/lib/Model/UpdateIdentityBody.php
+++ b/clients/client/php/lib/Model/UpdateIdentityBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0e6ded61433..d0592188be7 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2f1855afa82..dc0df26b92c 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e6b03400fff..6b4f1adcbd2 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithLookupSecretMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ded68d8ab36..a9e2cd5fae3 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithOidcMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2a87c41700c..11e50474e35 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithPasswordMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9a2bb390c59..47bb28ec8c3 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithTotpMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 478420c6105..ea493255bd5 100644
--- a/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php
+++ b/clients/client/php/lib/Model/UpdateLoginFlowWithWebAuthnMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3554132fde5..eff6f23e2cf 100644
--- a/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateRecoveryFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 63c864c2542..d4bb9daf70c 100644
--- a/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateRecoveryFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d3d101d5e93..b031d191515 100644
--- a/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php
+++ b/clients/client/php/lib/Model/UpdateRecoveryFlowWithLinkMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2a803fe81ba..08f6df6ec50 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 97c537a3c70..eabf6e6fd96 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 50432672d52..0c56f11ec5a 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithOidcMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b7656079603..e0be0802e76 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithPasswordMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 91dfb23d945..68c7769d3bb 100644
--- a/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php
+++ b/clients/client/php/lib/Model/UpdateRegistrationFlowWithWebAuthnMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 99de9512805..60129a7481d 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 27704cb7d47..08fd9114deb 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithLookupMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4d41ad17c83..62e18ec67d9 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithOidcMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 438d11ede5d..b9de0802654 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithPasswordMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 16871c58ce7..f4ae761aa76 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithProfileMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8589f767309..3ca58ba7614 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithTotpMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2226ce629ce..c37d021ff8f 100644
--- a/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php
+++ b/clients/client/php/lib/Model/UpdateSettingsFlowWithWebAuthnMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 953f315dece..e7ad06b755c 100644
--- a/clients/client/php/lib/Model/UpdateSubscriptionBody.php
+++ b/clients/client/php/lib/Model/UpdateSubscriptionBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3c5634fd14b..032692862d5 100644
--- a/clients/client/php/lib/Model/UpdateVerificationFlowBody.php
+++ b/clients/client/php/lib/Model/UpdateVerificationFlowBody.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f5d7d52b4eb..57192aaf195 100644
--- a/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php
+++ b/clients/client/php/lib/Model/UpdateVerificationFlowWithCodeMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ace0cab6045..237ba8836f0 100644
--- a/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php
+++ b/clients/client/php/lib/Model/UpdateVerificationFlowWithLinkMethod.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a5bf9109087..412d2303aef 100644
--- a/clients/client/php/lib/Model/Usage.php
+++ b/clients/client/php/lib/Model/Usage.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f25c4bdd968..a7f5be00d66 100644
--- a/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php
+++ b/clients/client/php/lib/Model/VerifiableCredentialPrimingResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d5fcba29329..a6e465351f1 100644
--- a/clients/client/php/lib/Model/VerifiableCredentialProof.php
+++ b/clients/client/php/lib/Model/VerifiableCredentialProof.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1f76866301a..c8bfa1ef743 100644
--- a/clients/client/php/lib/Model/VerifiableCredentialResponse.php
+++ b/clients/client/php/lib/Model/VerifiableCredentialResponse.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 077d3fe0358..da2924fdc3f 100644
--- a/clients/client/php/lib/Model/VerifiableIdentityAddress.php
+++ b/clients/client/php/lib/Model/VerifiableIdentityAddress.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2b9029cdff6..ddd5dc4a4c6 100644
--- a/clients/client/php/lib/Model/VerificationFlow.php
+++ b/clients/client/php/lib/Model/VerificationFlow.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c516b782226..6043f430c04 100644
--- a/clients/client/php/lib/Model/VerificationFlowState.php
+++ b/clients/client/php/lib/Model/VerificationFlowState.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6945c6c4b39..bbb41aeca57 100644
--- a/clients/client/php/lib/Model/Version.php
+++ b/clients/client/php/lib/Model/Version.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9c7d6e56650..dde32bf09d0 100644
--- a/clients/client/php/lib/Model/Warning.php
+++ b/clients/client/php/lib/Model/Warning.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1fc53693230..3ec2af85310 100644
--- a/clients/client/php/lib/ObjectSerializer.php
+++ b/clients/client/php/lib/ObjectSerializer.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 04bc6c9cb98..46648390880 100644
--- a/clients/client/php/test/Api/CourierApiTest.php
+++ b/clients/client/php/test/Api/CourierApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e99cf17110a..54eca1d0d31 100644
--- a/clients/client/php/test/Api/FrontendApiTest.php
+++ b/clients/client/php/test/Api/FrontendApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0f0be574199..1ca661625d1 100644
--- a/clients/client/php/test/Api/IdentityApiTest.php
+++ b/clients/client/php/test/Api/IdentityApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 38ae7306a8c..54c564b0152 100644
--- a/clients/client/php/test/Api/JwkApiTest.php
+++ b/clients/client/php/test/Api/JwkApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0fe6190ab46..fd9d2a2d448 100644
--- a/clients/client/php/test/Api/MetadataApiTest.php
+++ b/clients/client/php/test/Api/MetadataApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ab943db7a70..53ddf60e4ae 100644
--- a/clients/client/php/test/Api/OAuth2ApiTest.php
+++ b/clients/client/php/test/Api/OAuth2ApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 77809c28353..d64733fe56c 100644
--- a/clients/client/php/test/Api/OidcApiTest.php
+++ b/clients/client/php/test/Api/OidcApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 16d580939b5..8ac951ade27 100644
--- a/clients/client/php/test/Api/PermissionApiTest.php
+++ b/clients/client/php/test/Api/PermissionApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b55a94448f3..15e7d5e7c30 100644
--- a/clients/client/php/test/Api/ProjectApiTest.php
+++ b/clients/client/php/test/Api/ProjectApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 10f537a0f8e..00f542cb1dd 100644
--- a/clients/client/php/test/Api/RelationshipApiTest.php
+++ b/clients/client/php/test/Api/RelationshipApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 18324d96464..82ee4a31a19 100644
--- a/clients/client/php/test/Api/WellknownApiTest.php
+++ b/clients/client/php/test/Api/WellknownApiTest.php
@@ -14,7 +14,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 59c79981dad..d7721a4f94a 100644
--- a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php
+++ b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestSessionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0d31866caba..1239546ae7e 100644
--- a/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php
+++ b/clients/client/php/test/Model/AcceptOAuth2ConsentRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c135a735fd8..759f67f8e30 100644
--- a/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php
+++ b/clients/client/php/test/Model/AcceptOAuth2LoginRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4234ce927e4..81bad8a3f77 100644
--- a/clients/client/php/test/Model/ActiveProjectInConsoleTest.php
+++ b/clients/client/php/test/Model/ActiveProjectInConsoleTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 73a536911b1..32fd1dc7159 100644
--- a/clients/client/php/test/Model/AttributesCountDatapointTest.php
+++ b/clients/client/php/test/Model/AttributesCountDatapointTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e9eadc1324b..5bdd5f8322c 100644
--- a/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php
+++ b/clients/client/php/test/Model/AuthenticatorAssuranceLevelTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 90c0967ce14..798c9c0cab2 100644
--- a/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php
+++ b/clients/client/php/test/Model/BatchPatchIdentitiesResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1eea81134a5..b59aed691aa 100644
--- a/clients/client/php/test/Model/CheckOplSyntaxResultTest.php
+++ b/clients/client/php/test/Model/CheckOplSyntaxResultTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fb3a04920dd..998e322bdec 100644
--- a/clients/client/php/test/Model/CheckPermissionResultTest.php
+++ b/clients/client/php/test/Model/CheckPermissionResultTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f56c02d495b..fae7c9657dc 100644
--- a/clients/client/php/test/Model/CloudAccountTest.php
+++ b/clients/client/php/test/Model/CloudAccountTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 36410e77369..eb7fd17435a 100644
--- a/clients/client/php/test/Model/ConsistencyRequestParametersTest.php
+++ b/clients/client/php/test/Model/ConsistencyRequestParametersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d9ee3c46854..56cb308ca28 100644
--- a/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php
+++ b/clients/client/php/test/Model/ContinueWithSetOrySessionTokenTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 122e21c1659..ef694f1c7d9 100644
--- a/clients/client/php/test/Model/ContinueWithTest.php
+++ b/clients/client/php/test/Model/ContinueWithTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 355b196a8b5..0e6707cbccd 100644
--- a/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php
+++ b/clients/client/php/test/Model/ContinueWithVerificationUiFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 30a5122e28f..db15c2ea584 100644
--- a/clients/client/php/test/Model/ContinueWithVerificationUiTest.php
+++ b/clients/client/php/test/Model/ContinueWithVerificationUiTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0eebe41663c..57bd542dedc 100644
--- a/clients/client/php/test/Model/CourierMessageStatusTest.php
+++ b/clients/client/php/test/Model/CourierMessageStatusTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a61ffbeb06b..fe30557253c 100644
--- a/clients/client/php/test/Model/CourierMessageTypeTest.php
+++ b/clients/client/php/test/Model/CourierMessageTypeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c68bb168a7b..bc00033e4b5 100644
--- a/clients/client/php/test/Model/CreateCustomDomainBodyTest.php
+++ b/clients/client/php/test/Model/CreateCustomDomainBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1531c142f27..b95e37f3106 100644
--- a/clients/client/php/test/Model/CreateIdentityBodyTest.php
+++ b/clients/client/php/test/Model/CreateIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ff49586d682..d8df9c06319 100644
--- a/clients/client/php/test/Model/CreateInviteResponseTest.php
+++ b/clients/client/php/test/Model/CreateInviteResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 15da681b5ee..1bc8d1fe664 100644
--- a/clients/client/php/test/Model/CreateJsonWebKeySetTest.php
+++ b/clients/client/php/test/Model/CreateJsonWebKeySetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 54e4cd57f53..2769681cb52 100644
--- a/clients/client/php/test/Model/CreateProjectBodyTest.php
+++ b/clients/client/php/test/Model/CreateProjectBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f6bc0e643b4..ab4c8cd3164 100644
--- a/clients/client/php/test/Model/CreateProjectBrandingTest.php
+++ b/clients/client/php/test/Model/CreateProjectBrandingTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6f7970a3478..f90f0779ac8 100644
--- a/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php
+++ b/clients/client/php/test/Model/CreateProjectMemberInviteBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3a1ed810a5c..ab378ffbf98 100644
--- a/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php
+++ b/clients/client/php/test/Model/CreateRecoveryCodeForIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a23e49bf66e..3d4add6c25e 100644
--- a/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php
+++ b/clients/client/php/test/Model/CreateRecoveryLinkForIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 54d54cd0b5e..43b080c3100 100644
--- a/clients/client/php/test/Model/CreateRelationshipBodyTest.php
+++ b/clients/client/php/test/Model/CreateRelationshipBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 33d7f422491..3073b3e9c8e 100644
--- a/clients/client/php/test/Model/CreateSubscriptionBodyTest.php
+++ b/clients/client/php/test/Model/CreateSubscriptionBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c0bc934b21f..4b0f43ba318 100644
--- a/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php
+++ b/clients/client/php/test/Model/CreateVerifiableCredentialRequestBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8e25907f0a7..d4c68e3beb4 100644
--- a/clients/client/php/test/Model/CredentialSupportedDraft00Test.php
+++ b/clients/client/php/test/Model/CredentialSupportedDraft00Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7adf5064be4..8dd9e9e88cc 100644
--- a/clients/client/php/test/Model/CustomDomainTest.php
+++ b/clients/client/php/test/Model/CustomDomainTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2d1d2babccb..781babbdeb6 100644
--- a/clients/client/php/test/Model/DeleteMySessionsCountTest.php
+++ b/clients/client/php/test/Model/DeleteMySessionsCountTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6cd7c19c852..eb6e5e0bc18 100644
--- a/clients/client/php/test/Model/EmailTemplateDataBodyTest.php
+++ b/clients/client/php/test/Model/EmailTemplateDataBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 49cdd257402..4a751b8d75b 100644
--- a/clients/client/php/test/Model/EmailTemplateDataTest.php
+++ b/clients/client/php/test/Model/EmailTemplateDataTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e83a95430ec..2afd9e1bfb0 100644
--- a/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php
+++ b/clients/client/php/test/Model/ErrorAuthenticatorAssuranceLevelNotSatisfiedTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5540a82de40..e99266301e9 100644
--- a/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php
+++ b/clients/client/php/test/Model/ErrorBrowserLocationChangeRequiredTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c58944aaeb4..9ed10b67598 100644
--- a/clients/client/php/test/Model/ErrorFlowReplacedTest.php
+++ b/clients/client/php/test/Model/ErrorFlowReplacedTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3cadcdf34b6..965af4df62e 100644
--- a/clients/client/php/test/Model/ErrorGenericTest.php
+++ b/clients/client/php/test/Model/ErrorGenericTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 140524185ec..8cc55e19d7b 100644
--- a/clients/client/php/test/Model/ErrorOAuth2Test.php
+++ b/clients/client/php/test/Model/ErrorOAuth2Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 93b552d715a..24c74464a47 100644
--- a/clients/client/php/test/Model/ExpandedPermissionTreeTest.php
+++ b/clients/client/php/test/Model/ExpandedPermissionTreeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6f4a5e7ae96..41ea12d7d62 100644
--- a/clients/client/php/test/Model/FlowErrorTest.php
+++ b/clients/client/php/test/Model/FlowErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7fb848f8c3c..9c2c08820e7 100644
--- a/clients/client/php/test/Model/GenericErrorContentTest.php
+++ b/clients/client/php/test/Model/GenericErrorContentTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ec97e1b7eb4..188cf87d608 100644
--- a/clients/client/php/test/Model/GenericErrorTest.php
+++ b/clients/client/php/test/Model/GenericErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b62ce7a09a7..22fa29585f5 100644
--- a/clients/client/php/test/Model/GenericUsageTest.php
+++ b/clients/client/php/test/Model/GenericUsageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e18bcde0a53..4884dae911a 100644
--- a/clients/client/php/test/Model/GetAttributesCountResponseTest.php
+++ b/clients/client/php/test/Model/GetAttributesCountResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 137e193effa..eaa3aab3e07 100644
--- a/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php
+++ b/clients/client/php/test/Model/GetManagedIdentitySchemaLocationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4cfcf4f6cdf..c8cda68e75e 100644
--- a/clients/client/php/test/Model/GetOrganizationResponseTest.php
+++ b/clients/client/php/test/Model/GetOrganizationResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56c11cfd5aa..28b6a78b443 100644
--- a/clients/client/php/test/Model/GetProjectMetricsResponseTest.php
+++ b/clients/client/php/test/Model/GetProjectMetricsResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 37bda4beae7..830a22fb084 100644
--- a/clients/client/php/test/Model/GetSessionActivityResponseTest.php
+++ b/clients/client/php/test/Model/GetSessionActivityResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f888c04b0a1..40a4b1f43c9 100644
--- a/clients/client/php/test/Model/HealthNotReadyStatusTest.php
+++ b/clients/client/php/test/Model/HealthNotReadyStatusTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3de08d72cbb..9243e55164c 100644
--- a/clients/client/php/test/Model/HealthStatusTest.php
+++ b/clients/client/php/test/Model/HealthStatusTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0dea5e8e532..e6b4caf4209 100644
--- a/clients/client/php/test/Model/IdentityCredentialsCodeTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsCodeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e10489bca54..d8f79aaae65 100644
--- a/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsOidcProviderTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 78386bf38d3..010a42af4b0 100644
--- a/clients/client/php/test/Model/IdentityCredentialsOidcTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsOidcTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 eeaf21aa478..6f7aecbf00c 100644
--- a/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsPasswordTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4f0f2feadf2..72e4d919269 100644
--- a/clients/client/php/test/Model/IdentityCredentialsTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6a33c10b02c..30a2a5e91c2 100644
--- a/clients/client/php/test/Model/IdentityCredentialsTypeTest.php
+++ b/clients/client/php/test/Model/IdentityCredentialsTypeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3011df694b8..28138dd6add 100644
--- a/clients/client/php/test/Model/IdentityPatchResponseTest.php
+++ b/clients/client/php/test/Model/IdentityPatchResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d10d99abac7..5d4e7acd87f 100644
--- a/clients/client/php/test/Model/IdentityPatchTest.php
+++ b/clients/client/php/test/Model/IdentityPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0c3e221b09e..500c5308512 100644
--- a/clients/client/php/test/Model/IdentitySchemaContainerTest.php
+++ b/clients/client/php/test/Model/IdentitySchemaContainerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d731a263ae0..28f170c929f 100644
--- a/clients/client/php/test/Model/IdentitySchemaPresetTest.php
+++ b/clients/client/php/test/Model/IdentitySchemaPresetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 db4a20a207e..ad42ec67b60 100644
--- a/clients/client/php/test/Model/IdentityStateTest.php
+++ b/clients/client/php/test/Model/IdentityStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 02ec189d9fd..efbc38dff3e 100644
--- a/clients/client/php/test/Model/IdentityTest.php
+++ b/clients/client/php/test/Model/IdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 74993e09be4..b31b984f95c 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigProviderTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ef953537db6..26e7df560a7 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcConfigTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3adf69a513b..5715905c5cc 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsOidcTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ac33ffc4c59..a67090b4cac 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsPasswordConfigTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 27169d280e2..f2867d4a14e 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsPasswordTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8d71fec44a7..48e7b21fef1 100644
--- a/clients/client/php/test/Model/IdentityWithCredentialsTest.php
+++ b/clients/client/php/test/Model/IdentityWithCredentialsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e3ebc9f2a86..83bfe2ff226 100644
--- a/clients/client/php/test/Model/InlineObject3Test.php
+++ b/clients/client/php/test/Model/InlineObject3Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ab8417fb2a2..1b138712cc1 100644
--- a/clients/client/php/test/Model/InlineResponse2001Test.php
+++ b/clients/client/php/test/Model/InlineResponse2001Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 da72a4627c8..4635390eb27 100644
--- a/clients/client/php/test/Model/InlineResponse200Test.php
+++ b/clients/client/php/test/Model/InlineResponse200Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f2db23ed82e..103adddd9f6 100644
--- a/clients/client/php/test/Model/InlineResponse503Test.php
+++ b/clients/client/php/test/Model/InlineResponse503Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0c07564d42c..dc66ca5c120 100644
--- a/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php
+++ b/clients/client/php/test/Model/InternalGetProjectBrandingBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 988f001b202..a3bb265097e 100644
--- a/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php
+++ b/clients/client/php/test/Model/InternalIsAXWelcomeScreenEnabledForProjectBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 22bd1efb72b..2ba7de418d1 100644
--- a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php
+++ b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ebfec8a9545..d87967353ae 100644
--- a/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php
+++ b/clients/client/php/test/Model/InternalIsOwnerForProjectBySlugResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7b52cc67b0b..21f4795402e 100644
--- a/clients/client/php/test/Model/InternalProvisionMockSubscriptionTest.php
+++ b/clients/client/php/test/Model/InternalProvisionMockSubscriptionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0ab75a3962d..a2949a0743b 100644
--- a/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php
+++ b/clients/client/php/test/Model/IntrospectedOAuth2TokenTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 64bb34cb730..048f21b5fe1 100644
--- a/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php
+++ b/clients/client/php/test/Model/IsOwnerForProjectBySlugTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1e1dd0280db..51079dae347 100644
--- a/clients/client/php/test/Model/JsonPatchTest.php
+++ b/clients/client/php/test/Model/JsonPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3b3f5c597c3..bb75d9d98ef 100644
--- a/clients/client/php/test/Model/JsonWebKeySetTest.php
+++ b/clients/client/php/test/Model/JsonWebKeySetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3b9ecab1e8d..ccb04f2db56 100644
--- a/clients/client/php/test/Model/JsonWebKeyTest.php
+++ b/clients/client/php/test/Model/JsonWebKeyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bb2db6d606b..37cd3cdab8d 100644
--- a/clients/client/php/test/Model/KetoNamespaceTest.php
+++ b/clients/client/php/test/Model/KetoNamespaceTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 885784ccc7e..419e546331d 100644
--- a/clients/client/php/test/Model/ListOrganizationsResponseTest.php
+++ b/clients/client/php/test/Model/ListOrganizationsResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 de641498278..c3300451999 100644
--- a/clients/client/php/test/Model/LoginFlowStateTest.php
+++ b/clients/client/php/test/Model/LoginFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 98d512a6acc..384f0db32f8 100644
--- a/clients/client/php/test/Model/LoginFlowTest.php
+++ b/clients/client/php/test/Model/LoginFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ac3a829ddc7..6b5f5f335f2 100644
--- a/clients/client/php/test/Model/LogoutFlowTest.php
+++ b/clients/client/php/test/Model/LogoutFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd8fa7feb14..98b43440682 100644
--- a/clients/client/php/test/Model/ManagedIdentitySchemaTest.php
+++ b/clients/client/php/test/Model/ManagedIdentitySchemaTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1a1f045e64d..f6a36fbe5e5 100644
--- a/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php
+++ b/clients/client/php/test/Model/ManagedIdentitySchemaValidationResultTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 589d1fa4f9d..1102a56015f 100644
--- a/clients/client/php/test/Model/MemberInviteTest.php
+++ b/clients/client/php/test/Model/MemberInviteTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a89410766ed..c5beeee8230 100644
--- a/clients/client/php/test/Model/MessageDispatchTest.php
+++ b/clients/client/php/test/Model/MessageDispatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 097a1d87767..ffc0ba50e9a 100644
--- a/clients/client/php/test/Model/MessageTest.php
+++ b/clients/client/php/test/Model/MessageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 88dd268622f..79f238881a2 100644
--- a/clients/client/php/test/Model/MetricsDatapointTest.php
+++ b/clients/client/php/test/Model/MetricsDatapointTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cfe1710ea1b..70d85f888ac 100644
--- a/clients/client/php/test/Model/ModelNamespaceTest.php
+++ b/clients/client/php/test/Model/ModelNamespaceTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1cdb7875d61..32421b9b7c3 100644
--- a/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php
+++ b/clients/client/php/test/Model/NeedsPrivilegedSessionErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bd55ee87cbe..aab93717267 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionHookTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4f58a77615c..6d8d656b238 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionIdentitySchemaTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aa8c2382c1e..3bdb13b23ec 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d7b2b2a982f..551aca91e66 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionThirdPartyProviderTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ca9755b3160..f04d74e528f 100644
--- a/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectRevisionTokenizerTemplateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 54cb684a688..89cc1bec2dd 100644
--- a/clients/client/php/test/Model/NormalizedProjectTest.php
+++ b/clients/client/php/test/Model/NormalizedProjectTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 88124375c9c..c7ed9ddcda5 100644
--- a/clients/client/php/test/Model/OAuth2ClientTest.php
+++ b/clients/client/php/test/Model/OAuth2ClientTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e0eec30f0e6..7f59a94d87b 100644
--- a/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php
+++ b/clients/client/php/test/Model/OAuth2ClientTokenLifespansTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9fc524a9189..5ac1cc1e17f 100644
--- a/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentRequestOpenIDConnectContextTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dd9aba06988..be9fba3d2ae 100644
--- a/clients/client/php/test/Model/OAuth2ConsentRequestTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 956f162d21b..eb4e4ea47b8 100644
--- a/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentSessionExpiresAtTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 83f6d27769f..bbf0cef5606 100644
--- a/clients/client/php/test/Model/OAuth2ConsentSessionTest.php
+++ b/clients/client/php/test/Model/OAuth2ConsentSessionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 71b8be22296..4bef0ec8a5e 100644
--- a/clients/client/php/test/Model/OAuth2LoginRequestTest.php
+++ b/clients/client/php/test/Model/OAuth2LoginRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 209c3f5c464..e2e84c36c78 100644
--- a/clients/client/php/test/Model/OAuth2LogoutRequestTest.php
+++ b/clients/client/php/test/Model/OAuth2LogoutRequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 587d76ceb58..d7664296226 100644
--- a/clients/client/php/test/Model/OAuth2RedirectToTest.php
+++ b/clients/client/php/test/Model/OAuth2RedirectToTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1bd3dc9086f..c980b4ad651 100644
--- a/clients/client/php/test/Model/OAuth2TokenExchangeTest.php
+++ b/clients/client/php/test/Model/OAuth2TokenExchangeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 84a05ad8bc9..bd2d44fedef 100644
--- a/clients/client/php/test/Model/OidcConfigurationTest.php
+++ b/clients/client/php/test/Model/OidcConfigurationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 559de7326cf..af611d5051f 100644
--- a/clients/client/php/test/Model/OidcUserInfoTest.php
+++ b/clients/client/php/test/Model/OidcUserInfoTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 792b90a4368..5add8971d36 100644
--- a/clients/client/php/test/Model/OrganizationBodyTest.php
+++ b/clients/client/php/test/Model/OrganizationBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c92dcf2b997..22d9ebd5338 100644
--- a/clients/client/php/test/Model/OrganizationTest.php
+++ b/clients/client/php/test/Model/OrganizationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 99d48c99ca4..1a4c47495ae 100644
--- a/clients/client/php/test/Model/PaginationHeadersTest.php
+++ b/clients/client/php/test/Model/PaginationHeadersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5648972193e..90151f1ac7f 100644
--- a/clients/client/php/test/Model/PaginationTest.php
+++ b/clients/client/php/test/Model/PaginationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0fbef074381..d10eddf7116 100644
--- a/clients/client/php/test/Model/ParseErrorTest.php
+++ b/clients/client/php/test/Model/ParseErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0bfe4318688..0baac985cdd 100644
--- a/clients/client/php/test/Model/PatchIdentitiesBodyTest.php
+++ b/clients/client/php/test/Model/PatchIdentitiesBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 83e29bb21e5..d78935bf992 100644
--- a/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php
+++ b/clients/client/php/test/Model/PerformNativeLogoutBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 57a493dc15c..ef8acd2bb54 100644
--- a/clients/client/php/test/Model/PlanDetailsTest.php
+++ b/clients/client/php/test/Model/PlanDetailsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 51a8eefd89d..fbbee23852c 100644
--- a/clients/client/php/test/Model/PlanTest.php
+++ b/clients/client/php/test/Model/PlanTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 574ec3adf16..0c5ca737a3e 100644
--- a/clients/client/php/test/Model/PostCheckPermissionBodyTest.php
+++ b/clients/client/php/test/Model/PostCheckPermissionBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1b5d53b5b2a..a399a5ea761 100644
--- a/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php
+++ b/clients/client/php/test/Model/PostCheckPermissionOrErrorBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 78b172a247a..27db4ca0148 100644
--- a/clients/client/php/test/Model/ProjectApiKeyTest.php
+++ b/clients/client/php/test/Model/ProjectApiKeyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f00cc3cbe3f..9c6bfefac88 100644
--- a/clients/client/php/test/Model/ProjectBrandingColorsTest.php
+++ b/clients/client/php/test/Model/ProjectBrandingColorsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 50f68a8ad30..44c649073d7 100644
--- a/clients/client/php/test/Model/ProjectBrandingTest.php
+++ b/clients/client/php/test/Model/ProjectBrandingTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8e09aeb2f7d..18f021c9f9f 100644
--- a/clients/client/php/test/Model/ProjectBrandingThemeTest.php
+++ b/clients/client/php/test/Model/ProjectBrandingThemeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2465c411306..45bef46fcde 100644
--- a/clients/client/php/test/Model/ProjectCorsTest.php
+++ b/clients/client/php/test/Model/ProjectCorsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 21abd6b9cd6..777dc2078fe 100644
--- a/clients/client/php/test/Model/ProjectHostTest.php
+++ b/clients/client/php/test/Model/ProjectHostTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9889bd24dc4..4e1eb3d4a00 100644
--- a/clients/client/php/test/Model/ProjectMetadataTest.php
+++ b/clients/client/php/test/Model/ProjectMetadataTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 14ac0a65854..d09c27430ee 100644
--- a/clients/client/php/test/Model/ProjectServiceIdentityTest.php
+++ b/clients/client/php/test/Model/ProjectServiceIdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 414b1f37be0..d62db789a37 100644
--- a/clients/client/php/test/Model/ProjectServiceOAuth2Test.php
+++ b/clients/client/php/test/Model/ProjectServiceOAuth2Test.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1d7cc4d1e10..258cbcb3561 100644
--- a/clients/client/php/test/Model/ProjectServicePermissionTest.php
+++ b/clients/client/php/test/Model/ProjectServicePermissionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 86535486453..4c8957c4bd5 100644
--- a/clients/client/php/test/Model/ProjectServicesTest.php
+++ b/clients/client/php/test/Model/ProjectServicesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a2a6b0a018a..91520d93893 100644
--- a/clients/client/php/test/Model/ProjectTest.php
+++ b/clients/client/php/test/Model/ProjectTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ac75605130e..58e5ee98582 100644
--- a/clients/client/php/test/Model/QuotaUsageTest.php
+++ b/clients/client/php/test/Model/QuotaUsageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e40241011a4..3812b413c3c 100644
--- a/clients/client/php/test/Model/RFC6749ErrorJsonTest.php
+++ b/clients/client/php/test/Model/RFC6749ErrorJsonTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2d8303f082f..e08dda08b80 100644
--- a/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php
+++ b/clients/client/php/test/Model/RecoveryCodeForIdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1c038aa88c0..6c0e6186aba 100644
--- a/clients/client/php/test/Model/RecoveryFlowStateTest.php
+++ b/clients/client/php/test/Model/RecoveryFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b5516aebf9d..7a600510b91 100644
--- a/clients/client/php/test/Model/RecoveryFlowTest.php
+++ b/clients/client/php/test/Model/RecoveryFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 093c0b26a5b..16984fdcbd9 100644
--- a/clients/client/php/test/Model/RecoveryIdentityAddressTest.php
+++ b/clients/client/php/test/Model/RecoveryIdentityAddressTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f45f1f0dee8..c4e2ca291aa 100644
--- a/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php
+++ b/clients/client/php/test/Model/RecoveryLinkForIdentityTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 512502110cf..ac5b71ba331 100644
--- a/clients/client/php/test/Model/RegistrationFlowStateTest.php
+++ b/clients/client/php/test/Model/RegistrationFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f7b5a2d5965..cb7fea2e40f 100644
--- a/clients/client/php/test/Model/RegistrationFlowTest.php
+++ b/clients/client/php/test/Model/RegistrationFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 117d46b08f3..3245775ee29 100644
--- a/clients/client/php/test/Model/RejectOAuth2RequestTest.php
+++ b/clients/client/php/test/Model/RejectOAuth2RequestTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4fac84d9975..cfeb087f0f8 100644
--- a/clients/client/php/test/Model/RelationQueryTest.php
+++ b/clients/client/php/test/Model/RelationQueryTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c34e17b3a4e..4a0f749eb9e 100644
--- a/clients/client/php/test/Model/RelationshipNamespacesTest.php
+++ b/clients/client/php/test/Model/RelationshipNamespacesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5daa0060ac8..dae579094f3 100644
--- a/clients/client/php/test/Model/RelationshipPatchTest.php
+++ b/clients/client/php/test/Model/RelationshipPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1a37df893be..882a165d264 100644
--- a/clients/client/php/test/Model/RelationshipTest.php
+++ b/clients/client/php/test/Model/RelationshipTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0532325b485..a836ed83dab 100644
--- a/clients/client/php/test/Model/RelationshipsTest.php
+++ b/clients/client/php/test/Model/RelationshipsTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 96116178af8..748d0831ae4 100644
--- a/clients/client/php/test/Model/SchemaPatchTest.php
+++ b/clients/client/php/test/Model/SchemaPatchTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9f6816ca9d5..06c249dba08 100644
--- a/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php
+++ b/clients/client/php/test/Model/SelfServiceFlowExpiredErrorTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 73436007c5a..c60781d92af 100644
--- a/clients/client/php/test/Model/SessionActivityDatapointTest.php
+++ b/clients/client/php/test/Model/SessionActivityDatapointTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 68cbd076317..961d5924239 100644
--- a/clients/client/php/test/Model/SessionAuthenticationMethodTest.php
+++ b/clients/client/php/test/Model/SessionAuthenticationMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5f3adbbe836..95a95c47686 100644
--- a/clients/client/php/test/Model/SessionDeviceTest.php
+++ b/clients/client/php/test/Model/SessionDeviceTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6ddc98a40fc..5bf8c55778b 100644
--- a/clients/client/php/test/Model/SessionTest.php
+++ b/clients/client/php/test/Model/SessionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ed91cc5de13..c16692e1a55 100644
--- a/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php
+++ b/clients/client/php/test/Model/SetActiveProjectInConsoleBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3419a6dedea..7e1145db655 100644
--- a/clients/client/php/test/Model/SetCustomDomainBodyTest.php
+++ b/clients/client/php/test/Model/SetCustomDomainBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 642a3eb72bd..455c709bd23 100644
--- a/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php
+++ b/clients/client/php/test/Model/SetProjectBrandingThemeBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2db02ac1e45..2999ef1ab1a 100644
--- a/clients/client/php/test/Model/SetProjectTest.php
+++ b/clients/client/php/test/Model/SetProjectTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d97b2935733..79daf64e180 100644
--- a/clients/client/php/test/Model/SettingsFlowStateTest.php
+++ b/clients/client/php/test/Model/SettingsFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e3146f71bf1..79a4d01b582 100644
--- a/clients/client/php/test/Model/SettingsFlowTest.php
+++ b/clients/client/php/test/Model/SettingsFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f1ba98edfa5..5b6d67e30c0 100644
--- a/clients/client/php/test/Model/SourcePositionTest.php
+++ b/clients/client/php/test/Model/SourcePositionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 400e7a7f097..236632126b0 100644
--- a/clients/client/php/test/Model/StripeCustomerTest.php
+++ b/clients/client/php/test/Model/StripeCustomerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1e2e45b4a69..52843a049ea 100644
--- a/clients/client/php/test/Model/SubjectSetTest.php
+++ b/clients/client/php/test/Model/SubjectSetTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c10fa2c4dc6..e290a2d1cbc 100644
--- a/clients/client/php/test/Model/SubscriptionTest.php
+++ b/clients/client/php/test/Model/SubscriptionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dacc34f9045..61d42c4ff0e 100644
--- a/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php
+++ b/clients/client/php/test/Model/SuccessfulCodeExchangeResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d2d44fa1c73..7fce160ca13 100644
--- a/clients/client/php/test/Model/SuccessfulNativeLoginTest.php
+++ b/clients/client/php/test/Model/SuccessfulNativeLoginTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1f1eb1d5762..5abb4b316c3 100644
--- a/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php
+++ b/clients/client/php/test/Model/SuccessfulNativeRegistrationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 89fa0a02fd5..f2b21b00984 100644
--- a/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php
+++ b/clients/client/php/test/Model/SuccessfulProjectUpdateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 82954319ea1..cf897f64fd4 100644
--- a/clients/client/php/test/Model/TokenPaginationHeadersTest.php
+++ b/clients/client/php/test/Model/TokenPaginationHeadersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 011c11ba806..5a6f7d5b11f 100644
--- a/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php
+++ b/clients/client/php/test/Model/TokenPaginationRequestParametersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4123b499446..50a2d6e4f42 100644
--- a/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php
+++ b/clients/client/php/test/Model/TokenPaginationResponseHeadersTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 056ea2954cb..a441f7656ec 100644
--- a/clients/client/php/test/Model/TokenPaginationTest.php
+++ b/clients/client/php/test/Model/TokenPaginationTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bf25a400246..6863b05fca1 100644
--- a/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php
+++ b/clients/client/php/test/Model/TrustOAuth2JwtGrantIssuerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 53e087114c4..db7e8281eb2 100644
--- a/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php
+++ b/clients/client/php/test/Model/TrustedOAuth2JwtGrantIssuerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9531134667a..68b9a654e47 100644
--- a/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php
+++ b/clients/client/php/test/Model/TrustedOAuth2JwtGrantJsonWebKeyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 73f8fe35fc3..5190beea304 100644
--- a/clients/client/php/test/Model/UiContainerTest.php
+++ b/clients/client/php/test/Model/UiContainerTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a2559d00bcb..232694d0e36 100644
--- a/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeAnchorAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 07a0bbe7fe7..decd70e3d87 100644
--- a/clients/client/php/test/Model/UiNodeAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c8411313810..f81c2c8e560 100644
--- a/clients/client/php/test/Model/UiNodeImageAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeImageAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 de1555e2b23..dfd1703c9ed 100644
--- a/clients/client/php/test/Model/UiNodeInputAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeInputAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a9053afa60d..fa7b1047918 100644
--- a/clients/client/php/test/Model/UiNodeMetaTest.php
+++ b/clients/client/php/test/Model/UiNodeMetaTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e05cee160b6..57be4e17d81 100644
--- a/clients/client/php/test/Model/UiNodeScriptAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeScriptAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 55a03e40206..0b394ccfb17 100644
--- a/clients/client/php/test/Model/UiNodeTest.php
+++ b/clients/client/php/test/Model/UiNodeTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8eed4c8cdcf..7d95dde3024 100644
--- a/clients/client/php/test/Model/UiNodeTextAttributesTest.php
+++ b/clients/client/php/test/Model/UiNodeTextAttributesTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 05816af0120..8aae6a15ea6 100644
--- a/clients/client/php/test/Model/UiTextTest.php
+++ b/clients/client/php/test/Model/UiTextTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 42561933d13..fabebb697f8 100644
--- a/clients/client/php/test/Model/UpdateIdentityBodyTest.php
+++ b/clients/client/php/test/Model/UpdateIdentityBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bd7ad8d92f3..42225ae2554 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b451bec9948..e519483ad13 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d0337288f76..d9e9eb1906e 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithLookupSecretMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6eedda28b10..449bfa26442 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithOidcMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c4690be198e..e86b732716f 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithPasswordMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 777f24f07f9..c85752b6a63 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithTotpMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e1f6d07186d..6e774117506 100644
--- a/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php
+++ b/clients/client/php/test/Model/UpdateLoginFlowWithWebAuthnMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bd1d683d4ac..805bfb860d4 100644
--- a/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateRecoveryFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d2ceb7e9bf7..58fd7580227 100644
--- a/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRecoveryFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a9b15fd222a..bde8f23f8e7 100644
--- a/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRecoveryFlowWithLinkMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c035a16e655..9300084bae7 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b014e6c29b9..3d03eda03e2 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e8090ba993c..b1dba20d226 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithOidcMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b34a14851ae..11720ee8555 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithPasswordMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b9ea4643089..46b43633181 100644
--- a/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php
+++ b/clients/client/php/test/Model/UpdateRegistrationFlowWithWebAuthnMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d09e91039db..d162cf5897c 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 99eaeeec7d8..a98e2c0a7ea 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithLookupMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 52a1867ec43..dfe51065eab 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithOidcMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6c130112f5e..fe5e8525016 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithPasswordMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5dc81f76887..2a7d721c635 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithProfileMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 df6e1d29d95..72cfaa1d7bb 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithTotpMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3a1f58fbc55..d935a25ff90 100644
--- a/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php
+++ b/clients/client/php/test/Model/UpdateSettingsFlowWithWebAuthnMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 631f0f6b9a9..8359821908f 100644
--- a/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php
+++ b/clients/client/php/test/Model/UpdateSubscriptionBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 682e2e667ac..3b6a0f8a622 100644
--- a/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php
+++ b/clients/client/php/test/Model/UpdateVerificationFlowBodyTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b0928fa777c..3045591dca6 100644
--- a/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php
+++ b/clients/client/php/test/Model/UpdateVerificationFlowWithCodeMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 274ad160118..19207da7580 100644
--- a/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php
+++ b/clients/client/php/test/Model/UpdateVerificationFlowWithLinkMethodTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1bd9924aa0f..9492653c7e4 100644
--- a/clients/client/php/test/Model/UsageTest.php
+++ b/clients/client/php/test/Model/UsageTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 87ce14366bb..0affdad8069 100644
--- a/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php
+++ b/clients/client/php/test/Model/VerifiableCredentialPrimingResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4a81df5845b..69a1a478fb5 100644
--- a/clients/client/php/test/Model/VerifiableCredentialProofTest.php
+++ b/clients/client/php/test/Model/VerifiableCredentialProofTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3cfc1e0140b..7787bdd1638 100644
--- a/clients/client/php/test/Model/VerifiableCredentialResponseTest.php
+++ b/clients/client/php/test/Model/VerifiableCredentialResponseTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7a0377766e9..27c471d41a4 100644
--- a/clients/client/php/test/Model/VerifiableIdentityAddressTest.php
+++ b/clients/client/php/test/Model/VerifiableIdentityAddressTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 175875e613d..c0cdf829ddf 100644
--- a/clients/client/php/test/Model/VerificationFlowStateTest.php
+++ b/clients/client/php/test/Model/VerificationFlowStateTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fb948f86bb2..8e9a4512cd7 100644
--- a/clients/client/php/test/Model/VerificationFlowTest.php
+++ b/clients/client/php/test/Model/VerificationFlowTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4e70cdc958a..a8ea6481cb9 100644
--- a/clients/client/php/test/Model/VersionTest.php
+++ b/clients/client/php/test/Model/VersionTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9c6096a534a..91f535f02cf 100644
--- a/clients/client/php/test/Model/WarningTest.php
+++ b/clients/client/php/test/Model/WarningTest.php
@@ -15,7 +15,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 efec7133fc9..9a8426ac9db 100644
--- a/clients/client/python/README.md
+++ b/clients/client/python/README.md
@@ -5,8 +5,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.1
-- Package version: v1.4.1
+- API version: v1.4.2
+- Package version: v1.4.2
- 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 0179130e1d5..2e328d48fdc 100644
--- a/clients/client/python/ory_client/__init__.py
+++ b/clients/client/python/ory_client/__init__.py
@@ -5,13 +5,13 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
-__version__ = "v1.4.1"
+__version__ = "v1.4.2"
# 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 d6605478394..f4c0c345263 100644
--- a/clients/client/python/ory_client/api/courier_api.py
+++ b/clients/client/python/ory_client/api/courier_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0765a0fb354..5ee14d1fad9 100644
--- a/clients/client/python/ory_client/api/frontend_api.py
+++ b/clients/client/python/ory_client/api/frontend_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 54aabea21b6..dcb6ae10ae8 100644
--- a/clients/client/python/ory_client/api/identity_api.py
+++ b/clients/client/python/ory_client/api/identity_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 08fdfc0e9e6..0a7be48b4da 100644
--- a/clients/client/python/ory_client/api/jwk_api.py
+++ b/clients/client/python/ory_client/api/jwk_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 51c56c1092d..077b44b1402 100644
--- a/clients/client/python/ory_client/api/metadata_api.py
+++ b/clients/client/python/ory_client/api/metadata_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8f30b828bd0..75a1ddef4da 100644
--- a/clients/client/python/ory_client/api/o_auth2_api.py
+++ b/clients/client/python/ory_client/api/o_auth2_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 790e8240c40..fbb3bdcab9e 100644
--- a/clients/client/python/ory_client/api/oidc_api.py
+++ b/clients/client/python/ory_client/api/oidc_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 511babde671..b0051a49c61 100644
--- a/clients/client/python/ory_client/api/permission_api.py
+++ b/clients/client/python/ory_client/api/permission_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 847e9c8d25d..42d5d19053e 100644
--- a/clients/client/python/ory_client/api/project_api.py
+++ b/clients/client/python/ory_client/api/project_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 26c969a2a1d..e859c9e18e9 100644
--- a/clients/client/python/ory_client/api/relationship_api.py
+++ b/clients/client/python/ory_client/api/relationship_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8088ab79edd..aaa945ee880 100644
--- a/clients/client/python/ory_client/api/wellknown_api.py
+++ b/clients/client/python/ory_client/api/wellknown_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f46e6e0dbed..e50eb776a03 100644
--- a/clients/client/python/ory_client/api_client.py
+++ b/clients/client/python/ory_client/api_client.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
- self.user_agent = 'OpenAPI-Generator/v1.4.1/python'
+ self.user_agent = 'OpenAPI-Generator/v1.4.2/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 26028f222f2..e78e6012150 100644
--- a/clients/client/python/ory_client/configuration.py
+++ b/clients/client/python/ory_client/configuration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
@@ -425,8 +425,8 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
- "Version of the API: v1.4.1\n"\
- "SDK Package Version: v1.4.1".\
+ "Version of the API: v1.4.2\n"\
+ "SDK Package Version: v1.4.2".\
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 680a3a3b33e..1bc0ec54edb 100644
--- a/clients/client/python/ory_client/exceptions.py
+++ b/clients/client/python/ory_client/exceptions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 89117302f22..f28232b380b 100644
--- a/clients/client/python/ory_client/model/accept_o_auth2_consent_request.py
+++ b/clients/client/python/ory_client/model/accept_o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c990a8fe737..a778b9b48ad 100644
--- a/clients/client/python/ory_client/model/accept_o_auth2_consent_request_session.py
+++ b/clients/client/python/ory_client/model/accept_o_auth2_consent_request_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ae43291a485..7a86670ebc9 100644
--- a/clients/client/python/ory_client/model/accept_o_auth2_login_request.py
+++ b/clients/client/python/ory_client/model/accept_o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 64e8480a8fe..1b9d3d75cbe 100644
--- a/clients/client/python/ory_client/model/active_project_in_console.py
+++ b/clients/client/python/ory_client/model/active_project_in_console.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 353f4713aa2..c81145ecbe6 100644
--- a/clients/client/python/ory_client/model/attributes_count_datapoint.py
+++ b/clients/client/python/ory_client/model/attributes_count_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3aa4f6ac145..433010c7265 100644
--- a/clients/client/python/ory_client/model/authenticator_assurance_level.py
+++ b/clients/client/python/ory_client/model/authenticator_assurance_level.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 83ee5151e15..1acf66be224 100644
--- a/clients/client/python/ory_client/model/batch_patch_identities_response.py
+++ b/clients/client/python/ory_client/model/batch_patch_identities_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 be73682d995..3b265e628a8 100644
--- a/clients/client/python/ory_client/model/check_opl_syntax_result.py
+++ b/clients/client/python/ory_client/model/check_opl_syntax_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 dba86cacb7a..6aa9b3bfb6a 100644
--- a/clients/client/python/ory_client/model/check_permission_result.py
+++ b/clients/client/python/ory_client/model/check_permission_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f7e311b8948..f2fae32c220 100644
--- a/clients/client/python/ory_client/model/cloud_account.py
+++ b/clients/client/python/ory_client/model/cloud_account.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 77833b33969..2a520b50f53 100644
--- a/clients/client/python/ory_client/model/consistency_request_parameters.py
+++ b/clients/client/python/ory_client/model/consistency_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5d5819bc7ac..9f375fb4731 100644
--- a/clients/client/python/ory_client/model/continue_with.py
+++ b/clients/client/python/ory_client/model/continue_with.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 af3cae2d976..c834b50ecc3 100644
--- a/clients/client/python/ory_client/model/continue_with_set_ory_session_token.py
+++ b/clients/client/python/ory_client/model/continue_with_set_ory_session_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 83c6806440f..2d526ec0285 100644
--- a/clients/client/python/ory_client/model/continue_with_verification_ui.py
+++ b/clients/client/python/ory_client/model/continue_with_verification_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d117b60d883..78055bdcc23 100644
--- a/clients/client/python/ory_client/model/continue_with_verification_ui_flow.py
+++ b/clients/client/python/ory_client/model/continue_with_verification_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7e6f5f97e35..e66ab7aa1bd 100644
--- a/clients/client/python/ory_client/model/courier_message_status.py
+++ b/clients/client/python/ory_client/model/courier_message_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 de12d159e62..b078f21841d 100644
--- a/clients/client/python/ory_client/model/courier_message_type.py
+++ b/clients/client/python/ory_client/model/courier_message_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fc1ef4b4578..b197c7ebdcc 100644
--- a/clients/client/python/ory_client/model/create_custom_domain_body.py
+++ b/clients/client/python/ory_client/model/create_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 896ab040853..5f83fe9350f 100644
--- a/clients/client/python/ory_client/model/create_identity_body.py
+++ b/clients/client/python/ory_client/model/create_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7d6a4918788..775354d978f 100644
--- a/clients/client/python/ory_client/model/create_invite_response.py
+++ b/clients/client/python/ory_client/model/create_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 cb29fda7de6..7a30d76b023 100644
--- a/clients/client/python/ory_client/model/create_json_web_key_set.py
+++ b/clients/client/python/ory_client/model/create_json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 05ad546e469..07cab47c94c 100644
--- a/clients/client/python/ory_client/model/create_project_api_key_request.py
+++ b/clients/client/python/ory_client/model/create_project_api_key_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fa44c9fcf5b..db1a1587cda 100644
--- a/clients/client/python/ory_client/model/create_project_body.py
+++ b/clients/client/python/ory_client/model/create_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3b48707c661..c145ed0ea58 100644
--- a/clients/client/python/ory_client/model/create_project_branding.py
+++ b/clients/client/python/ory_client/model/create_project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a51abae33d1..dcc56e9e9d2 100644
--- a/clients/client/python/ory_client/model/create_project_member_invite_body.py
+++ b/clients/client/python/ory_client/model/create_project_member_invite_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9f21fd347a5..430e9e84fe6 100644
--- a/clients/client/python/ory_client/model/create_project_member_invite_response.py
+++ b/clients/client/python/ory_client/model/create_project_member_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 59c01bbda2a..b0df985af86 100644
--- a/clients/client/python/ory_client/model/create_recovery_code_for_identity_body.py
+++ b/clients/client/python/ory_client/model/create_recovery_code_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 72f6619f39f..62f1a960828 100644
--- a/clients/client/python/ory_client/model/create_recovery_link_for_identity_body.py
+++ b/clients/client/python/ory_client/model/create_recovery_link_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ffcaa22e483..18bce4d9f45 100644
--- a/clients/client/python/ory_client/model/create_relationship_body.py
+++ b/clients/client/python/ory_client/model/create_relationship_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 284f55a97b4..2e68a840841 100644
--- a/clients/client/python/ory_client/model/create_subscription_body.py
+++ b/clients/client/python/ory_client/model/create_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e59ffd1e0aa..b3aaca5a5c3 100644
--- a/clients/client/python/ory_client/model/create_verifiable_credential_request_body.py
+++ b/clients/client/python/ory_client/model/create_verifiable_credential_request_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 86018fc6213..38cecd31e63 100644
--- a/clients/client/python/ory_client/model/credential_supported_draft00.py
+++ b/clients/client/python/ory_client/model/credential_supported_draft00.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e4846498af5..92477b35f23 100644
--- a/clients/client/python/ory_client/model/custom_domain.py
+++ b/clients/client/python/ory_client/model/custom_domain.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3835b4e88ee..d368d05282f 100644
--- a/clients/client/python/ory_client/model/delete_my_sessions_count.py
+++ b/clients/client/python/ory_client/model/delete_my_sessions_count.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e5ce77ca455..d43089c30c0 100644
--- a/clients/client/python/ory_client/model/email_template_data.py
+++ b/clients/client/python/ory_client/model/email_template_data.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1e71616611a..f59f94925ba 100644
--- a/clients/client/python/ory_client/model/email_template_data_body.py
+++ b/clients/client/python/ory_client/model/email_template_data_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 04f9d7593e3..a22e6a258e5 100644
--- a/clients/client/python/ory_client/model/error_authenticator_assurance_level_not_satisfied.py
+++ b/clients/client/python/ory_client/model/error_authenticator_assurance_level_not_satisfied.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 572904bbaac..2488110d612 100644
--- a/clients/client/python/ory_client/model/error_browser_location_change_required.py
+++ b/clients/client/python/ory_client/model/error_browser_location_change_required.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2cd45f91667..180a43ddd73 100644
--- a/clients/client/python/ory_client/model/error_flow_replaced.py
+++ b/clients/client/python/ory_client/model/error_flow_replaced.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 bc7f84762a1..356c087f568 100644
--- a/clients/client/python/ory_client/model/error_generic.py
+++ b/clients/client/python/ory_client/model/error_generic.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 21438f32007..cc45af10c1b 100644
--- a/clients/client/python/ory_client/model/error_o_auth2.py
+++ b/clients/client/python/ory_client/model/error_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 77c1db85184..3fe8b7edc12 100644
--- a/clients/client/python/ory_client/model/expanded_permission_tree.py
+++ b/clients/client/python/ory_client/model/expanded_permission_tree.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 98faa42a5f9..b51dec566d7 100644
--- a/clients/client/python/ory_client/model/flow_error.py
+++ b/clients/client/python/ory_client/model/flow_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 88f6982f1d3..617f0c8687b 100644
--- a/clients/client/python/ory_client/model/generic_error.py
+++ b/clients/client/python/ory_client/model/generic_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 065b25a1071..6a0fcdded82 100644
--- a/clients/client/python/ory_client/model/generic_error_content.py
+++ b/clients/client/python/ory_client/model/generic_error_content.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7b638319e6b..4b8e83c33d8 100644
--- a/clients/client/python/ory_client/model/generic_usage.py
+++ b/clients/client/python/ory_client/model/generic_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 25523e13466..5e68b45458c 100644
--- a/clients/client/python/ory_client/model/get_attributes_count_response.py
+++ b/clients/client/python/ory_client/model/get_attributes_count_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 531628dc940..2b349b03e7b 100644
--- a/clients/client/python/ory_client/model/get_managed_identity_schema_location.py
+++ b/clients/client/python/ory_client/model/get_managed_identity_schema_location.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9411b96bbf7..08f74c8be31 100644
--- a/clients/client/python/ory_client/model/get_organization_response.py
+++ b/clients/client/python/ory_client/model/get_organization_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e42996e4800..9aa5d76d3d0 100644
--- a/clients/client/python/ory_client/model/get_project_metrics_response.py
+++ b/clients/client/python/ory_client/model/get_project_metrics_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 66eb93e5cac..f5f87e5a00c 100644
--- a/clients/client/python/ory_client/model/get_session_activity_response.py
+++ b/clients/client/python/ory_client/model/get_session_activity_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 51fbb9d11ba..9467aee93ae 100644
--- a/clients/client/python/ory_client/model/get_version200_response.py
+++ b/clients/client/python/ory_client/model/get_version200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 85b736b7498..7b12f27498e 100644
--- a/clients/client/python/ory_client/model/health_not_ready_status.py
+++ b/clients/client/python/ory_client/model/health_not_ready_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2f358a677a6..2c7f5ddfad8 100644
--- a/clients/client/python/ory_client/model/health_status.py
+++ b/clients/client/python/ory_client/model/health_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 bdf8f433a19..d6d2a362805 100644
--- a/clients/client/python/ory_client/model/identity.py
+++ b/clients/client/python/ory_client/model/identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 68870049113..aba6515d661 100644
--- a/clients/client/python/ory_client/model/identity_credentials.py
+++ b/clients/client/python/ory_client/model/identity_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4a14f613e90..fccaa655cf8 100644
--- a/clients/client/python/ory_client/model/identity_credentials_code.py
+++ b/clients/client/python/ory_client/model/identity_credentials_code.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6b7405b3e60..ca4909e59d4 100644
--- a/clients/client/python/ory_client/model/identity_credentials_oidc.py
+++ b/clients/client/python/ory_client/model/identity_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c2468d39fae..d4c3394225d 100644
--- a/clients/client/python/ory_client/model/identity_credentials_oidc_provider.py
+++ b/clients/client/python/ory_client/model/identity_credentials_oidc_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 13586a2e1cc..271dcb9f696 100644
--- a/clients/client/python/ory_client/model/identity_credentials_password.py
+++ b/clients/client/python/ory_client/model/identity_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 800b9dec9ee..1ec1116e11e 100644
--- a/clients/client/python/ory_client/model/identity_credentials_type.py
+++ b/clients/client/python/ory_client/model/identity_credentials_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3e5324824a9..667891c4b7a 100644
--- a/clients/client/python/ory_client/model/identity_patch.py
+++ b/clients/client/python/ory_client/model/identity_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6037eff631c..02fae382984 100644
--- a/clients/client/python/ory_client/model/identity_patch_response.py
+++ b/clients/client/python/ory_client/model/identity_patch_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1858d4af069..66c0090c795 100644
--- a/clients/client/python/ory_client/model/identity_schema_container.py
+++ b/clients/client/python/ory_client/model/identity_schema_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7d10a13573b..e3a1bdfcc4e 100644
--- a/clients/client/python/ory_client/model/identity_schema_preset.py
+++ b/clients/client/python/ory_client/model/identity_schema_preset.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d44a8fd701e..72f7f14eb35 100644
--- a/clients/client/python/ory_client/model/identity_schema_presets.py
+++ b/clients/client/python/ory_client/model/identity_schema_presets.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1adf898f179..67450956d27 100644
--- a/clients/client/python/ory_client/model/identity_schemas.py
+++ b/clients/client/python/ory_client/model/identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b52b44d540b..44e79ff5d6c 100644
--- a/clients/client/python/ory_client/model/identity_state.py
+++ b/clients/client/python/ory_client/model/identity_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f4e5b8bf5d1..ffb18332e8b 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 43ecd07b241..b933f7f4814 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_oidc.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a8972106bf8..69dbeb9ce2c 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_oidc_config.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_oidc_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 23719be3409..e30c44fa6eb 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_oidc_config_provider.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_oidc_config_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2fd776ef721..24f4b1f4940 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_password.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 602d1b31a1c..f74b63ee649 100644
--- a/clients/client/python/ory_client/model/identity_with_credentials_password_config.py
+++ b/clients/client/python/ory_client/model/identity_with_credentials_password_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9e5e24b013b..bff6d76a5c0 100644
--- a/clients/client/python/ory_client/model/internal_get_project_branding_body.py
+++ b/clients/client/python/ory_client/model/internal_get_project_branding_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f571900a3ff..9e9220f59ae 100644
--- a/clients/client/python/ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py
+++ b/clients/client/python/ory_client/model/internal_is_ax_welcome_screen_enabled_for_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 18c8301cbc8..15bd667c6d8 100644
--- a/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_body.py
+++ b/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4adae9e9563..6bea0ef386e 100644
--- a/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_response.py
+++ b/clients/client/python/ory_client/model/internal_is_owner_for_project_by_slug_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6a6362af0fd..4c2fa951ee9 100644
--- a/clients/client/python/ory_client/model/internal_provision_mock_subscription.py
+++ b/clients/client/python/ory_client/model/internal_provision_mock_subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 cfd90167dd6..eb8da447a7a 100644
--- a/clients/client/python/ory_client/model/introspected_o_auth2_token.py
+++ b/clients/client/python/ory_client/model/introspected_o_auth2_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2194937468c..362da978746 100644
--- a/clients/client/python/ory_client/model/is_owner_for_project_by_slug.py
+++ b/clients/client/python/ory_client/model/is_owner_for_project_by_slug.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8fe6886dcde..03f53b9cab9 100644
--- a/clients/client/python/ory_client/model/is_ready200_response.py
+++ b/clients/client/python/ory_client/model/is_ready200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 810ec3b5a0b..f21745a1168 100644
--- a/clients/client/python/ory_client/model/is_ready503_response.py
+++ b/clients/client/python/ory_client/model/is_ready503_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 76c4a40f7a9..a998ac38bf2 100644
--- a/clients/client/python/ory_client/model/json_patch.py
+++ b/clients/client/python/ory_client/model/json_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f97bcc789fb..2693c6ad742 100644
--- a/clients/client/python/ory_client/model/json_patch_document.py
+++ b/clients/client/python/ory_client/model/json_patch_document.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6b86de7b8a6..065239adffb 100644
--- a/clients/client/python/ory_client/model/json_web_key.py
+++ b/clients/client/python/ory_client/model/json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1177ab0fcb9..450b15475d3 100644
--- a/clients/client/python/ory_client/model/json_web_key_set.py
+++ b/clients/client/python/ory_client/model/json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 298a6296ffe..e7db65d75d7 100644
--- a/clients/client/python/ory_client/model/keto_namespace.py
+++ b/clients/client/python/ory_client/model/keto_namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a7cc92e108d..3e6e2c8a955 100644
--- a/clients/client/python/ory_client/model/keto_namespaces.py
+++ b/clients/client/python/ory_client/model/keto_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f43d2a14866..74b26b00d6f 100644
--- a/clients/client/python/ory_client/model/list_custom_domains.py
+++ b/clients/client/python/ory_client/model/list_custom_domains.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 393b9b72433..c92c532d907 100644
--- a/clients/client/python/ory_client/model/list_organizations_response.py
+++ b/clients/client/python/ory_client/model/list_organizations_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 36f3ed330b4..6a4090b6c2c 100644
--- a/clients/client/python/ory_client/model/login_flow.py
+++ b/clients/client/python/ory_client/model/login_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 47f5ebf00a2..b3f479deedb 100644
--- a/clients/client/python/ory_client/model/login_flow_state.py
+++ b/clients/client/python/ory_client/model/login_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a3090c4ae4b..6b50da26b90 100644
--- a/clients/client/python/ory_client/model/logout_flow.py
+++ b/clients/client/python/ory_client/model/logout_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fdc49d08ae0..9738ee144e6 100644
--- a/clients/client/python/ory_client/model/managed_identity_schema.py
+++ b/clients/client/python/ory_client/model/managed_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1b1dc56d6bf..22e34466ad6 100644
--- a/clients/client/python/ory_client/model/managed_identity_schema_validation_result.py
+++ b/clients/client/python/ory_client/model/managed_identity_schema_validation_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9b9bba1cd8c..5d8074d89f1 100644
--- a/clients/client/python/ory_client/model/managed_identity_schemas.py
+++ b/clients/client/python/ory_client/model/managed_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 dd728dda54d..bd388f24048 100644
--- a/clients/client/python/ory_client/model/member_invite.py
+++ b/clients/client/python/ory_client/model/member_invite.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6ed3c916231..8b007c2c3a0 100644
--- a/clients/client/python/ory_client/model/member_invites.py
+++ b/clients/client/python/ory_client/model/member_invites.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 01de604061f..0a363a8478d 100644
--- a/clients/client/python/ory_client/model/message.py
+++ b/clients/client/python/ory_client/model/message.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e0b56026dba..f115aa8eaff 100644
--- a/clients/client/python/ory_client/model/message_dispatch.py
+++ b/clients/client/python/ory_client/model/message_dispatch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f919e18ddc0..c77a51ba2bd 100644
--- a/clients/client/python/ory_client/model/metrics_datapoint.py
+++ b/clients/client/python/ory_client/model/metrics_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 07c547587dd..538b7f5ca4d 100644
--- a/clients/client/python/ory_client/model/namespace.py
+++ b/clients/client/python/ory_client/model/namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 332bd8ed668..8b34f635239 100644
--- a/clients/client/python/ory_client/model/needs_privileged_session_error.py
+++ b/clients/client/python/ory_client/model/needs_privileged_session_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e783375539f..ed3cb252b47 100644
--- a/clients/client/python/ory_client/model/normalized_project.py
+++ b/clients/client/python/ory_client/model/normalized_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5bec59c74ef..7d3a5ff5916 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0ceae27bc51..620aba6d3f6 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_hook.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_hook.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 41ee4283e55..2590aef7488 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_identity_schema.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3219df0add5..8c759948e5d 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_identity_schemas.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b6b17d54c00..749febde584 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_third_party_provider.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_third_party_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 97a6c657f2d..ae5cb13bf13 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_template.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_template.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9caa84d14ac..468ab02a341 100644
--- a/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_templates.py
+++ b/clients/client/python/ory_client/model/normalized_project_revision_tokenizer_templates.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b0488b72608..ee5796520ac 100644
--- a/clients/client/python/ory_client/model/normalized_projects.py
+++ b/clients/client/python/ory_client/model/normalized_projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c1d02ca1766..0ed97de1d1b 100644
--- a/clients/client/python/ory_client/model/null_duration.py
+++ b/clients/client/python/ory_client/model/null_duration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f5b5707c1e2..3b86d6f0b78 100644
--- a/clients/client/python/ory_client/model/o_auth2_client.py
+++ b/clients/client/python/ory_client/model/o_auth2_client.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c31c2476242..8906a07ce91 100644
--- a/clients/client/python/ory_client/model/o_auth2_client_token_lifespans.py
+++ b/clients/client/python/ory_client/model/o_auth2_client_token_lifespans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1dede32a667..1ecde5b4f2a 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_request.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c228e37635d..243978b28d1 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_request_open_id_connect_context.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_request_open_id_connect_context.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7e3bce9b60d..b5c86b496a6 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_session.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0b389523f61..f7545f08320 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_session_expires_at.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_session_expires_at.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6533bc867c9..0326b9fd02b 100644
--- a/clients/client/python/ory_client/model/o_auth2_consent_sessions.py
+++ b/clients/client/python/ory_client/model/o_auth2_consent_sessions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 70e07df09ea..a14ec9f5ce9 100644
--- a/clients/client/python/ory_client/model/o_auth2_login_request.py
+++ b/clients/client/python/ory_client/model/o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 047f415d512..41e74fd525a 100644
--- a/clients/client/python/ory_client/model/o_auth2_logout_request.py
+++ b/clients/client/python/ory_client/model/o_auth2_logout_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 db1d8c92abc..bdc764ee8f7 100644
--- a/clients/client/python/ory_client/model/o_auth2_redirect_to.py
+++ b/clients/client/python/ory_client/model/o_auth2_redirect_to.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 89402b1378c..fb3d5061011 100644
--- a/clients/client/python/ory_client/model/o_auth2_token_exchange.py
+++ b/clients/client/python/ory_client/model/o_auth2_token_exchange.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 bb27a62f55d..da493763bc6 100644
--- a/clients/client/python/ory_client/model/oidc_configuration.py
+++ b/clients/client/python/ory_client/model/oidc_configuration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 20e84d1203b..3d1b1f4db2d 100644
--- a/clients/client/python/ory_client/model/oidc_user_info.py
+++ b/clients/client/python/ory_client/model/oidc_user_info.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d2c65a1841a..13d27d01223 100644
--- a/clients/client/python/ory_client/model/organization.py
+++ b/clients/client/python/ory_client/model/organization.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 df0805e0560..1f18aa89c9b 100644
--- a/clients/client/python/ory_client/model/organization_body.py
+++ b/clients/client/python/ory_client/model/organization_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9eb1da10988..9f2274e9d17 100644
--- a/clients/client/python/ory_client/model/pagination.py
+++ b/clients/client/python/ory_client/model/pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 545f0f02d72..00acde72a20 100644
--- a/clients/client/python/ory_client/model/pagination_headers.py
+++ b/clients/client/python/ory_client/model/pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ccdb281437b..9ca6e989fbe 100644
--- a/clients/client/python/ory_client/model/parse_error.py
+++ b/clients/client/python/ory_client/model/parse_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 51655bccf2a..335b186fc13 100644
--- a/clients/client/python/ory_client/model/patch_identities_body.py
+++ b/clients/client/python/ory_client/model/patch_identities_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 36caa39228c..e9b9b50c4fa 100644
--- a/clients/client/python/ory_client/model/perform_native_logout_body.py
+++ b/clients/client/python/ory_client/model/perform_native_logout_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6a9df25c54e..86bc87694a8 100644
--- a/clients/client/python/ory_client/model/permissions_on_project.py
+++ b/clients/client/python/ory_client/model/permissions_on_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7b8b3249c05..4b362ddaf14 100644
--- a/clients/client/python/ory_client/model/plan.py
+++ b/clients/client/python/ory_client/model/plan.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8c6c94e3c08..29a4290e931 100644
--- a/clients/client/python/ory_client/model/plan_details.py
+++ b/clients/client/python/ory_client/model/plan_details.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 42471cb3584..0c4e5e85f87 100644
--- a/clients/client/python/ory_client/model/plans.py
+++ b/clients/client/python/ory_client/model/plans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f46c07d00bd..aefba8b6064 100644
--- a/clients/client/python/ory_client/model/post_check_permission_body.py
+++ b/clients/client/python/ory_client/model/post_check_permission_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ca6cd220305..ac668e8bc2a 100644
--- a/clients/client/python/ory_client/model/post_check_permission_or_error_body.py
+++ b/clients/client/python/ory_client/model/post_check_permission_or_error_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5f98c0915ff..83c800143b1 100644
--- a/clients/client/python/ory_client/model/pricing.py
+++ b/clients/client/python/ory_client/model/pricing.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 aada92d1bd0..58442309261 100644
--- a/clients/client/python/ory_client/model/project.py
+++ b/clients/client/python/ory_client/model/project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5b4123a2151..0dd14bde091 100644
--- a/clients/client/python/ory_client/model/project_api_key.py
+++ b/clients/client/python/ory_client/model/project_api_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ee3ccf1ea46..e33d07240e6 100644
--- a/clients/client/python/ory_client/model/project_api_keys.py
+++ b/clients/client/python/ory_client/model/project_api_keys.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a8cd0123b41..27f8ecf599e 100644
--- a/clients/client/python/ory_client/model/project_branding.py
+++ b/clients/client/python/ory_client/model/project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 dd04b942162..b0911b4826b 100644
--- a/clients/client/python/ory_client/model/project_branding_colors.py
+++ b/clients/client/python/ory_client/model/project_branding_colors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a15507144e0..d59527d1aba 100644
--- a/clients/client/python/ory_client/model/project_branding_theme.py
+++ b/clients/client/python/ory_client/model/project_branding_theme.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 82bd67443db..0123fc516fa 100644
--- a/clients/client/python/ory_client/model/project_branding_themes.py
+++ b/clients/client/python/ory_client/model/project_branding_themes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 38d14230b35..d996b7e2843 100644
--- a/clients/client/python/ory_client/model/project_cors.py
+++ b/clients/client/python/ory_client/model/project_cors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c7553e3701b..1a499adbc0c 100644
--- a/clients/client/python/ory_client/model/project_host.py
+++ b/clients/client/python/ory_client/model/project_host.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 919c2c766d5..74f81175380 100644
--- a/clients/client/python/ory_client/model/project_member.py
+++ b/clients/client/python/ory_client/model/project_member.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 062ba89d2d4..6ce5b2ae3f8 100644
--- a/clients/client/python/ory_client/model/project_members.py
+++ b/clients/client/python/ory_client/model/project_members.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 344da1cfa26..37bad46dd17 100644
--- a/clients/client/python/ory_client/model/project_metadata.py
+++ b/clients/client/python/ory_client/model/project_metadata.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b1fea77f866..a3f24558986 100644
--- a/clients/client/python/ory_client/model/project_metadata_list.py
+++ b/clients/client/python/ory_client/model/project_metadata_list.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 111508b5e6a..2c1f512919c 100644
--- a/clients/client/python/ory_client/model/project_revision_hooks.py
+++ b/clients/client/python/ory_client/model/project_revision_hooks.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 192a6566129..e19df311c07 100644
--- a/clients/client/python/ory_client/model/project_revision_identity_schemas.py
+++ b/clients/client/python/ory_client/model/project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 187a251b060..ec2fe94fac4 100644
--- a/clients/client/python/ory_client/model/project_revision_third_party_login_providers.py
+++ b/clients/client/python/ory_client/model/project_revision_third_party_login_providers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8e765fea959..da466ae7469 100644
--- a/clients/client/python/ory_client/model/project_revisions.py
+++ b/clients/client/python/ory_client/model/project_revisions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2b9bb203917..df85d56da03 100644
--- a/clients/client/python/ory_client/model/project_service_identity.py
+++ b/clients/client/python/ory_client/model/project_service_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a32406e1b4f..1713756e28b 100644
--- a/clients/client/python/ory_client/model/project_service_o_auth2.py
+++ b/clients/client/python/ory_client/model/project_service_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3726d9c56ac..4d00e406381 100644
--- a/clients/client/python/ory_client/model/project_service_permission.py
+++ b/clients/client/python/ory_client/model/project_service_permission.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f58aa727c1f..e26226f86c6 100644
--- a/clients/client/python/ory_client/model/project_services.py
+++ b/clients/client/python/ory_client/model/project_services.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ba49bc8cf28..b9c366ac805 100644
--- a/clients/client/python/ory_client/model/projects.py
+++ b/clients/client/python/ory_client/model/projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d86d9fe82f8..097bbe02965 100644
--- a/clients/client/python/ory_client/model/quota_usage.py
+++ b/clients/client/python/ory_client/model/quota_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 244d753be26..b4fe32cee00 100644
--- a/clients/client/python/ory_client/model/recovery_code_for_identity.py
+++ b/clients/client/python/ory_client/model/recovery_code_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 58f5f2eb79d..773fa61d565 100644
--- a/clients/client/python/ory_client/model/recovery_flow.py
+++ b/clients/client/python/ory_client/model/recovery_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 605cecaa2f3..e46468c27bf 100644
--- a/clients/client/python/ory_client/model/recovery_flow_state.py
+++ b/clients/client/python/ory_client/model/recovery_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 021ee267373..36d4074b34e 100644
--- a/clients/client/python/ory_client/model/recovery_identity_address.py
+++ b/clients/client/python/ory_client/model/recovery_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4c63a63bdaf..05067efdda1 100644
--- a/clients/client/python/ory_client/model/recovery_link_for_identity.py
+++ b/clients/client/python/ory_client/model/recovery_link_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ada74703aff..82bb19af9d7 100644
--- a/clients/client/python/ory_client/model/registration_flow.py
+++ b/clients/client/python/ory_client/model/registration_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7c218031e3e..3fc207fd36e 100644
--- a/clients/client/python/ory_client/model/registration_flow_state.py
+++ b/clients/client/python/ory_client/model/registration_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d87384918da..bf69ecbc042 100644
--- a/clients/client/python/ory_client/model/reject_o_auth2_request.py
+++ b/clients/client/python/ory_client/model/reject_o_auth2_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 90362c17a8d..2b54130b8ba 100644
--- a/clients/client/python/ory_client/model/relation_query.py
+++ b/clients/client/python/ory_client/model/relation_query.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 35ab0118b3c..78e93888ee8 100644
--- a/clients/client/python/ory_client/model/relationship.py
+++ b/clients/client/python/ory_client/model/relationship.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 611d865e302..8e05058c7c3 100644
--- a/clients/client/python/ory_client/model/relationship_namespaces.py
+++ b/clients/client/python/ory_client/model/relationship_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 338d1994e9b..0c833925e85 100644
--- a/clients/client/python/ory_client/model/relationship_patch.py
+++ b/clients/client/python/ory_client/model/relationship_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a83d64f96ea..cadce1cee5a 100644
--- a/clients/client/python/ory_client/model/relationships.py
+++ b/clients/client/python/ory_client/model/relationships.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8e9aa2c6ea4..39b70b6a73f 100644
--- a/clients/client/python/ory_client/model/rfc6749_error_json.py
+++ b/clients/client/python/ory_client/model/rfc6749_error_json.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0b41275777e..ae416f8406b 100644
--- a/clients/client/python/ory_client/model/schema_patch.py
+++ b/clients/client/python/ory_client/model/schema_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d50de802050..71b5b793d2d 100644
--- a/clients/client/python/ory_client/model/self_service_flow_expired_error.py
+++ b/clients/client/python/ory_client/model/self_service_flow_expired_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f9aba0eea02..e9c57a5f71a 100644
--- a/clients/client/python/ory_client/model/session.py
+++ b/clients/client/python/ory_client/model/session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ed982f9a29d..b0669f7c7d4 100644
--- a/clients/client/python/ory_client/model/session_activity_datapoint.py
+++ b/clients/client/python/ory_client/model/session_activity_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e2c073138c1..a5019ef557b 100644
--- a/clients/client/python/ory_client/model/session_authentication_method.py
+++ b/clients/client/python/ory_client/model/session_authentication_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4b859993ce0..ccbb2ab46cd 100644
--- a/clients/client/python/ory_client/model/session_authentication_methods.py
+++ b/clients/client/python/ory_client/model/session_authentication_methods.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c3c2a1b04a6..c7f8aa4d682 100644
--- a/clients/client/python/ory_client/model/session_device.py
+++ b/clients/client/python/ory_client/model/session_device.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ba9eeb69155..e5402170388 100644
--- a/clients/client/python/ory_client/model/set_active_project_in_console_body.py
+++ b/clients/client/python/ory_client/model/set_active_project_in_console_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0c0ca711d2d..0d9be65bd4c 100644
--- a/clients/client/python/ory_client/model/set_custom_domain_body.py
+++ b/clients/client/python/ory_client/model/set_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 aa3bc4c0e64..181d7613f9b 100644
--- a/clients/client/python/ory_client/model/set_project.py
+++ b/clients/client/python/ory_client/model/set_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 cb70ee94e0a..97083788826 100644
--- a/clients/client/python/ory_client/model/set_project_branding_theme_body.py
+++ b/clients/client/python/ory_client/model/set_project_branding_theme_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 33e8b050827..ab5073447bc 100644
--- a/clients/client/python/ory_client/model/settings_flow.py
+++ b/clients/client/python/ory_client/model/settings_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a57cc52d89d..7270fa7f000 100644
--- a/clients/client/python/ory_client/model/settings_flow_state.py
+++ b/clients/client/python/ory_client/model/settings_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 90d17d5c80b..cc6f7f38890 100644
--- a/clients/client/python/ory_client/model/source_position.py
+++ b/clients/client/python/ory_client/model/source_position.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8f52338bf09..fbf5dfe7726 100644
--- a/clients/client/python/ory_client/model/string_slice_json_format.py
+++ b/clients/client/python/ory_client/model/string_slice_json_format.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 59603190a28..a1f7cf49448 100644
--- a/clients/client/python/ory_client/model/stripe_customer.py
+++ b/clients/client/python/ory_client/model/stripe_customer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1d3b71e3d12..1ea85951116 100644
--- a/clients/client/python/ory_client/model/subject_set.py
+++ b/clients/client/python/ory_client/model/subject_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 13f72a44324..4164262cfde 100644
--- a/clients/client/python/ory_client/model/subscription.py
+++ b/clients/client/python/ory_client/model/subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 27e8083fd02..4cb3cb491f7 100644
--- a/clients/client/python/ory_client/model/successful_code_exchange_response.py
+++ b/clients/client/python/ory_client/model/successful_code_exchange_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 75a6cb8ac4b..9f4d661d9fb 100644
--- a/clients/client/python/ory_client/model/successful_native_login.py
+++ b/clients/client/python/ory_client/model/successful_native_login.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 154833c46d5..475f784a24b 100644
--- a/clients/client/python/ory_client/model/successful_native_registration.py
+++ b/clients/client/python/ory_client/model/successful_native_registration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 487ae03a6b0..6c26a1b1a69 100644
--- a/clients/client/python/ory_client/model/successful_project_update.py
+++ b/clients/client/python/ory_client/model/successful_project_update.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d544a759ace..16985107dbf 100644
--- a/clients/client/python/ory_client/model/token_pagination.py
+++ b/clients/client/python/ory_client/model/token_pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 54bedd0d5d8..cc852b7bcee 100644
--- a/clients/client/python/ory_client/model/token_pagination_headers.py
+++ b/clients/client/python/ory_client/model/token_pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0fc58748d8c..9cc58eb85d7 100644
--- a/clients/client/python/ory_client/model/token_pagination_request_parameters.py
+++ b/clients/client/python/ory_client/model/token_pagination_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 84fb9a1b6bc..a170ecb4ccb 100644
--- a/clients/client/python/ory_client/model/token_pagination_response_headers.py
+++ b/clients/client/python/ory_client/model/token_pagination_response_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2042b4ee29b..e02aac6cdcd 100644
--- a/clients/client/python/ory_client/model/trust_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/ory_client/model/trust_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ecc0105f460..b2941cf632d 100644
--- a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fcde3a76b08..2dbf18328a3 100644
--- a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuers.py
+++ b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_issuers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 62ad122cb5e..c40619eeff7 100644
--- a/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py
+++ b/clients/client/python/ory_client/model/trusted_o_auth2_jwt_grant_json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3092794f1c3..76ffe7311ce 100644
--- a/clients/client/python/ory_client/model/ui_container.py
+++ b/clients/client/python/ory_client/model/ui_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 77c56e8c800..f5e86cb5ae0 100644
--- a/clients/client/python/ory_client/model/ui_node.py
+++ b/clients/client/python/ory_client/model/ui_node.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d620f4bc1c8..e67e45cb01b 100644
--- a/clients/client/python/ory_client/model/ui_node_anchor_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_anchor_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b8499354eb5..e2ace10b350 100644
--- a/clients/client/python/ory_client/model/ui_node_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c777f9d8055..86d97b15531 100644
--- a/clients/client/python/ory_client/model/ui_node_image_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_image_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 85fd3d363ee..38aae9eee2c 100644
--- a/clients/client/python/ory_client/model/ui_node_input_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_input_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 76bd6631b8c..4684a99fd3d 100644
--- a/clients/client/python/ory_client/model/ui_node_meta.py
+++ b/clients/client/python/ory_client/model/ui_node_meta.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 47299a205c9..37aefe98c0a 100644
--- a/clients/client/python/ory_client/model/ui_node_script_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_script_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e05a7b3c580..7caf8bfe89b 100644
--- a/clients/client/python/ory_client/model/ui_node_text_attributes.py
+++ b/clients/client/python/ory_client/model/ui_node_text_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 29bdc6b5214..3dccb897db6 100644
--- a/clients/client/python/ory_client/model/ui_nodes.py
+++ b/clients/client/python/ory_client/model/ui_nodes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 cb13bee2450..8f2093fb7e6 100644
--- a/clients/client/python/ory_client/model/ui_text.py
+++ b/clients/client/python/ory_client/model/ui_text.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f1c640d0ae6..f1af94049d2 100644
--- a/clients/client/python/ory_client/model/ui_texts.py
+++ b/clients/client/python/ory_client/model/ui_texts.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fe9d72e4d03..d573c5bfbfa 100644
--- a/clients/client/python/ory_client/model/update_identity_body.py
+++ b/clients/client/python/ory_client/model/update_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9777d8bab9e..891eea6b7f2 100644
--- a/clients/client/python/ory_client/model/update_login_flow_body.py
+++ b/clients/client/python/ory_client/model/update_login_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5701da0dd1b..7c1c0ab8191 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d3d56b57851..76025725e2d 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_lookup_secret_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_lookup_secret_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6f98d958fc5..3fcfe7920c0 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_oidc_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 979da4a1d5f..f73c14e6698 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_password_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 011c3aae898..dd98f187ac1 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_totp_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 98583869e36..08ee047f838 100644
--- a/clients/client/python/ory_client/model/update_login_flow_with_web_authn_method.py
+++ b/clients/client/python/ory_client/model/update_login_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3038029abd5..f1f3e032961 100644
--- a/clients/client/python/ory_client/model/update_recovery_flow_body.py
+++ b/clients/client/python/ory_client/model/update_recovery_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 47fad1b854c..64007fa91f3 100644
--- a/clients/client/python/ory_client/model/update_recovery_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_recovery_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 23c7ddd8d10..88cab61472a 100644
--- a/clients/client/python/ory_client/model/update_recovery_flow_with_link_method.py
+++ b/clients/client/python/ory_client/model/update_recovery_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a3083577923..5f8d4ff9f5d 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_body.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 48cdbcd0ecd..eebf4038e9f 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ca003b20293..4786b5339d9 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_oidc_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 dd54ce97714..65955981559 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_password_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fb2f7943fef..4f2a203a268 100644
--- a/clients/client/python/ory_client/model/update_registration_flow_with_web_authn_method.py
+++ b/clients/client/python/ory_client/model/update_registration_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 06ca084311b..6bcddf8fd15 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_body.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4c70dd9219a..b8c1f93d68c 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_lookup_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_lookup_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e712437e58a..0656bf7ef83 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_oidc_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 758e213be87..20d45c4905f 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_password_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 30dcfe738f1..9a5f4481546 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_profile_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_profile_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fe3d0aeb989..8c14f9f7eff 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_totp_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4d24bd36fca..412ba25d903 100644
--- a/clients/client/python/ory_client/model/update_settings_flow_with_web_authn_method.py
+++ b/clients/client/python/ory_client/model/update_settings_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f347918fc95..19cffe9cb25 100644
--- a/clients/client/python/ory_client/model/update_subscription_body.py
+++ b/clients/client/python/ory_client/model/update_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 142672c4775..be2911ff0a0 100644
--- a/clients/client/python/ory_client/model/update_verification_flow_body.py
+++ b/clients/client/python/ory_client/model/update_verification_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f05468c8399..56d661f838f 100644
--- a/clients/client/python/ory_client/model/update_verification_flow_with_code_method.py
+++ b/clients/client/python/ory_client/model/update_verification_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 99df4122aa4..55c046e2d08 100644
--- a/clients/client/python/ory_client/model/update_verification_flow_with_link_method.py
+++ b/clients/client/python/ory_client/model/update_verification_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f1eb152369f..bda87e4156e 100644
--- a/clients/client/python/ory_client/model/usage.py
+++ b/clients/client/python/ory_client/model/usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3256001cee7..630a0c4a578 100644
--- a/clients/client/python/ory_client/model/verifiable_credential_priming_response.py
+++ b/clients/client/python/ory_client/model/verifiable_credential_priming_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 47584ce4698..04c3ecdd93e 100644
--- a/clients/client/python/ory_client/model/verifiable_credential_proof.py
+++ b/clients/client/python/ory_client/model/verifiable_credential_proof.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ab505d1458c..73511733e31 100644
--- a/clients/client/python/ory_client/model/verifiable_credential_response.py
+++ b/clients/client/python/ory_client/model/verifiable_credential_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b6309d6b215..c77ca9082c0 100644
--- a/clients/client/python/ory_client/model/verifiable_identity_address.py
+++ b/clients/client/python/ory_client/model/verifiable_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7e2b02a2384..439c77109e9 100644
--- a/clients/client/python/ory_client/model/verification_flow.py
+++ b/clients/client/python/ory_client/model/verification_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 092d9a5d4d2..9852aa1288e 100644
--- a/clients/client/python/ory_client/model/verification_flow_state.py
+++ b/clients/client/python/ory_client/model/verification_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 58499555e6f..91c7f42211a 100644
--- a/clients/client/python/ory_client/model/version.py
+++ b/clients/client/python/ory_client/model/version.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 90614602a0f..15dee02acdf 100644
--- a/clients/client/python/ory_client/model/warning.py
+++ b/clients/client/python/ory_client/model/warning.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 392f6b36099..69d4c5e0e68 100644
--- a/clients/client/python/ory_client/model_utils.py
+++ b/clients/client/python/ory_client/model_utils.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 78ba20bb2ea..f436ef2cb53 100644
--- a/clients/client/python/ory_client/rest.py
+++ b/clients/client/python/ory_client/rest.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8f639d2e2ed..c44a6a7d0c4 100644
--- a/clients/client/python/setup.py
+++ b/clients/client/python/setup.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
"""
@@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301
NAME = "ory-client"
-VERSION = "v1.4.1"
+VERSION = "v1.4.2"
# 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 eeabab5c8e2..b4613696c63 100644
--- a/clients/client/python/test/test_accept_o_auth2_consent_request.py
+++ b/clients/client/python/test/test_accept_o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7c0f8a1c3c1..8f7f06891f5 100644
--- a/clients/client/python/test/test_accept_o_auth2_consent_request_session.py
+++ b/clients/client/python/test/test_accept_o_auth2_consent_request_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9145cc77381..a670c461086 100644
--- a/clients/client/python/test/test_accept_o_auth2_login_request.py
+++ b/clients/client/python/test/test_accept_o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a98914535dd..260a98fff9a 100644
--- a/clients/client/python/test/test_active_project_in_console.py
+++ b/clients/client/python/test/test_active_project_in_console.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3de29723d0a..e1cdf5c85f0 100644
--- a/clients/client/python/test/test_attributes_count_datapoint.py
+++ b/clients/client/python/test/test_attributes_count_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a7f3b36969b..5b58281e1c1 100644
--- a/clients/client/python/test/test_authenticator_assurance_level.py
+++ b/clients/client/python/test/test_authenticator_assurance_level.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ecf1726315b..a87b7ecfab3 100644
--- a/clients/client/python/test/test_batch_patch_identities_response.py
+++ b/clients/client/python/test/test_batch_patch_identities_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 99ad0aa584c..29fbe85492b 100644
--- a/clients/client/python/test/test_check_opl_syntax_result.py
+++ b/clients/client/python/test/test_check_opl_syntax_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 53585cf0544..36c4c2f3ed7 100644
--- a/clients/client/python/test/test_check_permission_result.py
+++ b/clients/client/python/test/test_check_permission_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 300a3a1330c..401f668bfe7 100644
--- a/clients/client/python/test/test_cloud_account.py
+++ b/clients/client/python/test/test_cloud_account.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 af7a9df2de2..fc7b7187d55 100644
--- a/clients/client/python/test/test_consistency_request_parameters.py
+++ b/clients/client/python/test/test_consistency_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b6aa3742cc1..7fcdd19965c 100644
--- a/clients/client/python/test/test_continue_with.py
+++ b/clients/client/python/test/test_continue_with.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 70ce8cc27e1..71e98915a57 100644
--- a/clients/client/python/test/test_continue_with_set_ory_session_token.py
+++ b/clients/client/python/test/test_continue_with_set_ory_session_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ebc27a455b3..aba711845bf 100644
--- a/clients/client/python/test/test_continue_with_verification_ui.py
+++ b/clients/client/python/test/test_continue_with_verification_ui.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4df2aab218a..42cb80c0a62 100644
--- a/clients/client/python/test/test_continue_with_verification_ui_flow.py
+++ b/clients/client/python/test/test_continue_with_verification_ui_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5d3649df031..e50edd43f90 100644
--- a/clients/client/python/test/test_courier_api.py
+++ b/clients/client/python/test/test_courier_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4a555a1139a..0794848fb09 100644
--- a/clients/client/python/test/test_courier_message_status.py
+++ b/clients/client/python/test/test_courier_message_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e54ce69d256..b2a769fbe0c 100644
--- a/clients/client/python/test/test_courier_message_type.py
+++ b/clients/client/python/test/test_courier_message_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 94f10b02729..2383ae8f63d 100644
--- a/clients/client/python/test/test_create_custom_domain_body.py
+++ b/clients/client/python/test/test_create_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 981c6d1b792..d3925f8a6e8 100644
--- a/clients/client/python/test/test_create_identity_body.py
+++ b/clients/client/python/test/test_create_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7d3587b3917..0c27bf1cd0a 100644
--- a/clients/client/python/test/test_create_invite_response.py
+++ b/clients/client/python/test/test_create_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7e69fa59f44..58107274fe0 100644
--- a/clients/client/python/test/test_create_json_web_key_set.py
+++ b/clients/client/python/test/test_create_json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6521db23960..21aa884b6cd 100644
--- a/clients/client/python/test/test_create_project_api_key_request.py
+++ b/clients/client/python/test/test_create_project_api_key_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 44fafda2bdb..0d83a17e6dc 100644
--- a/clients/client/python/test/test_create_project_body.py
+++ b/clients/client/python/test/test_create_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4a024fc0b1b..4de05bfbb13 100644
--- a/clients/client/python/test/test_create_project_branding.py
+++ b/clients/client/python/test/test_create_project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6a0ba86a15d..7e3fca9f64b 100644
--- a/clients/client/python/test/test_create_project_member_invite_body.py
+++ b/clients/client/python/test/test_create_project_member_invite_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 26598d9d810..ad55823eb77 100644
--- a/clients/client/python/test/test_create_project_member_invite_response.py
+++ b/clients/client/python/test/test_create_project_member_invite_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f3eeca48896..05b13308e4e 100644
--- a/clients/client/python/test/test_create_recovery_code_for_identity_body.py
+++ b/clients/client/python/test/test_create_recovery_code_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 040915dc115..062f1601947 100644
--- a/clients/client/python/test/test_create_recovery_link_for_identity_body.py
+++ b/clients/client/python/test/test_create_recovery_link_for_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 aa7cb9a26a3..a81a6ad5edf 100644
--- a/clients/client/python/test/test_create_relationship_body.py
+++ b/clients/client/python/test/test_create_relationship_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5110e7d8d8b..c15397efbb6 100644
--- a/clients/client/python/test/test_create_subscription_body.py
+++ b/clients/client/python/test/test_create_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 22871038580..d38833b38ab 100644
--- a/clients/client/python/test/test_create_verifiable_credential_request_body.py
+++ b/clients/client/python/test/test_create_verifiable_credential_request_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 31126dd3e5b..dedebc7066d 100644
--- a/clients/client/python/test/test_credential_supported_draft00.py
+++ b/clients/client/python/test/test_credential_supported_draft00.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 beca5f6ebd0..8f8ea09b87c 100644
--- a/clients/client/python/test/test_custom_domain.py
+++ b/clients/client/python/test/test_custom_domain.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 67f0362f640..0a507b053eb 100644
--- a/clients/client/python/test/test_delete_my_sessions_count.py
+++ b/clients/client/python/test/test_delete_my_sessions_count.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 574bfaace13..4ef280b78ba 100644
--- a/clients/client/python/test/test_email_template_data.py
+++ b/clients/client/python/test/test_email_template_data.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 02234beea23..6e524127d07 100644
--- a/clients/client/python/test/test_email_template_data_body.py
+++ b/clients/client/python/test/test_email_template_data_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0c4d4461de5..f386b787cd9 100644
--- a/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py
+++ b/clients/client/python/test/test_error_authenticator_assurance_level_not_satisfied.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 da3ad369f4e..3c7d96bb2e1 100644
--- a/clients/client/python/test/test_error_browser_location_change_required.py
+++ b/clients/client/python/test/test_error_browser_location_change_required.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 af9c1817522..3bf3018a9ed 100644
--- a/clients/client/python/test/test_error_flow_replaced.py
+++ b/clients/client/python/test/test_error_flow_replaced.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ff6cb53cdba..55053a04652 100644
--- a/clients/client/python/test/test_error_generic.py
+++ b/clients/client/python/test/test_error_generic.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b038de914fb..09151647d8e 100644
--- a/clients/client/python/test/test_error_o_auth2.py
+++ b/clients/client/python/test/test_error_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 56bce216c4c..0d88a7081ae 100644
--- a/clients/client/python/test/test_expanded_permission_tree.py
+++ b/clients/client/python/test/test_expanded_permission_tree.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b2d8264f5a7..010b70ddf7d 100644
--- a/clients/client/python/test/test_flow_error.py
+++ b/clients/client/python/test/test_flow_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 73a3e1aec8c..02ae11e2e5c 100644
--- a/clients/client/python/test/test_frontend_api.py
+++ b/clients/client/python/test/test_frontend_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7e18c199f7c..3209e184a16 100644
--- a/clients/client/python/test/test_generic_error.py
+++ b/clients/client/python/test/test_generic_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4b49968c431..d8733e8f491 100644
--- a/clients/client/python/test/test_generic_error_content.py
+++ b/clients/client/python/test/test_generic_error_content.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 132a8a04067..610b3dd2c12 100644
--- a/clients/client/python/test/test_generic_usage.py
+++ b/clients/client/python/test/test_generic_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 14285c3081e..baf70970821 100644
--- a/clients/client/python/test/test_get_attributes_count_response.py
+++ b/clients/client/python/test/test_get_attributes_count_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fb39635c59e..4afb11fb60b 100644
--- a/clients/client/python/test/test_get_managed_identity_schema_location.py
+++ b/clients/client/python/test/test_get_managed_identity_schema_location.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 772a8207ead..024b9a4aa24 100644
--- a/clients/client/python/test/test_get_organization_response.py
+++ b/clients/client/python/test/test_get_organization_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9958e38fd46..35a17dc3c72 100644
--- a/clients/client/python/test/test_get_project_metrics_response.py
+++ b/clients/client/python/test/test_get_project_metrics_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 05c352fc7f5..52d2b5ec69f 100644
--- a/clients/client/python/test/test_get_session_activity_response.py
+++ b/clients/client/python/test/test_get_session_activity_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b52c65456b9..7e4145ca6d8 100644
--- a/clients/client/python/test/test_get_version200_response.py
+++ b/clients/client/python/test/test_get_version200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d28047b9861..f4a4b69b4d3 100644
--- a/clients/client/python/test/test_health_not_ready_status.py
+++ b/clients/client/python/test/test_health_not_ready_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e337cecb85e..066b9847f45 100644
--- a/clients/client/python/test/test_health_status.py
+++ b/clients/client/python/test/test_health_status.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6345f198b53..4bd0efc923d 100644
--- a/clients/client/python/test/test_identity.py
+++ b/clients/client/python/test/test_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6805f155935..6c2905eb290 100644
--- a/clients/client/python/test/test_identity_api.py
+++ b/clients/client/python/test/test_identity_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a31f4a38b5c..1b439bcf6ef 100644
--- a/clients/client/python/test/test_identity_credentials.py
+++ b/clients/client/python/test/test_identity_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3e04867ae45..94f0b92e509 100644
--- a/clients/client/python/test/test_identity_credentials_code.py
+++ b/clients/client/python/test/test_identity_credentials_code.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0e5868b4fc4..dcd7a9873b4 100644
--- a/clients/client/python/test/test_identity_credentials_oidc.py
+++ b/clients/client/python/test/test_identity_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c718d7d8664..8f19ac09d5e 100644
--- a/clients/client/python/test/test_identity_credentials_oidc_provider.py
+++ b/clients/client/python/test/test_identity_credentials_oidc_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7bf48fb76a7..2e491fdbe49 100644
--- a/clients/client/python/test/test_identity_credentials_password.py
+++ b/clients/client/python/test/test_identity_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e7bfd2386c2..e516e688608 100644
--- a/clients/client/python/test/test_identity_credentials_type.py
+++ b/clients/client/python/test/test_identity_credentials_type.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 105ba7fed3f..0392acf5c75 100644
--- a/clients/client/python/test/test_identity_patch.py
+++ b/clients/client/python/test/test_identity_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6946e11c835..5b6317d2d76 100644
--- a/clients/client/python/test/test_identity_patch_response.py
+++ b/clients/client/python/test/test_identity_patch_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6e159169a81..a527a9f8447 100644
--- a/clients/client/python/test/test_identity_schema_container.py
+++ b/clients/client/python/test/test_identity_schema_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9d7923c939f..e22a4427d2e 100644
--- a/clients/client/python/test/test_identity_schema_preset.py
+++ b/clients/client/python/test/test_identity_schema_preset.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a0cf0ff48f9..48f313fd28f 100644
--- a/clients/client/python/test/test_identity_schema_presets.py
+++ b/clients/client/python/test/test_identity_schema_presets.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fa35228398f..9a1858d3f53 100644
--- a/clients/client/python/test/test_identity_schemas.py
+++ b/clients/client/python/test/test_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e37db0d8509..de2416c5016 100644
--- a/clients/client/python/test/test_identity_state.py
+++ b/clients/client/python/test/test_identity_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9cc00cbcbe2..ec350f7d7d3 100644
--- a/clients/client/python/test/test_identity_with_credentials.py
+++ b/clients/client/python/test/test_identity_with_credentials.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 47c9f1151f8..fa725830e58 100644
--- a/clients/client/python/test/test_identity_with_credentials_oidc.py
+++ b/clients/client/python/test/test_identity_with_credentials_oidc.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a8065a7e4e8..bc71f146a1f 100644
--- a/clients/client/python/test/test_identity_with_credentials_oidc_config.py
+++ b/clients/client/python/test/test_identity_with_credentials_oidc_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 34e452a47fd..cf48ad3d3b2 100644
--- a/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py
+++ b/clients/client/python/test/test_identity_with_credentials_oidc_config_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5c09c66d484..ca178ea08ea 100644
--- a/clients/client/python/test/test_identity_with_credentials_password.py
+++ b/clients/client/python/test/test_identity_with_credentials_password.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e0b7f82c8db..3d69b76a886 100644
--- a/clients/client/python/test/test_identity_with_credentials_password_config.py
+++ b/clients/client/python/test/test_identity_with_credentials_password_config.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ea22f7f2a78..9145ca08fd3 100644
--- a/clients/client/python/test/test_internal_get_project_branding_body.py
+++ b/clients/client/python/test/test_internal_get_project_branding_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d38cfca4032..8841986e39f 100644
--- a/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py
+++ b/clients/client/python/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 cc41b5add89..7b0f8808130 100644
--- a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py
+++ b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9fa64d70251..e3fdd9c1a2c 100644
--- a/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py
+++ b/clients/client/python/test/test_internal_is_owner_for_project_by_slug_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6b6ebb4e028..8869f55b2fc 100644
--- a/clients/client/python/test/test_internal_provision_mock_subscription.py
+++ b/clients/client/python/test/test_internal_provision_mock_subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 03c32330fec..83ce1eacd16 100644
--- a/clients/client/python/test/test_introspected_o_auth2_token.py
+++ b/clients/client/python/test/test_introspected_o_auth2_token.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 22c6656649e..9d17a628b21 100644
--- a/clients/client/python/test/test_is_owner_for_project_by_slug.py
+++ b/clients/client/python/test/test_is_owner_for_project_by_slug.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 72faf4fae41..491920c17d9 100644
--- a/clients/client/python/test/test_is_ready200_response.py
+++ b/clients/client/python/test/test_is_ready200_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8dffc71292e..e6700277df5 100644
--- a/clients/client/python/test/test_is_ready503_response.py
+++ b/clients/client/python/test/test_is_ready503_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1053c5ee177..4d4b3bd5df2 100644
--- a/clients/client/python/test/test_json_patch.py
+++ b/clients/client/python/test/test_json_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 505af63c8a1..69f8659f2c7 100644
--- a/clients/client/python/test/test_json_patch_document.py
+++ b/clients/client/python/test/test_json_patch_document.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6bdc277d3ee..c4c26e831d0 100644
--- a/clients/client/python/test/test_json_web_key.py
+++ b/clients/client/python/test/test_json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d63881624bd..ec8a6176542 100644
--- a/clients/client/python/test/test_json_web_key_set.py
+++ b/clients/client/python/test/test_json_web_key_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fbc43798def..cb7069bec47 100644
--- a/clients/client/python/test/test_jwk_api.py
+++ b/clients/client/python/test/test_jwk_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 caf89e7737b..ebf545c2bc1 100644
--- a/clients/client/python/test/test_keto_namespace.py
+++ b/clients/client/python/test/test_keto_namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 816f7bacc35..431b6b61cd8 100644
--- a/clients/client/python/test/test_keto_namespaces.py
+++ b/clients/client/python/test/test_keto_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7be5f36035a..3dad8c82dc1 100644
--- a/clients/client/python/test/test_list_custom_domains.py
+++ b/clients/client/python/test/test_list_custom_domains.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d2f26fe7cb9..98d68277312 100644
--- a/clients/client/python/test/test_list_organizations_response.py
+++ b/clients/client/python/test/test_list_organizations_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7fef072cbc9..22ffd1813c8 100644
--- a/clients/client/python/test/test_login_flow.py
+++ b/clients/client/python/test/test_login_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 97fc8b49479..75dc4a34b24 100644
--- a/clients/client/python/test/test_login_flow_state.py
+++ b/clients/client/python/test/test_login_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0e73da0bd85..2433119e014 100644
--- a/clients/client/python/test/test_logout_flow.py
+++ b/clients/client/python/test/test_logout_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 62f3c846d9c..69a82a4bb03 100644
--- a/clients/client/python/test/test_managed_identity_schema.py
+++ b/clients/client/python/test/test_managed_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a48718f3c9d..c052a4fb1c0 100644
--- a/clients/client/python/test/test_managed_identity_schema_validation_result.py
+++ b/clients/client/python/test/test_managed_identity_schema_validation_result.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0a7ed72a773..4e6a5edc637 100644
--- a/clients/client/python/test/test_managed_identity_schemas.py
+++ b/clients/client/python/test/test_managed_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 57f48cf8c6e..b90698b8994 100644
--- a/clients/client/python/test/test_member_invite.py
+++ b/clients/client/python/test/test_member_invite.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 54e3768dfcc..093d0b0ed57 100644
--- a/clients/client/python/test/test_member_invites.py
+++ b/clients/client/python/test/test_member_invites.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8e3f67a93dc..d8a37abb312 100644
--- a/clients/client/python/test/test_message.py
+++ b/clients/client/python/test/test_message.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 50821c65517..e208972fc99 100644
--- a/clients/client/python/test/test_message_dispatch.py
+++ b/clients/client/python/test/test_message_dispatch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c7d829a0271..24e573e2d19 100644
--- a/clients/client/python/test/test_metadata_api.py
+++ b/clients/client/python/test/test_metadata_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f02be3cedf5..bf8bfaa9f4d 100644
--- a/clients/client/python/test/test_metrics_datapoint.py
+++ b/clients/client/python/test/test_metrics_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 bccfa69b627..b2836527b66 100644
--- a/clients/client/python/test/test_namespace.py
+++ b/clients/client/python/test/test_namespace.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d0a65bf0078..708d364b33e 100644
--- a/clients/client/python/test/test_needs_privileged_session_error.py
+++ b/clients/client/python/test/test_needs_privileged_session_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 956c4c44eba..2d35847180d 100644
--- a/clients/client/python/test/test_normalized_project.py
+++ b/clients/client/python/test/test_normalized_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2b4de1f6939..f5959e001cb 100644
--- a/clients/client/python/test/test_normalized_project_revision.py
+++ b/clients/client/python/test/test_normalized_project_revision.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 79e05ef28ac..893cae778d3 100644
--- a/clients/client/python/test/test_normalized_project_revision_hook.py
+++ b/clients/client/python/test/test_normalized_project_revision_hook.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f8c64a64c5a..092f216eb11 100644
--- a/clients/client/python/test/test_normalized_project_revision_identity_schema.py
+++ b/clients/client/python/test/test_normalized_project_revision_identity_schema.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 91ced9e676b..7f23091a973 100644
--- a/clients/client/python/test/test_normalized_project_revision_identity_schemas.py
+++ b/clients/client/python/test/test_normalized_project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 694197d35a2..5559eac378e 100644
--- a/clients/client/python/test/test_normalized_project_revision_third_party_provider.py
+++ b/clients/client/python/test/test_normalized_project_revision_third_party_provider.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3ba5fe0dfab..7195739de13 100644
--- a/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py
+++ b/clients/client/python/test/test_normalized_project_revision_tokenizer_template.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 84f2fabbe7f..495db04cca7 100644
--- a/clients/client/python/test/test_normalized_project_revision_tokenizer_templates.py
+++ b/clients/client/python/test/test_normalized_project_revision_tokenizer_templates.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 be88a952b50..5b8b6b3a25b 100644
--- a/clients/client/python/test/test_normalized_projects.py
+++ b/clients/client/python/test/test_normalized_projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7d1f5fadbfe..f314836ed96 100644
--- a/clients/client/python/test/test_null_duration.py
+++ b/clients/client/python/test/test_null_duration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 53b75aa2ff3..97ba8999820 100644
--- a/clients/client/python/test/test_o_auth2_api.py
+++ b/clients/client/python/test/test_o_auth2_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 aa0aa4fb943..1910dd3450d 100644
--- a/clients/client/python/test/test_o_auth2_client.py
+++ b/clients/client/python/test/test_o_auth2_client.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 18cc8dc1cef..1375f69f307 100644
--- a/clients/client/python/test/test_o_auth2_client_token_lifespans.py
+++ b/clients/client/python/test/test_o_auth2_client_token_lifespans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 10e2eca554c..b74ed3b8d1d 100644
--- a/clients/client/python/test/test_o_auth2_consent_request.py
+++ b/clients/client/python/test/test_o_auth2_consent_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 50bfac4e80a..dd2c0c25dc0 100644
--- a/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py
+++ b/clients/client/python/test/test_o_auth2_consent_request_open_id_connect_context.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 770f7bf0ed8..8afc50d00f8 100644
--- a/clients/client/python/test/test_o_auth2_consent_session.py
+++ b/clients/client/python/test/test_o_auth2_consent_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ae69b7ff27e..ec1f584b5da 100644
--- a/clients/client/python/test/test_o_auth2_consent_session_expires_at.py
+++ b/clients/client/python/test/test_o_auth2_consent_session_expires_at.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0a8df2ed3b7..2286fb89d1a 100644
--- a/clients/client/python/test/test_o_auth2_consent_sessions.py
+++ b/clients/client/python/test/test_o_auth2_consent_sessions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 22765bf79ac..21185d76dc1 100644
--- a/clients/client/python/test/test_o_auth2_login_request.py
+++ b/clients/client/python/test/test_o_auth2_login_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e45a9a4b894..1ecc34e2594 100644
--- a/clients/client/python/test/test_o_auth2_logout_request.py
+++ b/clients/client/python/test/test_o_auth2_logout_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 98a9d608d94..bbc15088059 100644
--- a/clients/client/python/test/test_o_auth2_redirect_to.py
+++ b/clients/client/python/test/test_o_auth2_redirect_to.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c10ffc8ed56..76e39ddcdc7 100644
--- a/clients/client/python/test/test_o_auth2_token_exchange.py
+++ b/clients/client/python/test/test_o_auth2_token_exchange.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 722bd37ff15..55d0c40b655 100644
--- a/clients/client/python/test/test_oidc_api.py
+++ b/clients/client/python/test/test_oidc_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3fb9880b400..05015a9f780 100644
--- a/clients/client/python/test/test_oidc_configuration.py
+++ b/clients/client/python/test/test_oidc_configuration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 89841025519..277830f831c 100644
--- a/clients/client/python/test/test_oidc_user_info.py
+++ b/clients/client/python/test/test_oidc_user_info.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3f9942471b5..3269a6d7894 100644
--- a/clients/client/python/test/test_organization.py
+++ b/clients/client/python/test/test_organization.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6e9a6bc6487..220b8386e8a 100644
--- a/clients/client/python/test/test_organization_body.py
+++ b/clients/client/python/test/test_organization_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 88ef99d39c5..65b37b64e62 100644
--- a/clients/client/python/test/test_pagination.py
+++ b/clients/client/python/test/test_pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 bbc87deafef..7629442c505 100644
--- a/clients/client/python/test/test_pagination_headers.py
+++ b/clients/client/python/test/test_pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ae70cd5e9a6..8b7e3249f48 100644
--- a/clients/client/python/test/test_parse_error.py
+++ b/clients/client/python/test/test_parse_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1419ba5663b..7d2caf2ff8e 100644
--- a/clients/client/python/test/test_patch_identities_body.py
+++ b/clients/client/python/test/test_patch_identities_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 97818887fcd..6d23df48c82 100644
--- a/clients/client/python/test/test_perform_native_logout_body.py
+++ b/clients/client/python/test/test_perform_native_logout_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f3acd4f8b7d..e8b26f77769 100644
--- a/clients/client/python/test/test_permission_api.py
+++ b/clients/client/python/test/test_permission_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 18f91db86c3..35eb9634b7a 100644
--- a/clients/client/python/test/test_permissions_on_project.py
+++ b/clients/client/python/test/test_permissions_on_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ad023a6acd9..7eda2e02ebb 100644
--- a/clients/client/python/test/test_plan.py
+++ b/clients/client/python/test/test_plan.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5598f8a6c55..c96dde8cd2a 100644
--- a/clients/client/python/test/test_plan_details.py
+++ b/clients/client/python/test/test_plan_details.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 db00c05082a..841971fd475 100644
--- a/clients/client/python/test/test_plans.py
+++ b/clients/client/python/test/test_plans.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 46117816b2b..25eb37cc10c 100644
--- a/clients/client/python/test/test_post_check_permission_body.py
+++ b/clients/client/python/test/test_post_check_permission_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 15d44cb469e..daedc04ebb0 100644
--- a/clients/client/python/test/test_post_check_permission_or_error_body.py
+++ b/clients/client/python/test/test_post_check_permission_or_error_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3cdcd1415b7..f8d13bd450b 100644
--- a/clients/client/python/test/test_pricing.py
+++ b/clients/client/python/test/test_pricing.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 99042653de6..6d8bc434c3b 100644
--- a/clients/client/python/test/test_project.py
+++ b/clients/client/python/test/test_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 076ab2520b8..b364607c90f 100644
--- a/clients/client/python/test/test_project_api.py
+++ b/clients/client/python/test/test_project_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 653b166f620..b133156bb35 100644
--- a/clients/client/python/test/test_project_api_key.py
+++ b/clients/client/python/test/test_project_api_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 836e5cc924a..376f9f0e2ee 100644
--- a/clients/client/python/test/test_project_api_keys.py
+++ b/clients/client/python/test/test_project_api_keys.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c1ab63d4f9d..eaa947cdccf 100644
--- a/clients/client/python/test/test_project_branding.py
+++ b/clients/client/python/test/test_project_branding.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c34f35b83b4..7e750433128 100644
--- a/clients/client/python/test/test_project_branding_colors.py
+++ b/clients/client/python/test/test_project_branding_colors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2f6f8243b4d..8b41f2297c8 100644
--- a/clients/client/python/test/test_project_branding_theme.py
+++ b/clients/client/python/test/test_project_branding_theme.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a639841000c..cdcb7cf5de7 100644
--- a/clients/client/python/test/test_project_branding_themes.py
+++ b/clients/client/python/test/test_project_branding_themes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2db39a0ae00..e5afff83c13 100644
--- a/clients/client/python/test/test_project_cors.py
+++ b/clients/client/python/test/test_project_cors.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1688ead0102..4c152673995 100644
--- a/clients/client/python/test/test_project_host.py
+++ b/clients/client/python/test/test_project_host.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c23711bb581..293e8e9a6a2 100644
--- a/clients/client/python/test/test_project_member.py
+++ b/clients/client/python/test/test_project_member.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e310033bde7..1209f3e6344 100644
--- a/clients/client/python/test/test_project_members.py
+++ b/clients/client/python/test/test_project_members.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ae5ea44ffa0..3105644defc 100644
--- a/clients/client/python/test/test_project_metadata.py
+++ b/clients/client/python/test/test_project_metadata.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ba1afffeb49..1eef4667b47 100644
--- a/clients/client/python/test/test_project_metadata_list.py
+++ b/clients/client/python/test/test_project_metadata_list.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ada9a56f57a..1686598fc62 100644
--- a/clients/client/python/test/test_project_revision_hooks.py
+++ b/clients/client/python/test/test_project_revision_hooks.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8a18e750c30..165da35edb9 100644
--- a/clients/client/python/test/test_project_revision_identity_schemas.py
+++ b/clients/client/python/test/test_project_revision_identity_schemas.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f6983a761b1..cf75f71a8a3 100644
--- a/clients/client/python/test/test_project_revision_third_party_login_providers.py
+++ b/clients/client/python/test/test_project_revision_third_party_login_providers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ecc0d3c1586..0bab8c96188 100644
--- a/clients/client/python/test/test_project_revisions.py
+++ b/clients/client/python/test/test_project_revisions.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9000f8fa763..71ad149f0c0 100644
--- a/clients/client/python/test/test_project_service_identity.py
+++ b/clients/client/python/test/test_project_service_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 315bb873892..708ef34b601 100644
--- a/clients/client/python/test/test_project_service_o_auth2.py
+++ b/clients/client/python/test/test_project_service_o_auth2.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3853c0f50e0..05513ede459 100644
--- a/clients/client/python/test/test_project_service_permission.py
+++ b/clients/client/python/test/test_project_service_permission.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2626c73f58d..a5e47d33eb3 100644
--- a/clients/client/python/test/test_project_services.py
+++ b/clients/client/python/test/test_project_services.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d191df794a1..a414566c024 100644
--- a/clients/client/python/test/test_projects.py
+++ b/clients/client/python/test/test_projects.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8672422135c..d6e521be03a 100644
--- a/clients/client/python/test/test_quota_usage.py
+++ b/clients/client/python/test/test_quota_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 dcd978a79ff..6417b352bfd 100644
--- a/clients/client/python/test/test_recovery_code_for_identity.py
+++ b/clients/client/python/test/test_recovery_code_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 190dc3b6327..8a78fc39d91 100644
--- a/clients/client/python/test/test_recovery_flow.py
+++ b/clients/client/python/test/test_recovery_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c780d44a875..1f3e35bf3b1 100644
--- a/clients/client/python/test/test_recovery_flow_state.py
+++ b/clients/client/python/test/test_recovery_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e82536d6586..f8886d40af1 100644
--- a/clients/client/python/test/test_recovery_identity_address.py
+++ b/clients/client/python/test/test_recovery_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 cb3d7dc222d..7e55a3bd2fa 100644
--- a/clients/client/python/test/test_recovery_link_for_identity.py
+++ b/clients/client/python/test/test_recovery_link_for_identity.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 451b5cd581c..e8de8ea63af 100644
--- a/clients/client/python/test/test_registration_flow.py
+++ b/clients/client/python/test/test_registration_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 96e35bee165..7f8826022bb 100644
--- a/clients/client/python/test/test_registration_flow_state.py
+++ b/clients/client/python/test/test_registration_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c464a21e51e..67396880f02 100644
--- a/clients/client/python/test/test_reject_o_auth2_request.py
+++ b/clients/client/python/test/test_reject_o_auth2_request.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4e03cd56867..faf14d2656f 100644
--- a/clients/client/python/test/test_relation_query.py
+++ b/clients/client/python/test/test_relation_query.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9372f676702..5f213958856 100644
--- a/clients/client/python/test/test_relationship.py
+++ b/clients/client/python/test/test_relationship.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 deede8b41ee..c994bc79f19 100644
--- a/clients/client/python/test/test_relationship_api.py
+++ b/clients/client/python/test/test_relationship_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 07574d418e5..97e00bac944 100644
--- a/clients/client/python/test/test_relationship_namespaces.py
+++ b/clients/client/python/test/test_relationship_namespaces.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d47494cc5b2..6a8bd7ee9ac 100644
--- a/clients/client/python/test/test_relationship_patch.py
+++ b/clients/client/python/test/test_relationship_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 538a156a3f3..447132bbe30 100644
--- a/clients/client/python/test/test_relationships.py
+++ b/clients/client/python/test/test_relationships.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 08506899bc5..b910703251e 100644
--- a/clients/client/python/test/test_rfc6749_error_json.py
+++ b/clients/client/python/test/test_rfc6749_error_json.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a68737bcd59..6f7478e1898 100644
--- a/clients/client/python/test/test_schema_patch.py
+++ b/clients/client/python/test/test_schema_patch.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 dcc6f4ec1e4..c2420f40fbf 100644
--- a/clients/client/python/test/test_self_service_flow_expired_error.py
+++ b/clients/client/python/test/test_self_service_flow_expired_error.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fbd7a4385e2..ce4ebe6b658 100644
--- a/clients/client/python/test/test_session.py
+++ b/clients/client/python/test/test_session.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2483d90c9fc..c5ff93dc309 100644
--- a/clients/client/python/test/test_session_activity_datapoint.py
+++ b/clients/client/python/test/test_session_activity_datapoint.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ec659f47419..4d2a14b9a73 100644
--- a/clients/client/python/test/test_session_authentication_method.py
+++ b/clients/client/python/test/test_session_authentication_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f8c0c0f6f10..a11178d345f 100644
--- a/clients/client/python/test/test_session_authentication_methods.py
+++ b/clients/client/python/test/test_session_authentication_methods.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ce24e99a397..a66986a3af6 100644
--- a/clients/client/python/test/test_session_device.py
+++ b/clients/client/python/test/test_session_device.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 156f4426356..f744eb89717 100644
--- a/clients/client/python/test/test_set_active_project_in_console_body.py
+++ b/clients/client/python/test/test_set_active_project_in_console_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a49b8ff86b7..2aa4d71b609 100644
--- a/clients/client/python/test/test_set_custom_domain_body.py
+++ b/clients/client/python/test/test_set_custom_domain_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d115b6527a8..cac6bd76e52 100644
--- a/clients/client/python/test/test_set_project.py
+++ b/clients/client/python/test/test_set_project.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ccfeba135df..9f519893c20 100644
--- a/clients/client/python/test/test_set_project_branding_theme_body.py
+++ b/clients/client/python/test/test_set_project_branding_theme_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4079a9770c8..caef2519205 100644
--- a/clients/client/python/test/test_settings_flow.py
+++ b/clients/client/python/test/test_settings_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 201ed0e71b5..0360c75fb62 100644
--- a/clients/client/python/test/test_settings_flow_state.py
+++ b/clients/client/python/test/test_settings_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 7523bc54ee5..8ad2fa672f7 100644
--- a/clients/client/python/test/test_source_position.py
+++ b/clients/client/python/test/test_source_position.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3813ef9bf37..eab2a9d77d7 100644
--- a/clients/client/python/test/test_string_slice_json_format.py
+++ b/clients/client/python/test/test_string_slice_json_format.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 90da56acb0d..c8d58564420 100644
--- a/clients/client/python/test/test_stripe_customer.py
+++ b/clients/client/python/test/test_stripe_customer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 fcc3026212e..9995d777c9a 100644
--- a/clients/client/python/test/test_subject_set.py
+++ b/clients/client/python/test/test_subject_set.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 426e5bc8ec4..2385187d418 100644
--- a/clients/client/python/test/test_subscription.py
+++ b/clients/client/python/test/test_subscription.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a1e390a827b..31b7cadc3b6 100644
--- a/clients/client/python/test/test_successful_code_exchange_response.py
+++ b/clients/client/python/test/test_successful_code_exchange_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1b7913fb6e5..ade3e329c3c 100644
--- a/clients/client/python/test/test_successful_native_login.py
+++ b/clients/client/python/test/test_successful_native_login.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 43c3c611d67..ac3591cc0aa 100644
--- a/clients/client/python/test/test_successful_native_registration.py
+++ b/clients/client/python/test/test_successful_native_registration.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 ec63993ada4..3547acd76cd 100644
--- a/clients/client/python/test/test_successful_project_update.py
+++ b/clients/client/python/test/test_successful_project_update.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 77706f83305..8cf1d2e6611 100644
--- a/clients/client/python/test/test_token_pagination.py
+++ b/clients/client/python/test/test_token_pagination.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 55888d667fd..d676bac2ca2 100644
--- a/clients/client/python/test/test_token_pagination_headers.py
+++ b/clients/client/python/test/test_token_pagination_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 cbc02cefc50..163271e1c2e 100644
--- a/clients/client/python/test/test_token_pagination_request_parameters.py
+++ b/clients/client/python/test/test_token_pagination_request_parameters.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 905c31b1786..355a312561b 100644
--- a/clients/client/python/test/test_token_pagination_response_headers.py
+++ b/clients/client/python/test/test_token_pagination_response_headers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3cfc93191c0..baeee22c082 100644
--- a/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/test/test_trust_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 50bff42ce70..cadbede1b36 100644
--- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py
+++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuer.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6ea72a27597..d668868d63d 100644
--- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuers.py
+++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_issuers.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 432e7859d28..bb3c62c2f4b 100644
--- a/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py
+++ b/clients/client/python/test/test_trusted_o_auth2_jwt_grant_json_web_key.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 48a7e63d29c..ab65b264e31 100644
--- a/clients/client/python/test/test_ui_container.py
+++ b/clients/client/python/test/test_ui_container.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1667d231bfe..9e93da0aec3 100644
--- a/clients/client/python/test/test_ui_node.py
+++ b/clients/client/python/test/test_ui_node.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9fec93cab81..708c01dbd42 100644
--- a/clients/client/python/test/test_ui_node_anchor_attributes.py
+++ b/clients/client/python/test/test_ui_node_anchor_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 aef976f5a61..6f90991b904 100644
--- a/clients/client/python/test/test_ui_node_attributes.py
+++ b/clients/client/python/test/test_ui_node_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 9a88004a224..c365c178ffc 100644
--- a/clients/client/python/test/test_ui_node_image_attributes.py
+++ b/clients/client/python/test/test_ui_node_image_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3280ba2365f..88becaa828c 100644
--- a/clients/client/python/test/test_ui_node_input_attributes.py
+++ b/clients/client/python/test/test_ui_node_input_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5b592c72273..e609a060b80 100644
--- a/clients/client/python/test/test_ui_node_meta.py
+++ b/clients/client/python/test/test_ui_node_meta.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 516a74a6ee0..653ee3bb5be 100644
--- a/clients/client/python/test/test_ui_node_script_attributes.py
+++ b/clients/client/python/test/test_ui_node_script_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 47e021e1416..672014bd427 100644
--- a/clients/client/python/test/test_ui_node_text_attributes.py
+++ b/clients/client/python/test/test_ui_node_text_attributes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 139c9248e93..7837f0acec2 100644
--- a/clients/client/python/test/test_ui_nodes.py
+++ b/clients/client/python/test/test_ui_nodes.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2cbdad911ca..5589e36ddc6 100644
--- a/clients/client/python/test/test_ui_text.py
+++ b/clients/client/python/test/test_ui_text.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 94fdbaef719..821dcfe60bc 100644
--- a/clients/client/python/test/test_ui_texts.py
+++ b/clients/client/python/test/test_ui_texts.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a41d85e377d..8d421cfa8a9 100644
--- a/clients/client/python/test/test_update_identity_body.py
+++ b/clients/client/python/test/test_update_identity_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 5725fb1ddd5..8e8c951a8e9 100644
--- a/clients/client/python/test/test_update_login_flow_body.py
+++ b/clients/client/python/test/test_update_login_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2c2d2014cf9..9eaf67a4dcf 100644
--- a/clients/client/python/test/test_update_login_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 e7a9d3b67a5..2849c7e6b75 100644
--- a/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_lookup_secret_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d35790a9c6e..53400fc5308 100644
--- a/clients/client/python/test/test_update_login_flow_with_oidc_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6bdb9f2ce0b..29fd7dc3ca4 100644
--- a/clients/client/python/test/test_update_login_flow_with_password_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 2516699b90b..9cc0f80e028 100644
--- a/clients/client/python/test/test_update_login_flow_with_totp_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 49d5b455c00..98f239e31ca 100644
--- a/clients/client/python/test/test_update_login_flow_with_web_authn_method.py
+++ b/clients/client/python/test/test_update_login_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 66b46a8c36c..e1766248256 100644
--- a/clients/client/python/test/test_update_recovery_flow_body.py
+++ b/clients/client/python/test/test_update_recovery_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 f89a408c82e..d494e5e2257 100644
--- a/clients/client/python/test/test_update_recovery_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_recovery_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 a3ecc848faa..1071546182c 100644
--- a/clients/client/python/test/test_update_recovery_flow_with_link_method.py
+++ b/clients/client/python/test/test_update_recovery_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 aad6ad01b53..ad5dd260c81 100644
--- a/clients/client/python/test/test_update_registration_flow_body.py
+++ b/clients/client/python/test/test_update_registration_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 279f7223938..6897d78217a 100644
--- a/clients/client/python/test/test_update_registration_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 b9646dbd639..2879c2e9f61 100644
--- a/clients/client/python/test/test_update_registration_flow_with_oidc_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6f86c0f1907..f5f21adadd0 100644
--- a/clients/client/python/test/test_update_registration_flow_with_password_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 106d5eeee6b..df684604e8d 100644
--- a/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py
+++ b/clients/client/python/test/test_update_registration_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8a647449280..392f209935a 100644
--- a/clients/client/python/test/test_update_settings_flow_body.py
+++ b/clients/client/python/test/test_update_settings_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 1160360661c..b80c0b9546e 100644
--- a/clients/client/python/test/test_update_settings_flow_with_lookup_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_lookup_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 02e70ad7234..4229811008d 100644
--- a/clients/client/python/test/test_update_settings_flow_with_oidc_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_oidc_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 bdb97b1c221..81ad24d9c8b 100644
--- a/clients/client/python/test/test_update_settings_flow_with_password_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_password_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 af3a1a7713c..09ca17057f6 100644
--- a/clients/client/python/test/test_update_settings_flow_with_profile_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_profile_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 d39e2615dee..b0be2da712c 100644
--- a/clients/client/python/test/test_update_settings_flow_with_totp_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_totp_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 53c2fc962a4..64b4fcca23c 100644
--- a/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py
+++ b/clients/client/python/test/test_update_settings_flow_with_web_authn_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 0e24b4f0283..d7dd12f324c 100644
--- a/clients/client/python/test/test_update_subscription_body.py
+++ b/clients/client/python/test/test_update_subscription_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4a02a4b9d26..f02ccad1d20 100644
--- a/clients/client/python/test/test_update_verification_flow_body.py
+++ b/clients/client/python/test/test_update_verification_flow_body.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 96d1886b3cb..2a1ac197636 100644
--- a/clients/client/python/test/test_update_verification_flow_with_code_method.py
+++ b/clients/client/python/test/test_update_verification_flow_with_code_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c09f5683985..57d17fb1363 100644
--- a/clients/client/python/test/test_update_verification_flow_with_link_method.py
+++ b/clients/client/python/test/test_update_verification_flow_with_link_method.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 6e3a244cdb0..8009732c188 100644
--- a/clients/client/python/test/test_usage.py
+++ b/clients/client/python/test/test_usage.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 c3624a2ea82..44bb76ecb75 100644
--- a/clients/client/python/test/test_verifiable_credential_priming_response.py
+++ b/clients/client/python/test/test_verifiable_credential_priming_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 3152abdb966..5153e98795a 100644
--- a/clients/client/python/test/test_verifiable_credential_proof.py
+++ b/clients/client/python/test/test_verifiable_credential_proof.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 bca85382dcb..23481c372a3 100644
--- a/clients/client/python/test/test_verifiable_credential_response.py
+++ b/clients/client/python/test/test_verifiable_credential_response.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 20cce0a9138..3fdd7e1652d 100644
--- a/clients/client/python/test/test_verifiable_identity_address.py
+++ b/clients/client/python/test/test_verifiable_identity_address.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8637b15976b..775d24c35c2 100644
--- a/clients/client/python/test/test_verification_flow.py
+++ b/clients/client/python/test/test_verification_flow.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 37d0239fc8b..c7c750504f0 100644
--- a/clients/client/python/test/test_verification_flow_state.py
+++ b/clients/client/python/test/test_verification_flow_state.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 050002e1414..dfb5f623c28 100644
--- a/clients/client/python/test/test_version.py
+++ b/clients/client/python/test/test_version.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 4e00c26cde6..aba4b6b56a0 100644
--- a/clients/client/python/test/test_warning.py
+++ b/clients/client/python/test/test_warning.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 8b8ec33ce91..fa5e32f4796 100644
--- a/clients/client/python/test/test_wellknown_api.py
+++ b/clients/client/python/test/test_wellknown_api.py
@@ -3,7 +3,7 @@
Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. # noqa: E501
- The version of the OpenAPI document: v1.4.1
+ The version of the OpenAPI document: v1.4.2
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 aa3b24a960a..d48470fbac9 100644
--- a/clients/client/ruby/Gemfile.lock
+++ b/clients/client/ruby/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- ory-client (1.4.1)
+ ory-client (1.4.2)
typhoeus (~> 1.0, >= 1.0.1)
GEM
diff --git a/clients/client/ruby/README.md b/clients/client/ruby/README.md
index bb58a621acf..e639350ec8c 100644
--- a/clients/client/ruby/README.md
+++ b/clients/client/ruby/README.md
@@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
-- API version: v1.4.1
-- Package version: v1.4.1
+- API version: v1.4.2
+- Package version: v1.4.2
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
## Installation
@@ -25,16 +25,16 @@ gem build ory-client.gemspec
Then either install the gem locally:
```shell
-gem install ./ory-client-v1.4.1.gem
+gem install ./ory-client-v1.4.2.gem
```
-(for development, run `gem install --dev ./ory-client-v1.4.1.gem` to install the development dependencies)
+(for development, run `gem install --dev ./ory-client-v1.4.2.gem` to install the development dependencies)
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
Finally add this to the Gemfile:
- gem 'ory-client', '~> v1.4.1'
+ gem 'ory-client', '~> v1.4.2'
### Install from Git
diff --git a/clients/client/ruby/lib/ory-client.rb b/clients/client/ruby/lib/ory-client.rb
index 545310b44a0..8d60545e169 100644
--- a/clients/client/ruby/lib/ory-client.rb
+++ b/clients/client/ruby/lib/ory-client.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 8e8d45dbf9d..51ae9a72a1a 100644
--- a/clients/client/ruby/lib/ory-client/api/courier_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/courier_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 436e23ab78b..fb12a1ef20d 100644
--- a/clients/client/ruby/lib/ory-client/api/frontend_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/frontend_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 3b58797fa67..642b9897ed7 100644
--- a/clients/client/ruby/lib/ory-client/api/identity_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/identity_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 f1d36c8717a..3738e0151fa 100644
--- a/clients/client/ruby/lib/ory-client/api/jwk_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/jwk_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 c3940dfbcc2..73e0c738955 100644
--- a/clients/client/ruby/lib/ory-client/api/metadata_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/metadata_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 392de20f0b8..a5c29b81c2c 100644
--- a/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/o_auth2_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 c90e93a11cc..91be2bfc416 100644
--- a/clients/client/ruby/lib/ory-client/api/oidc_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/oidc_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 90149ad7bd0..d9ec5df2686 100644
--- a/clients/client/ruby/lib/ory-client/api/permission_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/permission_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 43267b6824b..4812cb92b7e 100644
--- a/clients/client/ruby/lib/ory-client/api/project_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/project_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 fbaacd9e23d..5fce6d2ff75 100644
--- a/clients/client/ruby/lib/ory-client/api/relationship_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/relationship_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 c1835b906f2..7bb7f74586c 100644
--- a/clients/client/ruby/lib/ory-client/api/wellknown_api.rb
+++ b/clients/client/ruby/lib/ory-client/api/wellknown_api.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 c630b44079f..54b8d1084ce 100644
--- a/clients/client/ruby/lib/ory-client/api_client.rb
+++ b/clients/client/ruby/lib/ory-client/api_client.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 2880813ddc2..78e15015096 100644
--- a/clients/client/ruby/lib/ory-client/api_error.rb
+++ b/clients/client/ruby/lib/ory-client/api_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 f6d1694683a..7fdc78b350f 100644
--- a/clients/client/ruby/lib/ory-client/configuration.rb
+++ b/clients/client/ruby/lib/ory-client/configuration.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 ba82e42aa49..dc83ec939a9 100644
--- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 928f781dfca..27d824997c0 100644
--- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb
+++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_consent_request_session.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 745940aa2e4..b0a87260e77 100644
--- a/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/accept_o_auth2_login_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 bb57c282359..a3d8fde6c62 100644
--- a/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb
+++ b/clients/client/ruby/lib/ory-client/models/active_project_in_console.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 41c2ac7e50c..502bbdb532c 100644
--- a/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb
+++ b/clients/client/ruby/lib/ory-client/models/attributes_count_datapoint.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 259b0be7255..f419b84e86b 100644
--- a/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb
+++ b/clients/client/ruby/lib/ory-client/models/authenticator_assurance_level.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 20c4d151452..9dfd371e586 100644
--- a/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/batch_patch_identities_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 aa41df0229b..e8641ff4d92 100644
--- a/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb
+++ b/clients/client/ruby/lib/ory-client/models/check_opl_syntax_result.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2cdf3154b7d..5693ad3a39d 100644
--- a/clients/client/ruby/lib/ory-client/models/check_permission_result.rb
+++ b/clients/client/ruby/lib/ory-client/models/check_permission_result.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 42dc1a85a73..3de71307766 100644
--- a/clients/client/ruby/lib/ory-client/models/cloud_account.rb
+++ b/clients/client/ruby/lib/ory-client/models/cloud_account.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 119b67966f7..5a712f74867 100644
--- a/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb
+++ b/clients/client/ruby/lib/ory-client/models/consistency_request_parameters.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0d919f8bc99..f3ee55e3b09 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 654e97f3d50..cd42048e550 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_set_ory_session_token.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5eb073e334c..2a684bc67e6 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 df05c5e9d4f..40372062654 100644
--- a/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/continue_with_verification_ui_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5788db71180..43938ff5d9a 100644
--- a/clients/client/ruby/lib/ory-client/models/courier_message_status.rb
+++ b/clients/client/ruby/lib/ory-client/models/courier_message_status.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 db678468f04..0d27c18c97c 100644
--- a/clients/client/ruby/lib/ory-client/models/courier_message_type.rb
+++ b/clients/client/ruby/lib/ory-client/models/courier_message_type.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5b761c3b7ac..ae16fc2e39b 100644
--- a/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_custom_domain_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 b6b3411c1b8..068ddc085cc 100644
--- a/clients/client/ruby/lib/ory-client/models/create_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 dd0f973473c..d051c2c1ca4 100644
--- a/clients/client/ruby/lib/ory-client/models/create_invite_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_invite_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 8fec19e3143..2f4ab69aae7 100644
--- a/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_json_web_key_set.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2fc6263775e..7261c7c7a7c 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_api_key_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 1b51bdb67c7..55c99cd44a3 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 cc973fe8984..6eaba6e51fb 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_branding.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_branding.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2cc3d9d0e7e..060f837697c 100644
--- a/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_project_member_invite_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 003f4ee004a..de0c3d1fa31 100644
--- a/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_recovery_code_for_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 b04c736c455..80b43ae6312 100644
--- a/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_recovery_link_for_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0b29e40accf..1e1b8fdfab2 100644
--- a/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_relationship_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9e4248d64ab..023e200a61a 100644
--- a/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_subscription_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 6393d7b025f..e58c19de99a 100644
--- a/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/create_verifiable_credential_request_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0ee72a25050..71ab1533bae 100644
--- a/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb
+++ b/clients/client/ruby/lib/ory-client/models/credential_supported_draft00.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 4e03f78e57e..4e6e481509c 100644
--- a/clients/client/ruby/lib/ory-client/models/custom_domain.rb
+++ b/clients/client/ruby/lib/ory-client/models/custom_domain.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 ff2766f7c7d..75a81ec9f76 100644
--- a/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb
+++ b/clients/client/ruby/lib/ory-client/models/delete_my_sessions_count.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 52b099fa1dc..7eeafd5b70d 100644
--- a/clients/client/ruby/lib/ory-client/models/email_template_data.rb
+++ b/clients/client/ruby/lib/ory-client/models/email_template_data.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 cdfcd25c815..3100c34fa0e 100644
--- a/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/email_template_data_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f129770e62b..b07d405aaf5 100644
--- a/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7c06f069503..0db43d469f3 100644
--- a/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_browser_location_change_required.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 110add8738e..30477f5dcc0 100644
--- a/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_flow_replaced.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 79559183531..eeda50fc1d1 100644
--- a/clients/client/ruby/lib/ory-client/models/error_generic.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_generic.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 679b1c73cfc..cdc61811a6d 100644
--- a/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb
+++ b/clients/client/ruby/lib/ory-client/models/error_o_auth2.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e4c29be5365..62188ea3da1 100644
--- a/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb
+++ b/clients/client/ruby/lib/ory-client/models/expanded_permission_tree.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 1416dd31795..99607444b97 100644
--- a/clients/client/ruby/lib/ory-client/models/flow_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/flow_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9b72f1d20e4..36d91c97433 100644
--- a/clients/client/ruby/lib/ory-client/models/generic_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/generic_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 91881c52b9d..1a5e4526d74 100644
--- a/clients/client/ruby/lib/ory-client/models/generic_error_content.rb
+++ b/clients/client/ruby/lib/ory-client/models/generic_error_content.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a42a5abad0b..c031d44df06 100644
--- a/clients/client/ruby/lib/ory-client/models/generic_usage.rb
+++ b/clients/client/ruby/lib/ory-client/models/generic_usage.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0e88e4e9b39..19fcc2b78ea 100644
--- a/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_attributes_count_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 88db5829d49..089704c25cf 100644
--- a/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_managed_identity_schema_location.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 dec27b7303c..d7ae9d23fbd 100644
--- a/clients/client/ruby/lib/ory-client/models/get_organization_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_organization_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f5a2bcac1dd..732a3775307 100644
--- a/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_project_metrics_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 265e58e87fa..e4d74dc9563 100644
--- a/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_session_activity_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5aef6102285..4ae1f463d00 100644
--- a/clients/client/ruby/lib/ory-client/models/get_version200_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/get_version200_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 89f98e5a41e..4713eca9e96 100644
--- a/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb
+++ b/clients/client/ruby/lib/ory-client/models/health_not_ready_status.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f6f68b9d58e..b9a4bcd5709 100644
--- a/clients/client/ruby/lib/ory-client/models/health_status.rb
+++ b/clients/client/ruby/lib/ory-client/models/health_status.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 97c5e1e9562..69d07dc5c61 100644
--- a/clients/client/ruby/lib/ory-client/models/identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 39a18bb2449..9928c78ff67 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 ca749f740b0..de52c3d6efd 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_code.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 3d90cb450a9..44aac596374 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 b0894e3df4b..bacefec4180 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_oidc_provider.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 4e6a228fe87..84992064124 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_password.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 85c89e7472b..3d0d077c372 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_credentials_type.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_credentials_type.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 55f8bbb29d0..595f12b6212 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5a56db65634..21f83b58ea7 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_patch_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 6660e3c4824..2e95424e8fd 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_schema_container.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7ff69bda0b1..c82937bfd85 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_schema_preset.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 75708222f84..b229ca14870 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f889ea13b47..1828c7095c1 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 793888afaef..e1f0e52ee75 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 56f68458a41..f1735e47449 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 1e78fe8993b..c5380dec9f9 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 10395123105..a6fa4abd69c 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 526c822c687..4a86cffaa14 100644
--- a/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb
+++ b/clients/client/ruby/lib/ory-client/models/identity_with_credentials_password_config.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 1d7696cab1e..78bad03e483 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_get_project_branding_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 8d95627a415..67c6674d41d 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 ee138bffa28..5ed9fba0c3f 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 df34a11d19d..7913e7665cd 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 8a14901692b..002423fde49 100644
--- a/clients/client/ruby/lib/ory-client/models/internal_provision_mock_subscription.rb
+++ b/clients/client/ruby/lib/ory-client/models/internal_provision_mock_subscription.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e9589a420f8..c77e42efc86 100644
--- a/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb
+++ b/clients/client/ruby/lib/ory-client/models/introspected_o_auth2_token.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 4d3454439d0..644f1c13a15 100644
--- a/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb
+++ b/clients/client/ruby/lib/ory-client/models/is_owner_for_project_by_slug.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9d1474e0cc7..77b325b0b96 100644
--- a/clients/client/ruby/lib/ory-client/models/is_ready200_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/is_ready200_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 64b69bcfc9e..270feab30fa 100644
--- a/clients/client/ruby/lib/ory-client/models/is_ready503_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/is_ready503_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 186c5de460a..9a3f615ad49 100644
--- a/clients/client/ruby/lib/ory-client/models/json_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/json_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a08bb35f967..a5296e296bd 100644
--- a/clients/client/ruby/lib/ory-client/models/json_web_key.rb
+++ b/clients/client/ruby/lib/ory-client/models/json_web_key.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 07a34baced5..d31abf38a49 100644
--- a/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb
+++ b/clients/client/ruby/lib/ory-client/models/json_web_key_set.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9903bca3c27..6b11c6439d5 100644
--- a/clients/client/ruby/lib/ory-client/models/keto_namespace.rb
+++ b/clients/client/ruby/lib/ory-client/models/keto_namespace.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 66b740d43de..71a5fdb8aef 100644
--- a/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/list_organizations_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 ad8abaf0c5d..85732cdf1a0 100644
--- a/clients/client/ruby/lib/ory-client/models/login_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/login_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0611832caf5..875007ceb66 100644
--- a/clients/client/ruby/lib/ory-client/models/login_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/login_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 c2074dd8703..0daa4f66c25 100644
--- a/clients/client/ruby/lib/ory-client/models/logout_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/logout_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 d24c0ce7142..a9cc5b90f75 100644
--- a/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb
+++ b/clients/client/ruby/lib/ory-client/models/managed_identity_schema.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7523d1dc2cd..c3a273672f7 100644
--- a/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb
+++ b/clients/client/ruby/lib/ory-client/models/managed_identity_schema_validation_result.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 29f3c853bdf..1fa0eeaa815 100644
--- a/clients/client/ruby/lib/ory-client/models/member_invite.rb
+++ b/clients/client/ruby/lib/ory-client/models/member_invite.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 6fb521e7738..a83c39c609a 100644
--- a/clients/client/ruby/lib/ory-client/models/message.rb
+++ b/clients/client/ruby/lib/ory-client/models/message.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 4298eca2ba3..d1d5714514f 100644
--- a/clients/client/ruby/lib/ory-client/models/message_dispatch.rb
+++ b/clients/client/ruby/lib/ory-client/models/message_dispatch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 087985759ec..8c0c007974a 100644
--- a/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb
+++ b/clients/client/ruby/lib/ory-client/models/metrics_datapoint.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 780ca6f7396..1e41fff9f55 100644
--- a/clients/client/ruby/lib/ory-client/models/namespace.rb
+++ b/clients/client/ruby/lib/ory-client/models/namespace.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f11e296af6c..ee7af05e69b 100644
--- a/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/needs_privileged_session_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5493efccc4e..0918f3c8994 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 130a8fb6851..fe8dae1aba7 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 eea265fb366..19f0afb72d4 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_hook.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e710ec89e65..de72a8119cc 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_identity_schema.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 bdab99a3a23..abeed70e2a4 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_third_party_provider.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2513b9a8255..9fc8875fa0e 100644
--- a/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb
+++ b/clients/client/ruby/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 37967c17bb2..62a2010a790 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_client.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7f75411cae4..d62b692517b 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_client_token_lifespans.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9a3389c5691..0b64f3651ef 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 87c2ca92443..5480e04fc4a 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 b5c125f53b4..41fb9ff6b5a 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 3c7992d6702..ad466ffaa0b 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_consent_session_expires_at.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 666d5094dd4..eeb0718aa2e 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_login_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 6f6bcaf3821..deb8dc2e865 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_logout_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 097b2f44cf3..374d9efe5eb 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_redirect_to.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 4c79a562c19..48fdf34ca49 100644
--- a/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb
+++ b/clients/client/ruby/lib/ory-client/models/o_auth2_token_exchange.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 114fc3801b7..a0fb5941497 100644
--- a/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb
+++ b/clients/client/ruby/lib/ory-client/models/oidc_configuration.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 28b30a316d5..0022a31322f 100644
--- a/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb
+++ b/clients/client/ruby/lib/ory-client/models/oidc_user_info.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e48657bbd18..e1c9420bc08 100644
--- a/clients/client/ruby/lib/ory-client/models/organization.rb
+++ b/clients/client/ruby/lib/ory-client/models/organization.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 3462febe5a6..663ff672214 100644
--- a/clients/client/ruby/lib/ory-client/models/organization_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/organization_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9a7ea43c797..3b3e38ee135 100644
--- a/clients/client/ruby/lib/ory-client/models/pagination.rb
+++ b/clients/client/ruby/lib/ory-client/models/pagination.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 6114513ed96..a4cbf92712c 100644
--- a/clients/client/ruby/lib/ory-client/models/pagination_headers.rb
+++ b/clients/client/ruby/lib/ory-client/models/pagination_headers.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 626cfb49918..2768d24a764 100644
--- a/clients/client/ruby/lib/ory-client/models/parse_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/parse_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 095ccf6546c..3370303c1dc 100644
--- a/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/patch_identities_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f310b8440ce..ce45bc1fcc6 100644
--- a/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/perform_native_logout_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e55ae1d8ed0..d1879990883 100644
--- a/clients/client/ruby/lib/ory-client/models/plan.rb
+++ b/clients/client/ruby/lib/ory-client/models/plan.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9150b091ef9..56ef7a10846 100644
--- a/clients/client/ruby/lib/ory-client/models/plan_details.rb
+++ b/clients/client/ruby/lib/ory-client/models/plan_details.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0ba93870dcf..90238dde6fe 100644
--- a/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/post_check_permission_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 71fca419f32..e662de470fd 100644
--- a/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/post_check_permission_or_error_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5b765bf65c7..2e489f7edc9 100644
--- a/clients/client/ruby/lib/ory-client/models/project.rb
+++ b/clients/client/ruby/lib/ory-client/models/project.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9bbca661ee0..0bf28ec7048 100644
--- a/clients/client/ruby/lib/ory-client/models/project_api_key.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_api_key.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7b72da7227c..dbcd6daac28 100644
--- a/clients/client/ruby/lib/ory-client/models/project_branding.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_branding.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 fb8572ea613..5734fb86c95 100644
--- a/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_branding_colors.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 40cede90126..ec59f27a7de 100644
--- a/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_branding_theme.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f7bff786a67..7118c0f3d5d 100644
--- a/clients/client/ruby/lib/ory-client/models/project_cors.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_cors.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 49bedda5e39..27f93ff53bb 100644
--- a/clients/client/ruby/lib/ory-client/models/project_host.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_host.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 c7bfe910909..8936e22570c 100644
--- a/clients/client/ruby/lib/ory-client/models/project_metadata.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_metadata.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 59a5a576def..ac41153869d 100644
--- a/clients/client/ruby/lib/ory-client/models/project_service_identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_service_identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 72851bcdc8e..9b3b01ec156 100644
--- a/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_service_o_auth2.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 01bd07785ff..2ffd3a9de45 100644
--- a/clients/client/ruby/lib/ory-client/models/project_service_permission.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_service_permission.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 40b0012c390..39d173f5ce9 100644
--- a/clients/client/ruby/lib/ory-client/models/project_services.rb
+++ b/clients/client/ruby/lib/ory-client/models/project_services.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2146ffb2fac..c7fd8c7278d 100644
--- a/clients/client/ruby/lib/ory-client/models/quota_usage.rb
+++ b/clients/client/ruby/lib/ory-client/models/quota_usage.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a88cb3f50cc..e5e61a5d1ef 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_code_for_identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9b14eb2e647..6336cf3bef3 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 fa2a5e7f504..280c3a1b39f 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 517cc0c1fc2..c4214b7de39 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_identity_address.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 36ffdb611b2..39765267fe2 100644
--- a/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb
+++ b/clients/client/ruby/lib/ory-client/models/recovery_link_for_identity.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a4326d5b82b..d6bbf8c017f 100644
--- a/clients/client/ruby/lib/ory-client/models/registration_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/registration_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 74377f0993f..e70803f433a 100644
--- a/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/registration_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9e29ab937ea..a7b0475221a 100644
--- a/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb
+++ b/clients/client/ruby/lib/ory-client/models/reject_o_auth2_request.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 42d1326fa4c..5108f377ad9 100644
--- a/clients/client/ruby/lib/ory-client/models/relation_query.rb
+++ b/clients/client/ruby/lib/ory-client/models/relation_query.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a510c30fadd..058e6202577 100644
--- a/clients/client/ruby/lib/ory-client/models/relationship.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationship.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a86dd3f57cc..c77ddaec556 100644
--- a/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationship_namespaces.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 ca038f3398c..74c3469dc73 100644
--- a/clients/client/ruby/lib/ory-client/models/relationship_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationship_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 1c29afaf8bb..fae7f683c4d 100644
--- a/clients/client/ruby/lib/ory-client/models/relationships.rb
+++ b/clients/client/ruby/lib/ory-client/models/relationships.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e8c31e232e5..d99e7810ba9 100644
--- a/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb
+++ b/clients/client/ruby/lib/ory-client/models/rfc6749_error_json.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 8fc4abcbc8f..27f489dd55f 100644
--- a/clients/client/ruby/lib/ory-client/models/schema_patch.rb
+++ b/clients/client/ruby/lib/ory-client/models/schema_patch.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 334cde351f0..e1946af8c35 100644
--- a/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb
+++ b/clients/client/ruby/lib/ory-client/models/self_service_flow_expired_error.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f7d474a2c47..fa334e82059 100644
--- a/clients/client/ruby/lib/ory-client/models/session.rb
+++ b/clients/client/ruby/lib/ory-client/models/session.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 5c0200ad80f..6cffc913fc6 100644
--- a/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb
+++ b/clients/client/ruby/lib/ory-client/models/session_activity_datapoint.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9c116d5ce84..0c58339aab1 100644
--- a/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/session_authentication_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 cbf970087ba..e157a1223b9 100644
--- a/clients/client/ruby/lib/ory-client/models/session_device.rb
+++ b/clients/client/ruby/lib/ory-client/models/session_device.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 048c1ced15f..650c28bc38f 100644
--- a/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_active_project_in_console_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7304f825b47..7adfc3d50e8 100644
--- a/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_custom_domain_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 bdf0f90759c..a35d6a823d7 100644
--- a/clients/client/ruby/lib/ory-client/models/set_project.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_project.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 fa38eb78238..d8e5e1494be 100644
--- a/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/set_project_branding_theme_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 d8d4ac29abc..55ea07d7e9f 100644
--- a/clients/client/ruby/lib/ory-client/models/settings_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/settings_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 69e90063ae6..1f80921a883 100644
--- a/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/settings_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 03bd177e667..1df18da0a0d 100644
--- a/clients/client/ruby/lib/ory-client/models/source_position.rb
+++ b/clients/client/ruby/lib/ory-client/models/source_position.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 bbdac09769f..891cf4e9eac 100644
--- a/clients/client/ruby/lib/ory-client/models/stripe_customer.rb
+++ b/clients/client/ruby/lib/ory-client/models/stripe_customer.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 fa6ccca443d..755c75679ec 100644
--- a/clients/client/ruby/lib/ory-client/models/subject_set.rb
+++ b/clients/client/ruby/lib/ory-client/models/subject_set.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 b9ba6b5c79c..666c3dd6e96 100644
--- a/clients/client/ruby/lib/ory-client/models/subscription.rb
+++ b/clients/client/ruby/lib/ory-client/models/subscription.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 eb6738e2509..b2dcb337259 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_code_exchange_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2b8f9c26b04..d436f3dbe71 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_native_login.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_native_login.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 bb5a90f8623..61c79201042 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_native_registration.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 cc4f2a3bd57..f73f71f05f6 100644
--- a/clients/client/ruby/lib/ory-client/models/successful_project_update.rb
+++ b/clients/client/ruby/lib/ory-client/models/successful_project_update.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 c26bee56804..7050ff704b7 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e1898c7a30e..6f5444d276a 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination_headers.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 57031baddc3..5622febf3fa 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination_request_parameters.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9b89a7bdb74..4e835a46f8c 100644
--- a/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb
+++ b/clients/client/ruby/lib/ory-client/models/token_pagination_response_headers.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 ebd868f56be..6936fed03f6 100644
--- a/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb
+++ b/clients/client/ruby/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 4082446f99a..17187e76cd9 100644
--- a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb
+++ b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 c90e650bd34..895438a4060 100644
--- a/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb
+++ b/clients/client/ruby/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f6ea3c1f8f0..7e3c4d84d08 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_container.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_container.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 21726f93d9f..c4fea9ff878 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 93cb800687b..86d288b3044 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_anchor_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 69cada45727..72187a6c57f 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9d3f560d668..04e91cabae0 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_image_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 fc76b45370b..ef713b7d0c6 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_input_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 09e62ab73d1..8ed02e80d8f 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_meta.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e0db6633446..f994583b12a 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_script_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 3c51f51062d..0e6cbd32790 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_node_text_attributes.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 436cc86159f..ad10e6f81e5 100644
--- a/clients/client/ruby/lib/ory-client/models/ui_text.rb
+++ b/clients/client/ruby/lib/ory-client/models/ui_text.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2d3743eb740..703cd95d249 100644
--- a/clients/client/ruby/lib/ory-client/models/update_identity_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_identity_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 bcd241f1c0a..abf54580d9d 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2bd7c26f637..d6f44b235e8 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 d9968c4f14b..1a20eaf3ebd 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f5445629b74..c0679f14d78 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_oidc_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 258063163eb..f90359fdbae 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_password_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 d2b0138fb80..2a63b5eb75f 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_totp_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7dd346e508e..4f479f8f13e 100644
--- a/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_login_flow_with_web_authn_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 6d160814116..33451e1269a 100644
--- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 21645df3ec9..9b6d7ec1b13 100644
--- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a94c4d091c6..b0462e55c15 100644
--- a/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_recovery_flow_with_link_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 c573bcffb20..a4099ca68bd 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 d2fc93b04cd..8f55ea558d3 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 52d810f6063..df80dbd9cde 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_oidc_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9e46d5a87bc..dd069ae4943 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_password_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 b22b94126fd..df9d71e96de 100644
--- a/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 2158d537e12..754aaeeba28 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 8b1b1d9c3c8..0b439801584 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_lookup_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 88168d7ba1a..9ac4b57d99a 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_oidc_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e56e6cd3bb8..605183056fc 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_password_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7433207b4fa..25cc2364527 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_profile_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a60f7767e5e..b0f14c51502 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_totp_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 6440fa98753..0e2b4bd38bd 100644
--- a/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 e565b359e3b..4d53f983341 100644
--- a/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_subscription_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 efc089c9106..5908973fea5 100644
--- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_body.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 fc99bcfe13d..1b346096540 100644
--- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_code_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0cde8e086a7..cbd73244a43 100644
--- a/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb
+++ b/clients/client/ruby/lib/ory-client/models/update_verification_flow_with_link_method.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a10c45ced65..4be48e44817 100644
--- a/clients/client/ruby/lib/ory-client/models/usage.rb
+++ b/clients/client/ruby/lib/ory-client/models/usage.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 41a811562e4..d5b3b9b39cc 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_priming_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 7c070ed574e..542628622c8 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_proof.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 346a2c5b633..272650506df 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_credential_response.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 9354895be6d..a8b552fa9ac 100644
--- a/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb
+++ b/clients/client/ruby/lib/ory-client/models/verifiable_identity_address.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 4ba5c1c3e76..6745209e096 100644
--- a/clients/client/ruby/lib/ory-client/models/verification_flow.rb
+++ b/clients/client/ruby/lib/ory-client/models/verification_flow.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 f7a67468f79..95f72776592 100644
--- a/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb
+++ b/clients/client/ruby/lib/ory-client/models/verification_flow_state.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 0f2e4635731..862f5962ee0 100644
--- a/clients/client/ruby/lib/ory-client/models/version.rb
+++ b/clients/client/ruby/lib/ory-client/models/version.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: support@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 a9fc533cd96..b253c09bb31 100644
--- a/clients/client/ruby/lib/ory-client/models/warning.rb
+++ b/clients/client/ruby/lib/ory-client/models/warning.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
Contact: 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 67e85314893..8dd71946e56 100644
--- a/clients/client/ruby/lib/ory-client/version.rb
+++ b/clients/client/ruby/lib/ory-client/version.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: 1.4.1
+The version of the OpenAPI document: 1.4.2
Contact: support@ory.sh
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.0.1
@@ -11,5 +11,5 @@
=end
module OryClient
- VERSION = '1.4.1'
+ VERSION = '1.4.2'
end
diff --git a/clients/client/ruby/ory-client.gemspec b/clients/client/ruby/ory-client.gemspec
index e8f28ca05be..c50d9727b96 100644
--- a/clients/client/ruby/ory-client.gemspec
+++ b/clients/client/ruby/ory-client.gemspec
@@ -5,7 +5,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 316d3169cdc..a30ce6589de 100644
--- a/clients/client/ruby/spec/api/courier_api_spec.rb
+++ b/clients/client/ruby/spec/api/courier_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 33a0b25f9c4..d6f933d4f50 100644
--- a/clients/client/ruby/spec/api/frontend_api_spec.rb
+++ b/clients/client/ruby/spec/api/frontend_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 00eb9e4fdba..8b67494f5cd 100644
--- a/clients/client/ruby/spec/api/identity_api_spec.rb
+++ b/clients/client/ruby/spec/api/identity_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 e2a30074d8e..b67d42c385a 100644
--- a/clients/client/ruby/spec/api/jwk_api_spec.rb
+++ b/clients/client/ruby/spec/api/jwk_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 4327d950dbe..f89f5fc701d 100644
--- a/clients/client/ruby/spec/api/metadata_api_spec.rb
+++ b/clients/client/ruby/spec/api/metadata_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ca14c826380..c3d97ede634 100644
--- a/clients/client/ruby/spec/api/o_auth2_api_spec.rb
+++ b/clients/client/ruby/spec/api/o_auth2_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c354193499e..d514720506d 100644
--- a/clients/client/ruby/spec/api/oidc_api_spec.rb
+++ b/clients/client/ruby/spec/api/oidc_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f12793fd81b..5ef321bba69 100644
--- a/clients/client/ruby/spec/api/permission_api_spec.rb
+++ b/clients/client/ruby/spec/api/permission_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6dc421fe122..19cab9aa601 100644
--- a/clients/client/ruby/spec/api/project_api_spec.rb
+++ b/clients/client/ruby/spec/api/project_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b80b63eefbd..49c8df72fb8 100644
--- a/clients/client/ruby/spec/api/relationship_api_spec.rb
+++ b/clients/client/ruby/spec/api/relationship_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c9b752bd850..3c1e2259ee4 100644
--- a/clients/client/ruby/spec/api/wellknown_api_spec.rb
+++ b/clients/client/ruby/spec/api/wellknown_api_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d4dbc952e5a..27d843a2b28 100644
--- a/clients/client/ruby/spec/api_client_spec.rb
+++ b/clients/client/ruby/spec/api_client_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f59c79eeb37..2fa95d84a76 100644
--- a/clients/client/ruby/spec/configuration_spec.rb
+++ b/clients/client/ruby/spec/configuration_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 84aa860fd0a..3621827ec1a 100644
--- a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb
+++ b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_session_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 64ab60335ad..1cdbeabf32c 100644
--- a/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb
+++ b/clients/client/ruby/spec/models/accept_o_auth2_consent_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6940fc38400..e0a99c3c6ac 100644
--- a/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb
+++ b/clients/client/ruby/spec/models/accept_o_auth2_login_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8babf84cf36..96aff4bd56e 100644
--- a/clients/client/ruby/spec/models/active_project_in_console_spec.rb
+++ b/clients/client/ruby/spec/models/active_project_in_console_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fa0927629e5..2476add71d7 100644
--- a/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb
+++ b/clients/client/ruby/spec/models/attributes_count_datapoint_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fde4c2a0bc9..f8e3117c9cf 100644
--- a/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb
+++ b/clients/client/ruby/spec/models/authenticator_assurance_level_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 857c759b972..1de7443c729 100644
--- a/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb
+++ b/clients/client/ruby/spec/models/batch_patch_identities_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 eb2387b1777..ea149729c1a 100644
--- a/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb
+++ b/clients/client/ruby/spec/models/check_opl_syntax_result_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 34a0596bd17..4c892264f27 100644
--- a/clients/client/ruby/spec/models/check_permission_result_spec.rb
+++ b/clients/client/ruby/spec/models/check_permission_result_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f4eb52818ff..1861d0d3de8 100644
--- a/clients/client/ruby/spec/models/cloud_account_spec.rb
+++ b/clients/client/ruby/spec/models/cloud_account_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 1c63d3acf86..64229a78780 100644
--- a/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb
+++ b/clients/client/ruby/spec/models/consistency_request_parameters_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8cac821b45d..75c741ae4bd 100644
--- a/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_set_ory_session_token_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 19c6486bdfd..8f534ee26a8 100644
--- a/clients/client/ruby/spec/models/continue_with_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 9030fc4541d..533871da9b9 100644
--- a/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_verification_ui_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 0144833640d..51a345aec4c 100644
--- a/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb
+++ b/clients/client/ruby/spec/models/continue_with_verification_ui_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 59162591a17..a0f5cde5d0f 100644
--- a/clients/client/ruby/spec/models/courier_message_status_spec.rb
+++ b/clients/client/ruby/spec/models/courier_message_status_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 adf648e6b0d..ffd1f648c2c 100644
--- a/clients/client/ruby/spec/models/courier_message_type_spec.rb
+++ b/clients/client/ruby/spec/models/courier_message_type_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 0d4f09825c6..c6afbf4b54a 100644
--- a/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_custom_domain_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 1019d7898b0..a7aa3caf5bb 100644
--- a/clients/client/ruby/spec/models/create_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f4e0f56a865..850dd9c9233 100644
--- a/clients/client/ruby/spec/models/create_invite_response_spec.rb
+++ b/clients/client/ruby/spec/models/create_invite_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 303540927dd..2773756b6b6 100644
--- a/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb
+++ b/clients/client/ruby/spec/models/create_json_web_key_set_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 69bd5316fb9..f8cebd463e1 100644
--- a/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_api_key_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 102e67ae12a..f8d32fb3a72 100644
--- a/clients/client/ruby/spec/models/create_project_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 46c3b2326b3..8193e930e25 100644
--- a/clients/client/ruby/spec/models/create_project_branding_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_branding_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8e1690533d4..72f4c5bd1a7 100644
--- a/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_project_member_invite_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7ad51ac7f52..2ce57ce2f2f 100644
--- a/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_recovery_code_for_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 11c355698fc..751f5c9f5cf 100644
--- a/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_recovery_link_for_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c82442ef910..e729c46e984 100644
--- a/clients/client/ruby/spec/models/create_relationship_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_relationship_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 bba392bf55e..5c065a0f601 100644
--- a/clients/client/ruby/spec/models/create_subscription_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_subscription_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 1363f0070d2..4f6825b3488 100644
--- a/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb
+++ b/clients/client/ruby/spec/models/create_verifiable_credential_request_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 0facea7f8c9..ce62b67b655 100644
--- a/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb
+++ b/clients/client/ruby/spec/models/credential_supported_draft00_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6a041af0125..5062d88f4ec 100644
--- a/clients/client/ruby/spec/models/custom_domain_spec.rb
+++ b/clients/client/ruby/spec/models/custom_domain_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 44554771507..c44411bd2b1 100644
--- a/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb
+++ b/clients/client/ruby/spec/models/delete_my_sessions_count_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 acc1288e77e..23248901b78 100644
--- a/clients/client/ruby/spec/models/email_template_data_body_spec.rb
+++ b/clients/client/ruby/spec/models/email_template_data_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d2f70c44f89..25fe18c00b1 100644
--- a/clients/client/ruby/spec/models/email_template_data_spec.rb
+++ b/clients/client/ruby/spec/models/email_template_data_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cda859ac0bf..dd8872b2bd2 100644
--- a/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
+++ b/clients/client/ruby/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 55c491f9d5b..c60edbb350f 100644
--- a/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb
+++ b/clients/client/ruby/spec/models/error_browser_location_change_required_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 5256c5a41a5..09e703b1958 100644
--- a/clients/client/ruby/spec/models/error_flow_replaced_spec.rb
+++ b/clients/client/ruby/spec/models/error_flow_replaced_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 2c6e8442888..b55a1c8d095 100644
--- a/clients/client/ruby/spec/models/error_generic_spec.rb
+++ b/clients/client/ruby/spec/models/error_generic_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d9cf69f5794..1bef2571608 100644
--- a/clients/client/ruby/spec/models/error_o_auth2_spec.rb
+++ b/clients/client/ruby/spec/models/error_o_auth2_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 5942b65e0b5..96ba68d4925 100644
--- a/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb
+++ b/clients/client/ruby/spec/models/expanded_permission_tree_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 23b0b273238..9bcb83bfe26 100644
--- a/clients/client/ruby/spec/models/flow_error_spec.rb
+++ b/clients/client/ruby/spec/models/flow_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 bb62e22d166..72def7ad442 100644
--- a/clients/client/ruby/spec/models/generic_error_content_spec.rb
+++ b/clients/client/ruby/spec/models/generic_error_content_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 2cf5b1b0563..20a8a7b854f 100644
--- a/clients/client/ruby/spec/models/generic_error_spec.rb
+++ b/clients/client/ruby/spec/models/generic_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ca4fb34814b..b85d25091be 100644
--- a/clients/client/ruby/spec/models/generic_usage_spec.rb
+++ b/clients/client/ruby/spec/models/generic_usage_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6294bf89df0..4d2f6efe44e 100644
--- a/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_attributes_count_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 bd4bac1cb19..dcfc92b4712 100644
--- a/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb
+++ b/clients/client/ruby/spec/models/get_managed_identity_schema_location_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a1c08f6e710..dc368b35311 100644
--- a/clients/client/ruby/spec/models/get_organization_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_organization_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a20170ed601..97e23a1199e 100644
--- a/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_project_metrics_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a2ef7d1ed03..056434653e7 100644
--- a/clients/client/ruby/spec/models/get_session_activity_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_session_activity_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 586ce8cbabc..faa72e8c02e 100644
--- a/clients/client/ruby/spec/models/get_version200_response_spec.rb
+++ b/clients/client/ruby/spec/models/get_version200_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b1a1bfdf270..a519d4a0e2a 100644
--- a/clients/client/ruby/spec/models/health_not_ready_status_spec.rb
+++ b/clients/client/ruby/spec/models/health_not_ready_status_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 020994ba059..2f915e90ac2 100644
--- a/clients/client/ruby/spec/models/health_status_spec.rb
+++ b/clients/client/ruby/spec/models/health_status_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 04867b5d160..c9da35336c5 100644
--- a/clients/client/ruby/spec/models/identity_credentials_code_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_code_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b6be58a6d4c..8c168c1ab0c 100644
--- a/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_oidc_provider_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8c0b65379b7..b5e8a8c1342 100644
--- a/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_oidc_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 28011c0b662..ad838e39383 100644
--- a/clients/client/ruby/spec/models/identity_credentials_password_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_password_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ded4ab0ffe3..e557510a589 100644
--- a/clients/client/ruby/spec/models/identity_credentials_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b5b47e6218f..a40d5ec9321 100644
--- a/clients/client/ruby/spec/models/identity_credentials_type_spec.rb
+++ b/clients/client/ruby/spec/models/identity_credentials_type_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 77598630fd2..f23b9a787ea 100644
--- a/clients/client/ruby/spec/models/identity_patch_response_spec.rb
+++ b/clients/client/ruby/spec/models/identity_patch_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c01b6090c3b..761083ffc01 100644
--- a/clients/client/ruby/spec/models/identity_patch_spec.rb
+++ b/clients/client/ruby/spec/models/identity_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6efc4e4879f..554ea854bdd 100644
--- a/clients/client/ruby/spec/models/identity_schema_container_spec.rb
+++ b/clients/client/ruby/spec/models/identity_schema_container_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cb594131b9d..16eeaaeb489 100644
--- a/clients/client/ruby/spec/models/identity_schema_preset_spec.rb
+++ b/clients/client/ruby/spec/models/identity_schema_preset_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 de02f802302..291a5a505b8 100644
--- a/clients/client/ruby/spec/models/identity_spec.rb
+++ b/clients/client/ruby/spec/models/identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cceae25a916..55fe750dfb0 100644
--- a/clients/client/ruby/spec/models/identity_state_spec.rb
+++ b/clients/client/ruby/spec/models/identity_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7c62d7ce89e..6a7327c98af 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_provider_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 95b38daa1e0..1593e44b91c 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_config_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 68b81f115a5..57381a3b7a8 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_oidc_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d8919670dbc..962a254d4f5 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_password_config_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ac614aa2741..023ee78c7d6 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_password_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 55f5694554a..9669665fc4c 100644
--- a/clients/client/ruby/spec/models/identity_with_credentials_spec.rb
+++ b/clients/client/ruby/spec/models/identity_with_credentials_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a1e54ba8325..e77618b6706 100644
--- a/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb
+++ b/clients/client/ruby/spec/models/internal_get_project_branding_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c7b34405211..3ae14f00210 100644
--- a/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb
+++ b/clients/client/ruby/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8ac02fb664b..2da9a1e9a2f 100644
--- a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb
+++ b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 4b91357b6ee..0db65084053 100644
--- a/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb
+++ b/clients/client/ruby/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ff32aa5bdf7..0b198eb99cf 100644
--- a/clients/client/ruby/spec/models/internal_provision_mock_subscription_spec.rb
+++ b/clients/client/ruby/spec/models/internal_provision_mock_subscription_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d5e3fcbe279..c2e65ced533 100644
--- a/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb
+++ b/clients/client/ruby/spec/models/introspected_o_auth2_token_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 90c1ef055ea..572a95e6fb9 100644
--- a/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb
+++ b/clients/client/ruby/spec/models/is_owner_for_project_by_slug_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 bb6a87fb990..7836a3fb750 100644
--- a/clients/client/ruby/spec/models/is_ready200_response_spec.rb
+++ b/clients/client/ruby/spec/models/is_ready200_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 4f400985c16..7597275666b 100644
--- a/clients/client/ruby/spec/models/is_ready503_response_spec.rb
+++ b/clients/client/ruby/spec/models/is_ready503_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 610b1c1ca51..5ec6cf4eb65 100644
--- a/clients/client/ruby/spec/models/json_patch_spec.rb
+++ b/clients/client/ruby/spec/models/json_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ffd93993da3..3b6f1ab9ce0 100644
--- a/clients/client/ruby/spec/models/json_web_key_set_spec.rb
+++ b/clients/client/ruby/spec/models/json_web_key_set_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 82f2947838a..d9de2d29f3b 100644
--- a/clients/client/ruby/spec/models/json_web_key_spec.rb
+++ b/clients/client/ruby/spec/models/json_web_key_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 07b40779903..5d694733a48 100644
--- a/clients/client/ruby/spec/models/keto_namespace_spec.rb
+++ b/clients/client/ruby/spec/models/keto_namespace_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 3a4079cde5e..d382fd634f3 100644
--- a/clients/client/ruby/spec/models/list_organizations_response_spec.rb
+++ b/clients/client/ruby/spec/models/list_organizations_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 5e995a8b4fb..75732118f6a 100644
--- a/clients/client/ruby/spec/models/login_flow_spec.rb
+++ b/clients/client/ruby/spec/models/login_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 abe295b1c63..aeaa9eea1bb 100644
--- a/clients/client/ruby/spec/models/login_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/login_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 39c959d0c42..008f9f8e75a 100644
--- a/clients/client/ruby/spec/models/logout_flow_spec.rb
+++ b/clients/client/ruby/spec/models/logout_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fc344b47493..509897bcafa 100644
--- a/clients/client/ruby/spec/models/managed_identity_schema_spec.rb
+++ b/clients/client/ruby/spec/models/managed_identity_schema_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 eb33eb97ba9..5293101d8c3 100644
--- a/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb
+++ b/clients/client/ruby/spec/models/managed_identity_schema_validation_result_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 115dd621eb0..296b30b0812 100644
--- a/clients/client/ruby/spec/models/member_invite_spec.rb
+++ b/clients/client/ruby/spec/models/member_invite_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 406494d85a8..92258958ba0 100644
--- a/clients/client/ruby/spec/models/message_dispatch_spec.rb
+++ b/clients/client/ruby/spec/models/message_dispatch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fc631dab0a2..2b0985357a8 100644
--- a/clients/client/ruby/spec/models/message_spec.rb
+++ b/clients/client/ruby/spec/models/message_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cb17fef73e2..6d9ac4c1237 100644
--- a/clients/client/ruby/spec/models/metrics_datapoint_spec.rb
+++ b/clients/client/ruby/spec/models/metrics_datapoint_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 df426525b9d..c2a675f6a94 100644
--- a/clients/client/ruby/spec/models/namespace_spec.rb
+++ b/clients/client/ruby/spec/models/namespace_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 3e77ff886ce..82a10c746a6 100644
--- a/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb
+++ b/clients/client/ruby/spec/models/needs_privileged_session_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8fa6758d285..a3a20f44472 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_hook_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 402e1d1250a..1c8c58ac842 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_identity_schema_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6da8a814d1a..294761ff880 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a1da5473215..de4746360ca 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_third_party_provider_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fc0cab66c2f..0a1cee1fc36 100644
--- a/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_revision_tokenizer_template_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 3c1715d9e6d..236c0688a8f 100644
--- a/clients/client/ruby/spec/models/normalized_project_spec.rb
+++ b/clients/client/ruby/spec/models/normalized_project_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b3e282154c5..34a7bcfd235 100644
--- a/clients/client/ruby/spec/models/o_auth2_client_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_client_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 98739e7f80c..791f1b232b7 100644
--- a/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_client_token_lifespans_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 31780d73156..c657417a6e2 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d0d71594e1f..ce3316194c4 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 aebaab0759c..13734b110e4 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_session_expires_at_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a4fa7a00624..de1e840d5dd 100644
--- a/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_consent_session_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 dba478e8df7..baa1e0c2340 100644
--- a/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_login_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8d41b054510..0bd517d6210 100644
--- a/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_logout_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d7d18d0fa4a..2ec072ee851 100644
--- a/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_redirect_to_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c35ef909fa9..2748298ee4e 100644
--- a/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb
+++ b/clients/client/ruby/spec/models/o_auth2_token_exchange_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c6935f42493..e0c0826ac56 100644
--- a/clients/client/ruby/spec/models/oidc_configuration_spec.rb
+++ b/clients/client/ruby/spec/models/oidc_configuration_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8d40a04e518..e6e02f9bffc 100644
--- a/clients/client/ruby/spec/models/oidc_user_info_spec.rb
+++ b/clients/client/ruby/spec/models/oidc_user_info_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 2329126bc1a..d0178429bd0 100644
--- a/clients/client/ruby/spec/models/organization_body_spec.rb
+++ b/clients/client/ruby/spec/models/organization_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 0cec55deb6a..2a33a908b68 100644
--- a/clients/client/ruby/spec/models/organization_spec.rb
+++ b/clients/client/ruby/spec/models/organization_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 29f38f3da37..e9f113652b1 100644
--- a/clients/client/ruby/spec/models/pagination_headers_spec.rb
+++ b/clients/client/ruby/spec/models/pagination_headers_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 41c702f517c..ab07d620e26 100644
--- a/clients/client/ruby/spec/models/pagination_spec.rb
+++ b/clients/client/ruby/spec/models/pagination_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fdbd8da4951..cfcb2a28cfb 100644
--- a/clients/client/ruby/spec/models/parse_error_spec.rb
+++ b/clients/client/ruby/spec/models/parse_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 1a67d02ffe0..c5a5b04eb9c 100644
--- a/clients/client/ruby/spec/models/patch_identities_body_spec.rb
+++ b/clients/client/ruby/spec/models/patch_identities_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ece68ba5b4e..bea70f1eca6 100644
--- a/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb
+++ b/clients/client/ruby/spec/models/perform_native_logout_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 18c6fdb08ea..8f12431108b 100644
--- a/clients/client/ruby/spec/models/plan_details_spec.rb
+++ b/clients/client/ruby/spec/models/plan_details_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 501ba4f7695..28873028f11 100644
--- a/clients/client/ruby/spec/models/plan_spec.rb
+++ b/clients/client/ruby/spec/models/plan_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 610b4ff777b..f0c85c23528 100644
--- a/clients/client/ruby/spec/models/post_check_permission_body_spec.rb
+++ b/clients/client/ruby/spec/models/post_check_permission_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 46e647e091d..a346c0fb6d2 100644
--- a/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb
+++ b/clients/client/ruby/spec/models/post_check_permission_or_error_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 818c49ca398..6adae391dff 100644
--- a/clients/client/ruby/spec/models/project_api_key_spec.rb
+++ b/clients/client/ruby/spec/models/project_api_key_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 093307d212e..27939ff05bd 100644
--- a/clients/client/ruby/spec/models/project_branding_colors_spec.rb
+++ b/clients/client/ruby/spec/models/project_branding_colors_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 052f67ef0cc..0c7e4334a75 100644
--- a/clients/client/ruby/spec/models/project_branding_spec.rb
+++ b/clients/client/ruby/spec/models/project_branding_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7f1cec5ff61..fce33290c75 100644
--- a/clients/client/ruby/spec/models/project_branding_theme_spec.rb
+++ b/clients/client/ruby/spec/models/project_branding_theme_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 4ab24a28254..3ba1d0549ce 100644
--- a/clients/client/ruby/spec/models/project_cors_spec.rb
+++ b/clients/client/ruby/spec/models/project_cors_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7b909bae6da..4900ba2e1f3 100644
--- a/clients/client/ruby/spec/models/project_host_spec.rb
+++ b/clients/client/ruby/spec/models/project_host_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 59e5ac5aba7..ca7653be046 100644
--- a/clients/client/ruby/spec/models/project_metadata_spec.rb
+++ b/clients/client/ruby/spec/models/project_metadata_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7b9fcd44736..f5284347013 100644
--- a/clients/client/ruby/spec/models/project_service_identity_spec.rb
+++ b/clients/client/ruby/spec/models/project_service_identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d5b0fcb13fe..442df5cbefc 100644
--- a/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb
+++ b/clients/client/ruby/spec/models/project_service_o_auth2_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c149a32c3cb..2d6b2725e09 100644
--- a/clients/client/ruby/spec/models/project_service_permission_spec.rb
+++ b/clients/client/ruby/spec/models/project_service_permission_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d26370b5784..af3f47cd1b1 100644
--- a/clients/client/ruby/spec/models/project_services_spec.rb
+++ b/clients/client/ruby/spec/models/project_services_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 026592cfc73..7ea649e6758 100644
--- a/clients/client/ruby/spec/models/project_spec.rb
+++ b/clients/client/ruby/spec/models/project_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b63f349b247..27fc12812be 100644
--- a/clients/client/ruby/spec/models/quota_usage_spec.rb
+++ b/clients/client/ruby/spec/models/quota_usage_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6f306bb58de..771d908632a 100644
--- a/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_code_for_identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 4b429f604dc..438c5a2eb73 100644
--- a/clients/client/ruby/spec/models/recovery_flow_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ed4e22f5c6b..9cb5efc0f6b 100644
--- a/clients/client/ruby/spec/models/recovery_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 56995591508..1dabec9541f 100644
--- a/clients/client/ruby/spec/models/recovery_identity_address_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_identity_address_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fe2b7e55d3d..224a8ef6058 100644
--- a/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb
+++ b/clients/client/ruby/spec/models/recovery_link_for_identity_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ff15146619a..62408cc8fa5 100644
--- a/clients/client/ruby/spec/models/registration_flow_spec.rb
+++ b/clients/client/ruby/spec/models/registration_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ec0ed78b515..ac4d5fe132e 100644
--- a/clients/client/ruby/spec/models/registration_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/registration_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 60904e67811..1852016e7a7 100644
--- a/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb
+++ b/clients/client/ruby/spec/models/reject_o_auth2_request_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7a73604f1b0..9c62a4407f2 100644
--- a/clients/client/ruby/spec/models/relation_query_spec.rb
+++ b/clients/client/ruby/spec/models/relation_query_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 fc3901a4ec9..2c1d05aacae 100644
--- a/clients/client/ruby/spec/models/relationship_namespaces_spec.rb
+++ b/clients/client/ruby/spec/models/relationship_namespaces_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 94c6e280099..8bbc29b79bb 100644
--- a/clients/client/ruby/spec/models/relationship_patch_spec.rb
+++ b/clients/client/ruby/spec/models/relationship_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7f91f348d91..fa4f2264a5f 100644
--- a/clients/client/ruby/spec/models/relationship_spec.rb
+++ b/clients/client/ruby/spec/models/relationship_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 005f4105de6..0e4554256d2 100644
--- a/clients/client/ruby/spec/models/relationships_spec.rb
+++ b/clients/client/ruby/spec/models/relationships_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7322f62716d..6339885fbd2 100644
--- a/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb
+++ b/clients/client/ruby/spec/models/rfc6749_error_json_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cad31da70db..52ad06ab3cc 100644
--- a/clients/client/ruby/spec/models/schema_patch_spec.rb
+++ b/clients/client/ruby/spec/models/schema_patch_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 2307d164490..53655a26622 100644
--- a/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb
+++ b/clients/client/ruby/spec/models/self_service_flow_expired_error_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b5a53d635cf..113658fa99d 100644
--- a/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb
+++ b/clients/client/ruby/spec/models/session_activity_datapoint_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d81f19e17fe..1246c9c907c 100644
--- a/clients/client/ruby/spec/models/session_authentication_method_spec.rb
+++ b/clients/client/ruby/spec/models/session_authentication_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 19d21c531ce..b9c619a9d15 100644
--- a/clients/client/ruby/spec/models/session_device_spec.rb
+++ b/clients/client/ruby/spec/models/session_device_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a1df37f0488..8d6d06d7804 100644
--- a/clients/client/ruby/spec/models/session_spec.rb
+++ b/clients/client/ruby/spec/models/session_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 e9a46136116..266f60b0a4c 100644
--- a/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb
+++ b/clients/client/ruby/spec/models/set_active_project_in_console_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8414ad20525..3e5c437aa29 100644
--- a/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb
+++ b/clients/client/ruby/spec/models/set_custom_domain_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c7e3f87d71e..312b53f6c32 100644
--- a/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb
+++ b/clients/client/ruby/spec/models/set_project_branding_theme_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 022fb3bfd53..3e0ec165dff 100644
--- a/clients/client/ruby/spec/models/set_project_spec.rb
+++ b/clients/client/ruby/spec/models/set_project_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 177073e81bc..b26be6086cd 100644
--- a/clients/client/ruby/spec/models/settings_flow_spec.rb
+++ b/clients/client/ruby/spec/models/settings_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 2406f9d1910..27f8e9687a8 100644
--- a/clients/client/ruby/spec/models/settings_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/settings_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 9eed1d90a12..0a3b256b484 100644
--- a/clients/client/ruby/spec/models/source_position_spec.rb
+++ b/clients/client/ruby/spec/models/source_position_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d33e479cdd4..7c39150522c 100644
--- a/clients/client/ruby/spec/models/stripe_customer_spec.rb
+++ b/clients/client/ruby/spec/models/stripe_customer_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 1f9888f69d8..8e20f2b96ea 100644
--- a/clients/client/ruby/spec/models/subject_set_spec.rb
+++ b/clients/client/ruby/spec/models/subject_set_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ed90b92ae93..f98f93fa773 100644
--- a/clients/client/ruby/spec/models/subscription_spec.rb
+++ b/clients/client/ruby/spec/models/subscription_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 3cbd745f301..461fbf82582 100644
--- a/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb
+++ b/clients/client/ruby/spec/models/successful_code_exchange_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b9c72e4211b..e943da9480d 100644
--- a/clients/client/ruby/spec/models/successful_native_login_spec.rb
+++ b/clients/client/ruby/spec/models/successful_native_login_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 3a6da350415..775631a0c85 100644
--- a/clients/client/ruby/spec/models/successful_native_registration_spec.rb
+++ b/clients/client/ruby/spec/models/successful_native_registration_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 4f8067e8514..ab51da09cfc 100644
--- a/clients/client/ruby/spec/models/successful_project_update_spec.rb
+++ b/clients/client/ruby/spec/models/successful_project_update_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 534637a63d5..be9a95d3ab2 100644
--- a/clients/client/ruby/spec/models/token_pagination_headers_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_headers_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6a46d5c82fc..3cf0b6edc7d 100644
--- a/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_request_parameters_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8160e7365c4..6c01f29dc61 100644
--- a/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_response_headers_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 d84452e7f59..df1f36887fc 100644
--- a/clients/client/ruby/spec/models/token_pagination_spec.rb
+++ b/clients/client/ruby/spec/models/token_pagination_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 718fb0edec5..9210e5a7e0b 100644
--- a/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb
+++ b/clients/client/ruby/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 83881fc6843..35ee20e0601 100644
--- a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb
+++ b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 a8a5f14960f..33aed492a61 100644
--- a/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb
+++ b/clients/client/ruby/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c9b50964475..12eb630455e 100644
--- a/clients/client/ruby/spec/models/ui_container_spec.rb
+++ b/clients/client/ruby/spec/models/ui_container_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 419747bd35c..1e69fee1009 100644
--- a/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_anchor_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 98803c21468..3ae4aa61ed3 100644
--- a/clients/client/ruby/spec/models/ui_node_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 16a630516d2..b29a2be9f8b 100644
--- a/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_image_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8a3940fc615..e01dc3c2c9a 100644
--- a/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_input_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6b79eb307ac..6cea6bd6378 100644
--- a/clients/client/ruby/spec/models/ui_node_meta_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_meta_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 e032adf1f15..4d50eff99ad 100644
--- a/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_script_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b00e0ddccef..720d098e4bb 100644
--- a/clients/client/ruby/spec/models/ui_node_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6c3df002e71..9f6e4dfd769 100644
--- a/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb
+++ b/clients/client/ruby/spec/models/ui_node_text_attributes_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 3bb6d8cb4b2..568ac4f9ad6 100644
--- a/clients/client/ruby/spec/models/ui_text_spec.rb
+++ b/clients/client/ruby/spec/models/ui_text_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cc813276c83..48db8643607 100644
--- a/clients/client/ruby/spec/models/update_identity_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_identity_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 54f45de1502..7561ebea1a1 100644
--- a/clients/client/ruby/spec/models/update_login_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cb0df733d0a..6e1780e2097 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 b6cd0b8721c..d9269f54bc6 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_lookup_secret_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8fd16eff059..cfb281ce04a 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_oidc_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 48fc8678180..7900049b16f 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_password_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 03bf0d821d1..0286bab8b87 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_totp_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 af02ff8d4b2..86979aa317a 100644
--- a/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_login_flow_with_web_authn_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 810507a36e1..8706b91f745 100644
--- a/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_recovery_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f4efbb4d767..1c096304d09 100644
--- a/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_recovery_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 53cb73f9699..e586dced144 100644
--- a/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_recovery_flow_with_link_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 945de226cef..d08eedf31f2 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8efe5a52df3..82c0a841ce1 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 094e7d856e4..e09776035f9 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_oidc_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 41fe30bc789..06c2ccc46e8 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_password_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 ca98fbdf28f..2429955632d 100644
--- a/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_registration_flow_with_web_authn_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8671a4c4c54..8814f7dd46d 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 0d8cc95eb68..d540646a3d7 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_lookup_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f389bd2411e..95616b62067 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_oidc_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f583e7a6b73..e433debc09f 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_password_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 c974c498c16..6b2410e91b0 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_profile_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 6943ec6813c..7f6e1c0f99f 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_totp_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 3b06b5d16a5..0d12c4844b1 100644
--- a/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_settings_flow_with_web_authn_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 661e7d7e78f..68d0e7378c5 100644
--- a/clients/client/ruby/spec/models/update_subscription_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_subscription_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 917cc54a077..7d232cbcf96 100644
--- a/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb
+++ b/clients/client/ruby/spec/models/update_verification_flow_body_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 75166022e80..5ad326cd22f 100644
--- a/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_verification_flow_with_code_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 24c558080f7..726980e30d6 100644
--- a/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb
+++ b/clients/client/ruby/spec/models/update_verification_flow_with_link_method_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 7c1c7c375c6..358b4646192 100644
--- a/clients/client/ruby/spec/models/usage_spec.rb
+++ b/clients/client/ruby/spec/models/usage_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 bf779a054ac..ff6633649a3 100644
--- a/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_credential_priming_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 cc1003e8aa1..0006005f583 100644
--- a/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_credential_proof_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 49108c32571..87793f0ca08 100644
--- a/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_credential_response_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 4bab247d1c2..b7945fbb137 100644
--- a/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb
+++ b/clients/client/ruby/spec/models/verifiable_identity_address_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 8f1a8f1af41..f90f07ad847 100644
--- a/clients/client/ruby/spec/models/verification_flow_spec.rb
+++ b/clients/client/ruby/spec/models/verification_flow_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 1158edfe4ed..dc53fe13dae 100644
--- a/clients/client/ruby/spec/models/verification_flow_state_spec.rb
+++ b/clients/client/ruby/spec/models/verification_flow_state_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 53a4886239d..68291bf08bd 100644
--- a/clients/client/ruby/spec/models/version_spec.rb
+++ b/clients/client/ruby/spec/models/version_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 f3ee8ead2e6..eb6f4eecc71 100644
--- a/clients/client/ruby/spec/models/warning_spec.rb
+++ b/clients/client/ruby/spec/models/warning_spec.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 06cbb4f9527..f656158a737 100644
--- a/clients/client/ruby/spec/spec_helper.rb
+++ b/clients/client/ruby/spec/spec_helper.rb
@@ -3,7 +3,7 @@
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
-The version of the OpenAPI document: v1.4.1
+The version of the OpenAPI document: v1.4.2
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 75939eb91c3..389c2db7333 100644
--- a/clients/client/rust/Cargo.lock
+++ b/clients/client/rust/Cargo.lock
@@ -372,7 +372,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "ory-client"
-version = "1.4.1"
+version = "1.4.2"
dependencies = [
"num-traits",
"reqwest",
diff --git a/clients/client/rust/Cargo.toml b/clients/client/rust/Cargo.toml
index f96a2bf0865..d74a30849bb 100644
--- a/clients/client/rust/Cargo.toml
+++ b/clients/client/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "ory-client"
-version = "1.4.1"
+version = "1.4.2"
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 a0d2095c6d8..3ce14f73888 100644
--- a/clients/client/rust/README.md
+++ b/clients/client/rust/README.md
@@ -9,8 +9,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
-- API version: v1.4.1
-- Package version: v1.4.1
+- API version: v1.4.2
+- Package version: v1.4.2
- 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 4a2a26a8f01..07196a8141e 100644
--- a/clients/client/rust/src/apis/configuration.rs
+++ b/clients/client/rust/src/apis/configuration.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* Contact: support@ory.sh
* Generated by: https://openapi-generator.tech
*/
@@ -41,7 +41,7 @@ impl Default for Configuration {
fn default() -> Self {
Configuration {
base_path: "https://playground.projects.oryapis.com".to_owned(),
- user_agent: Some("OpenAPI-Generator/v1.4.1/rust".to_owned()),
+ user_agent: Some("OpenAPI-Generator/v1.4.2/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 0e94f5daa65..f4e2bcefd64 100644
--- a/clients/client/rust/src/apis/courier_api.rs
+++ b/clients/client/rust/src/apis/courier_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 77d96c82e21..1026bb7d94c 100644
--- a/clients/client/rust/src/apis/frontend_api.rs
+++ b/clients/client/rust/src/apis/frontend_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b42dc53d320..487860bffd7 100644
--- a/clients/client/rust/src/apis/identity_api.rs
+++ b/clients/client/rust/src/apis/identity_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 20bc633da44..031f6b1bb9f 100644
--- a/clients/client/rust/src/apis/jwk_api.rs
+++ b/clients/client/rust/src/apis/jwk_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e2d63fc4c99..73240d99e99 100644
--- a/clients/client/rust/src/apis/metadata_api.rs
+++ b/clients/client/rust/src/apis/metadata_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9f23dca8001..82210e78738 100644
--- a/clients/client/rust/src/apis/o_auth2_api.rs
+++ b/clients/client/rust/src/apis/o_auth2_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d6eaa8f8576..865b96d07ff 100644
--- a/clients/client/rust/src/apis/oidc_api.rs
+++ b/clients/client/rust/src/apis/oidc_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e7bb0e13090..8db3acec159 100644
--- a/clients/client/rust/src/apis/permission_api.rs
+++ b/clients/client/rust/src/apis/permission_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 48638db76fb..28b0c85ceb3 100644
--- a/clients/client/rust/src/apis/project_api.rs
+++ b/clients/client/rust/src/apis/project_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4326abeab10..cd63353b846 100644
--- a/clients/client/rust/src/apis/relationship_api.rs
+++ b/clients/client/rust/src/apis/relationship_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0602a1a9691..7e7cc7b04b8 100644
--- a/clients/client/rust/src/apis/wellknown_api.rs
+++ b/clients/client/rust/src/apis/wellknown_api.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 464e114ed4e..703498073bc 100644
--- a/clients/client/rust/src/models/accept_o_auth2_consent_request.rs
+++ b/clients/client/rust/src/models/accept_o_auth2_consent_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6b54ff4cea0..cdee75abad4 100644
--- a/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs
+++ b/clients/client/rust/src/models/accept_o_auth2_consent_request_session.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2dc0d0a9d1b..000c8b71327 100644
--- a/clients/client/rust/src/models/accept_o_auth2_login_request.rs
+++ b/clients/client/rust/src/models/accept_o_auth2_login_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 32aa80386bd..bf5d44f6838 100644
--- a/clients/client/rust/src/models/active_project_in_console.rs
+++ b/clients/client/rust/src/models/active_project_in_console.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d660c490d73..924dba26001 100644
--- a/clients/client/rust/src/models/attributes_count_datapoint.rs
+++ b/clients/client/rust/src/models/attributes_count_datapoint.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cdace1cc2ae..9a238eaa0c8 100644
--- a/clients/client/rust/src/models/authenticator_assurance_level.rs
+++ b/clients/client/rust/src/models/authenticator_assurance_level.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8f138af8b69..ff98cb86701 100644
--- a/clients/client/rust/src/models/batch_patch_identities_response.rs
+++ b/clients/client/rust/src/models/batch_patch_identities_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f77faeaf1c9..d55a5294325 100644
--- a/clients/client/rust/src/models/check_opl_syntax_result.rs
+++ b/clients/client/rust/src/models/check_opl_syntax_result.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5dbf182b451..3b75dcb1dd6 100644
--- a/clients/client/rust/src/models/check_permission_result.rs
+++ b/clients/client/rust/src/models/check_permission_result.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 25683a0f38e..165f6e407b3 100644
--- a/clients/client/rust/src/models/cloud_account.rs
+++ b/clients/client/rust/src/models/cloud_account.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 146e38072a2..d88b0f1e746 100644
--- a/clients/client/rust/src/models/consistency_request_parameters.rs
+++ b/clients/client/rust/src/models/consistency_request_parameters.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4f206c52961..6ae10fe8e4e 100644
--- a/clients/client/rust/src/models/continue_with.rs
+++ b/clients/client/rust/src/models/continue_with.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5176a6b7b0d..e3aab911bd1 100644
--- a/clients/client/rust/src/models/continue_with_set_ory_session_token.rs
+++ b/clients/client/rust/src/models/continue_with_set_ory_session_token.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a430a3f48a3..02839be7a03 100644
--- a/clients/client/rust/src/models/continue_with_verification_ui.rs
+++ b/clients/client/rust/src/models/continue_with_verification_ui.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6df9e680de3..5ecd42344bc 100644
--- a/clients/client/rust/src/models/continue_with_verification_ui_flow.rs
+++ b/clients/client/rust/src/models/continue_with_verification_ui_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f48bb9f2e09..61f0c5a6691 100644
--- a/clients/client/rust/src/models/courier_message_status.rs
+++ b/clients/client/rust/src/models/courier_message_status.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7126de74119..2a494230af4 100644
--- a/clients/client/rust/src/models/courier_message_type.rs
+++ b/clients/client/rust/src/models/courier_message_type.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dcab8e01384..82736c6554d 100644
--- a/clients/client/rust/src/models/create_custom_domain_body.rs
+++ b/clients/client/rust/src/models/create_custom_domain_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8f05849bbf3..17fb2085ca7 100644
--- a/clients/client/rust/src/models/create_identity_body.rs
+++ b/clients/client/rust/src/models/create_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 869057cfc47..e6560d926a9 100644
--- a/clients/client/rust/src/models/create_invite_response.rs
+++ b/clients/client/rust/src/models/create_invite_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2026aed569e..db77d2e53d8 100644
--- a/clients/client/rust/src/models/create_json_web_key_set.rs
+++ b/clients/client/rust/src/models/create_json_web_key_set.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8eef17238ee..f4a75372640 100644
--- a/clients/client/rust/src/models/create_project_api_key_request.rs
+++ b/clients/client/rust/src/models/create_project_api_key_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7e5466b04cd..af4cb71342d 100644
--- a/clients/client/rust/src/models/create_project_body.rs
+++ b/clients/client/rust/src/models/create_project_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 887b4bd0129..616b176931d 100644
--- a/clients/client/rust/src/models/create_project_branding.rs
+++ b/clients/client/rust/src/models/create_project_branding.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d609d5d4591..34a262aa1a3 100644
--- a/clients/client/rust/src/models/create_project_member_invite_body.rs
+++ b/clients/client/rust/src/models/create_project_member_invite_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e388bb91971..af8b8c3873c 100644
--- a/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs
+++ b/clients/client/rust/src/models/create_recovery_code_for_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0834e03d6fb..b7d76593255 100644
--- a/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs
+++ b/clients/client/rust/src/models/create_recovery_link_for_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 224dfbb8ee2..7a17f50cfa6 100644
--- a/clients/client/rust/src/models/create_relationship_body.rs
+++ b/clients/client/rust/src/models/create_relationship_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1b6014fa14c..b298746b010 100644
--- a/clients/client/rust/src/models/create_subscription_body.rs
+++ b/clients/client/rust/src/models/create_subscription_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 480f9126e77..b48938bed19 100644
--- a/clients/client/rust/src/models/create_verifiable_credential_request_body.rs
+++ b/clients/client/rust/src/models/create_verifiable_credential_request_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6f644c8b365..04b3c989f33 100644
--- a/clients/client/rust/src/models/credential_supported_draft00.rs
+++ b/clients/client/rust/src/models/credential_supported_draft00.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cd7b1bace71..6769d6cf810 100644
--- a/clients/client/rust/src/models/custom_domain.rs
+++ b/clients/client/rust/src/models/custom_domain.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 58b01e28538..4b8ba370826 100644
--- a/clients/client/rust/src/models/delete_my_sessions_count.rs
+++ b/clients/client/rust/src/models/delete_my_sessions_count.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 223d999f364..cdf5f3fa19b 100644
--- a/clients/client/rust/src/models/email_template_data.rs
+++ b/clients/client/rust/src/models/email_template_data.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cbad964e49b..b4848eee1de 100644
--- a/clients/client/rust/src/models/email_template_data_body.rs
+++ b/clients/client/rust/src/models/email_template_data_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f38c88ccf5a..afd1c8a8fef 100644
--- a/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs
+++ b/clients/client/rust/src/models/error_authenticator_assurance_level_not_satisfied.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2b32d11ff10..59a8587a06b 100644
--- a/clients/client/rust/src/models/error_browser_location_change_required.rs
+++ b/clients/client/rust/src/models/error_browser_location_change_required.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9037622b897..0b71a6ff3eb 100644
--- a/clients/client/rust/src/models/error_flow_replaced.rs
+++ b/clients/client/rust/src/models/error_flow_replaced.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 eba5b7cae9f..f2d727efa50 100644
--- a/clients/client/rust/src/models/error_generic.rs
+++ b/clients/client/rust/src/models/error_generic.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 428c618c36b..5d28683d623 100644
--- a/clients/client/rust/src/models/error_o_auth2.rs
+++ b/clients/client/rust/src/models/error_o_auth2.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 45e6fd551fb..104afcfad0c 100644
--- a/clients/client/rust/src/models/expanded_permission_tree.rs
+++ b/clients/client/rust/src/models/expanded_permission_tree.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d501920c132..f4748412178 100644
--- a/clients/client/rust/src/models/flow_error.rs
+++ b/clients/client/rust/src/models/flow_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b330fb1200e..cab9f977dda 100644
--- a/clients/client/rust/src/models/generic_error.rs
+++ b/clients/client/rust/src/models/generic_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 24e4ee1915b..9d6aed7d417 100644
--- a/clients/client/rust/src/models/generic_error_content.rs
+++ b/clients/client/rust/src/models/generic_error_content.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c0fc49c006a..a926fc42c48 100644
--- a/clients/client/rust/src/models/generic_usage.rs
+++ b/clients/client/rust/src/models/generic_usage.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1169b8cd705..eefc16de954 100644
--- a/clients/client/rust/src/models/get_attributes_count_response.rs
+++ b/clients/client/rust/src/models/get_attributes_count_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 46bd19167e4..86057079d7d 100644
--- a/clients/client/rust/src/models/get_managed_identity_schema_location.rs
+++ b/clients/client/rust/src/models/get_managed_identity_schema_location.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1efaec6f6b3..da93731bf60 100644
--- a/clients/client/rust/src/models/get_organization_response.rs
+++ b/clients/client/rust/src/models/get_organization_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 659de48b61a..a1415dead51 100644
--- a/clients/client/rust/src/models/get_project_metrics_response.rs
+++ b/clients/client/rust/src/models/get_project_metrics_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e1e2d55c42f..14c0394e55c 100644
--- a/clients/client/rust/src/models/get_session_activity_response.rs
+++ b/clients/client/rust/src/models/get_session_activity_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9ff3c803dab..629f3155f07 100644
--- a/clients/client/rust/src/models/get_version_200_response.rs
+++ b/clients/client/rust/src/models/get_version_200_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 70436dbc2eb..b7c2b1aa8dc 100644
--- a/clients/client/rust/src/models/health_not_ready_status.rs
+++ b/clients/client/rust/src/models/health_not_ready_status.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c32e1c5f599..62afc61f15a 100644
--- a/clients/client/rust/src/models/health_status.rs
+++ b/clients/client/rust/src/models/health_status.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 573ca743cec..2b5b3e6bb76 100644
--- a/clients/client/rust/src/models/identity.rs
+++ b/clients/client/rust/src/models/identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dc7633b0f73..c957aa920ca 100644
--- a/clients/client/rust/src/models/identity_credentials.rs
+++ b/clients/client/rust/src/models/identity_credentials.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9ec44cdd9f5..1126b64cf96 100644
--- a/clients/client/rust/src/models/identity_credentials_code.rs
+++ b/clients/client/rust/src/models/identity_credentials_code.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ef6297383c2..5d5f70a1241 100644
--- a/clients/client/rust/src/models/identity_credentials_oidc.rs
+++ b/clients/client/rust/src/models/identity_credentials_oidc.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d65edf3953c..443ba9193c2 100644
--- a/clients/client/rust/src/models/identity_credentials_oidc_provider.rs
+++ b/clients/client/rust/src/models/identity_credentials_oidc_provider.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 970572056bb..aa4baaad94a 100644
--- a/clients/client/rust/src/models/identity_credentials_password.rs
+++ b/clients/client/rust/src/models/identity_credentials_password.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 33f5d2facd8..de33d83b7eb 100644
--- a/clients/client/rust/src/models/identity_credentials_type.rs
+++ b/clients/client/rust/src/models/identity_credentials_type.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 272290ca8d3..389d5b6b8b9 100644
--- a/clients/client/rust/src/models/identity_patch.rs
+++ b/clients/client/rust/src/models/identity_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d51dbd9b970..dd150fb7d91 100644
--- a/clients/client/rust/src/models/identity_patch_response.rs
+++ b/clients/client/rust/src/models/identity_patch_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e08fdfe3f5e..b530efe9cf0 100644
--- a/clients/client/rust/src/models/identity_schema_container.rs
+++ b/clients/client/rust/src/models/identity_schema_container.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4f182558aa3..cb6bab25753 100644
--- a/clients/client/rust/src/models/identity_schema_preset.rs
+++ b/clients/client/rust/src/models/identity_schema_preset.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d051552affc..a408fdfceba 100644
--- a/clients/client/rust/src/models/identity_state.rs
+++ b/clients/client/rust/src/models/identity_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 71c977fb7d5..f02b2e050b6 100644
--- a/clients/client/rust/src/models/identity_with_credentials.rs
+++ b/clients/client/rust/src/models/identity_with_credentials.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fb16f724823..b87862ccb40 100644
--- a/clients/client/rust/src/models/identity_with_credentials_oidc.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_oidc.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c82eb5d600c..f86ab382be4 100644
--- a/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_oidc_config.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5965e0f29aa..b206639d406 100644
--- a/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_oidc_config_provider.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1d43b9a674a..8946c0084b9 100644
--- a/clients/client/rust/src/models/identity_with_credentials_password.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_password.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e6ecca43e0e..a4b60c3bb32 100644
--- a/clients/client/rust/src/models/identity_with_credentials_password_config.rs
+++ b/clients/client/rust/src/models/identity_with_credentials_password_config.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1b2d7a8c671..0fe9c98cbc5 100644
--- a/clients/client/rust/src/models/internal_get_project_branding_body.rs
+++ b/clients/client/rust/src/models/internal_get_project_branding_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 43fa842937d..4327a38eaae 100644
--- a/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs
+++ b/clients/client/rust/src/models/internal_is_ax_welcome_screen_enabled_for_project_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7fb667d7f11..9a9ddce6e21 100644
--- a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs
+++ b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 162ddf76d41..fbe70696a1a 100644
--- a/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs
+++ b/clients/client/rust/src/models/internal_is_owner_for_project_by_slug_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b13650df14f..0d5d2ca61e6 100644
--- a/clients/client/rust/src/models/internal_provision_mock_subscription.rs
+++ b/clients/client/rust/src/models/internal_provision_mock_subscription.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d5b544de49d..7ab5d177f6a 100644
--- a/clients/client/rust/src/models/introspected_o_auth2_token.rs
+++ b/clients/client/rust/src/models/introspected_o_auth2_token.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ff7a979400d..2c349cdd3d8 100644
--- a/clients/client/rust/src/models/is_owner_for_project_by_slug.rs
+++ b/clients/client/rust/src/models/is_owner_for_project_by_slug.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f69009acd0a..ba2f654e20e 100644
--- a/clients/client/rust/src/models/is_ready_200_response.rs
+++ b/clients/client/rust/src/models/is_ready_200_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c3d425763a8..32815db8add 100644
--- a/clients/client/rust/src/models/is_ready_503_response.rs
+++ b/clients/client/rust/src/models/is_ready_503_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4dd7b5edd73..7e59bbf9bc8 100644
--- a/clients/client/rust/src/models/json_patch.rs
+++ b/clients/client/rust/src/models/json_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b40abdfb763..79976b2513a 100644
--- a/clients/client/rust/src/models/json_web_key.rs
+++ b/clients/client/rust/src/models/json_web_key.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dee46047ea9..7fe1c7209c1 100644
--- a/clients/client/rust/src/models/json_web_key_set.rs
+++ b/clients/client/rust/src/models/json_web_key_set.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9764e39b1b6..b01ef93f271 100644
--- a/clients/client/rust/src/models/keto_namespace.rs
+++ b/clients/client/rust/src/models/keto_namespace.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 30e7ac6e735..49d88a9f31e 100644
--- a/clients/client/rust/src/models/list_organizations_response.rs
+++ b/clients/client/rust/src/models/list_organizations_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a09fde5eda9..d6073b9ba67 100644
--- a/clients/client/rust/src/models/login_flow.rs
+++ b/clients/client/rust/src/models/login_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a943e480412..75a48bb339d 100644
--- a/clients/client/rust/src/models/login_flow_state.rs
+++ b/clients/client/rust/src/models/login_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1e9097195c1..cb212cac620 100644
--- a/clients/client/rust/src/models/logout_flow.rs
+++ b/clients/client/rust/src/models/logout_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1dc52550841..c9d20f9ac4e 100644
--- a/clients/client/rust/src/models/managed_identity_schema.rs
+++ b/clients/client/rust/src/models/managed_identity_schema.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 88c8fe02c71..f5c25eff91a 100644
--- a/clients/client/rust/src/models/managed_identity_schema_validation_result.rs
+++ b/clients/client/rust/src/models/managed_identity_schema_validation_result.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d6d747621f8..0f2b22d604c 100644
--- a/clients/client/rust/src/models/member_invite.rs
+++ b/clients/client/rust/src/models/member_invite.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0be24794ea7..f2146d5fd46 100644
--- a/clients/client/rust/src/models/message.rs
+++ b/clients/client/rust/src/models/message.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b6a8d955bd1..2b447d4a407 100644
--- a/clients/client/rust/src/models/message_dispatch.rs
+++ b/clients/client/rust/src/models/message_dispatch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4e93bf42763..c5ad8cf25cc 100644
--- a/clients/client/rust/src/models/metrics_datapoint.rs
+++ b/clients/client/rust/src/models/metrics_datapoint.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 894a63c73d6..bb3f10180d8 100644
--- a/clients/client/rust/src/models/namespace.rs
+++ b/clients/client/rust/src/models/namespace.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 56f336ab8e4..cfcfa0f14e6 100644
--- a/clients/client/rust/src/models/needs_privileged_session_error.rs
+++ b/clients/client/rust/src/models/needs_privileged_session_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e1adbf5668d..c937aeb1419 100644
--- a/clients/client/rust/src/models/normalized_project.rs
+++ b/clients/client/rust/src/models/normalized_project.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 df66b443ff2..c80d1553629 100644
--- a/clients/client/rust/src/models/normalized_project_revision.rs
+++ b/clients/client/rust/src/models/normalized_project_revision.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 665c8f4ccd8..16deab541a0 100644
--- a/clients/client/rust/src/models/normalized_project_revision_hook.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_hook.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4512ea6e3fd..e7dfd1ed7d3 100644
--- a/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_identity_schema.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f6ee48ccabd..8ed20c3d065 100644
--- a/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_third_party_provider.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 48e2e6be194..377516ec173 100644
--- a/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs
+++ b/clients/client/rust/src/models/normalized_project_revision_tokenizer_template.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7f82ed70172..a7a8bebf8ee 100644
--- a/clients/client/rust/src/models/o_auth2_client.rs
+++ b/clients/client/rust/src/models/o_auth2_client.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e4ca3cc38f4..ea48bf4a609 100644
--- a/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs
+++ b/clients/client/rust/src/models/o_auth2_client_token_lifespans.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0b0fd430f37..72f58c379bc 100644
--- a/clients/client/rust/src/models/o_auth2_consent_request.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fe7f4ad19f9..c2a4140ab33 100644
--- a/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_request_open_id_connect_context.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 84c21838e7f..6c550cbee7b 100644
--- a/clients/client/rust/src/models/o_auth2_consent_session.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_session.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 76a4e637acd..a9d9f89495c 100644
--- a/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs
+++ b/clients/client/rust/src/models/o_auth2_consent_session_expires_at.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 da651354388..7872c21d979 100644
--- a/clients/client/rust/src/models/o_auth2_login_request.rs
+++ b/clients/client/rust/src/models/o_auth2_login_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 75fbdcf2268..b36fe5d8b07 100644
--- a/clients/client/rust/src/models/o_auth2_logout_request.rs
+++ b/clients/client/rust/src/models/o_auth2_logout_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 790b15cdadc..4b224a6ab98 100644
--- a/clients/client/rust/src/models/o_auth2_redirect_to.rs
+++ b/clients/client/rust/src/models/o_auth2_redirect_to.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 65acca6f5e6..fa1090f9cdf 100644
--- a/clients/client/rust/src/models/o_auth2_token_exchange.rs
+++ b/clients/client/rust/src/models/o_auth2_token_exchange.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dcb083fa168..81603061f0c 100644
--- a/clients/client/rust/src/models/oidc_configuration.rs
+++ b/clients/client/rust/src/models/oidc_configuration.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4190764e99e..257313cf706 100644
--- a/clients/client/rust/src/models/oidc_user_info.rs
+++ b/clients/client/rust/src/models/oidc_user_info.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9beb0d97a2a..2c03fcd2bd7 100644
--- a/clients/client/rust/src/models/organization.rs
+++ b/clients/client/rust/src/models/organization.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c3c5086b9a7..7ab52f22185 100644
--- a/clients/client/rust/src/models/organization_body.rs
+++ b/clients/client/rust/src/models/organization_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ad62bb65cc2..4fbc3b41f05 100644
--- a/clients/client/rust/src/models/pagination.rs
+++ b/clients/client/rust/src/models/pagination.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 22f8d95d608..3ec7e5e4be9 100644
--- a/clients/client/rust/src/models/pagination_headers.rs
+++ b/clients/client/rust/src/models/pagination_headers.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4ab19916c4e..23f73d396ab 100644
--- a/clients/client/rust/src/models/parse_error.rs
+++ b/clients/client/rust/src/models/parse_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 55527a6fa17..bdb3fc09c0e 100644
--- a/clients/client/rust/src/models/patch_identities_body.rs
+++ b/clients/client/rust/src/models/patch_identities_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7be85b8f356..54b4c104ddb 100644
--- a/clients/client/rust/src/models/perform_native_logout_body.rs
+++ b/clients/client/rust/src/models/perform_native_logout_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 509996e6b2e..ed3304aaa14 100644
--- a/clients/client/rust/src/models/plan.rs
+++ b/clients/client/rust/src/models/plan.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 101b9d9e119..33718c43c78 100644
--- a/clients/client/rust/src/models/plan_details.rs
+++ b/clients/client/rust/src/models/plan_details.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 547305d0d82..8901ff483b3 100644
--- a/clients/client/rust/src/models/post_check_permission_body.rs
+++ b/clients/client/rust/src/models/post_check_permission_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2f11727fdce..1718f0539c1 100644
--- a/clients/client/rust/src/models/post_check_permission_or_error_body.rs
+++ b/clients/client/rust/src/models/post_check_permission_or_error_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9c1fe23d01b..b95e06346ac 100644
--- a/clients/client/rust/src/models/project.rs
+++ b/clients/client/rust/src/models/project.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d8179457964..f73b1ac4d04 100644
--- a/clients/client/rust/src/models/project_api_key.rs
+++ b/clients/client/rust/src/models/project_api_key.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 de8525787b3..96f54b2385d 100644
--- a/clients/client/rust/src/models/project_branding.rs
+++ b/clients/client/rust/src/models/project_branding.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 92311ea6be5..40cc6798570 100644
--- a/clients/client/rust/src/models/project_branding_colors.rs
+++ b/clients/client/rust/src/models/project_branding_colors.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 21aa158454f..398d4f10aaf 100644
--- a/clients/client/rust/src/models/project_branding_theme.rs
+++ b/clients/client/rust/src/models/project_branding_theme.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d9c81758fd3..bc3e12b7760 100644
--- a/clients/client/rust/src/models/project_cors.rs
+++ b/clients/client/rust/src/models/project_cors.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f0802292e5f..e4e5e8c83e0 100644
--- a/clients/client/rust/src/models/project_host.rs
+++ b/clients/client/rust/src/models/project_host.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 330196af05a..fcdfed4a147 100644
--- a/clients/client/rust/src/models/project_metadata.rs
+++ b/clients/client/rust/src/models/project_metadata.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a6c58f35746..bca1275fd79 100644
--- a/clients/client/rust/src/models/project_service_identity.rs
+++ b/clients/client/rust/src/models/project_service_identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 12ca531fc54..175a3edddd3 100644
--- a/clients/client/rust/src/models/project_service_o_auth2.rs
+++ b/clients/client/rust/src/models/project_service_o_auth2.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b2b91d0125a..dfc1639dadd 100644
--- a/clients/client/rust/src/models/project_service_permission.rs
+++ b/clients/client/rust/src/models/project_service_permission.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 86631aceec1..0d01b6f1395 100644
--- a/clients/client/rust/src/models/project_services.rs
+++ b/clients/client/rust/src/models/project_services.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0a9aad7a181..3e45a5a3621 100644
--- a/clients/client/rust/src/models/quota_usage.rs
+++ b/clients/client/rust/src/models/quota_usage.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 64ac44b1693..b1f50e27354 100644
--- a/clients/client/rust/src/models/recovery_code_for_identity.rs
+++ b/clients/client/rust/src/models/recovery_code_for_identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cde56a4f743..27e522cd18d 100644
--- a/clients/client/rust/src/models/recovery_flow.rs
+++ b/clients/client/rust/src/models/recovery_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5e1359441cc..654ec3a5df2 100644
--- a/clients/client/rust/src/models/recovery_flow_state.rs
+++ b/clients/client/rust/src/models/recovery_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 8fb9bbd9acf..7ce31a06d92 100644
--- a/clients/client/rust/src/models/recovery_identity_address.rs
+++ b/clients/client/rust/src/models/recovery_identity_address.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dc7f3d4cd05..c47399b075b 100644
--- a/clients/client/rust/src/models/recovery_link_for_identity.rs
+++ b/clients/client/rust/src/models/recovery_link_for_identity.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 bdb9b620828..b647ece6198 100644
--- a/clients/client/rust/src/models/registration_flow.rs
+++ b/clients/client/rust/src/models/registration_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c3cc17a23fc..498b771f23a 100644
--- a/clients/client/rust/src/models/registration_flow_state.rs
+++ b/clients/client/rust/src/models/registration_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b9f77188d2c..a106170482f 100644
--- a/clients/client/rust/src/models/reject_o_auth2_request.rs
+++ b/clients/client/rust/src/models/reject_o_auth2_request.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1761a4280ad..71df85ae9b0 100644
--- a/clients/client/rust/src/models/relation_query.rs
+++ b/clients/client/rust/src/models/relation_query.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f3f4301d75b..512f1eaa1ee 100644
--- a/clients/client/rust/src/models/relationship.rs
+++ b/clients/client/rust/src/models/relationship.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 474a0020bf3..55413740ef7 100644
--- a/clients/client/rust/src/models/relationship_namespaces.rs
+++ b/clients/client/rust/src/models/relationship_namespaces.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 98cd3d59aba..9158132d6ae 100644
--- a/clients/client/rust/src/models/relationship_patch.rs
+++ b/clients/client/rust/src/models/relationship_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cea1eb9c413..72da4d6bb6d 100644
--- a/clients/client/rust/src/models/relationships.rs
+++ b/clients/client/rust/src/models/relationships.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b9ef57d0ecc..49e4b0e278d 100644
--- a/clients/client/rust/src/models/rfc6749_error_json.rs
+++ b/clients/client/rust/src/models/rfc6749_error_json.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d8f98bc6b6a..c7c5063c230 100644
--- a/clients/client/rust/src/models/schema_patch.rs
+++ b/clients/client/rust/src/models/schema_patch.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3a3fb507605..28a5b8f3f54 100644
--- a/clients/client/rust/src/models/self_service_flow_expired_error.rs
+++ b/clients/client/rust/src/models/self_service_flow_expired_error.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c719c675427..0063e41dcd2 100644
--- a/clients/client/rust/src/models/session.rs
+++ b/clients/client/rust/src/models/session.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 4b1c9b814ef..9cb7bbc5569 100644
--- a/clients/client/rust/src/models/session_activity_datapoint.rs
+++ b/clients/client/rust/src/models/session_activity_datapoint.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ddf074f23b3..12905e0d214 100644
--- a/clients/client/rust/src/models/session_authentication_method.rs
+++ b/clients/client/rust/src/models/session_authentication_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 13e7bef63e6..09fba42eaea 100644
--- a/clients/client/rust/src/models/session_device.rs
+++ b/clients/client/rust/src/models/session_device.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9f38f371022..1762ba29e4c 100644
--- a/clients/client/rust/src/models/set_active_project_in_console_body.rs
+++ b/clients/client/rust/src/models/set_active_project_in_console_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 da4cf1907d5..2ec6b80987e 100644
--- a/clients/client/rust/src/models/set_custom_domain_body.rs
+++ b/clients/client/rust/src/models/set_custom_domain_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9d7971c8f88..18276f7b4da 100644
--- a/clients/client/rust/src/models/set_project.rs
+++ b/clients/client/rust/src/models/set_project.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d7d357366bd..2c22d422731 100644
--- a/clients/client/rust/src/models/set_project_branding_theme_body.rs
+++ b/clients/client/rust/src/models/set_project_branding_theme_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a41a189badb..b8eab51ae04 100644
--- a/clients/client/rust/src/models/settings_flow.rs
+++ b/clients/client/rust/src/models/settings_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 dae5f24e5c3..636e3fa9b67 100644
--- a/clients/client/rust/src/models/settings_flow_state.rs
+++ b/clients/client/rust/src/models/settings_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 cf7516ffa10..dab901f8313 100644
--- a/clients/client/rust/src/models/source_position.rs
+++ b/clients/client/rust/src/models/source_position.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6456a2f3e76..fd75191bf50 100644
--- a/clients/client/rust/src/models/stripe_customer.rs
+++ b/clients/client/rust/src/models/stripe_customer.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 196c1939fa4..7b94b5c241f 100644
--- a/clients/client/rust/src/models/subject_set.rs
+++ b/clients/client/rust/src/models/subject_set.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7372805e31a..ea488a1b486 100644
--- a/clients/client/rust/src/models/subscription.rs
+++ b/clients/client/rust/src/models/subscription.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6b0d8901755..b29a080e336 100644
--- a/clients/client/rust/src/models/successful_code_exchange_response.rs
+++ b/clients/client/rust/src/models/successful_code_exchange_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2b644f36819..a6d9ba50704 100644
--- a/clients/client/rust/src/models/successful_native_login.rs
+++ b/clients/client/rust/src/models/successful_native_login.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 94320462865..2b6ac14e709 100644
--- a/clients/client/rust/src/models/successful_native_registration.rs
+++ b/clients/client/rust/src/models/successful_native_registration.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 df321df7dd0..b07e1ffe19e 100644
--- a/clients/client/rust/src/models/successful_project_update.rs
+++ b/clients/client/rust/src/models/successful_project_update.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 262280ef67c..a3d9ca36193 100644
--- a/clients/client/rust/src/models/token_pagination.rs
+++ b/clients/client/rust/src/models/token_pagination.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f88643ade11..b2b586e714c 100644
--- a/clients/client/rust/src/models/token_pagination_headers.rs
+++ b/clients/client/rust/src/models/token_pagination_headers.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2f5b425f4a2..7f9f627923a 100644
--- a/clients/client/rust/src/models/token_pagination_request_parameters.rs
+++ b/clients/client/rust/src/models/token_pagination_request_parameters.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a2345bbc9b9..ee22b15dbd8 100644
--- a/clients/client/rust/src/models/token_pagination_response_headers.rs
+++ b/clients/client/rust/src/models/token_pagination_response_headers.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ae286dee8fa..ce13dfff2bd 100644
--- a/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs
+++ b/clients/client/rust/src/models/trust_o_auth2_jwt_grant_issuer.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 aa963c8ec55..537ec746534 100644
--- a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs
+++ b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_issuer.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 97d9b655614..9b39fa34b93 100644
--- a/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs
+++ b/clients/client/rust/src/models/trusted_o_auth2_jwt_grant_json_web_key.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c909783d371..0bd83a458e1 100644
--- a/clients/client/rust/src/models/ui_container.rs
+++ b/clients/client/rust/src/models/ui_container.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a26a4f88e6a..dea6553eb90 100644
--- a/clients/client/rust/src/models/ui_node.rs
+++ b/clients/client/rust/src/models/ui_node.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 65f40592e9d..730ea2ba008 100644
--- a/clients/client/rust/src/models/ui_node_anchor_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_anchor_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a1c0d6a8def..c8c2dcf39f6 100644
--- a/clients/client/rust/src/models/ui_node_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5431d309c88..084df6fba97 100644
--- a/clients/client/rust/src/models/ui_node_image_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_image_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 7994ffc348b..eeb76e5e75e 100644
--- a/clients/client/rust/src/models/ui_node_input_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_input_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 31cc0fb678f..32986d9bd1b 100644
--- a/clients/client/rust/src/models/ui_node_meta.rs
+++ b/clients/client/rust/src/models/ui_node_meta.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a503669515b..cdf0c28c2a4 100644
--- a/clients/client/rust/src/models/ui_node_script_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_script_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 71da3199716..2c5c916100e 100644
--- a/clients/client/rust/src/models/ui_node_text_attributes.rs
+++ b/clients/client/rust/src/models/ui_node_text_attributes.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 3d6b04cef7a..216d91c4914 100644
--- a/clients/client/rust/src/models/ui_text.rs
+++ b/clients/client/rust/src/models/ui_text.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 a3df543dcb6..43f1b7fe022 100644
--- a/clients/client/rust/src/models/update_identity_body.rs
+++ b/clients/client/rust/src/models/update_identity_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d46639163cb..8f14f3c3659 100644
--- a/clients/client/rust/src/models/update_login_flow_body.rs
+++ b/clients/client/rust/src/models/update_login_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f6eda5a6a03..34c463f4504 100644
--- a/clients/client/rust/src/models/update_login_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d6c4d23b59e..fa530dab659 100644
--- a/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_lookup_secret_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ae209669635..d49b16e07a1 100644
--- a/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_oidc_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2ffb7e72385..8ec65127947 100644
--- a/clients/client/rust/src/models/update_login_flow_with_password_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_password_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f48b8abf1a0..339e70e5cff 100644
--- a/clients/client/rust/src/models/update_login_flow_with_totp_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_totp_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 107a1a0eb31..8db135b8f62 100644
--- a/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs
+++ b/clients/client/rust/src/models/update_login_flow_with_web_authn_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b5fa7a779f9..86482720f7d 100644
--- a/clients/client/rust/src/models/update_recovery_flow_body.rs
+++ b/clients/client/rust/src/models/update_recovery_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6510663396c..317308bce6d 100644
--- a/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_recovery_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ea0b826988f..23102a166d6 100644
--- a/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs
+++ b/clients/client/rust/src/models/update_recovery_flow_with_link_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9ee577e896a..9cc7dad9eec 100644
--- a/clients/client/rust/src/models/update_registration_flow_body.rs
+++ b/clients/client/rust/src/models/update_registration_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 442764848a2..aa0f7c41d57 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d99e3ca5e42..c80db4a2360 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_oidc_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2a1a0597c56..84ef79b9b7a 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_password_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_password_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5f50c014763..4bb13955c9f 100644
--- a/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs
+++ b/clients/client/rust/src/models/update_registration_flow_with_web_authn_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6c53f04f66a..08d7392de7f 100644
--- a/clients/client/rust/src/models/update_settings_flow_body.rs
+++ b/clients/client/rust/src/models/update_settings_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 62f42ed83b8..f4680b834ad 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_lookup_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 e75fb7536ec..3b579597126 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_oidc_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6a78209fdf7..9cf00014410 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_password_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_password_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2926cfa0762..8412ee099b8 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_profile_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 affda0c4160..fc34b5c6af0 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_totp_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 318bb992ac5..22cb4c25b0b 100644
--- a/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs
+++ b/clients/client/rust/src/models/update_settings_flow_with_web_authn_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 d8142ca7962..c9e0edb3d21 100644
--- a/clients/client/rust/src/models/update_subscription_body.rs
+++ b/clients/client/rust/src/models/update_subscription_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 6e6be8a7b4a..2578b9b852f 100644
--- a/clients/client/rust/src/models/update_verification_flow_body.rs
+++ b/clients/client/rust/src/models/update_verification_flow_body.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 988a8c4cc49..01407b2fa3c 100644
--- a/clients/client/rust/src/models/update_verification_flow_with_code_method.rs
+++ b/clients/client/rust/src/models/update_verification_flow_with_code_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 447023f0cf0..f2686e1b134 100644
--- a/clients/client/rust/src/models/update_verification_flow_with_link_method.rs
+++ b/clients/client/rust/src/models/update_verification_flow_with_link_method.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 c908ecd7d70..a45c3e4c815 100644
--- a/clients/client/rust/src/models/usage.rs
+++ b/clients/client/rust/src/models/usage.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 0407e9272a1..0e2e8e31aba 100644
--- a/clients/client/rust/src/models/verifiable_credential_priming_response.rs
+++ b/clients/client/rust/src/models/verifiable_credential_priming_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 1a9c61ed719..e548f606ac5 100644
--- a/clients/client/rust/src/models/verifiable_credential_proof.rs
+++ b/clients/client/rust/src/models/verifiable_credential_proof.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9daebe5f4af..cb857646c53 100644
--- a/clients/client/rust/src/models/verifiable_credential_response.rs
+++ b/clients/client/rust/src/models/verifiable_credential_response.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 ba26a1a3f9d..857e6ddeaa9 100644
--- a/clients/client/rust/src/models/verifiable_identity_address.rs
+++ b/clients/client/rust/src/models/verifiable_identity_address.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 300ed7bdd65..5ca5701f2de 100644
--- a/clients/client/rust/src/models/verification_flow.rs
+++ b/clients/client/rust/src/models/verification_flow.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 9c0bff6e466..b209d58418e 100644
--- a/clients/client/rust/src/models/verification_flow_state.rs
+++ b/clients/client/rust/src/models/verification_flow_state.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5041c1bffdd..ae7bc326395 100644
--- a/clients/client/rust/src/models/version.rs
+++ b/clients/client/rust/src/models/version.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 676588041ee..0fca5a5e9d5 100644
--- a/clients/client/rust/src/models/warning.rs
+++ b/clients/client/rust/src/models/warning.rs
@@ -3,7 +3,7 @@
*
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 edaac6bea93..b8aa4d9bedc 100644
--- a/clients/client/typescript/README.md
+++ b/clients/client/typescript/README.md
@@ -1,4 +1,4 @@
-## @ory/client@v1.4.1
+## @ory/client@v1.4.2
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
_published:_
```
-npm install @ory/client@v1.4.1 --save
+npm install @ory/client@v1.4.2 --save
```
_unPublished (not recommended):_
diff --git a/clients/client/typescript/api.ts b/clients/client/typescript/api.ts
index 4c785e332a0..68b7f3ec2c1 100644
--- a/clients/client/typescript/api.ts
+++ b/clients/client/typescript/api.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 5ad58424b42..8b77f4c6833 100644
--- a/clients/client/typescript/base.ts
+++ b/clients/client/typescript/base.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 2bc37a77e35..cd024a366c8 100644
--- a/clients/client/typescript/common.ts
+++ b/clients/client/typescript/common.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 fb4f950ff6f..b035b589cb4 100644
--- a/clients/client/typescript/configuration.ts
+++ b/clients/client/typescript/configuration.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 b4d9f16103e..f693b7a853e 100644
--- a/clients/client/typescript/index.ts
+++ b/clients/client/typescript/index.ts
@@ -4,7 +4,7 @@
* Ory APIs
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
*
- * The version of the OpenAPI document: v1.4.1
+ * The version of the OpenAPI document: v1.4.2
* 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 f514e62b35c..e61eaf9916e 100644
--- a/clients/client/typescript/package-lock.json
+++ b/clients/client/typescript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@ory/client",
- "version": "v1.4.1",
+ "version": "v1.4.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ory/client",
- "version": "v1.4.1",
+ "version": "v1.4.2",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.27.2"
diff --git a/clients/client/typescript/package.json b/clients/client/typescript/package.json
index c470ede7872..c43e794696e 100644
--- a/clients/client/typescript/package.json
+++ b/clients/client/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@ory/client",
- "version": "v1.4.1",
+ "version": "v1.4.2",
"description": "OpenAPI client for @ory/client",
"author": "ORY GmbH",
"repository": {
diff --git a/spec/client/v1.4.2.json b/spec/client/v1.4.2.json
index 0284dbe5d08..0aae335a3d0 100644
--- a/spec/client/v1.4.2.json
+++ b/spec/client/v1.4.2.json
@@ -1,16248 +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"
- },
- "environment": {
- "description": "The environment of the project.\nprod Production\ndev Development",
- "enum": [
- "prod",
- "dev"
- ],
- "type": "string",
- "x-go-enum-desc": "prod Production\ndev Development"
- },
- "hosts": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "id": {
- "description": "The project's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "slug": {
- "description": "The project's slug",
- "readOnly": true,
- "type": "string"
- },
- "state": {
- "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted",
- "enum": [
- "running",
- "halted",
- "deleted"
- ],
- "readOnly": true,
- "type": "string",
- "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted"
- },
- "subscription_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "subscription_plan": {
- "$ref": "#/components/schemas/String"
- },
- "updated_at": {
- "description": "Last Time Project was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "hosts",
- "slug",
- "current_revision",
- "state",
- "environment",
- "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"
- },
- "project_id": {
- "description": "The Revision's Project ID",
- "format": "uuid",
- "type": "string"
- },
- "project_revision_hooks": {
- "$ref": "#/components/schemas/projectRevisionHooks"
- },
- "serve_admin_cors_allowed_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "serve_admin_cors_enabled": {
- "description": "Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.",
- "type": "boolean"
- },
- "serve_public_cors_allowed_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "serve_public_cors_enabled": {
- "description": "Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.",
- "type": "boolean"
- },
- "strict_security": {
- "description": "Whether the project should employ strict security measures. Setting this to true is recommended for going into production.",
- "type": "boolean"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "name"
- ],
- "type": "object"
- },
- "normalizedProjectRevisionHook": {
- "properties": {
- "config_key": {
- "description": "The Hooks Config Key",
- "type": "string"
- },
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "hook": {
- "description": "The Hook Type",
- "type": "string"
- },
- "id": {
- "description": "ID of the entry",
- "format": "uuid",
- "type": "string"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "web_hook_config_auth_api_key_in": {
- "description": "Whether to send the API Key in the HTTP Header or as a HTTP Cookie",
- "example": "header",
- "type": "string"
- },
- "web_hook_config_auth_api_key_name": {
- "description": "The name of the api key",
- "example": "X-API-Key",
- "type": "string"
- },
- "web_hook_config_auth_api_key_value": {
- "description": "The value of the api key",
- "example": "eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ",
- "type": "string"
- },
- "web_hook_config_auth_basic_auth_password": {
- "description": "The password to be sent in the HTTP Basic Auth Header",
- "type": "string"
- },
- "web_hook_config_auth_basic_auth_user": {
- "description": "The username to be sent in the HTTP Basic Auth Header",
- "type": "string"
- },
- "web_hook_config_auth_type": {
- "description": "HTTP Auth Method to use for the Web-Hook",
- "type": "string"
- },
- "web_hook_config_body": {
- "description": "URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads.",
- "example": "base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=",
- "type": "string"
- },
- "web_hook_config_can_interrupt": {
- "description": "If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.",
- "type": "boolean"
- },
- "web_hook_config_method": {
- "description": "The HTTP method to use (GET, POST, etc) for the Web-Hook",
- "example": "POST",
- "type": "string"
- },
- "web_hook_config_response_ignore": {
- "description": "Whether to ignore the Web Hook response",
- "type": "boolean"
- },
- "web_hook_config_response_parse": {
- "description": "Whether to parse the Web Hook response",
- "type": "boolean"
- },
- "web_hook_config_url": {
- "description": "The URL the Web-Hook should call",
- "example": "https://www.example.org/web-hook-listener",
- "type": "string"
- }
- },
- "required": [
- "config_key",
- "hook"
- ],
- "type": "object"
- },
- "normalizedProjectRevisionIdentitySchema": {
- "properties": {
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The unique ID of this entry.",
- "format": "uuid",
- "type": "string"
- },
- "identity_schema": {
- "$ref": "#/components/schemas/managedIdentitySchema"
- },
- "identity_schema_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "import_id": {
- "description": "The imported (named) ID of the Identity Schema referenced in the Ory Kratos config.",
- "type": "string"
- },
- "import_url": {
- "description": "The ImportURL can be used to import an Identity Schema from a bse64 encoded string.\nIn the future, this key also support HTTPS and other sources!\n\nIf you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key.\n\nThe configuration will always return the import URL when you fetch it from the API.",
- "example": "base64://ey...",
- "type": "string"
- },
- "is_default": {
- "description": "If true sets the default schema for identities\n\nOnly one schema can ever be the default schema. If you\ntry to add two schemas with default to true, the\nrequest will fail.",
- "type": "boolean"
- },
- "preset": {
- "description": "Use a preset instead of a custom identity schema.",
- "type": "string"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "type": "object"
- },
- "normalizedProjectRevisionIdentitySchemas": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevisionIdentitySchema"
- },
- "type": "array"
- },
- "normalizedProjectRevisionThirdPartyProvider": {
- "properties": {
- "additional_id_token_audiences": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "apple_private_key": {
- "$ref": "#/components/schemas/String"
- },
- "apple_private_key_id": {
- "description": "Apple Private Key Identifier\n\nSign In with Apple Private Key Identifier needed for generating a JWT token for client secret",
- "example": "UX56C66723",
- "type": "string"
- },
- "apple_team_id": {
- "description": "Apple Developer Team ID\n\nApple Developer Team ID needed for generating a JWT token for client secret",
- "example": "KP76DQS54M",
- "type": "string"
- },
- "auth_url": {
- "description": "AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.",
- "example": "https://www.googleapis.com/oauth2/v2/auth",
- "type": "string"
- },
- "azure_tenant": {
- "description": "Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`.\n\nCan be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like\n`8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`.",
- "example": "contoso.onmicrosoft.com",
- "type": "string"
- },
- "client_id": {
- "description": "ClientID is the application's Client ID.",
- "type": "string"
- },
- "client_secret": {
- "$ref": "#/components/schemas/String"
- },
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "format": "uuid",
- "type": "string"
- },
- "issuer_url": {
- "description": "IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`.\nIf set, neither `auth_url` nor `token_url` are required.",
- "example": "https://accounts.google.com",
- "type": "string"
- },
- "label": {
- "description": "Label represents an optional label which can be used in the UI generation.",
- "type": "string"
- },
- "mapper_url": {
- "description": "Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.",
- "type": "string"
- },
- "organization_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "provider": {
- "description": "Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of:\ngeneric\ngoogle\ngithub\ngitlab\nmicrosoft\ndiscord\nslack\nfacebook\nvk\nyandex\napple",
- "example": "google",
- "type": "string"
- },
- "provider_id": {
- "description": "ID is the provider's ID",
- "type": "string"
- },
- "requested_claims": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "state": {
- "description": "State indicates the state of the provider\n\nOnly providers with state `enabled` will be used for authentication\nenabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled",
- "enum": [
- "enabled",
- "disabled"
- ],
- "type": "string",
- "x-go-enum-desc": "enabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled"
- },
- "subject_source": {
- "$ref": "#/components/schemas/String"
- },
- "token_url": {
- "description": "TokenURL is the token url, typically something like: https://example.org/oauth2/token\n\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.",
- "example": "https://www.googleapis.com/oauth2/v4/token",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "type": "object"
- },
- "normalizedProjectRevisionTokenizerTemplate": {
- "properties": {
- "claims_mapper_url": {
- "description": "Claims mapper URL",
- "type": "string"
- },
- "created_at": {
- "description": "The Project's Revision Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The revision ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "jwks_url": {
- "description": "JSON Web Key URL",
- "type": "string"
- },
- "key": {
- "description": "The unique key of the template",
- "type": "string"
- },
- "project_revision_id": {
- "description": "The Revision's ID this schema belongs to",
- "format": "uuid",
- "type": "string"
- },
- "ttl": {
- "default": "1m",
- "description": "Token time to live",
- "example": "1h",
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Project's Revision was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "type": "object"
- },
- "normalizedProjectRevisionTokenizerTemplates": {
- "items": {
- "$ref": "#/components/schemas/normalizedProjectRevisionTokenizerTemplate"
- },
- "type": "array"
- },
- "normalizedProjects": {
- "items": {
- "$ref": "#/components/schemas/normalizedProject"
- },
- "type": "array"
- },
- "nullBool": {
- "nullable": true,
- "type": "boolean"
- },
- "nullDuration": {
- "nullable": true,
- "pattern": "^[0-9]+(ns|us|ms|s|m|h)$",
- "type": "string"
- },
- "nullInt64": {
- "nullable": true,
- "type": "integer"
- },
- "nullJsonRawMessage": {
- "description": "NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-",
- "nullable": true,
- "type": "object"
- },
- "nullString": {
- "type": "string"
- },
- "nullTime": {
- "format": "date-time",
- "title": "NullTime implements sql.NullTime functionality.",
- "type": "string"
- },
- "oAuth2Client": {
- "description": "OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.",
- "properties": {
- "access_token_strategy": {
- "description": "OAuth 2.0 Access Token Strategy\n\nAccessTokenStrategy is the strategy used to generate access tokens.\nValid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\nSetting the stragegy here overrides the global setting in `strategies.access_token`.",
- "type": "string"
- },
- "allowed_cors_origins": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "authorization_code_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "backchannel_logout_session_required": {
- "description": "OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout\nToken to identify the RP session with the OP when the backchannel_logout_uri is used.\nIf omitted, the default value is false.",
- "type": "boolean"
- },
- "backchannel_logout_uri": {
- "description": "OpenID Connect Back-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when sent a Logout Token by the OP.",
- "type": "string"
- },
- "client_credentials_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "client_id": {
- "description": "OAuth 2.0 Client ID\n\nThe ID is immutable. If no ID is provided, a UUID4 will be generated.",
- "type": "string"
- },
- "client_name": {
- "description": "OAuth 2.0 Client Name\n\nThe human-readable name of the client to be presented to the\nend-user during authorization.",
- "type": "string"
- },
- "client_secret": {
- "description": "OAuth 2.0 Client Secret\n\nThe secret will be included in the create request as cleartext, and then\nnever again. The secret is kept in hashed format and is not recoverable once lost.",
- "type": "string"
- },
- "client_secret_expires_at": {
- "description": "OAuth 2.0 Client Secret Expires At\n\nThe field is currently not supported and its value is always 0.",
- "format": "int64",
- "type": "integer"
- },
- "client_uri": {
- "description": "OAuth 2.0 Client URI\n\nClientURI is a URL string of a web page providing information about the client.\nIf present, the server SHOULD display this URL to the end-user in\na clickable fashion.",
- "type": "string"
- },
- "contacts": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "created_at": {
- "description": "OAuth 2.0 Client Creation Date\n\nCreatedAt returns the timestamp of the client's creation.",
- "format": "date-time",
- "type": "string"
- },
- "frontchannel_logout_session_required": {
- "description": "OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be\nincluded to identify the RP session with the OP when the frontchannel_logout_uri is used.\nIf omitted, the default value is false.",
- "type": "boolean"
- },
- "frontchannel_logout_uri": {
- "description": "OpenID Connect Front-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query\nparameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the\nrequest and to determine which of the potentially multiple sessions is to be logged out; if either is\nincluded, both MUST be.",
- "type": "string"
- },
- "grant_types": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "implicit_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "implicit_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "jwks": {
- "description": "OAuth 2.0 Client JSON Web Key Set\n\nClient's JSON Web Key Set [JWK] document, passed by value. The semantics of the jwks parameter are the same as\nthe jwks_uri parameter, other than that the JWK Set is passed by value, rather than by reference. This parameter\nis intended only to be used by Clients that, for some reason, are unable to use the jwks_uri parameter, for\ninstance, by native applications that might not have a location to host the contents of the JWK Set. If a Client\ncan use jwks_uri, it MUST NOT use jwks. One significant downside of jwks is that it does not enable key rotation\n(which jwks_uri does, as described in Section 10 of OpenID Connect Core 1.0 [OpenID.Core]). The jwks_uri and jwks\nparameters MUST NOT be used together."
- },
- "jwks_uri": {
- "description": "OAuth 2.0 Client JSON Web Key Set URL\n\nURL for the Client's JSON Web Key Set [JWK] document. If the Client signs requests to the Server, it contains\nthe signing key(s) the Server uses to validate signatures from the Client. The JWK Set MAY also contain the\nClient's encryption keys(s), which are used by the Server to encrypt responses to the Client. When both signing\nand encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced\nJWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both\nsignatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used\nto provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST\nmatch those in the certificate.",
- "type": "string"
- },
- "jwt_bearer_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "logo_uri": {
- "description": "OAuth 2.0 Client Logo URI\n\nA URL string referencing the client's logo.",
- "type": "string"
- },
- "metadata": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "owner": {
- "description": "OAuth 2.0 Client Owner\n\nOwner is a string identifying the owner of the OAuth 2.0 Client.",
- "type": "string"
- },
- "policy_uri": {
- "description": "OAuth 2.0 Client Policy URI\n\nPolicyURI is a URL string that points to a human-readable privacy policy document\nthat describes how the deployment organization collects, uses,\nretains, and discloses personal data.",
- "type": "string"
- },
- "post_logout_redirect_uris": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "redirect_uris": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "refresh_token_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "registration_access_token": {
- "description": "OpenID Connect Dynamic Client Registration Access Token\n\nRegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client\nusing Dynamic Client Registration.",
- "type": "string"
- },
- "registration_client_uri": {
- "description": "OpenID Connect Dynamic Client Registration URL\n\nRegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client.",
- "type": "string"
- },
- "request_object_signing_alg": {
- "description": "OpenID Connect Request Object Signing Algorithm\n\nJWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects\nfrom this Client MUST be rejected, if not signed with this algorithm.",
- "type": "string"
- },
- "request_uris": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "response_types": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "scope": {
- "description": "OAuth 2.0 Client Scope\n\nScope is a string containing a space-separated list of scope values (as\ndescribed in Section 3.3 of OAuth 2.0 [RFC6749]) that the client\ncan use when requesting access tokens.",
- "example": "scope1 scope-2 scope.3 scope:4",
- "type": "string"
- },
- "sector_identifier_uri": {
- "description": "OpenID Connect Sector Identifier URI\n\nURL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a\nfile with a single JSON array of redirect_uri values.",
- "type": "string"
- },
- "skip_consent": {
- "description": "SkipConsent skips the consent screen for this client. This field can only\nbe set from the admin API.",
- "type": "boolean"
- },
- "subject_type": {
- "description": "OpenID Connect Subject Type\n\nThe `subject_types_supported` Discovery parameter contains a\nlist of the supported subject_type values for this server. Valid types include `pairwise` and `public`.",
- "type": "string"
- },
- "token_endpoint_auth_method": {
- "default": "client_secret_basic",
- "description": "OAuth 2.0 Token Endpoint Authentication Method\n\nRequested Client Authentication method for the Token Endpoint. The options are:\n\n`client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header.\n`client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body.\n`private_key_jwt`: Use JSON Web Tokens to authenticate the client.\n`none`: Used for public clients (native apps, mobile apps) which can not have secrets.",
- "type": "string"
- },
- "token_endpoint_auth_signing_alg": {
- "description": "OAuth 2.0 Token Endpoint Signing Algorithm\n\nRequested Client Authentication signing algorithm for the Token Endpoint.",
- "type": "string"
- },
- "tos_uri": {
- "description": "OAuth 2.0 Client Terms of Service URI\n\nA URL string pointing to a human-readable terms of service\ndocument for the client that describes a contractual relationship\nbetween the end-user and the client that the end-user accepts when\nauthorizing the client.",
- "type": "string"
- },
- "updated_at": {
- "description": "OAuth 2.0 Client Last Update Date\n\nUpdatedAt returns the timestamp of the last update.",
- "format": "date-time",
- "type": "string"
- },
- "userinfo_signed_response_alg": {
- "description": "OpenID Connect Request Userinfo Signed Response Algorithm\n\nJWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT\n[JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims\nas a UTF-8 encoded JSON object using the application/json content-type.",
- "type": "string"
- }
- },
- "title": "OAuth 2.0 Client",
- "type": "object"
- },
- "oAuth2ClientTokenLifespans": {
- "description": "Lifespans of different token types issued for this OAuth 2.0 Client.",
- "properties": {
- "authorization_code_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "authorization_code_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "client_credentials_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "implicit_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "implicit_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "jwt_bearer_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_access_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_id_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- },
- "refresh_token_grant_refresh_token_lifespan": {
- "$ref": "#/components/schemas/NullDuration"
- }
- },
- "title": "OAuth 2.0 Client Token Lifespans",
- "type": "object"
- },
- "oAuth2ConsentRequest": {
- "properties": {
- "acr": {
- "description": "ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.",
- "type": "string"
- },
- "amr": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "challenge": {
- "description": "ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to\nidentify the session.",
- "type": "string"
- },
- "client": {
- "$ref": "#/components/schemas/oAuth2Client"
- },
- "context": {
- "$ref": "#/components/schemas/JSONRawMessage"
- },
- "login_challenge": {
- "description": "LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate\na login and consent request in the login \u0026 consent app.",
- "type": "string"
- },
- "login_session_id": {
- "description": "LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.",
- "type": "string"
- },
- "oidc_context": {
- "$ref": "#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"
- },
- "request_url": {
- "description": "RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.",
- "type": "string"
- },
- "requested_access_token_audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "requested_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "skip": {
- "description": "Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you must not ask the user to grant the requested scopes. You must however either allow or deny the\nconsent request using the usual API call.",
- "type": "boolean"
- },
- "subject": {
- "description": "Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client.",
- "type": "string"
- }
- },
- "required": [
- "challenge"
- ],
- "title": "Contains information on an ongoing consent request.",
- "type": "object"
- },
- "oAuth2ConsentRequestOpenIDConnectContext": {
- "properties": {
- "acr_values": {
- "description": "ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request.\nIt is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required.\n\nOpenID Connect defines it as follows:\n\u003e Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values\nthat the Authorization Server is being requested to use for processing this Authentication Request, with the\nvalues appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication\nperformed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a\nVoluntary Claim by this parameter.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "display": {
- "description": "Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.\nThe defined values are:\npage: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.\npopup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.\ntouch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.\nwap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display.\n\nThe Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.",
- "type": "string"
- },
- "id_token_hint_claims": {
- "additionalProperties": {},
- "description": "IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the\nEnd-User's current or past authenticated session with the Client.",
- "type": "object"
- },
- "login_hint": {
- "description": "LoginHint hints about the login identifier the End-User might use to log in (if necessary).\nThis hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier)\nand then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a\nphone number in the format specified for the phone_number Claim. The use of this parameter is optional.",
- "type": "string"
- },
- "ui_locales": {
- "description": "UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a\nspace-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value\n\"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation),\nfollowed by English (without a region designation). An error SHOULD NOT result if some or all of the requested\nlocales are not supported by the OpenID Provider.",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "title": "Contains optional information about the OpenID Connect request.",
- "type": "object"
- },
- "oAuth2ConsentSession": {
- "description": "A completed OAuth 2.0 Consent Session.",
- "properties": {
- "consent_request": {
- "$ref": "#/components/schemas/oAuth2ConsentRequest"
- },
- "expires_at": {
- "properties": {
- "access_token": {
- "format": "date-time",
- "type": "string"
- },
- "authorize_code": {
- "format": "date-time",
- "type": "string"
- },
- "id_token": {
- "format": "date-time",
- "type": "string"
- },
- "par_context": {
- "format": "date-time",
- "type": "string"
- },
- "refresh_token": {
- "format": "date-time",
- "type": "string"
- }
- },
- "type": "object"
- },
- "grant_access_token_audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "grant_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "handled_at": {
- "$ref": "#/components/schemas/nullTime"
- },
- "remember": {
- "description": "Remember Consent\n\nRemember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.",
- "type": "boolean"
- },
- "remember_for": {
- "description": "Remember Consent For\n\nRememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.",
- "format": "int64",
- "type": "integer"
- },
- "session": {
- "$ref": "#/components/schemas/acceptOAuth2ConsentRequestSession"
- }
- },
- "title": "OAuth 2.0 Consent Session",
- "type": "object"
- },
- "oAuth2ConsentSessions": {
- "description": "List of OAuth 2.0 Consent Sessions",
- "items": {
- "$ref": "#/components/schemas/oAuth2ConsentSession"
- },
- "type": "array"
- },
- "oAuth2LoginRequest": {
- "properties": {
- "challenge": {
- "description": "ID is the identifier (\"login challenge\") of the login request. It is used to\nidentify the session.",
- "type": "string"
- },
- "client": {
- "$ref": "#/components/schemas/oAuth2Client"
- },
- "oidc_context": {
- "$ref": "#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"
- },
- "request_url": {
- "description": "RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.",
- "type": "string"
- },
- "requested_access_token_audience": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "requested_scope": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "session_id": {
- "description": "SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.",
- "type": "string"
- },
- "skip": {
- "description": "Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL.\n\nThis feature allows you to update / set session information.",
- "type": "boolean"
- },
- "subject": {
- "description": "Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type\nwhen accepting the login request, or the request will fail.",
- "type": "string"
- }
- },
- "required": [
- "challenge",
- "requested_scope",
- "requested_access_token_audience",
- "skip",
- "subject",
- "client",
- "request_url"
- ],
- "title": "Contains information on an ongoing login request.",
- "type": "object"
- },
- "oAuth2LogoutRequest": {
- "properties": {
- "challenge": {
- "description": "Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to\nidentify the session.",
- "type": "string"
- },
- "client": {
- "$ref": "#/components/schemas/oAuth2Client"
- },
- "request_url": {
- "description": "RequestURL is the original Logout URL requested.",
- "type": "string"
- },
- "rp_initiated": {
- "description": "RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client.",
- "type": "boolean"
- },
- "sid": {
- "description": "SessionID is the login session ID that was requested to log out.",
- "type": "string"
- },
- "subject": {
- "description": "Subject is the user for whom the logout was request.",
- "type": "string"
- }
- },
- "title": "Contains information about an ongoing logout request.",
- "type": "object"
- },
- "oAuth2RedirectTo": {
- "description": "Contains a redirect URL used to complete a login, consent, or logout request.",
- "properties": {
- "redirect_to": {
- "description": "RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed.",
- "type": "string"
- }
- },
- "required": [
- "redirect_to"
- ],
- "title": "OAuth 2.0 Redirect Browser To",
- "type": "object"
- },
- "oAuth2TokenExchange": {
- "description": "OAuth2 Token Exchange Result",
- "properties": {
- "access_token": {
- "description": "The access token issued by the authorization server.",
- "type": "string"
- },
- "expires_in": {
- "description": "The lifetime in seconds of the access token. For\nexample, the value \"3600\" denotes that the access token will\nexpire in one hour from the time the response was generated.",
- "format": "int64",
- "type": "integer"
- },
- "id_token": {
- "description": "To retrieve a refresh token request the id_token scope.",
- "type": "string"
- },
- "refresh_token": {
- "description": "The refresh token, which can be used to obtain new\naccess tokens. To retrieve it add the scope \"offline\" to your access token request.",
- "type": "string"
- },
- "scope": {
- "description": "The scope of the access token",
- "type": "string"
- },
- "token_type": {
- "description": "The type of the token issued",
- "type": "string"
- }
- },
- "type": "object"
- },
- "oidcConfiguration": {
- "description": "Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms\namong others.",
- "properties": {
- "authorization_endpoint": {
- "description": "OAuth 2.0 Authorization Endpoint URL",
- "example": "https://playground.ory.sh/ory-hydra/public/oauth2/auth",
- "type": "string"
- },
- "backchannel_logout_session_supported": {
- "description": "OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP\nsession with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP",
- "type": "boolean"
- },
- "backchannel_logout_supported": {
- "description": "OpenID Connect Back-Channel Logout Supported\n\nBoolean value specifying whether the OP supports back-channel logout, with true indicating support.",
- "type": "boolean"
- },
- "claims_parameter_supported": {
- "description": "OpenID Connect Claims Parameter Parameter Supported\n\nBoolean value specifying whether the OP supports use of the claims parameter, with true indicating support.",
- "type": "boolean"
- },
- "claims_supported": {
- "description": "OpenID Connect Supported Claims\n\nJSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply\nvalues for. Note that for privacy or other reasons, this might not be an exhaustive list.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "code_challenge_methods_supported": {
- "description": "OAuth 2.0 PKCE Supported Code Challenge Methods\n\nJSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported\nby this authorization server.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "credentials_endpoint_draft_00": {
- "description": "OpenID Connect Verifiable Credentials Endpoint\n\nContains the URL of the Verifiable Credentials Endpoint.",
- "type": "string"
- },
- "credentials_supported_draft_00": {
- "description": "OpenID Connect Verifiable Credentials Supported\n\nJSON array containing a list of the Verifiable Credentials supported by this authorization server.",
- "items": {
- "$ref": "#/components/schemas/credentialSupportedDraft00"
- },
- "type": "array"
- },
- "end_session_endpoint": {
- "description": "OpenID Connect End-Session Endpoint\n\nURL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.",
- "type": "string"
- },
- "frontchannel_logout_session_supported": {
- "description": "OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify\nthe RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also\nincluded in ID Tokens issued by the OP.",
- "type": "boolean"
- },
- "frontchannel_logout_supported": {
- "description": "OpenID Connect Front-Channel Logout Supported\n\nBoolean value specifying whether the OP supports HTTP-based logout, with true indicating support.",
- "type": "boolean"
- },
- "grant_types_supported": {
- "description": "OAuth 2.0 Supported Grant Types\n\nJSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id_token_signed_response_alg": {
- "description": "OpenID Connect Default ID Token Signing Algorithms\n\nAlgorithm used to sign OpenID Connect ID Tokens.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "id_token_signing_alg_values_supported": {
- "description": "OpenID Connect Supported ID Token Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token\nto encode the Claims in a JWT.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "issuer": {
- "description": "OpenID Connect Issuer URL\n\nAn URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier.\nIf IssuerURL discovery is supported , this value MUST be identical to the issuer value returned\nby WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.",
- "example": "https://playground.ory.sh/ory-hydra/public/",
- "type": "string"
- },
- "jwks_uri": {
- "description": "OpenID Connect Well-Known JSON Web Keys URL\n\nURL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate\nsignatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs\nto encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use)\nparameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage.\nAlthough some algorithms allow the same key to be used for both signatures and encryption, doing so is\nNOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of\nkeys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.",
- "example": "https://{slug}.projects.oryapis.com/.well-known/jwks.json",
- "type": "string"
- },
- "registration_endpoint": {
- "description": "OpenID Connect Dynamic Client Registration Endpoint URL",
- "example": "https://playground.ory.sh/ory-hydra/admin/client",
- "type": "string"
- },
- "request_object_signing_alg_values_supported": {
- "description": "OpenID Connect Supported Request Object Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects,\nwhich are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when\nthe Request Object is passed by value (using the request parameter) and when it is passed by reference\n(using the request_uri parameter).",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "request_parameter_supported": {
- "description": "OpenID Connect Request Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request parameter, with true indicating support.",
- "type": "boolean"
- },
- "request_uri_parameter_supported": {
- "description": "OpenID Connect Request URI Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.",
- "type": "boolean"
- },
- "require_request_uri_registration": {
- "description": "OpenID Connect Requires Request URI Registration\n\nBoolean value specifying whether the OP requires any request_uri values used to be pre-registered\nusing the request_uris registration parameter.",
- "type": "boolean"
- },
- "response_modes_supported": {
- "description": "OAuth 2.0 Supported Response Modes\n\nJSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "response_types_supported": {
- "description": "OAuth 2.0 Supported Response Types\n\nJSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID\nProviders MUST support the code, id_token, and the token id_token Response Type values.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "revocation_endpoint": {
- "description": "OAuth 2.0 Token Revocation URL\n\nURL of the authorization server's OAuth 2.0 revocation endpoint.",
- "type": "string"
- },
- "scopes_supported": {
- "description": "OAuth 2.0 Supported Scope Values\n\nJSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST\nsupport the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "subject_types_supported": {
- "description": "OpenID Connect Supported Subject Types\n\nJSON array containing a list of the Subject Identifier types that this OP supports. Valid types include\npairwise and public.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "token_endpoint": {
- "description": "OAuth 2.0 Token Endpoint URL",
- "example": "https://playground.ory.sh/ory-hydra/public/oauth2/token",
- "type": "string"
- },
- "token_endpoint_auth_methods_supported": {
- "description": "OAuth 2.0 Supported Client Authentication Methods\n\nJSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are\nclient_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "userinfo_endpoint": {
- "description": "OpenID Connect Userinfo URL\n\nURL of the OP's UserInfo Endpoint.",
- "type": "string"
- },
- "userinfo_signed_response_alg": {
- "description": "OpenID Connect User Userinfo Signing Algorithm\n\nAlgorithm used to sign OpenID Connect Userinfo Responses.",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "userinfo_signing_alg_values_supported": {
- "description": "OpenID Connect Supported Userinfo Signing Algorithm\n\nJSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "required": [
- "issuer",
- "authorization_endpoint",
- "token_endpoint",
- "jwks_uri",
- "subject_types_supported",
- "response_types_supported",
- "id_token_signing_alg_values_supported",
- "id_token_signed_response_alg",
- "userinfo_signed_response_alg"
- ],
- "title": "OpenID Connect Discovery Metadata",
- "type": "object"
- },
- "oidcUserInfo": {
- "description": "OpenID Connect Userinfo",
- "properties": {
- "birthdate": {
- "description": "End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.",
- "type": "string"
- },
- "email": {
- "description": "End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.",
- "type": "string"
- },
- "email_verified": {
- "description": "True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.",
- "type": "boolean"
- },
- "family_name": {
- "description": "Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.",
- "type": "string"
- },
- "gender": {
- "description": "End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.",
- "type": "string"
- },
- "given_name": {
- "description": "Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.",
- "type": "string"
- },
- "locale": {
- "description": "End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.",
- "type": "string"
- },
- "middle_name": {
- "description": "Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.",
- "type": "string"
- },
- "name": {
- "description": "End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.",
- "type": "string"
- },
- "nickname": {
- "description": "Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.",
- "type": "string"
- },
- "phone_number": {
- "description": "End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.",
- "type": "string"
- },
- "phone_number_verified": {
- "description": "True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.",
- "type": "boolean"
- },
- "picture": {
- "description": "URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.",
- "type": "string"
- },
- "preferred_username": {
- "description": "Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.",
- "type": "string"
- },
- "profile": {
- "description": "URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.",
- "type": "string"
- },
- "sub": {
- "description": "Subject - Identifier for the End-User at the IssuerURL.",
- "type": "string"
- },
- "updated_at": {
- "description": "Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.",
- "format": "int64",
- "type": "integer"
- },
- "website": {
- "description": "URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.",
- "type": "string"
- },
- "zoneinfo": {
- "description": "String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.",
- "type": "string"
- }
- },
- "type": "object"
- },
- "organization": {
- "description": "B2B SSO Organization",
- "properties": {
- "created_at": {
- "description": "The organization's creation date.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "domains": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "id": {
- "description": "The organization's ID.",
- "format": "uuid",
- "type": "string"
- },
- "label": {
- "description": "The organization's human-readable label.",
- "type": "string"
- },
- "project_id": {
- "description": "The project's ID.",
- "format": "uuid",
- "type": "string"
- },
- "updated_at": {
- "description": "The last time the organization was updated.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "project_id",
- "label",
- "domains",
- "created_at",
- "updated_at"
- ],
- "type": "object"
- },
- "pagination": {
- "properties": {
- "page_size": {
- "default": 250,
- "description": "Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- },
- "page_token": {
- "default": "1",
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "minimum": 1,
- "type": "string"
- }
- },
- "type": "object"
- },
- "paginationHeaders": {
- "properties": {
- "link": {
- "description": "The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header",
- "type": "string"
- },
- "x-total-count": {
- "description": "The total number of clients.\n\nin: header",
- "type": "string"
- }
- },
- "type": "object"
- },
- "patchIdentitiesBody": {
- "description": "Patch Identities Body",
- "properties": {
- "identities": {
- "description": "Identities holds the list of patches to apply\n\nrequired",
- "items": {
- "$ref": "#/components/schemas/identityPatch"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "performNativeLogoutBody": {
- "description": "Perform Native Logout Request Body",
- "properties": {
- "session_token": {
- "description": "The Session Token\n\nInvalidate this session token.",
- "type": "string"
- }
- },
- "required": [
- "session_token"
- ],
- "type": "object"
- },
- "permissionsOnProject": {
- "additionalProperties": {
- "type": "boolean"
- },
- "description": "Get Permissions on Project Request Parameters",
- "type": "object"
- },
- "plans": {
- "$ref": "#/components/schemas/Pricing"
- },
- "postCheckPermissionBody": {
- "description": "Check Permission using Post Request Body",
- "properties": {
- "namespace": {
- "description": "Namespace to query",
- "type": "string"
- },
- "object": {
- "description": "Object to query",
- "type": "string"
- },
- "relation": {
- "description": "Relation to query",
- "type": "string"
- },
- "subject_id": {
- "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.",
- "type": "string"
- },
- "subject_set": {
- "$ref": "#/components/schemas/subjectSet"
- }
- },
- "type": "object"
- },
- "postCheckPermissionOrErrorBody": {
- "description": "Post Check Permission Or Error Body",
- "properties": {
- "namespace": {
- "description": "Namespace to query",
- "type": "string"
- },
- "object": {
- "description": "Object to query",
- "type": "string"
- },
- "relation": {
- "description": "Relation to query",
- "type": "string"
- },
- "subject_id": {
- "description": "SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.",
- "type": "string"
- },
- "subject_set": {
- "$ref": "#/components/schemas/subjectSet"
- }
- },
- "type": "object"
- },
- "project": {
- "properties": {
- "cors_admin": {
- "$ref": "#/components/schemas/projectCors"
- },
- "cors_public": {
- "$ref": "#/components/schemas/projectCors"
- },
- "id": {
- "description": "The project's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "name": {
- "description": "The name of the project.",
- "type": "string"
- },
- "revision_id": {
- "description": "The configuration revision ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "services": {
- "$ref": "#/components/schemas/projectServices"
- },
- "slug": {
- "description": "The project's slug",
- "readOnly": true,
- "type": "string"
- },
- "state": {
- "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted",
- "enum": [
- "running",
- "halted",
- "deleted"
- ],
- "readOnly": true,
- "type": "string",
- "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted"
- }
- },
- "required": [
- "id",
- "revision_id",
- "slug",
- "services",
- "state",
- "name"
- ],
- "type": "object"
- },
- "projectApiKey": {
- "properties": {
- "created_at": {
- "description": "The token's creation date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "id": {
- "description": "The token's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "name": {
- "description": "The Token's Name\n\nSet this to help you remember, for example, where you use the token.",
- "type": "string"
- },
- "owner_id": {
- "description": "The token's owner",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "project_id": {
- "description": "The Token's Project ID",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "updated_at": {
- "description": "The token's last update date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "value": {
- "description": "The token's value",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "owner_id"
- ],
- "type": "object"
- },
- "projectApiKeys": {
- "items": {
- "$ref": "#/components/schemas/projectApiKey"
- },
- "type": "array"
- },
- "projectBranding": {
- "properties": {
- "created_at": {
- "description": "The Customization Creation Date",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "default_theme": {
- "$ref": "#/components/schemas/projectBrandingTheme"
- },
- "id": {
- "description": "The customization ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "project_id": {
- "description": "The Project's ID this customization is associated with",
- "format": "uuid",
- "type": "string"
- },
- "themes": {
- "$ref": "#/components/schemas/projectBrandingThemes"
- },
- "updated_at": {
- "description": "Last Time Branding was Updated",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "project_id",
- "default_theme",
- "themes",
- "created_at",
- "updated_at"
- ],
- "title": "ProjectBranding holds all settings for customizing the Ory Account Experience.",
- "type": "object"
- },
- "projectBrandingColors": {
- "properties": {
- "accent_default_color": {
- "description": "AccentDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_disabled_color": {
- "description": "AccentDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_emphasis_color": {
- "description": "AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_muted_color": {
- "description": "AccentMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_subtle_color": {
- "description": "AccentSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_canvas_color": {
- "description": "BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_subtle_color": {
- "description": "BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_surface_color": {
- "description": "BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "border_default_color": {
- "description": "BorderDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_default_color": {
- "description": "ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_emphasis_color": {
- "description": "ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_muted_color": {
- "description": "ErrorMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_subtle_color": {
- "description": "ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_default_color": {
- "description": "ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_disabled_color": {
- "description": "ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_muted_color": {
- "description": "ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_accent_color": {
- "description": "ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_dark_color": {
- "description": "ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_disabled_color": {
- "description": "ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_subtle_color": {
- "description": "ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_background_color": {
- "description": "InputBackgroundColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_disabled_color": {
- "description": "InputDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_placeholder_color": {
- "description": "InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_text_color": {
- "description": "InputTextColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "primary_color": {
- "description": "Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "secondary_color": {
- "description": "Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "success_emphasis_color": {
- "description": "SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_default_color": {
- "description": "TextDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_disabled_color": {
- "description": "TextDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- }
- },
- "title": "ProjectBrandingColors are the colors used by the Ory Account Experience theme.",
- "type": "object"
- },
- "projectBrandingTheme": {
- "properties": {
- "accent_default_color": {
- "description": "AccentDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_disabled_color": {
- "description": "AccentDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_emphasis_color": {
- "description": "AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_muted_color": {
- "description": "AccentMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "accent_subtle_color": {
- "description": "AccentSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_canvas_color": {
- "description": "BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_subtle_color": {
- "description": "BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "background_surface_color": {
- "description": "BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "border_default_color": {
- "description": "BorderDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "created_at": {
- "description": "The Customization Creation Date.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- },
- "error_default_color": {
- "description": "ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_emphasis_color": {
- "description": "ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_muted_color": {
- "description": "ErrorMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "error_subtle_color": {
- "description": "ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "favicon_type": {
- "description": "Favicon Type\nThe Favicon mime type.",
- "type": "string"
- },
- "favicon_url": {
- "description": "Favicon URL\nFavicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket.",
- "type": "string"
- },
- "foreground_default_color": {
- "description": "ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_disabled_color": {
- "description": "ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_muted_color": {
- "description": "ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_accent_color": {
- "description": "ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_dark_color": {
- "description": "ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_on_disabled_color": {
- "description": "ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "foreground_subtle_color": {
- "description": "ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "id": {
- "description": "The customization theme ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "input_background_color": {
- "description": "InputBackgroundColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_disabled_color": {
- "description": "InputDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_placeholder_color": {
- "description": "InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "input_text_color": {
- "description": "InputTextColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "logo_type": {
- "description": "Logo Type\nThe Logo mime type.",
- "type": "string"
- },
- "logo_url": {
- "description": "Logo URL\nLogo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket.",
- "type": "string"
- },
- "name": {
- "description": "The customization theme name.",
- "type": "string"
- },
- "primary_color": {
- "description": "Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "project_branding_id": {
- "description": "The ProjectBranding ID this customization is associated with.",
- "format": "uuid",
- "type": "string"
- },
- "secondary_color": {
- "description": "Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.",
- "type": "string"
- },
- "success_emphasis_color": {
- "description": "SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_default_color": {
- "description": "TextDefaultColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "text_disabled_color": {
- "description": "TextDisabledColor is a hex color code used by the Ory Account Experience theme.",
- "type": "string"
- },
- "updated_at": {
- "description": "Last Time Branding was Updated.",
- "format": "date-time",
- "readOnly": true,
- "type": "string"
- }
- },
- "required": [
- "id",
- "project_branding_id",
- "name",
- "created_at",
- "updated_at"
- ],
- "title": "ProjectBrandingTheme represents a Theme for the Ory Account Experience.",
- "type": "object"
- },
- "projectBrandingThemes": {
- "items": {
- "$ref": "#/components/schemas/projectBrandingTheme"
- },
- "title": "ProjectBrandingThemes is a list of ProjectBrandingTheme.",
- "type": "array"
- },
- "projectCors": {
- "properties": {
- "enabled": {
- "description": "Whether CORS is enabled for this endpoint.",
- "type": "boolean"
- },
- "origins": {
- "description": "The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://*.example.com` will allow all origins on all subdomains of `example.com`.",
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
- "projectHost": {
- "properties": {
- "host": {
- "description": "The project's host.",
- "type": "string"
- },
- "id": {
- "description": "The mapping's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "project_id": {
- "description": "The Revision's Project ID",
- "format": "uuid",
- "type": "string"
- }
- },
- "required": [
- "id",
- "host",
- "project_id"
- ],
- "type": "object"
- },
- "projectMember": {
- "$ref": "#/components/schemas/cloudAccount"
- },
- "projectMembers": {
- "items": {
- "$ref": "#/components/schemas/projectMember"
- },
- "type": "array"
- },
- "projectMetadata": {
- "properties": {
- "created_at": {
- "description": "The Project's Creation Date",
- "format": "date-time",
- "type": "string"
- },
- "hosts": {
- "$ref": "#/components/schemas/StringSliceJSONFormat"
- },
- "id": {
- "description": "The project's ID.",
- "format": "uuid",
- "readOnly": true,
- "type": "string"
- },
- "name": {
- "description": "The project's name if set",
- "type": "string"
- },
- "slug": {
- "description": "The project's slug",
- "readOnly": true,
- "type": "string"
- },
- "state": {
- "description": "The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted",
- "enum": [
- "running",
- "halted",
- "deleted"
- ],
- "type": "string",
- "x-go-enum-desc": "running Running\nhalted Halted\ndeleted Deleted"
- },
- "subscription_id": {
- "$ref": "#/components/schemas/NullUUID"
- },
- "subscription_plan": {
- "$ref": "#/components/schemas/String"
- },
- "updated_at": {
- "description": "Last Time Project was Updated",
- "format": "date-time",
- "type": "string"
- }
- },
- "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": "IdsFilter is list of ids used to filter identities.\nIf this list is empty, then no filter will be applied.",
- "in": "query",
- "name": "ids_filter",
- "schema": {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- },
- {
- "description": "CredentialsIdentifier is the identifier (username, email) of the credentials to look up using exact match.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.",
- "in": "query",
- "name": "credentials_identifier",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "This is an EXPERIMENTAL parameter that WILL CHANGE. Do NOT rely on consistent, deterministic behavior.\nTHIS PARAMETER WILL BE REMOVED IN AN UPCOMING RELEASE WITHOUT ANY MIGRATION PATH.\n\nCredentialsIdentifierSimilar is the (partial) identifier (username, email) of the credentials to look up using similarity search.\nOnly one of CredentialsIdentifier and CredentialsIdentifierSimilar can be used.",
- "in": "query",
- "name": "preview_credentials_identifier_similar",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listIdentities"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List Identities",
- "tags": [
- "identity"
- ]
- },
- "patch": {
- "description": "Creates or delete multiple\n[identities](https://www.ory.sh/docs/kratos/concepts/identity-user-model).\nThis endpoint can also be used to [import\ncredentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)\nfor instance passwords, social sign in configurations or multifactor methods.",
- "operationId": "batchPatchIdentities",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/patchIdentitiesBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/batchPatchIdentitiesResponse"
- }
- }
- },
- "description": "batchPatchIdentitiesResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create and deletes multiple identities",
- "tags": [
- "identity"
- ]
- },
- "post": {
- "description": "Create an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). This endpoint can also be used to\n[import credentials](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities)\nfor instance passwords, social sign in configurations or multifactor methods.",
- "operationId": "createIdentity",
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createIdentityBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create an Identity",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/identities/{id}": {
- "delete": {
- "description": "Calling this endpoint irrecoverably and permanently deletes the [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) given its ID. This action can not be undone.\nThis endpoint returns 204 when the identity was deleted or when the identity was not found, in which case it is\nassumed that is has been deleted already.",
- "operationId": "deleteIdentity",
- "parameters": [
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete an Identity",
- "tags": [
- "identity"
- ]
- },
- "get": {
- "description": "Return an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) by its ID. You can optionally\ninclude credentials (e.g. social sign in connections) in the response by using the `include_credential` query parameter.",
- "operationId": "getIdentity",
- "parameters": [
- {
- "description": "ID must be set to the ID of identity you want to get",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Include Credentials in Response\n\nInclude any credential, for example `password` or `oidc`, in the response. When set to `oidc`, This will return\nthe initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token and the OpenID Connect ID Token if available.",
- "in": "query",
- "name": "include_credential",
- "schema": {
- "items": {
- "enum": [
- "password",
- "totp",
- "oidc",
- "webauthn",
- "lookup_secret",
- "code"
- ],
- "type": "string"
- },
- "type": "array"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get an Identity",
- "tags": [
- "identity"
- ]
- },
- "patch": {
- "description": "Partially updates an [identity's](https://www.ory.sh/docs/kratos/concepts/identity-user-model) field using [JSON Patch](https://jsonpatch.com/).\nThe fields `id`, `stateChangedAt` and `credentials` can not be updated using this method.",
- "operationId": "patchIdentity",
- "parameters": [
- {
- "description": "ID must be set to the ID of identity you want to update",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonPatchDocument"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Patch an Identity",
- "tags": [
- "identity"
- ]
- },
- "put": {
- "description": "This endpoint updates an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model). The full identity\npayload (except credentials) is expected. It is possible to update the identity's credentials as well.",
- "operationId": "updateIdentity",
- "parameters": [
- {
- "description": "ID must be set to the ID of identity you want to update",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/updateIdentityBody"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/identity"
- }
- }
- },
- "description": "identity"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "409": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Update an Identity",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/identities/{id}/credentials/{type}": {
- "delete": {
- "description": "Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type\nYou can only delete second factor (aal2) credentials.",
- "operationId": "deleteIdentityCredentials",
- "parameters": [
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Type is the credential's Type.\nOne of totp, webauthn, lookup",
- "in": "path",
- "name": "type",
- "required": true,
- "schema": {
- "enum": [
- "totp",
- "webauthn",
- "lookup"
- ],
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete a credential for a specific identity",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/identities/{id}/sessions": {
- "delete": {
- "description": "Calling this endpoint irrecoverably and permanently deletes and invalidates all sessions that belong to the given Identity.",
- "operationId": "deleteIdentitySessions",
- "parameters": [
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "401": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete \u0026 Invalidate an Identity's Sessions",
- "tags": [
- "identity"
- ]
- },
- "get": {
- "description": "This endpoint returns all sessions that belong to the given Identity.",
- "operationId": "listIdentitySessions",
- "parameters": [
- {
- "description": "Deprecated Items per Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis is the number of items per page.",
- "in": "query",
- "name": "per_page",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 1000,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Deprecated Pagination Page\n\nDEPRECATED: Please use `page_token` instead. This parameter will be removed in the future.\n\nThis value is currently an integer, but it is not sequential. The value is not the page number, but a\nreference. The next page can be any number and some numbers might return an empty list.\n\nFor example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.\nThe first page can be retrieved by omitting this parameter. Following page pointers will be returned in the\n`Link` header.",
- "in": "query",
- "name": "page",
- "schema": {
- "format": "int64",
- "type": "integer"
- }
- },
- {
- "description": "Page Size\n\nThis is the number of items per page to return. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token. For details on pagination please head over to the\n[pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- },
- {
- "description": "ID is the identity's ID.",
- "in": "path",
- "name": "id",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Active is a boolean flag that filters out sessions based on the state. If no value is provided, all sessions are returned.",
- "in": "query",
- "name": "active",
- "schema": {
- "type": "boolean"
- }
- }
- ],
- "responses": {
- "200": {
- "$ref": "#/components/responses/listIdentitySessions"
- },
- "400": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "404": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorGeneric"
- }
- }
- },
- "description": "errorGeneric"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List an Identity's Sessions",
- "tags": [
- "identity"
- ]
- }
- },
- "/admin/keys/{set}": {
- "delete": {
- "description": "Use this endpoint to delete a complete JSON Web Key Set and all the keys in that set.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "deleteJsonWebKeySet",
- "parameters": [
- {
- "description": "The JSON Web Key Set",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete JSON Web Key Set",
- "tags": [
- "jwk"
- ]
- },
- "get": {
- "description": "This endpoint can be used to retrieve JWK Sets stored in ORY Hydra.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "getJsonWebKeySet",
- "parameters": [
- {
- "description": "JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Retrieve a JSON Web Key Set",
- "tags": [
- "jwk"
- ]
- },
- "post": {
- "description": "This endpoint is capable of generating JSON Web Key Sets for you. There a different strategies available, such as symmetric cryptographic keys (HS256, HS512) and asymetric cryptographic keys (RS256, ECDSA). If the specified JSON Web Key Set does not exist, it will be created.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "createJsonWebKeySet",
- "parameters": [
- {
- "description": "The JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/createJsonWebKeySet"
- }
- }
- },
- "required": true,
- "x-originalParamName": "Body"
- },
- "responses": {
- "201": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Create JSON Web Key",
- "tags": [
- "jwk"
- ]
- },
- "put": {
- "description": "Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "setJsonWebKeySet",
- "parameters": [
- {
- "description": "The JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Update a JSON Web Key Set",
- "tags": [
- "jwk"
- ]
- }
- },
- "/admin/keys/{set}/{kid}": {
- "delete": {
- "description": "Use this endpoint to delete a single JSON Web Key.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A\nJWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses\nthis functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens),\nand allows storing user-defined keys as well.",
- "operationId": "deleteJsonWebKey",
- "parameters": [
- {
- "description": "The JSON Web Key Set",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The JSON Web Key ID (kid)",
- "in": "path",
- "name": "kid",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Delete JSON Web Key",
- "tags": [
- "jwk"
- ]
- },
- "get": {
- "description": "This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).",
- "operationId": "getJsonWebKey",
- "parameters": [
- {
- "description": "JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "JSON Web Key ID",
- "in": "path",
- "name": "kid",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKeySet"
- }
- }
- },
- "description": "jsonWebKeySet"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get JSON Web Key",
- "tags": [
- "jwk"
- ]
- },
- "put": {
- "description": "Use this method if you do not want to let Hydra generate the JWKs for you, but instead save your own.\n\nA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key. A JWK Set is a JSON data structure that represents a set of JWKs. A JSON Web Key is identified by its set and key id. ORY Hydra uses this functionality to store cryptographic keys used for TLS and JSON Web Tokens (such as OpenID Connect ID tokens), and allows storing user-defined keys as well.",
- "operationId": "setJsonWebKey",
- "parameters": [
- {
- "description": "The JSON Web Key Set ID",
- "in": "path",
- "name": "set",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "JSON Web Key ID",
- "in": "path",
- "name": "kid",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKey"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/jsonWebKey"
- }
- }
- },
- "description": "jsonWebKey"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Set JSON Web Key",
- "tags": [
- "jwk"
- ]
- }
- },
- "/admin/oauth2/auth/requests/consent": {
- "get": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.",
- "operationId": "getOAuth2ConsentRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Request Challenge",
- "in": "query",
- "name": "consent_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2ConsentRequest"
- }
- }
- },
- "description": "oAuth2ConsentRequest"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get OAuth 2.0 Consent Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/consent/accept": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThis endpoint tells Ory that the subject has authorized the OAuth 2.0 client to access resources on his/her behalf.\nThe consent provider includes additional information, such as session data for access and ID tokens, and if the\nconsent request should be used as basis for future requests.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.",
- "operationId": "acceptOAuth2ConsentRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Request Challenge",
- "in": "query",
- "name": "consent_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/acceptOAuth2ConsentRequest"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Accept OAuth 2.0 Consent Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/consent/reject": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell Ory now about it. If the subject authenticated, he/she must now be asked if\nthe OAuth 2.0 Client which initiated the flow should be allowed to access the resources on the subject's behalf.\n\nThe consent challenge is appended to the consent provider's URL to which the subject's user-agent (browser) is redirected to. The consent\nprovider uses that challenge to fetch information on the OAuth2 request and then tells Ory if the subject accepted\nor rejected the request.\n\nThis endpoint tells Ory that the subject has not authorized the OAuth 2.0 client to access resources on his/her behalf.\nThe consent provider must include a reason why the consent was not granted.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.\n\nThe default consent provider is available via the Ory Managed Account Experience. To customize the consent provider, please\nhead over to the OAuth 2.0 documentation.",
- "operationId": "rejectOAuth2ConsentRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Request Challenge",
- "in": "query",
- "name": "consent_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/rejectOAuth2Request"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Reject OAuth 2.0 Consent Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/login": {
- "get": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nPer default, the login provider is Ory itself. You may use a different login provider which needs to be a web-app\nyou write and host, and it must be able to authenticate (\"show the subject a login screen\")\na subject (in OAuth2 the proper name for subject is \"resource owner\").\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.",
- "operationId": "getOAuth2LoginRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Login Request Challenge",
- "in": "query",
- "name": "login_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2LoginRequest"
- }
- }
- },
- "description": "oAuth2LoginRequest"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get OAuth 2.0 Login Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/login/accept": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.\n\nThis endpoint tells Ory that the subject has successfully authenticated and includes additional information such as\nthe subject's ID and if Ory should remember the subject's subject agent for future authentication attempts by setting\na cookie.\n\nThe response contains a redirect URL which the login provider should redirect the user-agent to.",
- "operationId": "acceptOAuth2LoginRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Login Request Challenge",
- "in": "query",
- "name": "login_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/acceptOAuth2LoginRequest"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Accept OAuth 2.0 Login Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/login/reject": {
- "put": {
- "description": "When an authorization code, hybrid, or implicit OAuth 2.0 Flow is initiated, Ory asks the login provider\nto authenticate the subject and then tell the Ory OAuth2 Service about it.\n\nThe authentication challenge is appended to the login provider URL to which the subject's user-agent (browser) is redirected to. The login\nprovider uses that challenge to fetch information on the OAuth2 request and then accept or reject the requested authentication process.\n\nThis endpoint tells Ory that the subject has not authenticated and includes a reason why the authentication\nwas denied.\n\nThe response contains a redirect URL which the login provider should redirect the user-agent to.",
- "operationId": "rejectOAuth2LoginRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Login Request Challenge",
- "in": "query",
- "name": "login_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "requestBody": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/rejectOAuth2Request"
- }
- }
- },
- "x-originalParamName": "Body"
- },
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Reject OAuth 2.0 Login Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/logout": {
- "get": {
- "description": "Use this endpoint to fetch an Ory OAuth 2.0 logout request.",
- "operationId": "getOAuth2LogoutRequest",
- "parameters": [
- {
- "in": "query",
- "name": "logout_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2LogoutRequest"
- }
- }
- },
- "description": "oAuth2LogoutRequest"
- },
- "410": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Get OAuth 2.0 Session Logout Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/logout/accept": {
- "put": {
- "description": "When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to confirm that logout request.\n\nThe response contains a redirect URL which the consent provider should redirect the user-agent to.",
- "operationId": "acceptOAuth2LogoutRequest",
- "parameters": [
- {
- "description": "OAuth 2.0 Logout Request Challenge",
- "in": "query",
- "name": "logout_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2RedirectTo"
- }
- }
- },
- "description": "oAuth2RedirectTo"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Accept OAuth 2.0 Session Logout Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/requests/logout/reject": {
- "put": {
- "description": "When a user or an application requests Ory OAuth 2.0 to remove the session state of a subject, this endpoint is used to deny that logout request.\nNo HTTP request body is required.\n\nThe response is empty as the logout provider has to chose what action to perform next.",
- "operationId": "rejectOAuth2LogoutRequest",
- "parameters": [
- {
- "in": "query",
- "name": "logout_challenge",
- "required": true,
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Reject OAuth 2.0 Session Logout Request",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/sessions/consent": {
- "delete": {
- "description": "This endpoint revokes a subject's granted consent sessions and invalidates all\nassociated OAuth 2.0 Access Tokens. You may also only revoke sessions for a specific OAuth 2.0 Client ID.",
- "operationId": "revokeOAuth2ConsentSessions",
- "parameters": [
- {
- "description": "OAuth 2.0 Consent Subject\n\nThe subject whose consent sessions should be deleted.",
- "in": "query",
- "name": "subject",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "OAuth 2.0 Client ID\n\nIf set, deletes only those consent sessions that have been granted to the specified OAuth 2.0 Client ID.",
- "in": "query",
- "name": "client",
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "Revoke All Consent Sessions\n\nIf set to `true` deletes all consent sessions by the Subject that have been granted.",
- "in": "query",
- "name": "all",
- "schema": {
- "type": "boolean"
- }
- }
- ],
- "responses": {
- "204": {
- "$ref": "#/components/responses/emptyResponse"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "Revoke OAuth 2.0 Consent Sessions of a Subject",
- "tags": [
- "oAuth2"
- ]
- },
- "get": {
- "description": "This endpoint lists all subject's granted consent sessions, including client and granted scope.\nIf the subject is unknown or has not granted any consent sessions yet, the endpoint returns an\nempty JSON array with status code 200 OK.",
- "operationId": "listOAuth2ConsentSessions",
- "parameters": [
- {
- "description": "Items per Page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_size",
- "schema": {
- "default": 250,
- "format": "int64",
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- }
- },
- {
- "description": "Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).",
- "in": "query",
- "name": "page_token",
- "schema": {
- "default": "1",
- "minimum": 1,
- "type": "string"
- }
- },
- {
- "description": "The subject to list the consent sessions for.",
- "in": "query",
- "name": "subject",
- "required": true,
- "schema": {
- "type": "string"
- }
- },
- {
- "description": "The login session id to list the consent sessions for.",
- "in": "query",
- "name": "login_session_id",
- "schema": {
- "type": "string"
- }
- }
- ],
- "responses": {
- "200": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/oAuth2ConsentSessions"
- }
- }
- },
- "description": "oAuth2ConsentSessions"
- },
- "default": {
- "content": {
- "application/json": {
- "schema": {
- "$ref": "#/components/schemas/errorOAuth2"
- }
- }
- },
- "description": "errorOAuth2"
- }
- },
- "security": [
- {
- "oryAccessToken": []
- }
- ],
- "summary": "List OAuth 2.0 Consent Sessions of a Subject",
- "tags": [
- "oAuth2"
- ]
- }
- },
- "/admin/oauth2/auth/sessions/login": {
- "delete": {
- "description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo 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"},"environment":{"description":"The environment of the project.\nprod Production\ndev Development","enum":["prod","dev"],"type":"string","x-go-enum-desc":"prod Production\ndev Development"},"hosts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"readOnly":true,"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"subscription_id":{"$ref":"#/components/schemas/NullUUID"},"subscription_plan":{"$ref":"#/components/schemas/String"},"updated_at":{"description":"Last Time Project was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["id","hosts","slug","current_revision","state","environment","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"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"},"project_revision_hooks":{"$ref":"#/components/schemas/projectRevisionHooks"},"serve_admin_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_admin_cors_enabled":{"description":"Enable CORS headers on all admin APIs\n\nThis governs the \"serve.admin.cors.enabled\" setting.","type":"boolean"},"serve_public_cors_allowed_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"serve_public_cors_enabled":{"description":"Enable CORS headers on all public APIs\n\nThis governs the \"serve.public.cors.enabled\" setting.","type":"boolean"},"strict_security":{"description":"Whether the project should employ strict security measures. Setting this to true is recommended for going into production.","type":"boolean"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["name"],"type":"object"},"normalizedProjectRevisionHook":{"properties":{"config_key":{"description":"The Hooks Config Key","type":"string"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"hook":{"description":"The Hook Type","type":"string"},"id":{"description":"ID of the entry","format":"uuid","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"},"web_hook_config_auth_api_key_in":{"description":"Whether to send the API Key in the HTTP Header or as a HTTP Cookie","example":"header","type":"string"},"web_hook_config_auth_api_key_name":{"description":"The name of the api key","example":"X-API-Key","type":"string"},"web_hook_config_auth_api_key_value":{"description":"The value of the api key","example":"eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ","type":"string"},"web_hook_config_auth_basic_auth_password":{"description":"The password to be sent in the HTTP Basic Auth Header","type":"string"},"web_hook_config_auth_basic_auth_user":{"description":"The username to be sent in the HTTP Basic Auth Header","type":"string"},"web_hook_config_auth_type":{"description":"HTTP Auth Method to use for the Web-Hook","type":"string"},"web_hook_config_body":{"description":"URI pointing to the JsonNet template used for Web-Hook payload generation. Only used for those HTTP methods, which support HTTP body payloads.","example":"base64://ZnVuY3Rpb24oY3R4KSB7CiAgaWRlbnRpdHlfaWQ6IGlmIGN0eFsiaWRlbnRpdHkiXSAhPSBudWxsIHRoZW4gY3R4LmlkZW50aXR5LmlkLAp9=","type":"string"},"web_hook_config_can_interrupt":{"description":"If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.","type":"boolean"},"web_hook_config_method":{"description":"The HTTP method to use (GET, POST, etc) for the Web-Hook","example":"POST","type":"string"},"web_hook_config_response_ignore":{"description":"Whether to ignore the Web Hook response","type":"boolean"},"web_hook_config_response_parse":{"description":"Whether to parse the Web Hook response","type":"boolean"},"web_hook_config_url":{"description":"The URL the Web-Hook should call","example":"https://www.example.org/web-hook-listener","type":"string"}},"required":["config_key","hook"],"type":"object"},"normalizedProjectRevisionIdentitySchema":{"properties":{"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The unique ID of this entry.","format":"uuid","type":"string"},"identity_schema":{"$ref":"#/components/schemas/managedIdentitySchema"},"identity_schema_id":{"$ref":"#/components/schemas/NullUUID"},"import_id":{"description":"The imported (named) ID of the Identity Schema referenced in the Ory Kratos config.","type":"string"},"import_url":{"description":"The ImportURL can be used to import an Identity Schema from a bse64 encoded string.\nIn the future, this key also support HTTPS and other sources!\n\nIf you import an Ory Kratos configuration, this would be akin to the `identity.schemas.#.url` key.\n\nThe configuration will always return the import URL when you fetch it from the API.","example":"base64://ey...","type":"string"},"is_default":{"description":"If true sets the default schema for identities\n\nOnly one schema can ever be the default schema. If you\ntry to add two schemas with default to true, the\nrequest will fail.","type":"boolean"},"preset":{"description":"Use a preset instead of a custom identity schema.","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionIdentitySchemas":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionIdentitySchema"},"type":"array"},"normalizedProjectRevisionThirdPartyProvider":{"properties":{"additional_id_token_audiences":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"apple_private_key":{"$ref":"#/components/schemas/String"},"apple_private_key_id":{"description":"Apple Private Key Identifier\n\nSign In with Apple Private Key Identifier needed for generating a JWT token for client secret","example":"UX56C66723","type":"string"},"apple_team_id":{"description":"Apple Developer Team ID\n\nApple Developer Team ID needed for generating a JWT token for client secret","example":"KP76DQS54M","type":"string"},"auth_url":{"description":"AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.","example":"https://www.googleapis.com/oauth2/v2/auth","type":"string"},"azure_tenant":{"description":"Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`.\n\nCan be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like\n`8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`.","example":"contoso.onmicrosoft.com","type":"string"},"client_id":{"description":"ClientID is the application's Client ID.","type":"string"},"client_secret":{"$ref":"#/components/schemas/String"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"format":"uuid","type":"string"},"issuer_url":{"description":"IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`.\nIf set, neither `auth_url` nor `token_url` are required.","example":"https://accounts.google.com","type":"string"},"label":{"description":"Label represents an optional label which can be used in the UI generation.","type":"string"},"mapper_url":{"description":"Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google\nprofile information) to hydrate the identity's data.","type":"string"},"organization_id":{"$ref":"#/components/schemas/NullUUID"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"provider":{"description":"Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of:\ngeneric\ngoogle\ngithub\ngitlab\nmicrosoft\ndiscord\nslack\nfacebook\nvk\nyandex\napple","example":"google","type":"string"},"provider_id":{"description":"ID is the provider's ID","type":"string"},"requested_claims":{"$ref":"#/components/schemas/JSONRawMessage"},"scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"state":{"description":"State indicates the state of the provider\n\nOnly providers with state `enabled` will be used for authentication\nenabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled","enum":["enabled","disabled"],"type":"string","x-go-enum-desc":"enabled ThirdPartyProviderStateEnabled\ndisabled ThirdPartyProviderStateDisabled"},"subject_source":{"$ref":"#/components/schemas/String"},"token_url":{"description":"TokenURL is the token url, typically something like: https://example.org/oauth2/token\n\nShould only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when\n`provider` is set to `generic`.","example":"https://www.googleapis.com/oauth2/v4/token","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionTokenizerTemplate":{"properties":{"claims_mapper_url":{"description":"Claims mapper URL","type":"string"},"created_at":{"description":"The Project's Revision Creation Date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The revision ID.","format":"uuid","readOnly":true,"type":"string"},"jwks_url":{"description":"JSON Web Key URL","type":"string"},"key":{"description":"The unique key of the template","type":"string"},"project_revision_id":{"description":"The Revision's ID this schema belongs to","format":"uuid","type":"string"},"ttl":{"default":"1m","description":"Token time to live","example":"1h","pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"updated_at":{"description":"Last Time Project's Revision was Updated","format":"date-time","readOnly":true,"type":"string"}},"type":"object"},"normalizedProjectRevisionTokenizerTemplates":{"items":{"$ref":"#/components/schemas/normalizedProjectRevisionTokenizerTemplate"},"type":"array"},"normalizedProjects":{"items":{"$ref":"#/components/schemas/normalizedProject"},"type":"array"},"nullBool":{"nullable":true,"type":"boolean"},"nullDuration":{"nullable":true,"pattern":"^[0-9]+(ns|us|ms|s|m|h)$","type":"string"},"nullInt64":{"nullable":true,"type":"integer"},"nullJsonRawMessage":{"description":"NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-","nullable":true,"type":"object"},"nullString":{"type":"string"},"nullTime":{"format":"date-time","title":"NullTime implements sql.NullTime functionality.","type":"string"},"oAuth2Client":{"description":"OAuth 2.0 Clients are used to perform OAuth 2.0 and OpenID Connect flows. Usually, OAuth 2.0 clients are\ngenerated for applications which want to consume your OAuth 2.0 or OpenID Connect capabilities.","properties":{"access_token_strategy":{"description":"OAuth 2.0 Access Token Strategy\n\nAccessTokenStrategy is the strategy used to generate access tokens.\nValid options are `jwt` and `opaque`. `jwt` is a bad idea, see https://www.ory.sh/docs/hydra/advanced#json-web-tokens\nSetting the stragegy here overrides the global setting in `strategies.access_token`.","type":"string"},"allowed_cors_origins":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"authorization_code_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"backchannel_logout_session_required":{"description":"OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that a sid (session ID) Claim be included in the Logout\nToken to identify the RP session with the OP when the backchannel_logout_uri is used.\nIf omitted, the default value is false.","type":"boolean"},"backchannel_logout_uri":{"description":"OpenID Connect Back-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when sent a Logout Token by the OP.","type":"string"},"client_credentials_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"client_id":{"description":"OAuth 2.0 Client ID\n\nThe ID is immutable. If no ID is provided, a UUID4 will be generated.","type":"string"},"client_name":{"description":"OAuth 2.0 Client Name\n\nThe human-readable name of the client to be presented to the\nend-user during authorization.","type":"string"},"client_secret":{"description":"OAuth 2.0 Client Secret\n\nThe secret will be included in the create request as cleartext, and then\nnever again. The secret is kept in hashed format and is not recoverable once lost.","type":"string"},"client_secret_expires_at":{"description":"OAuth 2.0 Client Secret Expires At\n\nThe field is currently not supported and its value is always 0.","format":"int64","type":"integer"},"client_uri":{"description":"OAuth 2.0 Client URI\n\nClientURI is a URL string of a web page providing information about the client.\nIf present, the server SHOULD display this URL to the end-user in\na clickable fashion.","type":"string"},"contacts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"created_at":{"description":"OAuth 2.0 Client Creation Date\n\nCreatedAt returns the timestamp of the client's creation.","format":"date-time","type":"string"},"frontchannel_logout_session_required":{"description":"OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the RP requires that iss (issuer) and sid (session ID) query parameters be\nincluded to identify the RP session with the OP when the frontchannel_logout_uri is used.\nIf omitted, the default value is false.","type":"boolean"},"frontchannel_logout_uri":{"description":"OpenID Connect Front-Channel Logout URI\n\nRP URL that will cause the RP to log itself out when rendered in an iframe by the OP. An iss (issuer) query\nparameter and a sid (session ID) query parameter MAY be included by the OP to enable the RP to validate the\nrequest and to determine which of the potentially multiple sessions is to be logged out; if either is\nincluded, both MUST be.","type":"string"},"grant_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"implicit_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"jwks":{"description":"OAuth 2.0 Client JSON Web Key Set\n\nClient's JSON Web Key Set [JWK] document, passed by value. The semantics of the jwks parameter are the same as\nthe jwks_uri parameter, other than that the JWK Set is passed by value, rather than by reference. This parameter\nis intended only to be used by Clients that, for some reason, are unable to use the jwks_uri parameter, for\ninstance, by native applications that might not have a location to host the contents of the JWK Set. If a Client\ncan use jwks_uri, it MUST NOT use jwks. One significant downside of jwks is that it does not enable key rotation\n(which jwks_uri does, as described in Section 10 of OpenID Connect Core 1.0 [OpenID.Core]). The jwks_uri and jwks\nparameters MUST NOT be used together."},"jwks_uri":{"description":"OAuth 2.0 Client JSON Web Key Set URL\n\nURL for the Client's JSON Web Key Set [JWK] document. If the Client signs requests to the Server, it contains\nthe signing key(s) the Server uses to validate signatures from the Client. The JWK Set MAY also contain the\nClient's encryption keys(s), which are used by the Server to encrypt responses to the Client. When both signing\nand encryption keys are made available, a use (Key Use) parameter value is REQUIRED for all keys in the referenced\nJWK Set to indicate each key's intended usage. Although some algorithms allow the same key to be used for both\nsignatures and encryption, doing so is NOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used\nto provide X.509 representations of keys provided. When used, the bare key values MUST still be present and MUST\nmatch those in the certificate.","type":"string"},"jwt_bearer_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"logo_uri":{"description":"OAuth 2.0 Client Logo URI\n\nA URL string referencing the client's logo.","type":"string"},"metadata":{"$ref":"#/components/schemas/JSONRawMessage"},"owner":{"description":"OAuth 2.0 Client Owner\n\nOwner is a string identifying the owner of the OAuth 2.0 Client.","type":"string"},"policy_uri":{"description":"OAuth 2.0 Client Policy URI\n\nPolicyURI is a URL string that points to a human-readable privacy policy document\nthat describes how the deployment organization collects, uses,\nretains, and discloses personal data.","type":"string"},"post_logout_redirect_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"redirect_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"refresh_token_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"registration_access_token":{"description":"OpenID Connect Dynamic Client Registration Access Token\n\nRegistrationAccessToken can be used to update, get, or delete the OAuth2 Client. It is sent when creating a client\nusing Dynamic Client Registration.","type":"string"},"registration_client_uri":{"description":"OpenID Connect Dynamic Client Registration URL\n\nRegistrationClientURI is the URL used to update, get, or delete the OAuth2 Client.","type":"string"},"request_object_signing_alg":{"description":"OpenID Connect Request Object Signing Algorithm\n\nJWS [JWS] alg algorithm [JWA] that MUST be used for signing Request Objects sent to the OP. All Request Objects\nfrom this Client MUST be rejected, if not signed with this algorithm.","type":"string"},"request_uris":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"response_types":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"scope":{"description":"OAuth 2.0 Client Scope\n\nScope is a string containing a space-separated list of scope values (as\ndescribed in Section 3.3 of OAuth 2.0 [RFC6749]) that the client\ncan use when requesting access tokens.","example":"scope1 scope-2 scope.3 scope:4","type":"string"},"sector_identifier_uri":{"description":"OpenID Connect Sector Identifier URI\n\nURL using the https scheme to be used in calculating Pseudonymous Identifiers by the OP. The URL references a\nfile with a single JSON array of redirect_uri values.","type":"string"},"skip_consent":{"description":"SkipConsent skips the consent screen for this client. This field can only\nbe set from the admin API.","type":"boolean"},"subject_type":{"description":"OpenID Connect Subject Type\n\nThe `subject_types_supported` Discovery parameter contains a\nlist of the supported subject_type values for this server. Valid types include `pairwise` and `public`.","type":"string"},"token_endpoint_auth_method":{"default":"client_secret_basic","description":"OAuth 2.0 Token Endpoint Authentication Method\n\nRequested Client Authentication method for the Token Endpoint. The options are:\n\n`client_secret_basic`: (default) Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` encoded in the HTTP Authorization header.\n`client_secret_post`: Send `client_id` and `client_secret` as `application/x-www-form-urlencoded` in the HTTP body.\n`private_key_jwt`: Use JSON Web Tokens to authenticate the client.\n`none`: Used for public clients (native apps, mobile apps) which can not have secrets.","type":"string"},"token_endpoint_auth_signing_alg":{"description":"OAuth 2.0 Token Endpoint Signing Algorithm\n\nRequested Client Authentication signing algorithm for the Token Endpoint.","type":"string"},"tos_uri":{"description":"OAuth 2.0 Client Terms of Service URI\n\nA URL string pointing to a human-readable terms of service\ndocument for the client that describes a contractual relationship\nbetween the end-user and the client that the end-user accepts when\nauthorizing the client.","type":"string"},"updated_at":{"description":"OAuth 2.0 Client Last Update Date\n\nUpdatedAt returns the timestamp of the last update.","format":"date-time","type":"string"},"userinfo_signed_response_alg":{"description":"OpenID Connect Request Userinfo Signed Response Algorithm\n\nJWS alg algorithm [JWA] REQUIRED for signing UserInfo Responses. If this is specified, the response will be JWT\n[JWT] serialized, and signed using JWS. The default, if omitted, is for the UserInfo Response to return the Claims\nas a UTF-8 encoded JSON object using the application/json content-type.","type":"string"}},"title":"OAuth 2.0 Client","type":"object"},"oAuth2ClientTokenLifespans":{"description":"Lifespans of different token types issued for this OAuth 2.0 Client.","properties":{"authorization_code_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"authorization_code_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"client_credentials_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"implicit_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"jwt_bearer_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_access_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_id_token_lifespan":{"$ref":"#/components/schemas/NullDuration"},"refresh_token_grant_refresh_token_lifespan":{"$ref":"#/components/schemas/NullDuration"}},"title":"OAuth 2.0 Client Token Lifespans","type":"object"},"oAuth2ConsentRequest":{"properties":{"acr":{"description":"ACR represents the Authentication AuthorizationContext Class Reference value for this authentication session. You can use it\nto express that, for example, a user authenticated using two factor authentication.","type":"string"},"amr":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"challenge":{"description":"ID is the identifier (\"authorization challenge\") of the consent authorization request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"context":{"$ref":"#/components/schemas/JSONRawMessage"},"login_challenge":{"description":"LoginChallenge is the login challenge this consent challenge belongs to. It can be used to associate\na login and consent request in the login & consent app.","type":"string"},"login_session_id":{"description":"LoginSessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.","type":"string"},"oidc_context":{"$ref":"#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"},"request_url":{"description":"RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.","type":"string"},"requested_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"requested_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"skip":{"description":"Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you must not ask the user to grant the requested scopes. You must however either allow or deny the\nconsent request using the usual API call.","type":"boolean"},"subject":{"description":"Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client.","type":"string"}},"required":["challenge"],"title":"Contains information on an ongoing consent request.","type":"object"},"oAuth2ConsentRequestOpenIDConnectContext":{"properties":{"acr_values":{"description":"ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request.\nIt is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required.\n\nOpenID Connect defines it as follows:\n> Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values\nthat the Authorization Server is being requested to use for processing this Authentication Request, with the\nvalues appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication\nperformed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a\nVoluntary Claim by this parameter.","items":{"type":"string"},"type":"array"},"display":{"description":"Display is a string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.\nThe defined values are:\npage: The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view. If the display parameter is not specified, this is the default display mode.\npopup: The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window. The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.\ntouch: The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.\nwap: The Authorization Server SHOULD display the authentication and consent UI consistent with a \"feature phone\" type display.\n\nThe Authorization Server MAY also attempt to detect the capabilities of the User Agent and present an appropriate display.","type":"string"},"id_token_hint_claims":{"additionalProperties":{},"description":"IDTokenHintClaims are the claims of the ID Token previously issued by the Authorization Server being passed as a hint about the\nEnd-User's current or past authenticated session with the Client.","type":"object"},"login_hint":{"description":"LoginHint hints about the login identifier the End-User might use to log in (if necessary).\nThis hint can be used by an RP if it first asks the End-User for their e-mail address (or other identifier)\nand then wants to pass that value as a hint to the discovered authorization service. This value MAY also be a\nphone number in the format specified for the phone_number Claim. The use of this parameter is optional.","type":"string"},"ui_locales":{"description":"UILocales is the End-User'id preferred languages and scripts for the user interface, represented as a\nspace-separated list of BCP47 [RFC5646] language tag values, ordered by preference. For instance, the value\n\"fr-CA fr en\" represents a preference for French as spoken in Canada, then French (without a region designation),\nfollowed by English (without a region designation). An error SHOULD NOT result if some or all of the requested\nlocales are not supported by the OpenID Provider.","items":{"type":"string"},"type":"array"}},"title":"Contains optional information about the OpenID Connect request.","type":"object"},"oAuth2ConsentSession":{"description":"A completed OAuth 2.0 Consent Session.","properties":{"consent_request":{"$ref":"#/components/schemas/oAuth2ConsentRequest"},"expires_at":{"properties":{"access_token":{"format":"date-time","type":"string"},"authorize_code":{"format":"date-time","type":"string"},"id_token":{"format":"date-time","type":"string"},"par_context":{"format":"date-time","type":"string"},"refresh_token":{"format":"date-time","type":"string"}},"type":"object"},"grant_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"grant_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"handled_at":{"$ref":"#/components/schemas/nullTime"},"remember":{"description":"Remember Consent\n\nRemember, if set to true, tells ORY Hydra to remember this consent authorization and reuse it if the same\nclient asks the same user for the same, or a subset of, scope.","type":"boolean"},"remember_for":{"description":"Remember Consent For\n\nRememberFor sets how long the consent authorization should be remembered for in seconds. If set to `0`, the\nauthorization will be remembered indefinitely.","format":"int64","type":"integer"},"session":{"$ref":"#/components/schemas/acceptOAuth2ConsentRequestSession"}},"title":"OAuth 2.0 Consent Session","type":"object"},"oAuth2ConsentSessions":{"description":"List of OAuth 2.0 Consent Sessions","items":{"$ref":"#/components/schemas/oAuth2ConsentSession"},"type":"array"},"oAuth2LoginRequest":{"properties":{"challenge":{"description":"ID is the identifier (\"login challenge\") of the login request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"oidc_context":{"$ref":"#/components/schemas/oAuth2ConsentRequestOpenIDConnectContext"},"request_url":{"description":"RequestURL is the original OAuth 2.0 Authorization URL requested by the OAuth 2.0 client. It is the URL which\ninitiates the OAuth 2.0 Authorization Code or OAuth 2.0 Implicit flow. This URL is typically not needed, but\nmight come in handy if you want to deal with additional request parameters.","type":"string"},"requested_access_token_audience":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"requested_scope":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"session_id":{"description":"SessionID is the login session ID. If the user-agent reuses a login session (via cookie / remember flag)\nthis ID will remain the same. If the user-agent did not have an existing authentication session (e.g. remember is false)\nthis will be a new random value. This value is used as the \"sid\" parameter in the ID Token and in OIDC Front-/Back-\nchannel logout. It's value can generally be used to associate consecutive login requests by a certain user.","type":"string"},"skip":{"description":"Skip, if true, implies that the client has requested the same scopes from the same user previously.\nIf true, you can skip asking the user to grant the requested scopes, and simply forward the user to the redirect URL.\n\nThis feature allows you to update / set session information.","type":"boolean"},"subject":{"description":"Subject is the user ID of the end-user that authenticated. Now, that end user needs to grant or deny the scope\nrequested by the OAuth 2.0 client. If this value is set and `skip` is true, you MUST include this subject type\nwhen accepting the login request, or the request will fail.","type":"string"}},"required":["challenge","requested_scope","requested_access_token_audience","skip","subject","client","request_url"],"title":"Contains information on an ongoing login request.","type":"object"},"oAuth2LogoutRequest":{"properties":{"challenge":{"description":"Challenge is the identifier (\"logout challenge\") of the logout authentication request. It is used to\nidentify the session.","type":"string"},"client":{"$ref":"#/components/schemas/oAuth2Client"},"request_url":{"description":"RequestURL is the original Logout URL requested.","type":"string"},"rp_initiated":{"description":"RPInitiated is set to true if the request was initiated by a Relying Party (RP), also known as an OAuth 2.0 Client.","type":"boolean"},"sid":{"description":"SessionID is the login session ID that was requested to log out.","type":"string"},"subject":{"description":"Subject is the user for whom the logout was request.","type":"string"}},"title":"Contains information about an ongoing logout request.","type":"object"},"oAuth2RedirectTo":{"description":"Contains a redirect URL used to complete a login, consent, or logout request.","properties":{"redirect_to":{"description":"RedirectURL is the URL which you should redirect the user's browser to once the authentication process is completed.","type":"string"}},"required":["redirect_to"],"title":"OAuth 2.0 Redirect Browser To","type":"object"},"oAuth2TokenExchange":{"description":"OAuth2 Token Exchange Result","properties":{"access_token":{"description":"The access token issued by the authorization server.","type":"string"},"expires_in":{"description":"The lifetime in seconds of the access token. For\nexample, the value \"3600\" denotes that the access token will\nexpire in one hour from the time the response was generated.","format":"int64","type":"integer"},"id_token":{"description":"To retrieve a refresh token request the id_token scope.","type":"string"},"refresh_token":{"description":"The refresh token, which can be used to obtain new\naccess tokens. To retrieve it add the scope \"offline\" to your access token request.","type":"string"},"scope":{"description":"The scope of the access token","type":"string"},"token_type":{"description":"The type of the token issued","type":"string"}},"type":"object"},"oidcConfiguration":{"description":"Includes links to several endpoints (for example `/oauth2/token`) and exposes information on supported signature algorithms\namong others.","properties":{"authorization_endpoint":{"description":"OAuth 2.0 Authorization Endpoint URL","example":"https://playground.ory.sh/ory-hydra/public/oauth2/auth","type":"string"},"backchannel_logout_session_supported":{"description":"OpenID Connect Back-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass a sid (session ID) Claim in the Logout Token to identify the RP\nsession with the OP. If supported, the sid Claim is also included in ID Tokens issued by the OP","type":"boolean"},"backchannel_logout_supported":{"description":"OpenID Connect Back-Channel Logout Supported\n\nBoolean value specifying whether the OP supports back-channel logout, with true indicating support.","type":"boolean"},"claims_parameter_supported":{"description":"OpenID Connect Claims Parameter Parameter Supported\n\nBoolean value specifying whether the OP supports use of the claims parameter, with true indicating support.","type":"boolean"},"claims_supported":{"description":"OpenID Connect Supported Claims\n\nJSON array containing a list of the Claim Names of the Claims that the OpenID Provider MAY be able to supply\nvalues for. Note that for privacy or other reasons, this might not be an exhaustive list.","items":{"type":"string"},"type":"array"},"code_challenge_methods_supported":{"description":"OAuth 2.0 PKCE Supported Code Challenge Methods\n\nJSON array containing a list of Proof Key for Code Exchange (PKCE) [RFC7636] code challenge methods supported\nby this authorization server.","items":{"type":"string"},"type":"array"},"credentials_endpoint_draft_00":{"description":"OpenID Connect Verifiable Credentials Endpoint\n\nContains the URL of the Verifiable Credentials Endpoint.","type":"string"},"credentials_supported_draft_00":{"description":"OpenID Connect Verifiable Credentials Supported\n\nJSON array containing a list of the Verifiable Credentials supported by this authorization server.","items":{"$ref":"#/components/schemas/credentialSupportedDraft00"},"type":"array"},"end_session_endpoint":{"description":"OpenID Connect End-Session Endpoint\n\nURL at the OP to which an RP can perform a redirect to request that the End-User be logged out at the OP.","type":"string"},"frontchannel_logout_session_supported":{"description":"OpenID Connect Front-Channel Logout Session Required\n\nBoolean value specifying whether the OP can pass iss (issuer) and sid (session ID) query parameters to identify\nthe RP session with the OP when the frontchannel_logout_uri is used. If supported, the sid Claim is also\nincluded in ID Tokens issued by the OP.","type":"boolean"},"frontchannel_logout_supported":{"description":"OpenID Connect Front-Channel Logout Supported\n\nBoolean value specifying whether the OP supports HTTP-based logout, with true indicating support.","type":"boolean"},"grant_types_supported":{"description":"OAuth 2.0 Supported Grant Types\n\nJSON array containing a list of the OAuth 2.0 Grant Type values that this OP supports.","items":{"type":"string"},"type":"array"},"id_token_signed_response_alg":{"description":"OpenID Connect Default ID Token Signing Algorithms\n\nAlgorithm used to sign OpenID Connect ID Tokens.","items":{"type":"string"},"type":"array"},"id_token_signing_alg_values_supported":{"description":"OpenID Connect Supported ID Token Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for the ID Token\nto encode the Claims in a JWT.","items":{"type":"string"},"type":"array"},"issuer":{"description":"OpenID Connect Issuer URL\n\nAn URL using the https scheme with no query or fragment component that the OP asserts as its IssuerURL Identifier.\nIf IssuerURL discovery is supported , this value MUST be identical to the issuer value returned\nby WebFinger. This also MUST be identical to the iss Claim value in ID Tokens issued from this IssuerURL.","example":"https://playground.ory.sh/ory-hydra/public/","type":"string"},"jwks_uri":{"description":"OpenID Connect Well-Known JSON Web Keys URL\n\nURL of the OP's JSON Web Key Set [JWK] document. This contains the signing key(s) the RP uses to validate\nsignatures from the OP. The JWK Set MAY also contain the Server's encryption key(s), which are used by RPs\nto encrypt requests to the Server. When both signing and encryption keys are made available, a use (Key Use)\nparameter value is REQUIRED for all keys in the referenced JWK Set to indicate each key's intended usage.\nAlthough some algorithms allow the same key to be used for both signatures and encryption, doing so is\nNOT RECOMMENDED, as it is less secure. The JWK x5c parameter MAY be used to provide X.509 representations of\nkeys provided. When used, the bare key values MUST still be present and MUST match those in the certificate.","example":"https://{slug}.projects.oryapis.com/.well-known/jwks.json","type":"string"},"registration_endpoint":{"description":"OpenID Connect Dynamic Client Registration Endpoint URL","example":"https://playground.ory.sh/ory-hydra/admin/client","type":"string"},"request_object_signing_alg_values_supported":{"description":"OpenID Connect Supported Request Object Signing Algorithms\n\nJSON array containing a list of the JWS signing algorithms (alg values) supported by the OP for Request Objects,\nwhich are described in Section 6.1 of OpenID Connect Core 1.0 [OpenID.Core]. These algorithms are used both when\nthe Request Object is passed by value (using the request parameter) and when it is passed by reference\n(using the request_uri parameter).","items":{"type":"string"},"type":"array"},"request_parameter_supported":{"description":"OpenID Connect Request Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request parameter, with true indicating support.","type":"boolean"},"request_uri_parameter_supported":{"description":"OpenID Connect Request URI Parameter Supported\n\nBoolean value specifying whether the OP supports use of the request_uri parameter, with true indicating support.","type":"boolean"},"require_request_uri_registration":{"description":"OpenID Connect Requires Request URI Registration\n\nBoolean value specifying whether the OP requires any request_uri values used to be pre-registered\nusing the request_uris registration parameter.","type":"boolean"},"response_modes_supported":{"description":"OAuth 2.0 Supported Response Modes\n\nJSON array containing a list of the OAuth 2.0 response_mode values that this OP supports.","items":{"type":"string"},"type":"array"},"response_types_supported":{"description":"OAuth 2.0 Supported Response Types\n\nJSON array containing a list of the OAuth 2.0 response_type values that this OP supports. Dynamic OpenID\nProviders MUST support the code, id_token, and the token id_token Response Type values.","items":{"type":"string"},"type":"array"},"revocation_endpoint":{"description":"OAuth 2.0 Token Revocation URL\n\nURL of the authorization server's OAuth 2.0 revocation endpoint.","type":"string"},"scopes_supported":{"description":"OAuth 2.0 Supported Scope Values\n\nJSON array containing a list of the OAuth 2.0 [RFC6749] scope values that this server supports. The server MUST\nsupport the openid scope value. Servers MAY choose not to advertise some supported scope values even when this parameter is used","items":{"type":"string"},"type":"array"},"subject_types_supported":{"description":"OpenID Connect Supported Subject Types\n\nJSON array containing a list of the Subject Identifier types that this OP supports. Valid types include\npairwise and public.","items":{"type":"string"},"type":"array"},"token_endpoint":{"description":"OAuth 2.0 Token Endpoint URL","example":"https://playground.ory.sh/ory-hydra/public/oauth2/token","type":"string"},"token_endpoint_auth_methods_supported":{"description":"OAuth 2.0 Supported Client Authentication Methods\n\nJSON array containing a list of Client Authentication methods supported by this Token Endpoint. The options are\nclient_secret_post, client_secret_basic, client_secret_jwt, and private_key_jwt, as described in Section 9 of OpenID Connect Core 1.0","items":{"type":"string"},"type":"array"},"userinfo_endpoint":{"description":"OpenID Connect Userinfo URL\n\nURL of the OP's UserInfo Endpoint.","type":"string"},"userinfo_signed_response_alg":{"description":"OpenID Connect User Userinfo Signing Algorithm\n\nAlgorithm used to sign OpenID Connect Userinfo Responses.","items":{"type":"string"},"type":"array"},"userinfo_signing_alg_values_supported":{"description":"OpenID Connect Supported Userinfo Signing Algorithm\n\nJSON array containing a list of the JWS [JWS] signing algorithms (alg values) [JWA] supported by the UserInfo Endpoint to encode the Claims in a JWT [JWT].","items":{"type":"string"},"type":"array"}},"required":["issuer","authorization_endpoint","token_endpoint","jwks_uri","subject_types_supported","response_types_supported","id_token_signing_alg_values_supported","id_token_signed_response_alg","userinfo_signed_response_alg"],"title":"OpenID Connect Discovery Metadata","type":"object"},"oidcUserInfo":{"description":"OpenID Connect Userinfo","properties":{"birthdate":{"description":"End-User's birthday, represented as an ISO 8601:2004 [ISO8601‑2004] YYYY-MM-DD format. The year MAY be 0000, indicating that it is omitted. To represent only the year, YYYY format is allowed. Note that depending on the underlying platform's date related function, providing just year can result in varying month and day, so the implementers need to take this factor into account to correctly process the dates.","type":"string"},"email":{"description":"End-User's preferred e-mail address. Its value MUST conform to the RFC 5322 [RFC5322] addr-spec syntax. The RP MUST NOT rely upon this value being unique, as discussed in Section 5.7.","type":"string"},"email_verified":{"description":"True if the End-User's e-mail address has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this e-mail address was controlled by the End-User at the time the verification was performed. The means by which an e-mail address is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating.","type":"boolean"},"family_name":{"description":"Surname(s) or last name(s) of the End-User. Note that in some cultures, people can have multiple family names or no family name; all can be present, with the names being separated by space characters.","type":"string"},"gender":{"description":"End-User's gender. Values defined by this specification are female and male. Other values MAY be used when neither of the defined values are applicable.","type":"string"},"given_name":{"description":"Given name(s) or first name(s) of the End-User. Note that in some cultures, people can have multiple given names; all can be present, with the names being separated by space characters.","type":"string"},"locale":{"description":"End-User's locale, represented as a BCP47 [RFC5646] language tag. This is typically an ISO 639-1 Alpha-2 [ISO639‑1] language code in lowercase and an ISO 3166-1 Alpha-2 [ISO3166‑1] country code in uppercase, separated by a dash. For example, en-US or fr-CA. As a compatibility note, some implementations have used an underscore as the separator rather than a dash, for example, en_US; Relying Parties MAY choose to accept this locale syntax as well.","type":"string"},"middle_name":{"description":"Middle name(s) of the End-User. Note that in some cultures, people can have multiple middle names; all can be present, with the names being separated by space characters. Also note that in some cultures, middle names are not used.","type":"string"},"name":{"description":"End-User's full name in displayable form including all name parts, possibly including titles and suffixes, ordered according to the End-User's locale and preferences.","type":"string"},"nickname":{"description":"Casual name of the End-User that may or may not be the same as the given_name. For instance, a nickname value of Mike might be returned alongside a given_name value of Michael.","type":"string"},"phone_number":{"description":"End-User's preferred telephone number. E.164 [E.164] is RECOMMENDED as the format of this Claim, for example, +1 (425) 555-1212 or +56 (2) 687 2400. If the phone number contains an extension, it is RECOMMENDED that the extension be represented using the RFC 3966 [RFC3966] extension syntax, for example, +1 (604) 555-1234;ext=5678.","type":"string"},"phone_number_verified":{"description":"True if the End-User's phone number has been verified; otherwise false. When this Claim Value is true, this means that the OP took affirmative steps to ensure that this phone number was controlled by the End-User at the time the verification was performed. The means by which a phone number is verified is context-specific, and dependent upon the trust framework or contractual agreements within which the parties are operating. When true, the phone_number Claim MUST be in E.164 format and any extensions MUST be represented in RFC 3966 format.","type":"boolean"},"picture":{"description":"URL of the End-User's profile picture. This URL MUST refer to an image file (for example, a PNG, JPEG, or GIF image file), rather than to a Web page containing an image. Note that this URL SHOULD specifically reference a profile photo of the End-User suitable for displaying when describing the End-User, rather than an arbitrary photo taken by the End-User.","type":"string"},"preferred_username":{"description":"Non-unique shorthand name by which the End-User wishes to be referred to at the RP, such as janedoe or j.doe. This value MAY be any valid JSON string including special characters such as @, /, or whitespace.","type":"string"},"profile":{"description":"URL of the End-User's profile page. The contents of this Web page SHOULD be about the End-User.","type":"string"},"sub":{"description":"Subject - Identifier for the End-User at the IssuerURL.","type":"string"},"updated_at":{"description":"Time the End-User's information was last updated. Its value is a JSON number representing the number of seconds from 1970-01-01T0:0:0Z as measured in UTC until the date/time.","format":"int64","type":"integer"},"website":{"description":"URL of the End-User's Web page or blog. This Web page SHOULD contain information published by the End-User or an organization that the End-User is affiliated with.","type":"string"},"zoneinfo":{"description":"String from zoneinfo [zoneinfo] time zone database representing the End-User's time zone. For example, Europe/Paris or America/Los_Angeles.","type":"string"}},"type":"object"},"organization":{"description":"B2B SSO Organization","properties":{"created_at":{"description":"The organization's creation date.","format":"date-time","readOnly":true,"type":"string"},"domains":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The organization's ID.","format":"uuid","type":"string"},"label":{"description":"The organization's human-readable label.","type":"string"},"project_id":{"description":"The project's ID.","format":"uuid","type":"string"},"updated_at":{"description":"The last time the organization was updated.","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_id","label","domains","created_at","updated_at"],"type":"object"},"pagination":{"properties":{"page_size":{"default":250,"description":"Items per page\n\nThis is the number of items per page to return.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","format":"int64","maximum":1000,"minimum":1,"type":"integer"},"page_token":{"default":"1","description":"Next Page Token\n\nThe next page token.\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).","minimum":1,"type":"string"}},"type":"object"},"paginationHeaders":{"properties":{"link":{"description":"The link header contains pagination links.\n\nFor details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).\n\nin: header","type":"string"},"x-total-count":{"description":"The total number of clients.\n\nin: header","type":"string"}},"type":"object"},"patchIdentitiesBody":{"description":"Patch Identities Body","properties":{"identities":{"description":"Identities holds the list of patches to apply\n\nrequired","items":{"$ref":"#/components/schemas/identityPatch"},"type":"array"}},"type":"object"},"performNativeLogoutBody":{"description":"Perform Native Logout Request Body","properties":{"session_token":{"description":"The Session Token\n\nInvalidate this session token.","type":"string"}},"required":["session_token"],"type":"object"},"permissionsOnProject":{"additionalProperties":{"type":"boolean"},"description":"Get Permissions on Project Request Parameters","type":"object"},"plans":{"$ref":"#/components/schemas/Pricing"},"postCheckPermissionBody":{"description":"Check Permission using Post Request Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"postCheckPermissionOrErrorBody":{"description":"Post Check Permission Or Error Body","properties":{"namespace":{"description":"Namespace to query","type":"string"},"object":{"description":"Object to query","type":"string"},"relation":{"description":"Relation to query","type":"string"},"subject_id":{"description":"SubjectID to query\n\nEither SubjectSet or SubjectID can be provided.","type":"string"},"subject_set":{"$ref":"#/components/schemas/subjectSet"}},"type":"object"},"project":{"properties":{"cors_admin":{"$ref":"#/components/schemas/projectCors"},"cors_public":{"$ref":"#/components/schemas/projectCors"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The name of the project.","type":"string"},"revision_id":{"description":"The configuration revision ID.","format":"uuid","readOnly":true,"type":"string"},"services":{"$ref":"#/components/schemas/projectServices"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"readOnly":true,"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"}},"required":["id","revision_id","slug","services","state","name"],"type":"object"},"projectApiKey":{"properties":{"created_at":{"description":"The token's creation date","format":"date-time","readOnly":true,"type":"string"},"id":{"description":"The token's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The Token's Name\n\nSet this to help you remember, for example, where you use the token.","type":"string"},"owner_id":{"description":"The token's owner","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Token's Project ID","format":"uuid","readOnly":true,"type":"string"},"updated_at":{"description":"The token's last update date","format":"date-time","readOnly":true,"type":"string"},"value":{"description":"The token's value","readOnly":true,"type":"string"}},"required":["id","name","owner_id"],"type":"object"},"projectApiKeys":{"items":{"$ref":"#/components/schemas/projectApiKey"},"type":"array"},"projectBranding":{"properties":{"created_at":{"description":"The Customization Creation Date","format":"date-time","readOnly":true,"type":"string"},"default_theme":{"$ref":"#/components/schemas/projectBrandingTheme"},"id":{"description":"The customization ID.","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Project's ID this customization is associated with","format":"uuid","type":"string"},"themes":{"$ref":"#/components/schemas/projectBrandingThemes"},"updated_at":{"description":"Last Time Branding was Updated","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_id","default_theme","themes","created_at","updated_at"],"title":"ProjectBranding holds all settings for customizing the Ory Account Experience.","type":"object"},"projectBrandingColors":{"properties":{"accent_default_color":{"description":"AccentDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_disabled_color":{"description":"AccentDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_emphasis_color":{"description":"AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_muted_color":{"description":"AccentMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_subtle_color":{"description":"AccentSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_canvas_color":{"description":"BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_subtle_color":{"description":"BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_surface_color":{"description":"BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"border_default_color":{"description":"BorderDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_default_color":{"description":"ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_emphasis_color":{"description":"ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_muted_color":{"description":"ErrorMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_subtle_color":{"description":"ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_default_color":{"description":"ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_disabled_color":{"description":"ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_muted_color":{"description":"ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_accent_color":{"description":"ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_dark_color":{"description":"ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_disabled_color":{"description":"ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_subtle_color":{"description":"ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_background_color":{"description":"InputBackgroundColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_disabled_color":{"description":"InputDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_placeholder_color":{"description":"InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_text_color":{"description":"InputTextColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"primary_color":{"description":"Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"secondary_color":{"description":"Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"success_emphasis_color":{"description":"SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_default_color":{"description":"TextDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_disabled_color":{"description":"TextDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"}},"title":"ProjectBrandingColors are the colors used by the Ory Account Experience theme.","type":"object"},"projectBrandingTheme":{"properties":{"accent_default_color":{"description":"AccentDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_disabled_color":{"description":"AccentDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_emphasis_color":{"description":"AccentEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_muted_color":{"description":"AccentMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"accent_subtle_color":{"description":"AccentSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_canvas_color":{"description":"BackgroundCanvasColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_subtle_color":{"description":"BackgroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"background_surface_color":{"description":"BackgroundSurfaceColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"border_default_color":{"description":"BorderDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"created_at":{"description":"The Customization Creation Date.","format":"date-time","readOnly":true,"type":"string"},"error_default_color":{"description":"ErrorDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_emphasis_color":{"description":"ErrorEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_muted_color":{"description":"ErrorMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"error_subtle_color":{"description":"ErrorSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"favicon_type":{"description":"Favicon Type\nThe Favicon mime type.","type":"string"},"favicon_url":{"description":"Favicon URL\nFavicon can be an https:// or base64:// URL. If the URL is not allowed, the favicon will be stored inside the Ory Network storage bucket.","type":"string"},"foreground_default_color":{"description":"ForegroundDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_disabled_color":{"description":"ForegroundDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_muted_color":{"description":"ForegroundMutedColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_accent_color":{"description":"ForegroundOnAccentColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_dark_color":{"description":"ForegroundOnDarkColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_on_disabled_color":{"description":"ForegroundOnDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"foreground_subtle_color":{"description":"ForegroundSubtleColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"id":{"description":"The customization theme ID.","format":"uuid","readOnly":true,"type":"string"},"input_background_color":{"description":"InputBackgroundColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_disabled_color":{"description":"InputDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_placeholder_color":{"description":"InputPlaceholderColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"input_text_color":{"description":"InputTextColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"logo_type":{"description":"Logo Type\nThe Logo mime type.","type":"string"},"logo_url":{"description":"Logo URL\nLogo can be an https:// or base64:// URL. If the URL is not allowed, the logo will be stored inside the Ory Network storage bucket.","type":"string"},"name":{"description":"The customization theme name.","type":"string"},"primary_color":{"description":"Primary color is an hsla color value used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"project_branding_id":{"description":"The ProjectBranding ID this customization is associated with.","format":"uuid","type":"string"},"secondary_color":{"description":"Secondary color is a hsla color code used to derive the other colors from for the Ory Account Experience theme.","type":"string"},"success_emphasis_color":{"description":"SuccessEmphasisColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_default_color":{"description":"TextDefaultColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"text_disabled_color":{"description":"TextDisabledColor is a hex color code used by the Ory Account Experience theme.","type":"string"},"updated_at":{"description":"Last Time Branding was Updated.","format":"date-time","readOnly":true,"type":"string"}},"required":["id","project_branding_id","name","created_at","updated_at"],"title":"ProjectBrandingTheme represents a Theme for the Ory Account Experience.","type":"object"},"projectBrandingThemes":{"items":{"$ref":"#/components/schemas/projectBrandingTheme"},"title":"ProjectBrandingThemes is a list of ProjectBrandingTheme.","type":"array"},"projectCors":{"properties":{"enabled":{"description":"Whether CORS is enabled for this endpoint.","type":"boolean"},"origins":{"description":"The allowed origins. Use `*` to allow all origins. A wildcard can also be used in the subdomain, i.e. `https://*.example.com` will allow all origins on all subdomains of `example.com`.","items":{"type":"string"},"type":"array"}},"type":"object"},"projectHost":{"properties":{"host":{"description":"The project's host.","type":"string"},"id":{"description":"The mapping's ID.","format":"uuid","readOnly":true,"type":"string"},"project_id":{"description":"The Revision's Project ID","format":"uuid","type":"string"}},"required":["id","host","project_id"],"type":"object"},"projectMember":{"$ref":"#/components/schemas/cloudAccount"},"projectMembers":{"items":{"$ref":"#/components/schemas/projectMember"},"type":"array"},"projectMetadata":{"properties":{"created_at":{"description":"The Project's Creation Date","format":"date-time","type":"string"},"hosts":{"$ref":"#/components/schemas/StringSliceJSONFormat"},"id":{"description":"The project's ID.","format":"uuid","readOnly":true,"type":"string"},"name":{"description":"The project's name if set","type":"string"},"slug":{"description":"The project's slug","readOnly":true,"type":"string"},"state":{"description":"The state of the project.\nrunning Running\nhalted Halted\ndeleted Deleted","enum":["running","halted","deleted"],"type":"string","x-go-enum-desc":"running Running\nhalted Halted\ndeleted Deleted"},"subscription_id":{"$ref":"#/components/schemas/NullUUID"},"subscription_plan":{"$ref":"#/components/schemas/String"},"updated_at":{"description":"Last Time Project was Updated","format":"date-time","type":"string"}},"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 `