From 01722d9692929ca83be898bd8c5da3be614b9ac8 Mon Sep 17 00:00:00 2001 From: javiertuya <10879637+javiertuya@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:21:31 +0100 Subject: [PATCH] Add readonly to attribute properties --- net/TdRules/Giis.Tdrules.Openapi/Api/TdRulesApi.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/ApiClient.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/ApiException.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/ApiResponse.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/ClientUtils.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/Configuration.cs | 4 ++-- net/TdRules/Giis.Tdrules.Openapi/Client/ExceptionFactory.cs | 2 +- .../Giis.Tdrules.Openapi/Client/GlobalConfiguration.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/HttpMethod.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/IApiAccessor.cs | 2 +- .../Giis.Tdrules.Openapi/Client/IAsynchronousClient.cs | 2 +- .../Giis.Tdrules.Openapi/Client/IReadableConfiguration.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/ISynchronousClient.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/Multimap.cs | 2 +- .../Giis.Tdrules.Openapi/Client/OpenAPIDateConverter.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/RequestOptions.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Client/RetryConfiguration.cs | 2 +- .../Giis.Tdrules.Openapi/Model/AbstractOpenAPISchema.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/Ddl.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/QueryEntitiesBody.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/QueryParam.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/QueryParametersBody.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/TdAttribute.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/TdCheck.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/TdEntity.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/TdRule.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/TdRules.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/TdRulesBody.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/TdSchema.cs | 2 +- net/TdRules/Giis.Tdrules.Openapi/Model/VersionBody.cs | 2 +- tdrules-model/src/main/resources/api/v4/api.yml | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/net/TdRules/Giis.Tdrules.Openapi/Api/TdRulesApi.cs b/net/TdRules/Giis.Tdrules.Openapi/Api/TdRulesApi.cs index a6afcba..7d483f4 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Api/TdRulesApi.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Api/TdRulesApi.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/ApiClient.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/ApiClient.cs index a2cddb4..c95b91f 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/ApiClient.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/ApiClient.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/ApiException.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/ApiException.cs index 5b21e30..f6fc6f7 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/ApiException.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/ApiException.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/ApiResponse.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/ApiResponse.cs index 3af650f..f979263 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/ApiResponse.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/ApiResponse.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/ClientUtils.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/ClientUtils.cs index 076569f..2e1cd72 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/ClientUtils.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/ClientUtils.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/Configuration.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/Configuration.cs index 8e1f924..3df7cc4 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/Configuration.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/Configuration.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ @@ -539,7 +539,7 @@ public static string ToDebugReport() string report = "C# SDK (Giis.Tdrules.Openapi) Debug Report:\n"; report += " OS: " + System.Environment.OSVersion + "\n"; report += " .NET Framework Version: " + System.Environment.Version + "\n"; - report += " Version of the API: 4.0.1\n"; + report += " Version of the API: 4.0.2\n"; report += " SDK Package Version: 1.0.0\n"; return report; diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/ExceptionFactory.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/ExceptionFactory.cs index 0feb365..8fed536 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/ExceptionFactory.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/ExceptionFactory.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/GlobalConfiguration.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/GlobalConfiguration.cs index 66e9a69..bae163d 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/GlobalConfiguration.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/GlobalConfiguration.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/HttpMethod.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/HttpMethod.cs index dd2054c..5257264 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/HttpMethod.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/HttpMethod.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/IApiAccessor.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/IApiAccessor.cs index cfb08c1..459d95f 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/IApiAccessor.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/IApiAccessor.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/IAsynchronousClient.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/IAsynchronousClient.cs index cc48676..d5283fd 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/IAsynchronousClient.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/IAsynchronousClient.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/IReadableConfiguration.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/IReadableConfiguration.cs index 6c22930..b2d32a8 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/IReadableConfiguration.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/IReadableConfiguration.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/ISynchronousClient.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/ISynchronousClient.cs index 6966620..5e00f5a 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/ISynchronousClient.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/ISynchronousClient.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/Multimap.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/Multimap.cs index 9d6719d..1fb1a15 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/Multimap.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/Multimap.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/OpenAPIDateConverter.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/OpenAPIDateConverter.cs index 9e468db..935c52b 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/OpenAPIDateConverter.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/OpenAPIDateConverter.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/RequestOptions.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/RequestOptions.cs index 7680f8d..6d9d3dd 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/RequestOptions.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/RequestOptions.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Client/RetryConfiguration.cs b/net/TdRules/Giis.Tdrules.Openapi/Client/RetryConfiguration.cs index b546115..f2debf8 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Client/RetryConfiguration.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Client/RetryConfiguration.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/AbstractOpenAPISchema.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/AbstractOpenAPISchema.cs index 84cf2ad..685cefe 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/AbstractOpenAPISchema.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/AbstractOpenAPISchema.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/Ddl.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/Ddl.cs index a5c6f72..1e5de7d 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/Ddl.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/Ddl.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/QueryEntitiesBody.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/QueryEntitiesBody.cs index fb83365..0164ef6 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/QueryEntitiesBody.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/QueryEntitiesBody.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParam.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParam.cs index 03677d8..f0f14d1 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParam.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParam.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParametersBody.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParametersBody.cs index 86203c2..69f2454 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParametersBody.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/QueryParametersBody.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/TdAttribute.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/TdAttribute.cs index 63f9dec..c822127 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/TdAttribute.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/TdAttribute.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/TdCheck.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/TdCheck.cs index d1ee839..acc0157 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/TdCheck.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/TdCheck.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/TdEntity.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/TdEntity.cs index 64baff9..7356d55 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/TdEntity.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/TdEntity.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/TdRule.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/TdRule.cs index de69b36..409e841 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/TdRule.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/TdRule.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/TdRules.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/TdRules.cs index 1c76fe0..03fe1c4 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/TdRules.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/TdRules.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/TdRulesBody.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/TdRulesBody.cs index 6d372b3..3be4055 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/TdRulesBody.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/TdRulesBody.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/TdSchema.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/TdSchema.cs index b45549e..028ccbf 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/TdSchema.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/TdSchema.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/net/TdRules/Giis.Tdrules.Openapi/Model/VersionBody.cs b/net/TdRules/Giis.Tdrules.Openapi/Model/VersionBody.cs index a707f08..bfc5957 100644 --- a/net/TdRules/Giis.Tdrules.Openapi/Model/VersionBody.cs +++ b/net/TdRules/Giis.Tdrules.Openapi/Model/VersionBody.cs @@ -3,7 +3,7 @@ * * A set of services to evaluate the coverage of test data. Coverage criteria are implemented in a set of rules, that when evaluated with respect to a given data store determine the coverage of the data store with respect to the query. Two kind of coverage rules are generated, Full Predicate Coverage (FPC) Rules and SQL Mutants. * - * The version of the OpenAPI document: 4.0.1 + * The version of the OpenAPI document: 4.0.2 * Generated by: https://github.com/openapitools/openapi-generator.git */ diff --git a/tdrules-model/src/main/resources/api/v4/api.yml b/tdrules-model/src/main/resources/api/v4/api.yml index 1bbfe00..ea6f7e1 100644 --- a/tdrules-model/src/main/resources/api/v4/api.yml +++ b/tdrules-model/src/main/resources/api/v4/api.yml @@ -1,6 +1,6 @@ openapi: "3.0.0" info: - version: 4.0.1 + version: 4.0.2 title: TdRules API - Test Data Coverage Evaluation description: | A set of services to evaluate the coverage of test data.