diff --git a/clients/oathkeeper/dart/README.md b/clients/oathkeeper/dart/README.md index b36b52bccfc..a2b0bcf847d 100644 --- a/clients/oathkeeper/dart/README.md +++ b/clients/oathkeeper/dart/README.md @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v0.40.4 +- API version: v0.40.5 - Build package: org.openapitools.codegen.languages.DartDioClientCodegen For more information, please visit [https://www.ory.am](https://www.ory.am) @@ -18,7 +18,7 @@ For more information, please visit [https://www.ory.am](https://www.ory.am) To use the package from [pub.dev](https://pub.dev), please include the following in pubspec.yaml ```yaml dependencies: - ory_oathkeeper_client: 0.40.4 + ory_oathkeeper_client: 0.40.5 ``` ### Github diff --git a/clients/oathkeeper/dart/pubspec.yaml b/clients/oathkeeper/dart/pubspec.yaml index 6cfdfca8861..ccf477dfcd3 100644 --- a/clients/oathkeeper/dart/pubspec.yaml +++ b/clients/oathkeeper/dart/pubspec.yaml @@ -1,5 +1,5 @@ name: ory_oathkeeper_client -version: 0.40.4 +version: 0.40.5 description: OpenAPI API client for Ory Oathkeeper, a cloud native Identity & Access Proxy and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. homepage: https://www.ory.sh repository: https://github.com/ory/sdk/tree/master/clients/oathkeeper/dart diff --git a/clients/oathkeeper/dotnet/Ory.Oathkeeper.Client.sln b/clients/oathkeeper/dotnet/Ory.Oathkeeper.Client.sln index 294b389cf80..b37dee88726 100644 --- a/clients/oathkeeper/dotnet/Ory.Oathkeeper.Client.sln +++ b/clients/oathkeeper/dotnet/Ory.Oathkeeper.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.Oathkeeper.Client", "src\Ory.Oathkeeper.Client\Ory.Oathkeeper.Client.csproj", "{57F1AB3E-2FC1-49BC-89C2-583F64362B26}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Oathkeeper.Client", "src\Ory.Oathkeeper.Client\Ory.Oathkeeper.Client.csproj", "{627BD7E2-1ECC-4685-B1EA-72D2CDFB28C0}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ory.Oathkeeper.Client.Test", "src\Ory.Oathkeeper.Client.Test\Ory.Oathkeeper.Client.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}" EndProject @@ -12,10 +12,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {57F1AB3E-2FC1-49BC-89C2-583F64362B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {57F1AB3E-2FC1-49BC-89C2-583F64362B26}.Debug|Any CPU.Build.0 = Debug|Any CPU - {57F1AB3E-2FC1-49BC-89C2-583F64362B26}.Release|Any CPU.ActiveCfg = Release|Any CPU - {57F1AB3E-2FC1-49BC-89C2-583F64362B26}.Release|Any CPU.Build.0 = Release|Any CPU + {627BD7E2-1ECC-4685-B1EA-72D2CDFB28C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {627BD7E2-1ECC-4685-B1EA-72D2CDFB28C0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {627BD7E2-1ECC-4685-B1EA-72D2CDFB28C0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {627BD7E2-1ECC-4685-B1EA-72D2CDFB28C0}.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/oathkeeper/dotnet/README.md b/clients/oathkeeper/dotnet/README.md index 318b72de3d4..4472bd42f73 100644 --- a/clients/oathkeeper/dotnet/README.md +++ b/clients/oathkeeper/dotnet/README.md @@ -4,8 +4,8 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v0.40.4 -- SDK version: 0.40.4 +- API version: v0.40.5 +- SDK version: 0.40.5 - Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen For more information, please visit [https://www.ory.am](https://www.ory.am) diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/ApiApiTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/ApiApiTests.cs index f597489b2b4..1aadc8f1832 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/ApiApiTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/ApiApiTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/HealthApiTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/HealthApiTests.cs index 4d7a975e333..12a2f02257b 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/HealthApiTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/HealthApiTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/VersionApiTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/VersionApiTests.cs index 69a38e2a2a3..1ef6e2ebf36 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/VersionApiTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Api/VersionApiTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperGenericErrorTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperGenericErrorTests.cs index 9bfa18dd562..04fa467190f 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperGenericErrorTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperGenericErrorTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthNotReadyStatusTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthNotReadyStatusTests.cs index bcb2951d9fb..89e1000d8d1 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthNotReadyStatusTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthNotReadyStatusTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthStatusTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthStatusTests.cs index 3ce16b004d2..c18178364a7 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthStatusTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperHealthStatusTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeySetTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeySetTests.cs index d05de62816c..852fb51bf32 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeySetTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeySetTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeyTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeyTests.cs index 4084a376f87..facd99fad45 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeyTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperJsonWebKeyTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleHandlerTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleHandlerTests.cs index e8b505894d2..f5a7e6c370d 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleHandlerTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleHandlerTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleMatchTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleMatchTests.cs index 5afbc537062..5b8306d64d2 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleMatchTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleMatchTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleTests.cs index 370a3798f2d..9191fe0e7e8 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperRuleTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperUpstreamTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperUpstreamTests.cs index fea5d830fc9..28e4f305e09 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperUpstreamTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperUpstreamTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperVersionTests.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperVersionTests.cs index e7f644de1ef..010ff3e938e 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperVersionTests.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client.Test/Model/OathkeeperVersionTests.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/ApiApi.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/ApiApi.cs index 8b714b749ab..afc475f6891 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/ApiApi.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/ApiApi.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/HealthApi.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/HealthApi.cs index ae2fe256741..5e12eadf1d4 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/HealthApi.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/HealthApi.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/VersionApi.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/VersionApi.cs index 6946607ac9a..edf4502caa6 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/VersionApi.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Api/VersionApi.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiClient.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiClient.cs index df8e7621ce0..d27bad21839 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiClient.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiException.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiException.cs index 1b101bb237a..e4c0224e32a 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiException.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiException.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiResponse.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiResponse.cs index 86484d09854..7bf2d4c9f4a 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiResponse.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ClientUtils.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ClientUtils.cs index 70e2a132866..73db9fed33a 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ClientUtils.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Configuration.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Configuration.cs index 24caa98f2c0..bb5b58bcc7f 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Configuration.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Configuration.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * 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 = "0.40.4"; + public const string Version = "0.40.5"; /// /// Identifier for ISO 8601 DateTime Format @@ -107,7 +107,7 @@ public class Configuration : IReadableConfiguration public Configuration() { Proxy = null; - UserAgent = "OpenAPI-Generator/0.40.4/csharp"; + UserAgent = "OpenAPI-Generator/0.40.5/csharp"; BasePath = "http://localhost"; DefaultHeaders = new ConcurrentDictionary(); ApiKey = new ConcurrentDictionary(); @@ -451,8 +451,8 @@ public static string ToDebugReport() string report = "C# SDK (Ory.Oathkeeper.Client) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: v0.40.4\n"; - report += " SDK Package Version: 0.40.4\n"; + report += " Version of the API: v0.40.5\n"; + report += " SDK Package Version: 0.40.5\n"; return report; } diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ExceptionFactory.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ExceptionFactory.cs index 34750878e46..e65b04f6a84 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ExceptionFactory.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/GlobalConfiguration.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/GlobalConfiguration.cs index 6d5ea5f54fa..eb7ee623b36 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/GlobalConfiguration.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/HttpMethod.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/HttpMethod.cs index 73fa102fffc..8d4f79fd11f 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/HttpMethod.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IApiAccessor.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IApiAccessor.cs index 18979f2cea5..6724922352a 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IApiAccessor.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IAsynchronousClient.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IAsynchronousClient.cs index 15ba04aa6b5..da24bbe3b73 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IAsynchronousClient.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IReadableConfiguration.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IReadableConfiguration.cs index c4b86f21324..c060a941ab5 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IReadableConfiguration.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ISynchronousClient.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ISynchronousClient.cs index bf4731a7ce3..354fb285cba 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ISynchronousClient.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Multimap.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Multimap.cs index f35225efad4..83feece138d 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Multimap.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/Multimap.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/OpenAPIDateConverter.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/OpenAPIDateConverter.cs index 2155d12c208..94ff13ef9b7 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/OpenAPIDateConverter.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RequestOptions.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RequestOptions.cs index 8bd786b3cdb..b0f47baf2da 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RequestOptions.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RetryConfiguration.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RetryConfiguration.cs index c6de57c172f..9a910094991 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RetryConfiguration.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/AbstractOpenAPISchema.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/AbstractOpenAPISchema.cs index 27289082dab..2a26d4c9412 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/AbstractOpenAPISchema.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperGenericError.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperGenericError.cs index 5fd8657f4ad..e42e0cf68ee 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperGenericError.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperGenericError.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthNotReadyStatus.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthNotReadyStatus.cs index c608a781c76..0386082a655 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthNotReadyStatus.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthNotReadyStatus.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthStatus.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthStatus.cs index 149ffc9029c..f7d3f605d26 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthStatus.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperHealthStatus.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKey.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKey.cs index e13a9e1ff57..3c756ed4121 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKey.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKey.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKeySet.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKeySet.cs index e4017092101..4abda155c1c 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKeySet.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperJsonWebKeySet.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRule.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRule.cs index 2354745899a..ebdcc542a04 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRule.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRule.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleHandler.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleHandler.cs index 6e40f0bd7c5..42ebbb0bcbb 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleHandler.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleHandler.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleMatch.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleMatch.cs index aead8975722..8fadbe8c2c0 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleMatch.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperRuleMatch.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperUpstream.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperUpstream.cs index 0985d20f40a..a454bdc7580 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperUpstream.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperUpstream.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperVersion.cs b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperVersion.cs index 1c80f65dd8a..0d539d323d7 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperVersion.cs +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Model/OathkeeperVersion.cs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Ory.Oathkeeper.Client.csproj b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Ory.Oathkeeper.Client.csproj index 30b36270624..78ef15d9988 100644 --- a/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Ory.Oathkeeper.Client.csproj +++ b/clients/oathkeeper/dotnet/src/Ory.Oathkeeper.Client/Ory.Oathkeeper.Client.csproj @@ -12,7 +12,7 @@ A library generated from a OpenAPI doc No Copyright Ory.Oathkeeper.Client - 0.40.4 + 0.40.5 bin\$(Configuration)\$(TargetFramework)\Ory.Oathkeeper.Client.xml Apache-2.0 https://github.com/ory/sdk.git diff --git a/clients/oathkeeper/elixir/README.md b/clients/oathkeeper/elixir/README.md index aa7d2c180c7..05e5c27a561 100644 --- a/clients/oathkeeper/elixir/README.md +++ b/clients/oathkeeper/elixir/README.md @@ -18,7 +18,7 @@ your list of dependencies in `mix.exs`: ```elixir def deps do - [{:ory_oathkeeper, "~> v0.40.4"}] + [{:ory_oathkeeper, "~> v0.40.5"}] end ``` diff --git a/clients/oathkeeper/elixir/lib/ory/connection.ex b/clients/oathkeeper/elixir/lib/ory/connection.ex index 10c332fa4eb..99bb71023cf 100644 --- a/clients/oathkeeper/elixir/lib/ory/connection.ex +++ b/clients/oathkeeper/elixir/lib/ory/connection.ex @@ -96,7 +96,7 @@ defmodule Ory.Connection do Keyword.get( tesla_options, :user_agent, - "openapi-generator - Ory v0.40.4 - elixir" + "openapi-generator - Ory v0.40.5 - elixir" ) ) diff --git a/clients/oathkeeper/elixir/mix.exs b/clients/oathkeeper/elixir/mix.exs index 573f66c5609..5ba0e73a779 100644 --- a/clients/oathkeeper/elixir/mix.exs +++ b/clients/oathkeeper/elixir/mix.exs @@ -4,7 +4,7 @@ defmodule Ory.Mixfile do def project do [ app: :ory_oathkeeper, - version: "0.40.4", + version: "0.40.5", elixir: "~> 1.10", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod, diff --git a/clients/oathkeeper/elixir/mix.lock b/clients/oathkeeper/elixir/mix.lock index a2516d713b1..d00e9df351f 100644 --- a/clients/oathkeeper/elixir/mix.lock +++ b/clients/oathkeeper/elixir/mix.lock @@ -1,6 +1,6 @@ %{ "earmark_parser": {:hex, :earmark_parser, "1.4.33", "3c3fd9673bb5dcc9edc28dd90f50c87ce506d1f71b70e3de69aa8154bc695d44", [:mix], [], "hexpm", "2d526833729b59b9fdb85785078697c72ac5e5066350663e5be6a1182da61b8f"}, - "ex_doc": {:hex, :ex_doc, "0.30.2", "7a3e63ddb387746925bbbbcf6e9cb00e43c757cc60359a2b40059aea573e3e57", [:mix], [{:earmark_parser, "~> 1.4.31", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "5ba8cb61d069012f16b50e575b0e3e6cf4083935f7444fab0d92c9314ce86bb6"}, + "ex_doc": {:hex, :ex_doc, "0.30.3", "bfca4d340e3b95f2eb26e72e4890da83e2b3a5c5b0e52607333bf5017284b063", [:mix], [{:earmark_parser, "~> 1.4.31", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "fbc8702046c1d25edf79de376297e608ac78cdc3a29f075484773ad1718918b6"}, "makeup": {:hex, :makeup, "1.1.0", "6b67c8bc2882a6b6a445859952a602afc1a41c2e08379ca057c0f525366fc3ca", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "0a45ed501f4a8897f580eabf99a2e5234ea3e75a4373c8a52824f6e873be57a6"}, "makeup_elixir": {:hex, :makeup_elixir, "0.16.1", "cc9e3ca312f1cfeccc572b37a09980287e243648108384b97ff2b76e505c3555", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "e127a341ad1b209bd80f7bd1620a15693a9908ed780c3b763bccf7d200c767c6"}, "makeup_erlang": {:hex, :makeup_erlang, "0.1.2", "ad87296a092a46e03b7e9b0be7631ddcf64c790fa68a9ef5323b6cbb36affc72", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "f3f5a1ca93ce6e092d92b6d9c049bcda58a3b617a8d888f8e7231c85630e8108"}, diff --git a/clients/oathkeeper/go/README.md b/clients/oathkeeper/go/README.md index 7d8377fe186..c9de8f773cd 100644 --- a/clients/oathkeeper/go/README.md +++ b/clients/oathkeeper/go/README.md @@ -5,7 +5,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit ## 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: v0.40.4 +- API version: v0.40.5 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit [https://www.ory.am](https://www.ory.am) diff --git a/clients/oathkeeper/go/api/openapi.yaml b/clients/oathkeeper/go/api/openapi.yaml index 5561347fc63..8d569c73d42 100644 --- a/clients/oathkeeper/go/api/openapi.yaml +++ b/clients/oathkeeper/go/api/openapi.yaml @@ -8,7 +8,7 @@ info: for validity against a set of rules. This service uses Hydra to validate access tokens and policies. title: ORY Oathkeeper - version: v0.40.4 + version: v0.40.5 servers: - url: / paths: diff --git a/clients/oathkeeper/go/api_api.go b/clients/oathkeeper/go/api_api.go index a2e3654232a..ade9dd3ff04 100644 --- a/clients/oathkeeper/go/api_api.go +++ b/clients/oathkeeper/go/api_api.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/api_health.go b/clients/oathkeeper/go/api_health.go index 51e85d29c07..5cbcc38b384 100644 --- a/clients/oathkeeper/go/api_health.go +++ b/clients/oathkeeper/go/api_health.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/api_version.go b/clients/oathkeeper/go/api_version.go index 105c34f9126..82e05215245 100644 --- a/clients/oathkeeper/go/api_version.go +++ b/clients/oathkeeper/go/api_version.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/client.go b/clients/oathkeeper/go/client.go index 7e17deb1f29..b7ae95af62e 100644 --- a/clients/oathkeeper/go/client.go +++ b/clients/oathkeeper/go/client.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ @@ -42,7 +42,7 @@ var ( xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`) ) -// APIClient manages communication with the ORY Oathkeeper API vv0.40.4 +// APIClient manages communication with the ORY Oathkeeper API vv0.40.5 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/clients/oathkeeper/go/configuration.go b/clients/oathkeeper/go/configuration.go index 288b3bba8ef..4676a01fb88 100644 --- a/clients/oathkeeper/go/configuration.go +++ b/clients/oathkeeper/go/configuration.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_generic_error.go b/clients/oathkeeper/go/model_generic_error.go index ccda01f3cb9..6655d7245b6 100644 --- a/clients/oathkeeper/go/model_generic_error.go +++ b/clients/oathkeeper/go/model_generic_error.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_health_not_ready_status.go b/clients/oathkeeper/go/model_health_not_ready_status.go index 42fc62fa80f..9a2dcd7ef8f 100644 --- a/clients/oathkeeper/go/model_health_not_ready_status.go +++ b/clients/oathkeeper/go/model_health_not_ready_status.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_health_status.go b/clients/oathkeeper/go/model_health_status.go index 5f9a246b7f8..28d643c6972 100644 --- a/clients/oathkeeper/go/model_health_status.go +++ b/clients/oathkeeper/go/model_health_status.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_json_web_key.go b/clients/oathkeeper/go/model_json_web_key.go index 671626a734c..623e02913a7 100644 --- a/clients/oathkeeper/go/model_json_web_key.go +++ b/clients/oathkeeper/go/model_json_web_key.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_json_web_key_set.go b/clients/oathkeeper/go/model_json_web_key_set.go index e2edae3f0db..993cc8c751a 100644 --- a/clients/oathkeeper/go/model_json_web_key_set.go +++ b/clients/oathkeeper/go/model_json_web_key_set.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_rule.go b/clients/oathkeeper/go/model_rule.go index f75a3bf9fa5..61957061cdf 100644 --- a/clients/oathkeeper/go/model_rule.go +++ b/clients/oathkeeper/go/model_rule.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_rule_handler.go b/clients/oathkeeper/go/model_rule_handler.go index 1fd8be3efbd..bfdcefbcdf7 100644 --- a/clients/oathkeeper/go/model_rule_handler.go +++ b/clients/oathkeeper/go/model_rule_handler.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_rule_match.go b/clients/oathkeeper/go/model_rule_match.go index 9b2805f4f9a..a337ebafa02 100644 --- a/clients/oathkeeper/go/model_rule_match.go +++ b/clients/oathkeeper/go/model_rule_match.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_upstream.go b/clients/oathkeeper/go/model_upstream.go index 71a2b287df0..c1cac8fc5aa 100644 --- a/clients/oathkeeper/go/model_upstream.go +++ b/clients/oathkeeper/go/model_upstream.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/model_version.go b/clients/oathkeeper/go/model_version.go index a93649da74c..c247b791672 100644 --- a/clients/oathkeeper/go/model_version.go +++ b/clients/oathkeeper/go/model_version.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/response.go b/clients/oathkeeper/go/response.go index a0879bcc95a..dd4bf515526 100644 --- a/clients/oathkeeper/go/response.go +++ b/clients/oathkeeper/go/response.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/go/utils.go b/clients/oathkeeper/go/utils.go index e8df017f363..f14274895b7 100644 --- a/clients/oathkeeper/go/utils.go +++ b/clients/oathkeeper/go/utils.go @@ -3,7 +3,7 @@ ORY Oathkeeper ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -API version: v0.40.4 +API version: v0.40.5 Contact: hi@ory.am */ diff --git a/clients/oathkeeper/java/README.md b/clients/oathkeeper/java/README.md index 3eba67020f3..f60c88251c4 100644 --- a/clients/oathkeeper/java/README.md +++ b/clients/oathkeeper/java/README.md @@ -1,8 +1,8 @@ # oathkeeper-client ORY Oathkeeper -- API version: v0.40.4 - - Build date: 2023-07-13T09:49:01.522740587Z[Etc/UTC] +- API version: v0.40.5 + - Build date: 2023-07-17T14:18:22.463112971Z[Etc/UTC] ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. @@ -41,7 +41,7 @@ Add this dependency to your project's POM: sh.ory.oathkeeper oathkeeper-client - v0.40.4 + v0.40.5 compile ``` @@ -57,7 +57,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "sh.ory.oathkeeper:oathkeeper-client:v0.40.4" + implementation "sh.ory.oathkeeper:oathkeeper-client:v0.40.5" } ``` @@ -71,7 +71,7 @@ mvn clean package Then manually install the following JARs: -* `target/oathkeeper-client-v0.40.4.jar` +* `target/oathkeeper-client-v0.40.5.jar` * `target/lib/*.jar` ## Getting Started diff --git a/clients/oathkeeper/java/api/openapi.yaml b/clients/oathkeeper/java/api/openapi.yaml index 9ddcf075e81..ee34810e76d 100644 --- a/clients/oathkeeper/java/api/openapi.yaml +++ b/clients/oathkeeper/java/api/openapi.yaml @@ -8,7 +8,7 @@ info: for validity against a set of rules. This service uses Hydra to validate access tokens and policies. title: ORY Oathkeeper - version: v0.40.4 + version: v0.40.5 servers: - url: / paths: diff --git a/clients/oathkeeper/java/build.gradle b/clients/oathkeeper/java/build.gradle index ea2a057137a..746f19673f1 100644 --- a/clients/oathkeeper/java/build.gradle +++ b/clients/oathkeeper/java/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group = 'sh.ory.oathkeeper' -version = 'v0.40.4' +version = 'v0.40.5' buildscript { repositories { diff --git a/clients/oathkeeper/java/build.sbt b/clients/oathkeeper/java/build.sbt index 97db12dddc0..08ba52bd63e 100644 --- a/clients/oathkeeper/java/build.sbt +++ b/clients/oathkeeper/java/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "sh.ory.oathkeeper", name := "oathkeeper-client", - version := "v0.40.4", + version := "v0.40.5", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiCallback.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiCallback.java index 7e3ced71573..4ba3c57515d 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiCallback.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiCallback.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiClient.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiClient.java index fc21dabd748..963d5dfc289 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiClient.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiClient.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -129,7 +129,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("OpenAPI-Generator/v0.40.4/java"); + setUserAgent("OpenAPI-Generator/v0.40.5/java"); authentications = new HashMap(); } diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiException.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiException.java index b0dc16ea65e..b8f20359aa5 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiException.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiException.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class ApiException extends Exception { private int code = 0; private Map> responseHeaders = null; diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiResponse.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiResponse.java index 29f58ecaf30..262c7303741 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiResponse.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ApiResponse.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Configuration.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Configuration.java index e73a52ef0d8..e20fba59559 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Configuration.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Configuration.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ package sh.ory.oathkeeper; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class Configuration { private static ApiClient defaultApiClient = new ApiClient(); diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/GzipRequestInterceptor.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/GzipRequestInterceptor.java index 5a2fec6db84..0f307c586fb 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/GzipRequestInterceptor.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/GzipRequestInterceptor.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/JSON.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/JSON.java index 7c09974a788..e3c108904a1 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/JSON.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/JSON.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Pair.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Pair.java index 417a10163f3..e9b194ce79c 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Pair.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/Pair.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,7 +13,7 @@ package sh.ory.oathkeeper; -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class Pair { private String name = ""; private String value = ""; diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressRequestBody.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressRequestBody.java index 0f6a1085e03..a46dd32e7f5 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressRequestBody.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressRequestBody.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressResponseBody.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressResponseBody.java index e62c805c7a4..8279ab436fe 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressResponseBody.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/ProgressResponseBody.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/StringUtil.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/StringUtil.java index 85ef39aedaa..b0867068cea 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/StringUtil.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/StringUtil.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/ApiApi.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/ApiApi.java index 28937516310..478291e3dfc 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/ApiApi.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/ApiApi.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/HealthApi.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/HealthApi.java index 4cfde2ab6ca..b893475516d 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/HealthApi.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/HealthApi.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/VersionApi.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/VersionApi.java index d18774b02a4..8265f37faa3 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/VersionApi.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/api/VersionApi.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/ApiKeyAuth.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/ApiKeyAuth.java index bbd309efb5c..cf979261698 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/ApiKeyAuth.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/ApiKeyAuth.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class ApiKeyAuth implements Authentication { private final String location; private final String paramName; diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/Authentication.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/Authentication.java index c86e04a4d4b..3be7f44a556 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/Authentication.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/Authentication.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBasicAuth.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBasicAuth.java index f363addcff5..124b594a240 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBasicAuth.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBasicAuth.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBearerAuth.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBearerAuth.java index 1ad40414f36..905944ca123 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBearerAuth.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/auth/HttpBearerAuth.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class HttpBearerAuth implements Authentication { private final String scheme; private String bearerToken; diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/AbstractOpenApiSchema.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/AbstractOpenApiSchema.java index 2e63926f9b1..49014d059e0 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/AbstractOpenApiSchema.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/AbstractOpenApiSchema.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public abstract class AbstractOpenApiSchema { // store the actual instance of the schema/object diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/GenericError.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/GenericError.java index d215c6bdf31..015fb1c6148 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/GenericError.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/GenericError.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -52,7 +52,7 @@ * The standard error format */ @ApiModel(description = "The standard error format") -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class GenericError { public static final String SERIALIZED_NAME_CODE = "code"; @SerializedName(SERIALIZED_NAME_CODE) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthNotReadyStatus.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthNotReadyStatus.java index d922fd1cf51..e997f0e33a5 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthNotReadyStatus.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthNotReadyStatus.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class HealthNotReadyStatus { public static final String SERIALIZED_NAME_ERRORS = "errors"; @SerializedName(SERIALIZED_NAME_ERRORS) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthStatus.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthStatus.java index 8e4307866d7..675e26361ab 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthStatus.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/HealthStatus.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class HealthStatus { public static final String SERIALIZED_NAME_STATUS = "status"; @SerializedName(SERIALIZED_NAME_STATUS) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKey.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKey.java index 2d6c0d70f95..2099e53ea7a 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKey.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKey.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class JsonWebKey { public static final String SERIALIZED_NAME_ALG = "alg"; @SerializedName(SERIALIZED_NAME_ALG) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKeySet.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKeySet.java index b77f37c0583..dc977bd12c4 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKeySet.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/JsonWebKeySet.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -51,7 +51,7 @@ /** * JsonWebKeySet */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class JsonWebKeySet { public static final String SERIALIZED_NAME_KEYS = "keys"; @SerializedName(SERIALIZED_NAME_KEYS) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Rule.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Rule.java index 4e093a23b59..6126c72eb29 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Rule.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Rule.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -53,7 +53,7 @@ /** * Rule */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class Rule { public static final String SERIALIZED_NAME_AUTHENTICATORS = "authenticators"; @SerializedName(SERIALIZED_NAME_AUTHENTICATORS) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleHandler.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleHandler.java index 94c1230d2ff..56c6a8c7cb5 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleHandler.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleHandler.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -48,7 +48,7 @@ /** * RuleHandler */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class RuleHandler { public static final String SERIALIZED_NAME_CONFIG = "config"; @SerializedName(SERIALIZED_NAME_CONFIG) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleMatch.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleMatch.java index 6bf0ecf9306..f4f5c70fc7a 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleMatch.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/RuleMatch.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -50,7 +50,7 @@ /** * RuleMatch */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class RuleMatch { public static final String SERIALIZED_NAME_METHODS = "methods"; @SerializedName(SERIALIZED_NAME_METHODS) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Upstream.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Upstream.java index 9aa5378eef7..146211adffd 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Upstream.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Upstream.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -48,7 +48,7 @@ /** * Upstream */ -@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class Upstream { public static final String SERIALIZED_NAME_PRESERVE_HOST = "preserve_host"; @SerializedName(SERIALIZED_NAME_PRESERVE_HOST) diff --git a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Version.java b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Version.java index 3bdf53d35aa..b7af03b2167 100644 --- a/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Version.java +++ b/clients/oathkeeper/java/src/main/java/sh/ory/oathkeeper/model/Version.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * 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-07-13T09:49:01.522740587Z[Etc/UTC]") +@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-07-17T14:18:22.463112971Z[Etc/UTC]") public class Version { public static final String SERIALIZED_NAME_VERSION = "version"; @SerializedName(SERIALIZED_NAME_VERSION) diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/ApiApiTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/ApiApiTest.java index ee71960ddfc..13852887d6b 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/ApiApiTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/ApiApiTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/HealthApiTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/HealthApiTest.java index 0c1c4563a2a..95d0f160727 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/HealthApiTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/HealthApiTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/VersionApiTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/VersionApiTest.java index 53b7de6d29d..058bd4a1294 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/VersionApiTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/api/VersionApiTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/GenericErrorTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/GenericErrorTest.java index 2240e0f4ada..a4400e3b233 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/GenericErrorTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/GenericErrorTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthNotReadyStatusTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthNotReadyStatusTest.java index 1497157de03..6eb133a5006 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthNotReadyStatusTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthNotReadyStatusTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthStatusTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthStatusTest.java index 380fce50d1c..19b941ae33e 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthStatusTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/HealthStatusTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeySetTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeySetTest.java index 1b81c847e0b..720c5b58aad 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeySetTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeySetTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeyTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeyTest.java index e190532b2af..3dd27295a28 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeyTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/JsonWebKeyTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleHandlerTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleHandlerTest.java index 9b9de4faf8e..4fc5681bb39 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleHandlerTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleHandlerTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleMatchTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleMatchTest.java index e28f20028ae..5a8025c6bd1 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleMatchTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleMatchTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleTest.java index 400aaa83c84..b1181115127 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/RuleTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/UpstreamTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/UpstreamTest.java index 78a2fca5f30..a83789269f5 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/UpstreamTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/UpstreamTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/VersionTest.java b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/VersionTest.java index d190fa89c23..17e5a210bda 100644 --- a/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/VersionTest.java +++ b/clients/oathkeeper/java/src/test/java/sh/ory/oathkeeper/model/VersionTest.java @@ -2,7 +2,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/php/README.md b/clients/oathkeeper/php/README.md index 52787dff044..5dd62d647b7 100644 --- a/clients/oathkeeper/php/README.md +++ b/clients/oathkeeper/php/README.md @@ -111,5 +111,5 @@ hi@ory.am This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: `v0.40.4` +- API version: `v0.40.5` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/clients/oathkeeper/php/lib/Api/ApiApi.php b/clients/oathkeeper/php/lib/Api/ApiApi.php index 98614a65f01..677086827bc 100644 --- a/clients/oathkeeper/php/lib/Api/ApiApi.php +++ b/clients/oathkeeper/php/lib/Api/ApiApi.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Api/HealthApi.php b/clients/oathkeeper/php/lib/Api/HealthApi.php index 45894cdc84a..34c9052c7af 100644 --- a/clients/oathkeeper/php/lib/Api/HealthApi.php +++ b/clients/oathkeeper/php/lib/Api/HealthApi.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Api/VersionApi.php b/clients/oathkeeper/php/lib/Api/VersionApi.php index af94a733e56..af8bd9217aa 100644 --- a/clients/oathkeeper/php/lib/Api/VersionApi.php +++ b/clients/oathkeeper/php/lib/Api/VersionApi.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/ApiException.php b/clients/oathkeeper/php/lib/ApiException.php index 7f683fbc719..934d6130f4b 100644 --- a/clients/oathkeeper/php/lib/ApiException.php +++ b/clients/oathkeeper/php/lib/ApiException.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Configuration.php b/clients/oathkeeper/php/lib/Configuration.php index 6c1596bcde4..b3515ef1763 100644 --- a/clients/oathkeeper/php/lib/Configuration.php +++ b/clients/oathkeeper/php/lib/Configuration.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 @@ -399,7 +399,7 @@ public static function toDebugReport() $report = 'PHP SDK (Ory\Oathkeeper\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: v0.40.4' . PHP_EOL; + $report .= ' The version of the OpenAPI document: v0.40.5' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/clients/oathkeeper/php/lib/HeaderSelector.php b/clients/oathkeeper/php/lib/HeaderSelector.php index fafe2c7c96e..3dd5492261a 100644 --- a/clients/oathkeeper/php/lib/HeaderSelector.php +++ b/clients/oathkeeper/php/lib/HeaderSelector.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/GenericError.php b/clients/oathkeeper/php/lib/Model/GenericError.php index 328c2ff6270..0875f8c973d 100644 --- a/clients/oathkeeper/php/lib/Model/GenericError.php +++ b/clients/oathkeeper/php/lib/Model/GenericError.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/HealthNotReadyStatus.php b/clients/oathkeeper/php/lib/Model/HealthNotReadyStatus.php index 36e31e8b900..8a1881c3b75 100644 --- a/clients/oathkeeper/php/lib/Model/HealthNotReadyStatus.php +++ b/clients/oathkeeper/php/lib/Model/HealthNotReadyStatus.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/HealthStatus.php b/clients/oathkeeper/php/lib/Model/HealthStatus.php index f1fed4b00a9..83ed9777d53 100644 --- a/clients/oathkeeper/php/lib/Model/HealthStatus.php +++ b/clients/oathkeeper/php/lib/Model/HealthStatus.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/JsonWebKey.php b/clients/oathkeeper/php/lib/Model/JsonWebKey.php index 6fb5391acc4..79a32e18a82 100644 --- a/clients/oathkeeper/php/lib/Model/JsonWebKey.php +++ b/clients/oathkeeper/php/lib/Model/JsonWebKey.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/JsonWebKeySet.php b/clients/oathkeeper/php/lib/Model/JsonWebKeySet.php index 60f90bb7a1e..e333f8896a7 100644 --- a/clients/oathkeeper/php/lib/Model/JsonWebKeySet.php +++ b/clients/oathkeeper/php/lib/Model/JsonWebKeySet.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/ModelInterface.php b/clients/oathkeeper/php/lib/Model/ModelInterface.php index 3ee1bfe40a4..97c73cb8e28 100644 --- a/clients/oathkeeper/php/lib/Model/ModelInterface.php +++ b/clients/oathkeeper/php/lib/Model/ModelInterface.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/Rule.php b/clients/oathkeeper/php/lib/Model/Rule.php index 17fdc891fd4..4643219927c 100644 --- a/clients/oathkeeper/php/lib/Model/Rule.php +++ b/clients/oathkeeper/php/lib/Model/Rule.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/RuleHandler.php b/clients/oathkeeper/php/lib/Model/RuleHandler.php index 1a82981b5a7..aabe1daa7fe 100644 --- a/clients/oathkeeper/php/lib/Model/RuleHandler.php +++ b/clients/oathkeeper/php/lib/Model/RuleHandler.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/RuleMatch.php b/clients/oathkeeper/php/lib/Model/RuleMatch.php index 0281996db49..c4fba79e72a 100644 --- a/clients/oathkeeper/php/lib/Model/RuleMatch.php +++ b/clients/oathkeeper/php/lib/Model/RuleMatch.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/Upstream.php b/clients/oathkeeper/php/lib/Model/Upstream.php index 087c5caa590..922f9f89069 100644 --- a/clients/oathkeeper/php/lib/Model/Upstream.php +++ b/clients/oathkeeper/php/lib/Model/Upstream.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/Model/Version.php b/clients/oathkeeper/php/lib/Model/Version.php index a3f8a0ad776..119a194c49f 100644 --- a/clients/oathkeeper/php/lib/Model/Version.php +++ b/clients/oathkeeper/php/lib/Model/Version.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/lib/ObjectSerializer.php b/clients/oathkeeper/php/lib/ObjectSerializer.php index b88d92b2c4a..6ec644bf712 100644 --- a/clients/oathkeeper/php/lib/ObjectSerializer.php +++ b/clients/oathkeeper/php/lib/ObjectSerializer.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Api/ApiApiTest.php b/clients/oathkeeper/php/test/Api/ApiApiTest.php index 900eb7dcf1b..e7e461d9bb4 100644 --- a/clients/oathkeeper/php/test/Api/ApiApiTest.php +++ b/clients/oathkeeper/php/test/Api/ApiApiTest.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Api/HealthApiTest.php b/clients/oathkeeper/php/test/Api/HealthApiTest.php index 17813601f88..718eae3e5f4 100644 --- a/clients/oathkeeper/php/test/Api/HealthApiTest.php +++ b/clients/oathkeeper/php/test/Api/HealthApiTest.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Api/VersionApiTest.php b/clients/oathkeeper/php/test/Api/VersionApiTest.php index ef580ce84cd..fbf18e631d4 100644 --- a/clients/oathkeeper/php/test/Api/VersionApiTest.php +++ b/clients/oathkeeper/php/test/Api/VersionApiTest.php @@ -14,7 +14,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/GenericErrorTest.php b/clients/oathkeeper/php/test/Model/GenericErrorTest.php index f0a292c8e0b..bb1206c68dc 100644 --- a/clients/oathkeeper/php/test/Model/GenericErrorTest.php +++ b/clients/oathkeeper/php/test/Model/GenericErrorTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/HealthNotReadyStatusTest.php b/clients/oathkeeper/php/test/Model/HealthNotReadyStatusTest.php index b3957d1af7b..929ba04d9bb 100644 --- a/clients/oathkeeper/php/test/Model/HealthNotReadyStatusTest.php +++ b/clients/oathkeeper/php/test/Model/HealthNotReadyStatusTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/HealthStatusTest.php b/clients/oathkeeper/php/test/Model/HealthStatusTest.php index 9e12ac886c5..b905314931f 100644 --- a/clients/oathkeeper/php/test/Model/HealthStatusTest.php +++ b/clients/oathkeeper/php/test/Model/HealthStatusTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/JsonWebKeySetTest.php b/clients/oathkeeper/php/test/Model/JsonWebKeySetTest.php index 3504fa33175..cc49855a135 100644 --- a/clients/oathkeeper/php/test/Model/JsonWebKeySetTest.php +++ b/clients/oathkeeper/php/test/Model/JsonWebKeySetTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/JsonWebKeyTest.php b/clients/oathkeeper/php/test/Model/JsonWebKeyTest.php index c9a2d486141..397434ba8f8 100644 --- a/clients/oathkeeper/php/test/Model/JsonWebKeyTest.php +++ b/clients/oathkeeper/php/test/Model/JsonWebKeyTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/RuleHandlerTest.php b/clients/oathkeeper/php/test/Model/RuleHandlerTest.php index 4f0bf2277b3..65d48d22aca 100644 --- a/clients/oathkeeper/php/test/Model/RuleHandlerTest.php +++ b/clients/oathkeeper/php/test/Model/RuleHandlerTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/RuleMatchTest.php b/clients/oathkeeper/php/test/Model/RuleMatchTest.php index 6267080d35f..89518281ecf 100644 --- a/clients/oathkeeper/php/test/Model/RuleMatchTest.php +++ b/clients/oathkeeper/php/test/Model/RuleMatchTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/RuleTest.php b/clients/oathkeeper/php/test/Model/RuleTest.php index dc17ea0c7e7..89b7afce945 100644 --- a/clients/oathkeeper/php/test/Model/RuleTest.php +++ b/clients/oathkeeper/php/test/Model/RuleTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/UpstreamTest.php b/clients/oathkeeper/php/test/Model/UpstreamTest.php index 0dfc71f807c..a55dfa33ab2 100644 --- a/clients/oathkeeper/php/test/Model/UpstreamTest.php +++ b/clients/oathkeeper/php/test/Model/UpstreamTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/php/test/Model/VersionTest.php b/clients/oathkeeper/php/test/Model/VersionTest.php index db9f8606893..a65b8541d2f 100644 --- a/clients/oathkeeper/php/test/Model/VersionTest.php +++ b/clients/oathkeeper/php/test/Model/VersionTest.php @@ -15,7 +15,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech * OpenAPI Generator version: 5.4.0 diff --git a/clients/oathkeeper/python/README.md b/clients/oathkeeper/python/README.md index 77b236387f8..4d53aff74d9 100644 --- a/clients/oathkeeper/python/README.md +++ b/clients/oathkeeper/python/README.md @@ -3,8 +3,8 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v0.40.4 -- Package version: v0.40.4 +- API version: v0.40.5 +- Package version: v0.40.5 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://www.ory.am](https://www.ory.am) diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/__init__.py b/clients/oathkeeper/python/ory_oathkeeper_client/__init__.py index 746eb3b0b4a..51856622256 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/__init__.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/__init__.py @@ -5,13 +5,13 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ -__version__ = "v0.40.4" +__version__ = "v0.40.5" # import ApiClient from ory_oathkeeper_client.api_client import ApiClient diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/api/api_api.py b/clients/oathkeeper/python/ory_oathkeeper_client/api/api_api.py index 5bcfbc83b87..9769451cffd 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/api/api_api.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/api/api_api.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/api/health_api.py b/clients/oathkeeper/python/ory_oathkeeper_client/api/health_api.py index 9111c83bd84..9df73ed3b8c 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/api/health_api.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/api/health_api.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/api/version_api.py b/clients/oathkeeper/python/ory_oathkeeper_client/api/version_api.py index 6d08c727cf5..581552ed187 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/api/version_api.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/api/version_api.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/api_client.py b/clients/oathkeeper/python/ory_oathkeeper_client/api_client.py index 91e7d2fcdc4..e18a868b311 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/api_client.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/api_client.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am 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/v0.40.4/python' + self.user_agent = 'OpenAPI-Generator/v0.40.5/python' def __enter__(self): return self diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/configuration.py b/clients/oathkeeper/python/ory_oathkeeper_client/configuration.py index 8b5cd409857..edd81e17ab9 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/configuration.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/configuration.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ @@ -380,8 +380,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v0.40.4\n"\ - "SDK Package Version: v0.40.4".\ + "Version of the API: v0.40.5\n"\ + "SDK Package Version: v0.40.5".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/exceptions.py b/clients/oathkeeper/python/ory_oathkeeper_client/exceptions.py index 5a12005e8a7..fe00bbfb066 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/exceptions.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/exceptions.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/generic_error.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/generic_error.py index 3e0f258ec0c..d308e3cfc71 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/generic_error.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/generic_error.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/health_not_ready_status.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/health_not_ready_status.py index c9956053768..528c40aa8d3 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/health_not_ready_status.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/health_not_ready_status.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/health_status.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/health_status.py index 4439b59b921..11200374fba 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/health_status.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/health_status.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key.py index ca200085093..d5b3e8401c0 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key_set.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key_set.py index d89309aa907..2475281aeaf 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key_set.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/json_web_key_set.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/rule.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/rule.py index d81d00b1523..0fa6dc8b4f2 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/rule.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/rule.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_handler.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_handler.py index 9e3239049c3..35bae5f8232 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_handler.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_handler.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_match.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_match.py index 0fdf1d62e22..2351fc0336f 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_match.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/rule_match.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/upstream.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/upstream.py index 8cf77c36758..68295e88a5b 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/upstream.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/upstream.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model/version.py b/clients/oathkeeper/python/ory_oathkeeper_client/model/version.py index fa68f589517..af76be3b9ca 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model/version.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model/version.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/model_utils.py b/clients/oathkeeper/python/ory_oathkeeper_client/model_utils.py index 57fcb6ca9d4..5fa12415bbb 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/model_utils.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/model_utils.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/ory_oathkeeper_client/rest.py b/clients/oathkeeper/python/ory_oathkeeper_client/rest.py index 0ed529cbf79..c17b53593dd 100644 --- a/clients/oathkeeper/python/ory_oathkeeper_client/rest.py +++ b/clients/oathkeeper/python/ory_oathkeeper_client/rest.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/setup.py b/clients/oathkeeper/python/setup.py index a6b2f180374..0a55d75cc7b 100644 --- a/clients/oathkeeper/python/setup.py +++ b/clients/oathkeeper/python/setup.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ @@ -12,7 +12,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "ory-oathkeeper-client" -VERSION = "v0.40.4" +VERSION = "v0.40.5" # To install the library, run the following # # python setup.py install diff --git a/clients/oathkeeper/python/test/test_api_api.py b/clients/oathkeeper/python/test/test_api_api.py index dc158f0a832..ea48913705c 100644 --- a/clients/oathkeeper/python/test/test_api_api.py +++ b/clients/oathkeeper/python/test/test_api_api.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_generic_error.py b/clients/oathkeeper/python/test/test_generic_error.py index 8861307912c..e79937a591c 100644 --- a/clients/oathkeeper/python/test/test_generic_error.py +++ b/clients/oathkeeper/python/test/test_generic_error.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_health_api.py b/clients/oathkeeper/python/test/test_health_api.py index 5cd607b1dfc..dc8bf977ee1 100644 --- a/clients/oathkeeper/python/test/test_health_api.py +++ b/clients/oathkeeper/python/test/test_health_api.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_health_not_ready_status.py b/clients/oathkeeper/python/test/test_health_not_ready_status.py index 38275b77a72..8e4f1d68bd8 100644 --- a/clients/oathkeeper/python/test/test_health_not_ready_status.py +++ b/clients/oathkeeper/python/test/test_health_not_ready_status.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_health_status.py b/clients/oathkeeper/python/test/test_health_status.py index 449bb648d42..52ef8a05f36 100644 --- a/clients/oathkeeper/python/test/test_health_status.py +++ b/clients/oathkeeper/python/test/test_health_status.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_json_web_key.py b/clients/oathkeeper/python/test/test_json_web_key.py index 8333c14fa62..e8b97a1b843 100644 --- a/clients/oathkeeper/python/test/test_json_web_key.py +++ b/clients/oathkeeper/python/test/test_json_web_key.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_json_web_key_set.py b/clients/oathkeeper/python/test/test_json_web_key_set.py index 1e509368320..626bc356f91 100644 --- a/clients/oathkeeper/python/test/test_json_web_key_set.py +++ b/clients/oathkeeper/python/test/test_json_web_key_set.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_rule.py b/clients/oathkeeper/python/test/test_rule.py index 38b50760332..9e7551e8f9e 100644 --- a/clients/oathkeeper/python/test/test_rule.py +++ b/clients/oathkeeper/python/test/test_rule.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_rule_handler.py b/clients/oathkeeper/python/test/test_rule_handler.py index 9f16e78d9c9..79d558d45f1 100644 --- a/clients/oathkeeper/python/test/test_rule_handler.py +++ b/clients/oathkeeper/python/test/test_rule_handler.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_rule_match.py b/clients/oathkeeper/python/test/test_rule_match.py index 2432d7a4492..7fb6f4911d0 100644 --- a/clients/oathkeeper/python/test/test_rule_match.py +++ b/clients/oathkeeper/python/test/test_rule_match.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_upstream.py b/clients/oathkeeper/python/test/test_upstream.py index 73834a1f09a..45239c2ba6c 100644 --- a/clients/oathkeeper/python/test/test_upstream.py +++ b/clients/oathkeeper/python/test/test_upstream.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_version.py b/clients/oathkeeper/python/test/test_version.py index 0d6fba2c561..cd76dff480f 100644 --- a/clients/oathkeeper/python/test/test_version.py +++ b/clients/oathkeeper/python/test/test_version.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/python/test/test_version_api.py b/clients/oathkeeper/python/test/test_version_api.py index 6e9da77ed99..fbd0459b26b 100644 --- a/clients/oathkeeper/python/test/test_version_api.py +++ b/clients/oathkeeper/python/test/test_version_api.py @@ -3,7 +3,7 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. # noqa: E501 - The version of the OpenAPI document: v0.40.4 + The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech """ diff --git a/clients/oathkeeper/ruby/Gemfile.lock b/clients/oathkeeper/ruby/Gemfile.lock index a0217a32595..b4725e5c50f 100644 --- a/clients/oathkeeper/ruby/Gemfile.lock +++ b/clients/oathkeeper/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ory-oathkeeper-client (0.40.4) + ory-oathkeeper-client (0.40.5) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/clients/oathkeeper/ruby/README.md b/clients/oathkeeper/ruby/README.md index 2931eb287eb..b5021b144ae 100644 --- a/clients/oathkeeper/ruby/README.md +++ b/clients/oathkeeper/ruby/README.md @@ -6,8 +6,8 @@ ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validit This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: v0.40.4 -- Package version: v0.40.4 +- API version: v0.40.5 +- Package version: v0.40.5 - Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit [https://www.ory.am](https://www.ory.am) @@ -24,16 +24,16 @@ gem build ory-oathkeeper-client.gemspec Then either install the gem locally: ```shell -gem install ./ory-oathkeeper-client-v0.40.4.gem +gem install ./ory-oathkeeper-client-v0.40.5.gem ``` -(for development, run `gem install --dev ./ory-oathkeeper-client-v0.40.4.gem` to install the development dependencies) +(for development, run `gem install --dev ./ory-oathkeeper-client-v0.40.5.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-oathkeeper-client', '~> v0.40.4' + gem 'ory-oathkeeper-client', '~> v0.40.5' ### Install from Git diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client.rb index 15dad57f9b0..b4137c02392 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/api_api.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/api_api.rb index 6e9d3965055..52b2bb611c1 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/api_api.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/api_api.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/health_api.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/health_api.rb index 36ac98ef3f3..708c2357824 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/health_api.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/health_api.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/version_api.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/version_api.rb index 551ab88c5e1..596baa68f89 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/version_api.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api/version_api.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_client.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_client.rb index f94c88b05a7..2e2249fcbe2 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_client.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_client.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_error.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_error.rb index 71cb58cb1f6..4566652966a 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_error.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/api_error.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/configuration.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/configuration.rb index 9946e78d47a..2bd23af1ab6 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/configuration.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/configuration.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/generic_error.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/generic_error.rb index 373981e8153..141ee8709b4 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/generic_error.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/generic_error.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_not_ready_status.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_not_ready_status.rb index f5789a98e52..f9b0388b031 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_not_ready_status.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_not_ready_status.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_status.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_status.rb index d397c7f2968..c577d417615 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_status.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/health_status.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key.rb index d79499f6cb2..ba1dbb24a22 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key_set.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key_set.rb index 1b8ecf138ed..04dbdfe9e95 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key_set.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/json_web_key_set.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule.rb index 0efccda5f6f..c007eb06237 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_handler.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_handler.rb index dffc859ef22..a1e4382a728 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_handler.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_handler.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_match.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_match.rb index 7a3971afb27..d375689e3ec 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_match.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/rule_match.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/upstream.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/upstream.rb index 7690329e8b6..623aa8c2482 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/upstream.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/upstream.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/version.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/version.rb index 27d680acfa0..e963f36aa42 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/version.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/models/version.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/version.rb b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/version.rb index cc1f1c22089..92972ce39d4 100644 --- a/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/version.rb +++ b/clients/oathkeeper/ruby/lib/ory-oathkeeper-client/version.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: 0.40.4 +The version of the OpenAPI document: 0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 @@ -11,5 +11,5 @@ =end module OryOathkeeperClient - VERSION = '0.40.4' + VERSION = '0.40.5' end diff --git a/clients/oathkeeper/ruby/ory-oathkeeper-client.gemspec b/clients/oathkeeper/ruby/ory-oathkeeper-client.gemspec index 0e143ea5115..32507e11109 100644 --- a/clients/oathkeeper/ruby/ory-oathkeeper-client.gemspec +++ b/clients/oathkeeper/ruby/ory-oathkeeper-client.gemspec @@ -5,7 +5,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/api/api_api_spec.rb b/clients/oathkeeper/ruby/spec/api/api_api_spec.rb index 7fad0ef286c..6b19617fdb4 100644 --- a/clients/oathkeeper/ruby/spec/api/api_api_spec.rb +++ b/clients/oathkeeper/ruby/spec/api/api_api_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/api/health_api_spec.rb b/clients/oathkeeper/ruby/spec/api/health_api_spec.rb index d2c652b5f48..dad5176702d 100644 --- a/clients/oathkeeper/ruby/spec/api/health_api_spec.rb +++ b/clients/oathkeeper/ruby/spec/api/health_api_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/api/version_api_spec.rb b/clients/oathkeeper/ruby/spec/api/version_api_spec.rb index b83b373e41c..69fcf3290d0 100644 --- a/clients/oathkeeper/ruby/spec/api/version_api_spec.rb +++ b/clients/oathkeeper/ruby/spec/api/version_api_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/api_client_spec.rb b/clients/oathkeeper/ruby/spec/api_client_spec.rb index 7f9572545ad..481f6feab01 100644 --- a/clients/oathkeeper/ruby/spec/api_client_spec.rb +++ b/clients/oathkeeper/ruby/spec/api_client_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/configuration_spec.rb b/clients/oathkeeper/ruby/spec/configuration_spec.rb index 8581460bb93..fb13920eb7b 100644 --- a/clients/oathkeeper/ruby/spec/configuration_spec.rb +++ b/clients/oathkeeper/ruby/spec/configuration_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/generic_error_spec.rb b/clients/oathkeeper/ruby/spec/models/generic_error_spec.rb index 9207fb93cac..85d6d590ff1 100644 --- a/clients/oathkeeper/ruby/spec/models/generic_error_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/generic_error_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/health_not_ready_status_spec.rb b/clients/oathkeeper/ruby/spec/models/health_not_ready_status_spec.rb index 36fa26d9d1a..5dfd101f1ff 100644 --- a/clients/oathkeeper/ruby/spec/models/health_not_ready_status_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/health_not_ready_status_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/health_status_spec.rb b/clients/oathkeeper/ruby/spec/models/health_status_spec.rb index 5e77a986e38..7e835039d77 100644 --- a/clients/oathkeeper/ruby/spec/models/health_status_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/health_status_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/json_web_key_set_spec.rb b/clients/oathkeeper/ruby/spec/models/json_web_key_set_spec.rb index 348dab3edf4..7ac95fc5e91 100644 --- a/clients/oathkeeper/ruby/spec/models/json_web_key_set_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/json_web_key_set_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/json_web_key_spec.rb b/clients/oathkeeper/ruby/spec/models/json_web_key_spec.rb index ec9bf9043e2..109f306f181 100644 --- a/clients/oathkeeper/ruby/spec/models/json_web_key_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/json_web_key_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/rule_handler_spec.rb b/clients/oathkeeper/ruby/spec/models/rule_handler_spec.rb index 0a9eb584c00..9561d0faa9a 100644 --- a/clients/oathkeeper/ruby/spec/models/rule_handler_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/rule_handler_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/rule_match_spec.rb b/clients/oathkeeper/ruby/spec/models/rule_match_spec.rb index d0c376c22ef..bf8bce3692a 100644 --- a/clients/oathkeeper/ruby/spec/models/rule_match_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/rule_match_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/rule_spec.rb b/clients/oathkeeper/ruby/spec/models/rule_spec.rb index a3a3b67d8df..35fc28c81f2 100644 --- a/clients/oathkeeper/ruby/spec/models/rule_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/rule_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/upstream_spec.rb b/clients/oathkeeper/ruby/spec/models/upstream_spec.rb index 3b0de5241f3..53de7e4a961 100644 --- a/clients/oathkeeper/ruby/spec/models/upstream_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/upstream_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/models/version_spec.rb b/clients/oathkeeper/ruby/spec/models/version_spec.rb index d6f13813189..51877352255 100644 --- a/clients/oathkeeper/ruby/spec/models/version_spec.rb +++ b/clients/oathkeeper/ruby/spec/models/version_spec.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/ruby/spec/spec_helper.rb b/clients/oathkeeper/ruby/spec/spec_helper.rb index e8850a12af5..6e2b5c2281d 100644 --- a/clients/oathkeeper/ruby/spec/spec_helper.rb +++ b/clients/oathkeeper/ruby/spec/spec_helper.rb @@ -3,7 +3,7 @@ #ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. -The version of the OpenAPI document: v0.40.4 +The version of the OpenAPI document: v0.40.5 Contact: hi@ory.am Generated by: https://openapi-generator.tech OpenAPI Generator version: 6.0.1 diff --git a/clients/oathkeeper/rust/Cargo.lock b/clients/oathkeeper/rust/Cargo.lock index 4b334efab27..6426bd34d85 100644 --- a/clients/oathkeeper/rust/Cargo.lock +++ b/clients/oathkeeper/rust/Cargo.lock @@ -248,9 +248,9 @@ checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" [[package]] name = "itoa" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" +checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" [[package]] name = "js-sys" @@ -341,7 +341,7 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "ory-oathkeeper-client" -version = "0.40.4" +version = "0.40.5" dependencies = [ "num-traits", "reqwest", @@ -371,18 +371,18 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "proc-macro2" -version = "1.0.64" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" +checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" dependencies = [ "unicode-ident", ] [[package]] name = "quote" -version = "1.0.29" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" +checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" dependencies = [ "proc-macro2", ] @@ -430,9 +430,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" [[package]] name = "ryu" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" +checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "serde" @@ -453,9 +453,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.102" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed" +checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" dependencies = [ "itoa", "ryu", @@ -495,9 +495,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.25" +version = "2.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" +checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" dependencies = [ "proc-macro2", "quote", @@ -598,9 +598,9 @@ checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" [[package]] name = "unicode-ident" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" +checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "unicode-normalization" diff --git a/clients/oathkeeper/rust/Cargo.toml b/clients/oathkeeper/rust/Cargo.toml index 112731b0b62..2d689632fb3 100644 --- a/clients/oathkeeper/rust/Cargo.toml +++ b/clients/oathkeeper/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ory-oathkeeper-client" -version = "0.40.4" +version = "0.40.5" description = "SDK Client for Ory Oathkeeper" documentation = "https://www.ory.sh/oathkeeper/docs/sdk" homepage = "https://www.ory.sh" diff --git a/clients/oathkeeper/rust/README.md b/clients/oathkeeper/rust/README.md index 13c5617923a..6aa58fa3662 100644 --- a/clients/oathkeeper/rust/README.md +++ b/clients/oathkeeper/rust/README.md @@ -8,8 +8,8 @@ For more information, please visit [https://www.ory.am](https://www.ory.am) 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: v0.40.4 -- Package version: v0.40.4 +- API version: v0.40.5 +- Package version: v0.40.5 - Build package: `org.openapitools.codegen.languages.RustClientCodegen` ## Installation diff --git a/clients/oathkeeper/rust/src/apis/api_api.rs b/clients/oathkeeper/rust/src/apis/api_api.rs index 71529b1ba6b..8fa1f50a871 100644 --- a/clients/oathkeeper/rust/src/apis/api_api.rs +++ b/clients/oathkeeper/rust/src/apis/api_api.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/apis/configuration.rs b/clients/oathkeeper/rust/src/apis/configuration.rs index 80e7e58f30b..fa9220049e3 100644 --- a/clients/oathkeeper/rust/src/apis/configuration.rs +++ b/clients/oathkeeper/rust/src/apis/configuration.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ @@ -41,7 +41,7 @@ impl Default for Configuration { fn default() -> Self { Configuration { base_path: "http://localhost".to_owned(), - user_agent: Some("OpenAPI-Generator/v0.40.4/rust".to_owned()), + user_agent: Some("OpenAPI-Generator/v0.40.5/rust".to_owned()), client: reqwest::Client::new(), basic_auth: None, oauth_access_token: None, diff --git a/clients/oathkeeper/rust/src/apis/health_api.rs b/clients/oathkeeper/rust/src/apis/health_api.rs index d8c54713896..a0b47895a8d 100644 --- a/clients/oathkeeper/rust/src/apis/health_api.rs +++ b/clients/oathkeeper/rust/src/apis/health_api.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/apis/version_api.rs b/clients/oathkeeper/rust/src/apis/version_api.rs index 65949ce27ed..b57b11d74e7 100644 --- a/clients/oathkeeper/rust/src/apis/version_api.rs +++ b/clients/oathkeeper/rust/src/apis/version_api.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/generic_error.rs b/clients/oathkeeper/rust/src/models/generic_error.rs index 29ab89dfd75..06e595d96e9 100644 --- a/clients/oathkeeper/rust/src/models/generic_error.rs +++ b/clients/oathkeeper/rust/src/models/generic_error.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/health_not_ready_status.rs b/clients/oathkeeper/rust/src/models/health_not_ready_status.rs index 6563e820430..f043b37ef07 100644 --- a/clients/oathkeeper/rust/src/models/health_not_ready_status.rs +++ b/clients/oathkeeper/rust/src/models/health_not_ready_status.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/health_status.rs b/clients/oathkeeper/rust/src/models/health_status.rs index 2e7c057f3b8..a19f9c037c2 100644 --- a/clients/oathkeeper/rust/src/models/health_status.rs +++ b/clients/oathkeeper/rust/src/models/health_status.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/json_web_key.rs b/clients/oathkeeper/rust/src/models/json_web_key.rs index a0762492e19..cce3a78aab9 100644 --- a/clients/oathkeeper/rust/src/models/json_web_key.rs +++ b/clients/oathkeeper/rust/src/models/json_web_key.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/json_web_key_set.rs b/clients/oathkeeper/rust/src/models/json_web_key_set.rs index f5ae7a96cff..99e0a42b05b 100644 --- a/clients/oathkeeper/rust/src/models/json_web_key_set.rs +++ b/clients/oathkeeper/rust/src/models/json_web_key_set.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/rule.rs b/clients/oathkeeper/rust/src/models/rule.rs index 1830c0a2bda..ffbcd428533 100644 --- a/clients/oathkeeper/rust/src/models/rule.rs +++ b/clients/oathkeeper/rust/src/models/rule.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/rule_handler.rs b/clients/oathkeeper/rust/src/models/rule_handler.rs index ffa7f98892c..54f21533c46 100644 --- a/clients/oathkeeper/rust/src/models/rule_handler.rs +++ b/clients/oathkeeper/rust/src/models/rule_handler.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/rule_match.rs b/clients/oathkeeper/rust/src/models/rule_match.rs index 75d1f7a5694..a650cb56730 100644 --- a/clients/oathkeeper/rust/src/models/rule_match.rs +++ b/clients/oathkeeper/rust/src/models/rule_match.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/upstream.rs b/clients/oathkeeper/rust/src/models/upstream.rs index cabfb335b86..29f7295e7a9 100644 --- a/clients/oathkeeper/rust/src/models/upstream.rs +++ b/clients/oathkeeper/rust/src/models/upstream.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/rust/src/models/version.rs b/clients/oathkeeper/rust/src/models/version.rs index b622bbd8edd..5c89418bed7 100644 --- a/clients/oathkeeper/rust/src/models/version.rs +++ b/clients/oathkeeper/rust/src/models/version.rs @@ -3,7 +3,7 @@ * * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * Generated by: https://openapi-generator.tech */ diff --git a/clients/oathkeeper/typescript/README.md b/clients/oathkeeper/typescript/README.md index 049c93265d8..fd11f29a28e 100644 --- a/clients/oathkeeper/typescript/README.md +++ b/clients/oathkeeper/typescript/README.md @@ -1,4 +1,4 @@ -## @ory/oathkeeper-client@v0.40.4 +## @ory/oathkeeper-client@v0.40.5 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/oathkeeper-client@v0.40.4 --save +npm install @ory/oathkeeper-client@v0.40.5 --save ``` _unPublished (not recommended):_ diff --git a/clients/oathkeeper/typescript/api.ts b/clients/oathkeeper/typescript/api.ts index 95ea6a2ad26..44a5e6d1d0a 100644 --- a/clients/oathkeeper/typescript/api.ts +++ b/clients/oathkeeper/typescript/api.ts @@ -4,7 +4,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/typescript/base.ts b/clients/oathkeeper/typescript/base.ts index 9312b1af416..f7e4bc02b94 100644 --- a/clients/oathkeeper/typescript/base.ts +++ b/clients/oathkeeper/typescript/base.ts @@ -4,7 +4,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/typescript/common.ts b/clients/oathkeeper/typescript/common.ts index fc43727df47..72de8beaf9f 100644 --- a/clients/oathkeeper/typescript/common.ts +++ b/clients/oathkeeper/typescript/common.ts @@ -4,7 +4,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/typescript/configuration.ts b/clients/oathkeeper/typescript/configuration.ts index b3c622857e7..5e4d89bdb01 100644 --- a/clients/oathkeeper/typescript/configuration.ts +++ b/clients/oathkeeper/typescript/configuration.ts @@ -4,7 +4,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/typescript/index.ts b/clients/oathkeeper/typescript/index.ts index 4b3559a3d02..71093ec65ba 100644 --- a/clients/oathkeeper/typescript/index.ts +++ b/clients/oathkeeper/typescript/index.ts @@ -4,7 +4,7 @@ * ORY Oathkeeper * ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies. * - * The version of the OpenAPI document: v0.40.4 + * The version of the OpenAPI document: v0.40.5 * Contact: hi@ory.am * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/clients/oathkeeper/typescript/package-lock.json b/clients/oathkeeper/typescript/package-lock.json index b0250f2bc5a..385bcf69fcb 100644 --- a/clients/oathkeeper/typescript/package-lock.json +++ b/clients/oathkeeper/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ory/oathkeeper-client", - "version": "v0.40.4", + "version": "v0.40.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ory/oathkeeper-client", - "version": "v0.40.4", + "version": "v0.40.5", "license": "Apache-2.0", "dependencies": { "axios": "^0.21.4" diff --git a/clients/oathkeeper/typescript/package.json b/clients/oathkeeper/typescript/package.json index 7d0a09b877c..f18fde17d9d 100644 --- a/clients/oathkeeper/typescript/package.json +++ b/clients/oathkeeper/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@ory/oathkeeper-client", - "version": "v0.40.4", + "version": "v0.40.5", "description": "OpenAPI client for @ory/oathkeeper-client", "author": "ORY GmbH", "keywords": [ diff --git a/spec/oathkeeper/v0.40.5.json b/spec/oathkeeper/v0.40.5.json old mode 100755 new mode 100644 index 11a151c93b9..789c62aad33 --- a/spec/oathkeeper/v0.40.5.json +++ b/spec/oathkeeper/v0.40.5.json @@ -1,469 +1 @@ -{ - "consumes": ["application/json"], - "produces": ["application/json"], - "schemes": ["http", "https"], - "swagger": "2.0", - "info": { - "description": "ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.", - "title": "ORY Oathkeeper", - "contact": { - "name": "ORY", - "url": "https://www.ory.am", - "email": "hi@ory.am" - }, - "version": "Latest" - }, - "basePath": "/", - "paths": { - "/.well-known/jwks.json": { - "get": { - "description": "This endpoint returns cryptographic keys that are required to, for example, verify signatures of ID Tokens.", - "produces": ["application/json"], - "schemes": ["http", "https"], - "tags": ["api"], - "summary": "Lists Cryptographic Keys", - "operationId": "getWellKnownJSONWebKeys", - "responses": { - "200": { - "description": "jsonWebKeySet", - "schema": { - "$ref": "#/definitions/jsonWebKeySet" - } - }, - "500": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - } - } - } - }, - "/decisions": { - "get": { - "description": "\u003e This endpoint works with all HTTP Methods (GET, POST, PUT, ...) and matches every path prefixed with /decisions.\n\nThis endpoint mirrors the proxy capability of ORY Oathkeeper's proxy functionality but instead of forwarding the\nrequest to the upstream server, returns 200 (request should be allowed), 401 (unauthorized), or 403 (forbidden)\nstatus codes. This endpoint can be used to integrate with other API Proxies like Ambassador, Kong, Envoy, and many more.", - "schemes": ["http", "https"], - "tags": ["api"], - "summary": "Access Control Decision API", - "operationId": "decisions", - "responses": { - "200": { - "$ref": "#/responses/emptyResponse" - }, - "401": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - }, - "403": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - }, - "404": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - }, - "500": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - } - } - } - }, - "/health/alive": { - "get": { - "description": "This endpoint returns a 200 status code when the HTTP server is up running.\nThis 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.", - "produces": ["application/json", "text/plain"], - "tags": ["health"], - "summary": "Check alive status", - "operationId": "isInstanceAlive", - "responses": { - "200": { - "description": "healthStatus", - "schema": { - "$ref": "#/definitions/healthStatus" - } - }, - "default": { - "description": "unexpectedError", - "schema": { - "$ref": "#/definitions/unexpectedError" - } - } - } - } - }, - "/health/ready": { - "get": { - "description": "This endpoint returns a 200 status code when the HTTP server 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 this service, the health status will never\nrefer to the cluster state, only to a single instance.", - "produces": ["application/json", "text/plain"], - "tags": ["health"], - "summary": "Check readiness status", - "operationId": "isInstanceReady", - "responses": { - "200": { - "description": "healthStatus", - "schema": { - "$ref": "#/definitions/healthStatus" - } - }, - "503": { - "description": "healthNotReadyStatus", - "schema": { - "$ref": "#/definitions/healthNotReadyStatus" - } - }, - "default": { - "description": "unexpectedError", - "schema": { - "$ref": "#/definitions/unexpectedError" - } - } - } - } - }, - "/rules": { - "get": { - "description": "This method returns an array of all rules that are stored in the backend. This is useful if you want to get a full\nview of what rules you have currently in place.", - "consumes": ["application/json"], - "produces": ["application/json"], - "schemes": ["http", "https"], - "tags": ["api"], - "summary": "List All Rules", - "operationId": "listRules", - "parameters": [ - { - "type": "integer", - "format": "int64", - "description": "The maximum amount of rules returned.", - "name": "limit", - "in": "query" - }, - { - "type": "integer", - "format": "int64", - "description": "The offset from where to start looking.", - "name": "offset", - "in": "query" - } - ], - "responses": { - "200": { - "$ref": "#/responses/rules" - }, - "500": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - } - } - } - }, - "/rules/{id}": { - "get": { - "description": "Use this method to retrieve a rule from the storage. If it does not exist you will receive a 404 error.", - "consumes": ["application/json"], - "produces": ["application/json"], - "schemes": ["http", "https"], - "tags": ["api"], - "summary": "Retrieve a Rule", - "operationId": "getRule", - "parameters": [ - { - "type": "string", - "name": "id", - "in": "path", - "required": true - } - ], - "responses": { - "200": { - "$ref": "#/responses/rule" - }, - "404": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - }, - "500": { - "description": "genericError", - "schema": { - "$ref": "#/definitions/genericError" - } - } - } - } - }, - "/version": { - "get": { - "description": "This endpoint returns the service version typically notated using semantic versioning.\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.", - "produces": ["application/json"], - "tags": ["version"], - "summary": "Get service version", - "operationId": "getVersion", - "responses": { - "200": { - "description": "version", - "schema": { - "$ref": "#/definitions/version" - } - } - } - } - } - }, - "definitions": { - "Upstream": { - "type": "object", - "properties": { - "preserve_host": { - "description": "PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the\nhostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so.", - "type": "boolean" - }, - "strip_path": { - "description": "StripPath if set, replaces the provided path prefix when forwarding the requested URL to the upstream URL.", - "type": "string" - }, - "url": { - "description": "URL is the URL the request will be proxied to.", - "type": "string" - } - } - }, - "genericError": { - "description": "The standard error format", - "type": "object", - "properties": { - "code": { - "type": "integer", - "format": "int64" - }, - "details": { - "type": "array", - "items": { - "type": "object", - "additionalProperties": {} - } - }, - "message": { - "type": "string" - }, - "reason": { - "type": "string" - }, - "request": { - "type": "string" - }, - "status": { - "type": "string" - } - } - }, - "healthNotReadyStatus": { - "type": "object", - "properties": { - "errors": { - "description": "Errors contains a list of errors that caused the not ready status.", - "type": "object", - "additionalProperties": { - "type": "string" - } - } - } - }, - "healthStatus": { - "type": "object", - "properties": { - "status": { - "description": "Status always contains \"ok\".", - "type": "string" - } - } - }, - "jsonWebKey": { - "type": "object", - "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.", - "type": "string" - }, - "crv": { - "type": "string" - }, - "d": { - "type": "string" - }, - "dp": { - "type": "string" - }, - "dq": { - "type": "string" - }, - "e": { - "type": "string" - }, - "k": { - "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.", - "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.", - "type": "string" - }, - "n": { - "type": "string" - }, - "p": { - "type": "string" - }, - "q": { - "type": "string" - }, - "qi": { - "type": "string" - }, - "use": { - "description": "The \"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. Values are commonly \"sig\" (signature) or \"enc\" (encryption).", - "type": "string" - }, - "x": { - "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.", - "type": "array", - "items": { - "type": "string" - } - }, - "y": { - "type": "string" - } - } - }, - "jsonWebKeySet": { - "type": "object", - "properties": { - "keys": { - "description": "The value of the \"keys\" parameter is an array of JWK values. By\ndefault, the order of the JWK values within the array does not imply\nan order of preference among them, although applications of JWK Sets\ncan choose to assign a meaning to the order for their purposes, if\ndesired.", - "type": "array", - "items": { - "$ref": "#/definitions/jsonWebKey" - } - } - } - }, - "rule": { - "type": "object", - "title": "swaggerRule is a single rule that will get checked on every HTTP request.", - "properties": { - "authenticators": { - "description": "Authenticators is a list of authentication handlers that will try and authenticate the provided credentials.\nAuthenticators are checked iteratively from index 0 to n and if the first authenticator to return a positive\nresult will be the one used.\n\nIf you want the rule to first check a specific authenticator before \"falling back\" to others, have that authenticator\nas the first item in the array.", - "type": "array", - "items": { - "$ref": "#/definitions/ruleHandler" - } - }, - "authorizer": { - "$ref": "#/definitions/ruleHandler" - }, - "description": { - "description": "Description is a human readable description of this rule.", - "type": "string" - }, - "id": { - "description": "ID is the unique id of the rule. It can be at most 190 characters long, but the layout of the ID is up to you.\nYou will need this ID later on to update or delete the rule.", - "type": "string" - }, - "match": { - "$ref": "#/definitions/ruleMatch" - }, - "mutators": { - "description": "Mutators is a list of mutation handlers that transform the HTTP request. A common use case is generating a new set\nof credentials (e.g. JWT) which then will be forwarded to the upstream server.\n\nMutations are performed iteratively from index 0 to n and should all succeed in order for the HTTP request to be forwarded.", - "type": "array", - "items": { - "$ref": "#/definitions/ruleHandler" - } - }, - "upstream": { - "$ref": "#/definitions/Upstream" - } - } - }, - "ruleHandler": { - "type": "object", - "properties": { - "config": { - "description": "Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler's available settings." - }, - "handler": { - "description": "Handler identifies the implementation which will be used to handle this specific request. Please read the user\nguide for a complete list of available handlers.", - "type": "string" - } - } - }, - "ruleMatch": { - "type": "object", - "properties": { - "methods": { - "description": "An array of HTTP methods (e.g. GET, POST, PUT, DELETE, ...). When ORY Oathkeeper searches for rules\nto decide what to do with an incoming request to the proxy server, it compares the HTTP method of the incoming\nrequest with the HTTP methods of each rules. If a match is found, the rule is considered a partial match.\nIf the matchesUrl field is satisfied as well, the rule is considered a full match.", - "type": "array", - "items": { - "type": "string" - } - }, - "url": { - "description": "This field represents the URL pattern this rule matches. When ORY Oathkeeper searches for rules\nto decide what to do with an incoming request to the proxy server, it compares the full request URL\n(e.g. https://mydomain.com/api/resource) without query parameters of the incoming\nrequest with this field. If a match is found, the rule is considered a partial match.\nIf the matchesMethods field is satisfied as well, the rule is considered a full match.\n\nYou can use regular expressions in this field to match more than one url. Regular expressions are encapsulated in\nbrackets \u003c and \u003e. The following example matches all paths of the domain `mydomain.com`: `https://mydomain.com/\u003c.*\u003e`.", - "type": "string" - } - } - }, - "unexpectedError": { - "type": "string" - }, - "version": { - "type": "object", - "properties": { - "version": { - "description": "Version is the service's version.", - "type": "string" - } - } - }, - "UUID": { "type": "string", "format": "uuid4" } - }, - "responses": { - "emptyResponse": { - "description": "An empty response" - }, - "rule": { - "description": "A rule", - "schema": { - "$ref": "#/definitions/rule" - } - }, - "rules": { - "description": "A list of rules", - "schema": { - "type": "array", - "items": { - "$ref": "#/definitions/rule" - } - } - } - }, - "x-forwarded-proto": "string", - "x-request-id": "string" -} +{"consumes":["application/json"],"produces":["application/json"],"schemes":["http","https"],"swagger":"2.0","info":{"description":"ORY Oathkeeper is a reverse proxy that checks the HTTP Authorization for validity against a set of rules. This service uses Hydra to validate access tokens and policies.","title":"ORY Oathkeeper","contact":{"name":"ORY","url":"https://www.ory.am","email":"hi@ory.am"},"version":"v0.40.5"},"basePath":"/","paths":{"/.well-known/jwks.json":{"get":{"description":"This endpoint returns cryptographic keys that are required to, for example, verify signatures of ID Tokens.","produces":["application/json"],"schemes":["http","https"],"tags":["api"],"summary":"Lists Cryptographic Keys","operationId":"getWellKnownJSONWebKeys","responses":{"200":{"description":"jsonWebKeySet","schema":{"$ref":"#/definitions/jsonWebKeySet"}},"500":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}}}}},"/decisions":{"get":{"description":"> This endpoint works with all HTTP Methods (GET, POST, PUT, ...) and matches every path prefixed with /decisions.\n\nThis endpoint mirrors the proxy capability of ORY Oathkeeper's proxy functionality but instead of forwarding the\nrequest to the upstream server, returns 200 (request should be allowed), 401 (unauthorized), or 403 (forbidden)\nstatus codes. This endpoint can be used to integrate with other API Proxies like Ambassador, Kong, Envoy, and many more.","schemes":["http","https"],"tags":["api"],"summary":"Access Control Decision API","operationId":"decisions","responses":{"200":{"$ref":"#/responses/emptyResponse"},"401":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}},"403":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}},"404":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}},"500":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}}}}},"/health/alive":{"get":{"description":"This endpoint returns a 200 status code when the HTTP server is up running.\nThis 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.","produces":["application/json","text/plain"],"tags":["health"],"summary":"Check alive status","operationId":"isInstanceAlive","responses":{"200":{"description":"healthStatus","schema":{"$ref":"#/definitions/healthStatus"}},"default":{"description":"unexpectedError","schema":{"$ref":"#/definitions/unexpectedError"}}}}},"/health/ready":{"get":{"description":"This endpoint returns a 200 status code when the HTTP server 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 this service, the health status will never\nrefer to the cluster state, only to a single instance.","produces":["application/json","text/plain"],"tags":["health"],"summary":"Check readiness status","operationId":"isInstanceReady","responses":{"200":{"description":"healthStatus","schema":{"$ref":"#/definitions/healthStatus"}},"503":{"description":"healthNotReadyStatus","schema":{"$ref":"#/definitions/healthNotReadyStatus"}},"default":{"description":"unexpectedError","schema":{"$ref":"#/definitions/unexpectedError"}}}}},"/rules":{"get":{"description":"This method returns an array of all rules that are stored in the backend. This is useful if you want to get a full\nview of what rules you have currently in place.","consumes":["application/json"],"produces":["application/json"],"schemes":["http","https"],"tags":["api"],"summary":"List All Rules","operationId":"listRules","parameters":[{"type":"integer","format":"int64","description":"The maximum amount of rules returned.","name":"limit","in":"query"},{"type":"integer","format":"int64","description":"The offset from where to start looking.","name":"offset","in":"query"}],"responses":{"200":{"$ref":"#/responses/rules"},"500":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}}}}},"/rules/{id}":{"get":{"description":"Use this method to retrieve a rule from the storage. If it does not exist you will receive a 404 error.","consumes":["application/json"],"produces":["application/json"],"schemes":["http","https"],"tags":["api"],"summary":"Retrieve a Rule","operationId":"getRule","parameters":[{"type":"string","name":"id","in":"path","required":true}],"responses":{"200":{"$ref":"#/responses/rule"},"404":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}},"500":{"description":"genericError","schema":{"$ref":"#/definitions/genericError"}}}}},"/version":{"get":{"description":"This endpoint returns the service version typically notated using semantic versioning.\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.","produces":["application/json"],"tags":["version"],"summary":"Get service version","operationId":"getVersion","responses":{"200":{"description":"version","schema":{"$ref":"#/definitions/version"}}}}}},"definitions":{"Upstream":{"type":"object","properties":{"preserve_host":{"description":"PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the\nhostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so.","type":"boolean"},"strip_path":{"description":"StripPath if set, replaces the provided path prefix when forwarding the requested URL to the upstream URL.","type":"string"},"url":{"description":"URL is the URL the request will be proxied to.","type":"string"}}},"genericError":{"description":"The standard error format","type":"object","properties":{"code":{"type":"integer","format":"int64"},"details":{"type":"array","items":{"type":"object","additionalProperties":{}}},"message":{"type":"string"},"reason":{"type":"string"},"request":{"type":"string"},"status":{"type":"string"}}},"healthNotReadyStatus":{"type":"object","properties":{"errors":{"description":"Errors contains a list of errors that caused the not ready status.","type":"object","additionalProperties":{"type":"string"}}}},"healthStatus":{"type":"object","properties":{"status":{"description":"Status always contains \"ok\".","type":"string"}}},"jsonWebKey":{"type":"object","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.","type":"string"},"crv":{"type":"string"},"d":{"type":"string"},"dp":{"type":"string"},"dq":{"type":"string"},"e":{"type":"string"},"k":{"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.","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.","type":"string"},"n":{"type":"string"},"p":{"type":"string"},"q":{"type":"string"},"qi":{"type":"string"},"use":{"description":"The \"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. Values are commonly \"sig\" (signature) or \"enc\" (encryption).","type":"string"},"x":{"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.","type":"array","items":{"type":"string"}},"y":{"type":"string"}}},"jsonWebKeySet":{"type":"object","properties":{"keys":{"description":"The value of the \"keys\" parameter is an array of JWK values. By\ndefault, the order of the JWK values within the array does not imply\nan order of preference among them, although applications of JWK Sets\ncan choose to assign a meaning to the order for their purposes, if\ndesired.","type":"array","items":{"$ref":"#/definitions/jsonWebKey"}}}},"rule":{"type":"object","title":"swaggerRule is a single rule that will get checked on every HTTP request.","properties":{"authenticators":{"description":"Authenticators is a list of authentication handlers that will try and authenticate the provided credentials.\nAuthenticators are checked iteratively from index 0 to n and if the first authenticator to return a positive\nresult will be the one used.\n\nIf you want the rule to first check a specific authenticator before \"falling back\" to others, have that authenticator\nas the first item in the array.","type":"array","items":{"$ref":"#/definitions/ruleHandler"}},"authorizer":{"$ref":"#/definitions/ruleHandler"},"description":{"description":"Description is a human readable description of this rule.","type":"string"},"id":{"description":"ID is the unique id of the rule. It can be at most 190 characters long, but the layout of the ID is up to you.\nYou will need this ID later on to update or delete the rule.","type":"string"},"match":{"$ref":"#/definitions/ruleMatch"},"mutators":{"description":"Mutators is a list of mutation handlers that transform the HTTP request. A common use case is generating a new set\nof credentials (e.g. JWT) which then will be forwarded to the upstream server.\n\nMutations are performed iteratively from index 0 to n and should all succeed in order for the HTTP request to be forwarded.","type":"array","items":{"$ref":"#/definitions/ruleHandler"}},"upstream":{"$ref":"#/definitions/Upstream"}}},"ruleHandler":{"type":"object","properties":{"config":{"description":"Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler's available settings."},"handler":{"description":"Handler identifies the implementation which will be used to handle this specific request. Please read the user\nguide for a complete list of available handlers.","type":"string"}}},"ruleMatch":{"type":"object","properties":{"methods":{"description":"An array of HTTP methods (e.g. GET, POST, PUT, DELETE, ...). When ORY Oathkeeper searches for rules\nto decide what to do with an incoming request to the proxy server, it compares the HTTP method of the incoming\nrequest with the HTTP methods of each rules. If a match is found, the rule is considered a partial match.\nIf the matchesUrl field is satisfied as well, the rule is considered a full match.","type":"array","items":{"type":"string"}},"url":{"description":"This field represents the URL pattern this rule matches. When ORY Oathkeeper searches for rules\nto decide what to do with an incoming request to the proxy server, it compares the full request URL\n(e.g. https://mydomain.com/api/resource) without query parameters of the incoming\nrequest with this field. If a match is found, the rule is considered a partial match.\nIf the matchesMethods field is satisfied as well, the rule is considered a full match.\n\nYou can use regular expressions in this field to match more than one url. Regular expressions are encapsulated in\nbrackets < and >. The following example matches all paths of the domain `mydomain.com`: `https://mydomain.com/<.*>`.","type":"string"}}},"unexpectedError":{"type":"string"},"version":{"type":"object","properties":{"version":{"description":"Version is the service's version.","type":"string"}}},"UUID":{"type":"string","format":"uuid4"}},"responses":{"emptyResponse":{"description":"An empty response"},"rule":{"description":"A rule","schema":{"$ref":"#/definitions/rule"}},"rules":{"description":"A list of rules","schema":{"type":"array","items":{"$ref":"#/definitions/rule"}}}},"x-forwarded-proto":"string","x-request-id":"string"}