Skip to content

Commit 11680a0

Browse files
committed
chore: regenerate OpenAPI client v1.3.6-alpha.1
1 parent cd86ffa commit 11680a0

File tree

1,747 files changed

+1904
-1904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,747 files changed

+1904
-1904
lines changed

clients/kratos/dart/CHANGELOG.md

+1-1

clients/kratos/dart/README.md

+2-2

clients/kratos/dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ory_kratos_client
2-
version: 1.3.5
2+
version: 1.3.6-alpha.1
33
description: OpenAPI API client for Ory Kratos, Ory's central identity management solution with hardened authentication, MFA, FIDO2, TOTP, WebAuthn, SSO, profile management, and more.
44
homepage: https://www.ory.sh
55
repository: https://github.com/ory/sdk/tree/master/clients/kratos/dart

clients/kratos/dotnet/Ory.Kratos.Client.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Kratos.Client", "src\Ory.Kratos.Client\Ory.Kratos.Client.csproj", "{E16CDEB0-90A9-427D-9145-3E0CC70DE92E}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Kratos.Client", "src\Ory.Kratos.Client\Ory.Kratos.Client.csproj", "{BB1A909F-027E-41A1-A873-98BF1DA10837}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Kratos.Client.Test", "src\Ory.Kratos.Client.Test\Ory.Kratos.Client.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{E16CDEB0-90A9-427D-9145-3E0CC70DE92E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{E16CDEB0-90A9-427D-9145-3E0CC70DE92E}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{E16CDEB0-90A9-427D-9145-3E0CC70DE92E}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{E16CDEB0-90A9-427D-9145-3E0CC70DE92E}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{BB1A909F-027E-41A1-A873-98BF1DA10837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{BB1A909F-027E-41A1-A873-98BF1DA10837}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{BB1A909F-027E-41A1-A873-98BF1DA10837}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{BB1A909F-027E-41A1-A873-98BF1DA10837}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

clients/kratos/dotnet/README.md

+2-2

clients/kratos/dotnet/api/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
license:
88
name: Apache 2.0
99
title: Ory Identities API
10-
version: v1.3.5
10+
version: v1.3.6-alpha.1
1111
servers:
1212
- url: /
1313
tags:

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Api/CourierApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Api/FrontendApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Api/IdentityApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Api/MetadataApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosAuthenticatorAssuranceLevelTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosBatchPatchIdentitiesResponseTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosConsistencyRequestParametersTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithRecoveryUiFlowTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithRecoveryUiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithRedirectBrowserToTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithSetOrySessionTokenTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithSettingsUiFlowTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithSettingsUiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithVerificationUiFlowTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosContinueWithVerificationUiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosCourierMessageStatusTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosCourierMessageTypeTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosCreateFedcmFlowResponseTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosCreateIdentityBodyTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosCreateRecoveryCodeForIdentityBodyTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosCreateRecoveryLinkForIdentityBodyTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosDeleteMySessionsCountTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosErrorAuthenticatorAssuranceLevelNotSatisfiedTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosErrorBrowserLocationChangeRequiredTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosErrorFlowReplacedTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosErrorGenericTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosFlowErrorTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosGenericErrorTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosGetVersion200ResponseTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosHealthNotReadyStatusTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosHealthStatusTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosIdentityCredentialsCodeAddressTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosIdentityCredentialsCodeTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/kratos/dotnet/src/Ory.Kratos.Client.Test/Model/KratosIdentityCredentialsOidcProviderTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* This is the API specification for Ory Identities with features such as registration, login, recovery, account verification, profile settings, password reset, identity management, session management, email and sms delivery, and more.
55
*
6-
* The version of the OpenAPI document: v1.3.5
6+
* The version of the OpenAPI document: v1.3.6-alpha.1
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

0 commit comments

Comments
 (0)