Skip to content

Commit a109fe6

Browse files
committed
chore: regenerate OpenAPI client v1.12.2
1 parent 01f471b commit a109fe6

File tree

3,112 files changed

+3439
-22973
lines changed

Some content is hidden

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

3,112 files changed

+3439
-22973
lines changed

clients/client/dart/README.md

+2-2

clients/client/dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ory_client
2-
version: 1.12.1
2+
version: 1.12.2
33
description: OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
44
homepage: https://www.ory.sh
55
repository: https://github.com/ory/sdk/tree/master/clients/client/dart

clients/client/dotnet/Ory.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.Client", "src\Ory.Client\Ory.Client.csproj", "{5411FCE7-08F9-4A4D-BF32-DE0B5DB62E51}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client", "src\Ory.Client\Ory.Client.csproj", "{ACA45473-AE60-4487-9307-177158E836D1}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Client.Test", "src\Ory.Client.Test\Ory.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-
{5411FCE7-08F9-4A4D-BF32-DE0B5DB62E51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{5411FCE7-08F9-4A4D-BF32-DE0B5DB62E51}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{5411FCE7-08F9-4A4D-BF32-DE0B5DB62E51}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{5411FCE7-08F9-4A4D-BF32-DE0B5DB62E51}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{ACA45473-AE60-4487-9307-177158E836D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{ACA45473-AE60-4487-9307-177158E836D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{ACA45473-AE60-4487-9307-177158E836D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{ACA45473-AE60-4487-9307-177158E836D1}.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/client/dotnet/README.md

+2-2

clients/client/dotnet/api/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info:
1111
url: https://www.apache.org/licenses/LICENSE-2.0.html
1212
termsOfService: /ptos
1313
title: Ory APIs
14-
version: v1.12.1
14+
version: v1.12.2
1515
servers:
1616
- url: "https://{project-slug}.projects.oryapis.com/"
1717
variables:

clients/client/dotnet/src/Ory.Client.Test/Api/CourierApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/EventsApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/FrontendApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/IdentityApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/JwkApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/MetadataApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/OAuth2ApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/OidcApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/PermissionApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/ProjectApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/RelationshipApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/WellknownApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Api/WorkspaceApiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestSessionTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2ConsentRequestTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAcceptOAuth2LoginRequestTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceConfigurationTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAccountExperienceThemeVariablesTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientActiveProjectInConsoleTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAddProjectToWorkspaceBodyTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeFilterTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributeTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAttributesCountDatapointTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientAuthenticatorAssuranceLevelTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientBatchPatchIdentitiesResponseTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientBillingPeriodBucketTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckOplSyntaxResultTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientCheckPermissionResultTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientCloudAccountTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientConsistencyRequestParametersTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiFlowTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithRecoveryUiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSetOrySessionTokenTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiFlowTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithSettingsUiTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

clients/client/dotnet/src/Ory.Client.Test/Model/ClientContinueWithTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
55
*
6-
* The version of the OpenAPI document: v1.12.1
6+
* The version of the OpenAPI document: v1.12.2
77
* Contact: [email protected]
88
* Generated by: https://github.com/openapitools/openapi-generator.git
99
*/

0 commit comments

Comments
 (0)