diff --git a/docs/generators/aspnetcore.md b/docs/generators/aspnetcore.md
index 6e07567bcc18..d7e282c82796 100644
--- a/docs/generators/aspnetcore.md
+++ b/docs/generators/aspnetcore.md
@@ -98,8 +98,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
Client
-
Configuration
-
Version
abstract
as
async
diff --git a/docs/generators/csharp-dotnet2.md b/docs/generators/csharp-dotnet2.md
index fa97c7170000..4ce8ee5b14b4 100644
--- a/docs/generators/csharp-dotnet2.md
+++ b/docs/generators/csharp-dotnet2.md
@@ -68,8 +68,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
Client
-
Configuration
-
Version
abstract
as
base
diff --git a/docs/generators/csharp-netcore.md b/docs/generators/csharp-netcore.md
index 7a30e18f899e..8999e7a3a614 100644
--- a/docs/generators/csharp-netcore.md
+++ b/docs/generators/csharp-netcore.md
@@ -94,8 +94,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
Client
-
Configuration
-
Version
abstract
as
base
diff --git a/docs/generators/csharp.md b/docs/generators/csharp.md
index b572a6c37105..0b3185606ec1 100644
--- a/docs/generators/csharp.md
+++ b/docs/generators/csharp.md
@@ -88,8 +88,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
Client
-
Configuration
-
Version
abstract
as
base
diff --git a/docs/generators/go.md b/docs/generators/go.md
index fc380778cc30..a2318c003f30 100644
--- a/docs/generators/go.md
+++ b/docs/generators/go.md
@@ -15,7 +15,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|packageName|Go package name (convention: lowercase).| |openapi|
|packageVersion|Go package version.| |1.0.0|
|prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false|
-|skipReadonlyPropertiesInInit|Skip default values to the readOnly properties in the model init function| |true|
|structPrefix|whether to prefix struct with the class name. e.g. DeletePetOpts => PetApiDeletePetOpts| |false|
|useOneOfDiscriminatorLookup|Use the discriminator's mapping in oneOf to speed up the model lookup. IMPORTANT: Validation (e.g. one and only one match in oneOf's schemas) will be skipped.| |false|
|withAWSV4Signature|whether to include AWS v4 signature support| |false|
diff --git a/docs/generators/groovy.md b/docs/generators/groovy.md
index 858464a52e1e..4cd2af16f909 100644
--- a/docs/generators/groovy.md
+++ b/docs/generators/groovy.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename| |openapi-groovy|
diff --git a/docs/generators/java-inflector.md b/docs/generators/java-inflector.md
index bb4d9dbb2365..373bc61861b2 100644
--- a/docs/generators/java-inflector.md
+++ b/docs/generators/java-inflector.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.controllers|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/java-msf4j.md b/docs/generators/java-msf4j.md
index cddf3dde0b7d..e0d62c36cd7a 100644
--- a/docs/generators/java-msf4j.md
+++ b/docs/generators/java-msf4j.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/java-pkmst.md b/docs/generators/java-pkmst.md
index 073b381962c9..be689abd329b 100644
--- a/docs/generators/java-pkmst.md
+++ b/docs/generators/java-pkmst.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |com.prokarma.pkmst.controller|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/java-play-framework.md b/docs/generators/java-play-framework.md
index f7bf3373c7f7..3f926d08a2d1 100644
--- a/docs/generators/java-play-framework.md
+++ b/docs/generators/java-play-framework.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |controllers|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/java-undertow-server.md b/docs/generators/java-undertow-server.md
index 77d069151bdc..9b70a6763f5a 100644
--- a/docs/generators/java-undertow-server.md
+++ b/docs/generators/java-undertow-server.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |null|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/java-vertx-web.md b/docs/generators/java-vertx-web.md
index 1c14df7a90f9..78118f1a4d7a 100644
--- a/docs/generators/java-vertx-web.md
+++ b/docs/generators/java-vertx-web.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.vertxweb.server.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/java-vertx.md b/docs/generators/java-vertx.md
index 78b0508c01d4..c1b480b012a3 100644
--- a/docs/generators/java-vertx.md
+++ b/docs/generators/java-vertx.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.server.api.verticle|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/java.md b/docs/generators/java.md
index 5b8dfd52f85c..6de9ed101b0a 100644
--- a/docs/generators/java.md
+++ b/docs/generators/java.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.client.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
@@ -36,7 +36,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|invokerPackage|root package for generated code| |org.openapitools.client|
|java8|Use Java8 classes instead of third party equivalents. Starting in 5.x, JDK8 is the default and the support for JDK7, JDK6 has been dropped|
**true**
Use Java 8 classes such as Base64
**false**
Various third party libraries as needed
|true|
|legacyDiscriminatorBehavior|Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C#have this enabled by default).|
**true**
The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.
**false**
The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing.
|true|
-|library|library template (sub-template) to use|
**jersey1**
HTTP client: Jersey client 1.19.x. JSON processing: Jackson 2.9.x. Enable gzip request encoding using '-DuseGzipFeature=true'. IMPORTANT NOTE: jersey 1.x is no longer actively maintained so please upgrade to 'jersey2' or other HTTP libaries instead.
**jersey2**
HTTP client: Jersey client 2.25.1. JSON processing: Jackson 2.9.x
**feign**
HTTP client: OpenFeign 10.x. JSON processing: Jackson 2.9.x.
**okhttp-gson**
[DEFAULT] HTTP client: OkHttp 3.x. JSON processing: Gson 2.8.x. Enable Parcelable models on Android using '-DparcelableModel=true'. Enable gzip request encoding using '-DuseGzipFeature=true'.
**retrofit2**
HTTP client: OkHttp 3.x. JSON processing: Gson 2.x (Retrofit 2.3.0). Enable the RxJava adapter using '-DuseRxJava[2/3]=true'. (RxJava 1.x or 2.x or 3.x)
**resttemplate**
HTTP client: Spring RestTemplate 4.x. JSON processing: Jackson 2.9.x
**webclient**
HTTP client: Spring WebClient 5.x. JSON processing: Jackson 2.9.x
**resteasy**
HTTP client: Resteasy client 3.x. JSON processing: Jackson 2.9.x
**vertx**
HTTP client: VertX client 3.x. JSON processing: Jackson 2.9.x
**google-api-client**
HTTP client: Google API client 1.x. JSON processing: Jackson 2.9.x
**rest-assured**
HTTP client: rest-assured : 4.x. JSON processing: Gson 2.x or Jackson 2.10.x. Only for Java 8
**native**
HTTP client: Java native HttpClient. JSON processing: Jackson 2.9.x. Only for Java11+
|okhttp-gson|
+|library|library template (sub-template) to use|
**jersey1**
HTTP client: Jersey client 1.19.x. JSON processing: Jackson 2.9.x. Enable gzip request encoding using '-DuseGzipFeature=true'. IMPORTANT NOTE: jersey 1.x is no longer actively maintained so please upgrade to 'jersey2' or other HTTP libaries instead.
**jersey2**
HTTP client: Jersey client 2.25.1. JSON processing: Jackson 2.9.x
**feign**
HTTP client: OpenFeign 10.x. JSON processing: Jackson 2.9.x.
**okhttp-gson**
[DEFAULT] HTTP client: OkHttp 3.x. JSON processing: Gson 2.8.x. Enable Parcelable models on Android using '-DparcelableModel=true'. Enable gzip request encoding using '-DuseGzipFeature=true'.
**retrofit2**
HTTP client: OkHttp 3.x. JSON processing: Gson 2.x (Retrofit 2.3.0). Enable the RxJava adapter using '-DuseRxJava[2/3]=true'. (RxJava 1.x or 2.x or 3.x)
**resttemplate**
HTTP client: Spring RestTemplate 4.x. JSON processing: Jackson 2.9.x
**webclient**
HTTP client: Spring WebClient 5.x. JSON processing: Jackson 2.9.x
**resteasy**
HTTP client: Resteasy client 3.x. JSON processing: Jackson 2.9.x
**vertx**
HTTP client: VertX client 3.x. JSON processing: Jackson 2.9.x
**google-api-client**
HTTP client: Google API client 1.x. JSON processing: Jackson 2.9.x
**rest-assured**
HTTP client: rest-assured : 4.x. JSON processing: Gson 2.x or Jackson 2.10.x. Only for Java 8
**native**
HTTP client: Java native HttpClient. JSON processing: Jackson 2.9.x. Only for Java11+
**microprofile**
HTTP client: Microprofile client 1.x. JSON processing: Jackson 2.9.x
|okhttp-gson|
|licenseName|The name of the license| |Unlicense|
|licenseUrl|The URL of the license| |http://unlicense.org|
|microprofileFramework|Framework for microprofile. Possible values "kumuluzee"| |null|
@@ -53,7 +53,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|scmDeveloperConnection|SCM developer connection in generated pom.xml| |scm:git:git@github.com:openapitools/openapi-generator.git|
|scmUrl|SCM URL in generated pom.xml| |https://github.com/openapitools/openapi-generator|
|serializableModel|boolean - toggle "implements Serializable" for generated models| |false|
-|serializationLibrary|Serialization library, default depends on value of the option library|
**jsonb**
Use JSON-B as serialization library
**jackson**
Use Jackson as serialization library
**gson**
Use Gson as serialization library
|null|
+|serializationLibrary|Serialization library, default depends from the library|
**jsonb**
Use JSON-B as serialization library
**jackson**
Use Jackson as serialization library
**gson**
Use Gson as serialization library
|null|
|snapshotVersion|Uses a SNAPSHOT version.|
**true**
Use a SnapShot Version
**false**
Use a Release Version
|null|
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
diff --git a/docs/generators/jaxrs-cxf-cdi.md b/docs/generators/jaxrs-cxf-cdi.md
index b604285fdbf3..7cd7ed52c80a 100644
--- a/docs/generators/jaxrs-cxf-cdi.md
+++ b/docs/generators/jaxrs-cxf-cdi.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/jaxrs-cxf-client.md b/docs/generators/jaxrs-cxf-client.md
index 36393f588aae..fb3547c920d8 100644
--- a/docs/generators/jaxrs-cxf-client.md
+++ b/docs/generators/jaxrs-cxf-client.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/jaxrs-cxf-extended.md b/docs/generators/jaxrs-cxf-extended.md
index b8e1da73614d..39c9dcba665b 100644
--- a/docs/generators/jaxrs-cxf-extended.md
+++ b/docs/generators/jaxrs-cxf-extended.md
@@ -9,7 +9,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| ------ | ----------- | ------ | ------- |
|addConsumesProducesJson|Add @Consumes/@Produces Json to API interface| |false|
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/jaxrs-cxf.md b/docs/generators/jaxrs-cxf.md
index 5958bcdd2eca..915ec4a96b16 100644
--- a/docs/generators/jaxrs-cxf.md
+++ b/docs/generators/jaxrs-cxf.md
@@ -9,7 +9,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| ------ | ----------- | ------ | ------- |
|addConsumesProducesJson|Add @Consumes/@Produces Json to API interface| |false|
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/jaxrs-jersey.md b/docs/generators/jaxrs-jersey.md
index 076d72881e30..e79a378b7be6 100644
--- a/docs/generators/jaxrs-jersey.md
+++ b/docs/generators/jaxrs-jersey.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/jaxrs-resteasy-eap.md b/docs/generators/jaxrs-resteasy-eap.md
index ed99a6037ef7..c7b5fdd5c1ec 100644
--- a/docs/generators/jaxrs-resteasy-eap.md
+++ b/docs/generators/jaxrs-resteasy-eap.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/jaxrs-resteasy.md b/docs/generators/jaxrs-resteasy.md
index e7e1a5fd228a..4be73c6a6d1a 100644
--- a/docs/generators/jaxrs-resteasy.md
+++ b/docs/generators/jaxrs-resteasy.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/jaxrs-spec.md b/docs/generators/jaxrs-spec.md
index 3f7e3c6de57c..1b0425bdfc00 100644
--- a/docs/generators/jaxrs-spec.md
+++ b/docs/generators/jaxrs-spec.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
|artifactDescription|artifact description in generated pom.xml| |OpenAPI Java|
diff --git a/docs/generators/kotlin-server-deprecated.md b/docs/generators/kotlin-server-deprecated.md
index 2287e954abfe..778b13ee7b30 100644
--- a/docs/generators/kotlin-server-deprecated.md
+++ b/docs/generators/kotlin-server-deprecated.md
@@ -74,64 +74,28 @@ These options may be applied as additional-properties (cli) or configOptions (pl
## RESERVED WORDS
-
abstract
-
actual
-
annotation
as
break
class
-
companion
-
const
-
constructor
continue
-
crossinline
-
data
-
delegate
do
-
dynamic
else
-
enum
-
expect
external
false
-
field
-
final
-
finally
for
fun
if
-
import
in
-
infix
-
init
-
inline
-
inner
interface
internal
is
-
it
-
lateinit
-
noinline
null
object
open
-
operator
-
out
-
override
package
-
param
private
-
property
-
protected
-
public
-
receiver
-
reified
return
-
sealed
-
setparam
super
-
suspend
-
tailrec
this
throw
true
@@ -139,11 +103,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
typealias
typeof
val
-
value
var
-
vararg
when
-
where
while
diff --git a/docs/generators/kotlin-server.md b/docs/generators/kotlin-server.md
index 81f75ca57859..f6e6c2603433 100644
--- a/docs/generators/kotlin-server.md
+++ b/docs/generators/kotlin-server.md
@@ -76,64 +76,28 @@ These options may be applied as additional-properties (cli) or configOptions (pl
## RESERVED WORDS
-
abstract
-
actual
-
annotation
as
break
class
-
companion
-
const
-
constructor
continue
-
crossinline
-
data
-
delegate
do
-
dynamic
else
-
enum
-
expect
external
false
-
field
-
final
-
finally
for
fun
if
-
import
in
-
infix
-
init
-
inline
-
inner
interface
internal
is
-
it
-
lateinit
-
noinline
null
object
open
-
operator
-
out
-
override
package
-
param
private
-
property
-
protected
-
public
-
receiver
-
reified
return
-
sealed
-
setparam
super
-
suspend
-
tailrec
this
throw
true
@@ -141,11 +105,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
typealias
typeof
val
-
value
var
-
vararg
when
-
where
while
diff --git a/docs/generators/kotlin-spring.md b/docs/generators/kotlin-spring.md
index 5cd67ff64aae..581524329644 100644
--- a/docs/generators/kotlin-spring.md
+++ b/docs/generators/kotlin-spring.md
@@ -87,64 +87,28 @@ These options may be applied as additional-properties (cli) or configOptions (pl
ApiClient
ApiException
ApiResponse
-
abstract
-
actual
-
annotation
as
break
class
-
companion
-
const
-
constructor
continue
-
crossinline
-
data
-
delegate
do
-
dynamic
else
-
enum
-
expect
external
false
-
field
-
final
-
finally
for
fun
if
-
import
in
-
infix
-
init
-
inline
-
inner
interface
internal
is
-
it
-
lateinit
-
noinline
null
object
open
-
operator
-
out
-
override
package
-
param
private
-
property
-
protected
-
public
-
receiver
-
reified
return
-
sealed
-
setparam
super
-
suspend
-
tailrec
this
throw
true
@@ -152,11 +116,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
typealias
typeof
val
-
value
var
-
vararg
when
-
where
while
diff --git a/docs/generators/kotlin-vertx.md b/docs/generators/kotlin-vertx.md
index 90afde4de81c..246ffa62a64e 100644
--- a/docs/generators/kotlin-vertx.md
+++ b/docs/generators/kotlin-vertx.md
@@ -68,64 +68,28 @@ These options may be applied as additional-properties (cli) or configOptions (pl
## RESERVED WORDS
-
abstract
-
actual
-
annotation
as
break
class
-
companion
-
const
-
constructor
continue
-
crossinline
-
data
-
delegate
do
-
dynamic
else
-
enum
-
expect
external
false
-
field
-
final
-
finally
for
fun
if
-
import
in
-
infix
-
init
-
inline
-
inner
interface
internal
is
-
it
-
lateinit
-
noinline
null
object
open
-
operator
-
out
-
override
package
-
param
private
-
property
-
protected
-
public
-
receiver
-
reified
return
-
sealed
-
setparam
super
-
suspend
-
tailrec
this
throw
true
@@ -133,11 +97,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
typealias
typeof
val
-
value
var
-
vararg
when
-
where
while
diff --git a/docs/generators/kotlin.md b/docs/generators/kotlin.md
index a8a1d0be869c..8f853b41cac8 100644
--- a/docs/generators/kotlin.md
+++ b/docs/generators/kotlin.md
@@ -27,8 +27,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|sourceFolder|source folder for generated code| |src/main/kotlin|
|supportAndroidApiLevel25AndBelow|[WARNING] This flag will generate code that has a known security vulnerability. It uses `kotlin.io.createTempFile` instead of `java.nio.file.Files.createTempFile` in oder to support Android API level 25 and bellow. For more info, please check the following links https://github.com/OpenAPITools/openapi-generator/security/advisories/GHSA-23x4-m842-fmwf, https://github.com/OpenAPITools/openapi-generator/pull/9284| |false|
|useCoroutines|Whether to use the Coroutines adapter with the retrofit2 library.| |false|
-|useRxJava|Whether to use the RxJava adapter with the retrofit2 library. IMPORTANT: this option has been deprecated. Please use `useRxJava3` instead.| |false|
-|useRxJava2|Whether to use the RxJava2 adapter with the retrofit2 library. IMPORTANT: this option has been deprecated. Please use `useRxJava3` instead.| |false|
+|useRxJava|Whether to use the RxJava adapter with the retrofit2 library.| |false|
+|useRxJava2|Whether to use the RxJava2 adapter with the retrofit2 library.| |false|
|useRxJava3|Whether to use the RxJava3 adapter with the retrofit2 library.| |false|
## IMPORT MAPPING
@@ -78,64 +78,28 @@ These options may be applied as additional-properties (cli) or configOptions (pl
## RESERVED WORDS
-
abstract
-
actual
-
annotation
as
break
class
-
companion
-
const
-
constructor
continue
-
crossinline
-
data
-
delegate
do
-
dynamic
else
-
enum
-
expect
external
false
-
field
-
final
-
finally
for
fun
if
-
import
in
-
infix
-
init
-
inline
-
inner
interface
internal
is
-
it
-
lateinit
-
noinline
null
object
open
-
operator
-
out
-
override
package
-
param
private
-
property
-
protected
-
public
-
receiver
-
reified
return
-
sealed
-
setparam
super
-
suspend
-
tailrec
this
throw
true
@@ -143,11 +107,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
typealias
typeof
val
-
value
var
-
vararg
when
-
where
while
diff --git a/docs/generators/markdown.md b/docs/generators/markdown.md
index 8d7cb9983821..f7c1b7e08b72 100644
--- a/docs/generators/markdown.md
+++ b/docs/generators/markdown.md
@@ -30,24 +30,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
## LANGUAGE PRIMITIVES
-
ByteArray
-
DateTime
-
URI
-
UUID
-
boolean
-
char
-
date
-
decimal
-
double
-
file
-
float
-
int
-
integer
-
long
-
number
-
object
-
short
-
string
## RESERVED WORDS
diff --git a/docs/generators/php-laravel.md b/docs/generators/php-laravel.md
index b28504c1d02a..9c8665cc52eb 100644
--- a/docs/generators/php-laravel.md
+++ b/docs/generators/php-laravel.md
@@ -40,7 +40,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
DateTime
-
array
bool
boolean
byte
diff --git a/docs/generators/php-lumen.md b/docs/generators/php-lumen.md
index 28f4810873d3..9242d70ae45e 100644
--- a/docs/generators/php-lumen.md
+++ b/docs/generators/php-lumen.md
@@ -40,7 +40,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
DateTime
-
array
bool
boolean
byte
diff --git a/docs/generators/php-mezzio-ph.md b/docs/generators/php-mezzio-ph.md
index 8460e439084d..93f31d7fbca2 100644
--- a/docs/generators/php-mezzio-ph.md
+++ b/docs/generators/php-mezzio-ph.md
@@ -41,7 +41,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
DateTime
-
array
bool
boolean
byte
diff --git a/docs/generators/php-slim-deprecated.md b/docs/generators/php-slim-deprecated.md
index 838b14ab7c3b..016ccd242e20 100644
--- a/docs/generators/php-slim-deprecated.md
+++ b/docs/generators/php-slim-deprecated.md
@@ -40,7 +40,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
DateTime
-
array
bool
boolean
byte
diff --git a/docs/generators/php-slim4.md b/docs/generators/php-slim4.md
index 5e0ec649254b..cadaf51e5ff8 100644
--- a/docs/generators/php-slim4.md
+++ b/docs/generators/php-slim4.md
@@ -41,7 +41,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
DateTime
-
array
bool
boolean
byte
diff --git a/docs/generators/php.md b/docs/generators/php.md
index 8a99d592df2c..ab4045d604db 100644
--- a/docs/generators/php.md
+++ b/docs/generators/php.md
@@ -41,7 +41,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
DateTime
-
array
bool
boolean
byte
diff --git a/docs/generators/spring.md b/docs/generators/spring.md
index b5033cd4fef0..43614a0a5aa0 100644
--- a/docs/generators/spring.md
+++ b/docs/generators/spring.md
@@ -8,7 +8,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
| Option | Description | Values | Default |
| ------ | ----------- | ------ | ------- |
|additionalEnumTypeAnnotations|Additional annotations for enum type(class level annotations)| |null|
-|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
+|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations)| |null|
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false| |false|
|apiFirst|Generate the API from the OAI spec at server compile time (API first approach)| |false|
|apiPackage|package for generated api classes| |org.openapitools.api|
diff --git a/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptFetchClientCodegen.java b/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptFetchClientCodegen.java
index c32bdcbb6cc8..84347f0d47d1 100644
--- a/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptFetchClientCodegen.java
+++ b/modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/TypeScriptFetchClientCodegen.java
@@ -47,7 +47,7 @@ public class TypeScriptFetchClientCodegen extends AbstractTypeScriptClientCodege
private boolean prefixParameterInterfaces = false;
protected boolean addedApiIndex = false;
protected boolean addedModelIndex = false;
- protected boolean typescriptThreePlus = false;
+ protected boolean typescriptThreePlus = true;
protected boolean withoutRuntimeChecks = false;
// "Saga and Record" mode.
@@ -93,7 +93,7 @@ public TypeScriptFetchClientCodegen() {
this.cliOptions.add(new CliOption(WITH_INTERFACES, "Setting this property to true will generate interfaces next to the default class implementations.", SchemaTypeUtil.BOOLEAN_TYPE).defaultValue(Boolean.FALSE.toString()));
this.cliOptions.add(new CliOption(CodegenConstants.USE_SINGLE_REQUEST_PARAMETER, CodegenConstants.USE_SINGLE_REQUEST_PARAMETER_DESC, SchemaTypeUtil.BOOLEAN_TYPE).defaultValue(Boolean.TRUE.toString()));
this.cliOptions.add(new CliOption(PREFIX_PARAMETER_INTERFACES, "Setting this property to true will generate parameter interface declarations prefixed with API class name to avoid name conflicts.", SchemaTypeUtil.BOOLEAN_TYPE).defaultValue(Boolean.FALSE.toString()));
- this.cliOptions.add(new CliOption(TYPESCRIPT_THREE_PLUS, "Setting this property to true will generate TypeScript 3.6+ compatible code.", SchemaTypeUtil.BOOLEAN_TYPE).defaultValue(Boolean.FALSE.toString()));
+ this.cliOptions.add(new CliOption(TYPESCRIPT_THREE_PLUS, "Setting this property to true will generate TypeScript 3.6+ compatible code.", SchemaTypeUtil.BOOLEAN_TYPE).defaultValue(Boolean.TRUE.toString()));
this.cliOptions.add(new CliOption(WITHOUT_RUNTIME_CHECKS, "Setting this property to true will remove any runtime checks on the request and response payloads. Payloads will be casted to their expected types.", SchemaTypeUtil.BOOLEAN_TYPE).defaultValue(Boolean.FALSE.toString()));
this.cliOptions.add(new CliOption(SAGAS_AND_RECORDS, "Setting this property to true will generate additional files for use with redux-saga and immutablejs.", SchemaTypeUtil.BOOLEAN_TYPE).defaultValue(Boolean.FALSE.toString()));
}
diff --git a/samples/client/petstore/apex/.openapi-generator/VERSION b/samples/client/petstore/apex/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/apex/.openapi-generator/VERSION
+++ b/samples/client/petstore/apex/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/bash/.openapi-generator/VERSION b/samples/client/petstore/bash/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/bash/.openapi-generator/VERSION
+++ b/samples/client/petstore/bash/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/c/.openapi-generator/VERSION b/samples/client/petstore/c/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/c/.openapi-generator/VERSION
+++ b/samples/client/petstore/c/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/cpp-qt/.openapi-generator/VERSION b/samples/client/petstore/cpp-qt/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/cpp-qt/.openapi-generator/VERSION
+++ b/samples/client/petstore/cpp-qt/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/cpp-restsdk/client/.openapi-generator/VERSION b/samples/client/petstore/cpp-restsdk/client/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/cpp-restsdk/client/.openapi-generator/VERSION
+++ b/samples/client/petstore/cpp-restsdk/client/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/cpp-restsdk/client/ApiClient.cpp b/samples/client/petstore/cpp-restsdk/client/ApiClient.cpp
index 664f4e32e28c..9021b81920e4 100644
--- a/samples/client/petstore/cpp-restsdk/client/ApiClient.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/ApiClient.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/ApiClient.h b/samples/client/petstore/cpp-restsdk/client/ApiClient.h
index de8495243276..75526d1acbb8 100644
--- a/samples/client/petstore/cpp-restsdk/client/ApiClient.h
+++ b/samples/client/petstore/cpp-restsdk/client/ApiClient.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.cpp b/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.cpp
index 0adab7c55cc6..c17246718ff4 100644
--- a/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.h b/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.h
index ab8035d0a592..6306a60b64d9 100644
--- a/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.h
+++ b/samples/client/petstore/cpp-restsdk/client/ApiConfiguration.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/ApiException.cpp b/samples/client/petstore/cpp-restsdk/client/ApiException.cpp
index f4a6c154a83d..7eceea77a763 100644
--- a/samples/client/petstore/cpp-restsdk/client/ApiException.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/ApiException.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/ApiException.h b/samples/client/petstore/cpp-restsdk/client/ApiException.h
index 0f2a01ed9015..520d7fecab50 100644
--- a/samples/client/petstore/cpp-restsdk/client/ApiException.h
+++ b/samples/client/petstore/cpp-restsdk/client/ApiException.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/HttpContent.cpp b/samples/client/petstore/cpp-restsdk/client/HttpContent.cpp
index c0433bd30bf6..92e305aa0f65 100644
--- a/samples/client/petstore/cpp-restsdk/client/HttpContent.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/HttpContent.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/HttpContent.h b/samples/client/petstore/cpp-restsdk/client/HttpContent.h
index 87c4a21e2b57..eff1d674374b 100644
--- a/samples/client/petstore/cpp-restsdk/client/HttpContent.h
+++ b/samples/client/petstore/cpp-restsdk/client/HttpContent.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/IHttpBody.h b/samples/client/petstore/cpp-restsdk/client/IHttpBody.h
index 4c5e4d9125a9..3e865324ea45 100644
--- a/samples/client/petstore/cpp-restsdk/client/IHttpBody.h
+++ b/samples/client/petstore/cpp-restsdk/client/IHttpBody.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/JsonBody.cpp b/samples/client/petstore/cpp-restsdk/client/JsonBody.cpp
index 3894321c0950..4d0f3469bee6 100644
--- a/samples/client/petstore/cpp-restsdk/client/JsonBody.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/JsonBody.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/JsonBody.h b/samples/client/petstore/cpp-restsdk/client/JsonBody.h
index e47a638ba58a..c1d9932961c2 100644
--- a/samples/client/petstore/cpp-restsdk/client/JsonBody.h
+++ b/samples/client/petstore/cpp-restsdk/client/JsonBody.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/ModelBase.cpp b/samples/client/petstore/cpp-restsdk/client/ModelBase.cpp
index 7807662a9366..0d95022705f2 100644
--- a/samples/client/petstore/cpp-restsdk/client/ModelBase.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/ModelBase.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/ModelBase.h b/samples/client/petstore/cpp-restsdk/client/ModelBase.h
index 9e26c6ab029a..9f0635f314d9 100644
--- a/samples/client/petstore/cpp-restsdk/client/ModelBase.h
+++ b/samples/client/petstore/cpp-restsdk/client/ModelBase.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/MultipartFormData.cpp b/samples/client/petstore/cpp-restsdk/client/MultipartFormData.cpp
index 084cfe9c368c..a60c5669a5e2 100644
--- a/samples/client/petstore/cpp-restsdk/client/MultipartFormData.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/MultipartFormData.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/MultipartFormData.h b/samples/client/petstore/cpp-restsdk/client/MultipartFormData.h
index 31878138460f..6030824c8411 100644
--- a/samples/client/petstore/cpp-restsdk/client/MultipartFormData.h
+++ b/samples/client/petstore/cpp-restsdk/client/MultipartFormData.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/Object.cpp b/samples/client/petstore/cpp-restsdk/client/Object.cpp
index 53caa5471ea2..16170c562c75 100644
--- a/samples/client/petstore/cpp-restsdk/client/Object.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/Object.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/Object.h b/samples/client/petstore/cpp-restsdk/client/Object.h
index e5bf374075dc..e851cfcf57ce 100644
--- a/samples/client/petstore/cpp-restsdk/client/Object.h
+++ b/samples/client/petstore/cpp-restsdk/client/Object.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/api/PetApi.cpp b/samples/client/petstore/cpp-restsdk/client/api/PetApi.cpp
index 652292726293..07719ecfbbb0 100644
--- a/samples/client/petstore/cpp-restsdk/client/api/PetApi.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/api/PetApi.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/api/PetApi.h b/samples/client/petstore/cpp-restsdk/client/api/PetApi.h
index 4b3035d41279..503846b12820 100644
--- a/samples/client/petstore/cpp-restsdk/client/api/PetApi.h
+++ b/samples/client/petstore/cpp-restsdk/client/api/PetApi.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/api/StoreApi.cpp b/samples/client/petstore/cpp-restsdk/client/api/StoreApi.cpp
index a9cb4b614b55..5c4dca2fe1a1 100644
--- a/samples/client/petstore/cpp-restsdk/client/api/StoreApi.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/api/StoreApi.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/api/StoreApi.h b/samples/client/petstore/cpp-restsdk/client/api/StoreApi.h
index 3d3f874d2908..9c41e9ce3809 100644
--- a/samples/client/petstore/cpp-restsdk/client/api/StoreApi.h
+++ b/samples/client/petstore/cpp-restsdk/client/api/StoreApi.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/api/UserApi.cpp b/samples/client/petstore/cpp-restsdk/client/api/UserApi.cpp
index ac11df2ac5bc..b8705d68c8e4 100644
--- a/samples/client/petstore/cpp-restsdk/client/api/UserApi.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/api/UserApi.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/api/UserApi.h b/samples/client/petstore/cpp-restsdk/client/api/UserApi.h
index 00d6b03a61ab..378358492031 100644
--- a/samples/client/petstore/cpp-restsdk/client/api/UserApi.h
+++ b/samples/client/petstore/cpp-restsdk/client/api/UserApi.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.cpp b/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.cpp
index db324a2b3192..56c5bb9e6e8c 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.h b/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.h
index f41cdb59dfc4..94f852a1400c 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.h
+++ b/samples/client/petstore/cpp-restsdk/client/model/ApiResponse.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Category.cpp b/samples/client/petstore/cpp-restsdk/client/model/Category.cpp
index 6b72391d9985..b76ddf693d7a 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Category.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/model/Category.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Category.h b/samples/client/petstore/cpp-restsdk/client/model/Category.h
index 709ba6e1a7bb..9e9373f6eb8a 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Category.h
+++ b/samples/client/petstore/cpp-restsdk/client/model/Category.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Order.cpp b/samples/client/petstore/cpp-restsdk/client/model/Order.cpp
index f0601164018b..a9ce0599a4db 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Order.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/model/Order.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Order.h b/samples/client/petstore/cpp-restsdk/client/model/Order.h
index dcb8a1fa50a3..57e435365ed6 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Order.h
+++ b/samples/client/petstore/cpp-restsdk/client/model/Order.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Pet.cpp b/samples/client/petstore/cpp-restsdk/client/model/Pet.cpp
index e0c5468e83f6..bdc51156762a 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Pet.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/model/Pet.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Pet.h b/samples/client/petstore/cpp-restsdk/client/model/Pet.h
index cb6954c57466..b00832225ad4 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Pet.h
+++ b/samples/client/petstore/cpp-restsdk/client/model/Pet.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Tag.cpp b/samples/client/petstore/cpp-restsdk/client/model/Tag.cpp
index a20c1673e469..c44e9ed8f47e 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Tag.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/model/Tag.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/Tag.h b/samples/client/petstore/cpp-restsdk/client/model/Tag.h
index 83be28813a77..98cb24fee2a7 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/Tag.h
+++ b/samples/client/petstore/cpp-restsdk/client/model/Tag.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/User.cpp b/samples/client/petstore/cpp-restsdk/client/model/User.cpp
index 3797bcfa1ceb..371d4a91f975 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/User.cpp
+++ b/samples/client/petstore/cpp-restsdk/client/model/User.cpp
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-restsdk/client/model/User.h b/samples/client/petstore/cpp-restsdk/client/model/User.h
index 8e2ad153e1c1..3018bc892db5 100644
--- a/samples/client/petstore/cpp-restsdk/client/model/User.h
+++ b/samples/client/petstore/cpp-restsdk/client/model/User.h
@@ -4,7 +4,7 @@
*
* The version of the OpenAPI document: 1.0.0
*
- * NOTE: This class is auto generated by OpenAPI-Generator 5.3.0-SNAPSHOT.
+ * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1-SNAPSHOT.
* https://openapi-generator.tech
* Do not edit the class manually.
*/
diff --git a/samples/client/petstore/cpp-tiny/.openapi-generator/VERSION b/samples/client/petstore/cpp-tiny/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/cpp-tiny/.openapi-generator/VERSION
+++ b/samples/client/petstore/cpp-tiny/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/cpp-ue4/.openapi-generator/VERSION b/samples/client/petstore/cpp-ue4/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/cpp-ue4/.openapi-generator/VERSION
+++ b/samples/client/petstore/cpp-ue4/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/crystal/.openapi-generator/VERSION b/samples/client/petstore/crystal/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/crystal/.openapi-generator/VERSION
+++ b/samples/client/petstore/crystal/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/crystal/.travis.yml b/samples/client/petstore/crystal/.travis.yml
index d4ae06c0bdbc..44fbaf197b15 100644
--- a/samples/client/petstore/crystal/.travis.yml
+++ b/samples/client/petstore/crystal/.travis.yml
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
language: crystal
diff --git a/samples/client/petstore/crystal/spec/spec_helper.cr b/samples/client/petstore/crystal/spec/spec_helper.cr
index 8506b8ef398d..2941dec1e2e7 100644
--- a/samples/client/petstore/crystal/spec/spec_helper.cr
+++ b/samples/client/petstore/crystal/spec/spec_helper.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
# load modules
diff --git a/samples/client/petstore/crystal/src/petstore.cr b/samples/client/petstore/crystal/src/petstore.cr
index 6cd34276d80e..23380adf3a9f 100644
--- a/samples/client/petstore/crystal/src/petstore.cr
+++ b/samples/client/petstore/crystal/src/petstore.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
# Dependencies
diff --git a/samples/client/petstore/crystal/src/petstore/api/pet_api.cr b/samples/client/petstore/crystal/src/petstore/api/pet_api.cr
index fe57b6a33946..444cb083b6b9 100644
--- a/samples/client/petstore/crystal/src/petstore/api/pet_api.cr
+++ b/samples/client/petstore/crystal/src/petstore/api/pet_api.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "uri"
diff --git a/samples/client/petstore/crystal/src/petstore/api/store_api.cr b/samples/client/petstore/crystal/src/petstore/api/store_api.cr
index 7a1d0e197b2a..cd1aa5aaa027 100644
--- a/samples/client/petstore/crystal/src/petstore/api/store_api.cr
+++ b/samples/client/petstore/crystal/src/petstore/api/store_api.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "uri"
diff --git a/samples/client/petstore/crystal/src/petstore/api/user_api.cr b/samples/client/petstore/crystal/src/petstore/api/user_api.cr
index ed913ab049a1..92be60047d7c 100644
--- a/samples/client/petstore/crystal/src/petstore/api/user_api.cr
+++ b/samples/client/petstore/crystal/src/petstore/api/user_api.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "uri"
diff --git a/samples/client/petstore/crystal/src/petstore/api_client.cr b/samples/client/petstore/crystal/src/petstore/api_client.cr
index 94ebb4999ca8..3862b59ffbf9 100644
--- a/samples/client/petstore/crystal/src/petstore/api_client.cr
+++ b/samples/client/petstore/crystal/src/petstore/api_client.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "json"
diff --git a/samples/client/petstore/crystal/src/petstore/api_error.cr b/samples/client/petstore/crystal/src/petstore/api_error.cr
index f1e58d1c0883..0b67e79cfbb8 100644
--- a/samples/client/petstore/crystal/src/petstore/api_error.cr
+++ b/samples/client/petstore/crystal/src/petstore/api_error.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
module Petstore
diff --git a/samples/client/petstore/crystal/src/petstore/configuration.cr b/samples/client/petstore/crystal/src/petstore/configuration.cr
index 1a666878e2a7..ef47e397dfa6 100644
--- a/samples/client/petstore/crystal/src/petstore/configuration.cr
+++ b/samples/client/petstore/crystal/src/petstore/configuration.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "log"
diff --git a/samples/client/petstore/crystal/src/petstore/models/api_response.cr b/samples/client/petstore/crystal/src/petstore/models/api_response.cr
index ddaa70042717..020f88a8890c 100644
--- a/samples/client/petstore/crystal/src/petstore/models/api_response.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/api_response.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "json"
diff --git a/samples/client/petstore/crystal/src/petstore/models/category.cr b/samples/client/petstore/crystal/src/petstore/models/category.cr
index fd6907a1d3aa..26df74df71b7 100644
--- a/samples/client/petstore/crystal/src/petstore/models/category.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/category.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "json"
diff --git a/samples/client/petstore/crystal/src/petstore/models/order.cr b/samples/client/petstore/crystal/src/petstore/models/order.cr
index 97c5ee663916..edd6396c3228 100644
--- a/samples/client/petstore/crystal/src/petstore/models/order.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/order.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "json"
diff --git a/samples/client/petstore/crystal/src/petstore/models/pet.cr b/samples/client/petstore/crystal/src/petstore/models/pet.cr
index 061a980ea534..f1d96ee1a981 100644
--- a/samples/client/petstore/crystal/src/petstore/models/pet.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/pet.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "json"
diff --git a/samples/client/petstore/crystal/src/petstore/models/tag.cr b/samples/client/petstore/crystal/src/petstore/models/tag.cr
index 06e945cfbe06..5925f74557cb 100644
--- a/samples/client/petstore/crystal/src/petstore/models/tag.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/tag.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "json"
diff --git a/samples/client/petstore/crystal/src/petstore/models/user.cr b/samples/client/petstore/crystal/src/petstore/models/user.cr
index 67910a939437..717a3b1255fb 100644
--- a/samples/client/petstore/crystal/src/petstore/models/user.cr
+++ b/samples/client/petstore/crystal/src/petstore/models/user.cr
@@ -5,7 +5,7 @@
#The version of the OpenAPI document: 1.0.0
#
#Generated by: https://openapi-generator.tech
-#OpenAPI Generator version: 5.3.0-SNAPSHOT
+#OpenAPI Generator version: 5.2.1-SNAPSHOT
#
require "json"
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Api/PetApi.cs
index d73282dfca5f..cde6290d7635 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-ConditionalSerialization/src/Org.OpenAPITools/Api/PetApi.cs
@@ -71,7 +71,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus(List status);
@@ -82,7 +82,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo(List status);
///
@@ -92,7 +92,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags(List tags);
@@ -104,7 +104,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo(List tags);
@@ -277,7 +277,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -289,7 +289,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -300,7 +300,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -313,7 +313,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -855,7 +855,7 @@ public Org.OpenAPITools.Client.ApiResponse
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus(List status)
{
@@ -867,7 +867,7 @@ public List FindPetsByStatus(List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpInfo(List status)
{
@@ -933,7 +933,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -946,7 +946,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -1016,7 +1016,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags(List tags)
@@ -1029,7 +1029,7 @@ public List FindPetsByTags(List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo(List tags)
@@ -1096,7 +1096,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -1110,7 +1110,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/src/Org.OpenAPITools/Api/PetApi.cs
index 0aba26f22414..23dd719cadcd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-httpclient/src/Org.OpenAPITools/Api/PetApi.cs
@@ -72,7 +72,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus(List status);
@@ -83,7 +83,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo(List status);
///
@@ -93,7 +93,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags(List tags);
@@ -105,7 +105,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo(List tags);
@@ -278,7 +278,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -290,7 +290,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -301,7 +301,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -314,7 +314,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -949,7 +949,7 @@ public Org.OpenAPITools.Client.ApiResponse
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus(List status)
{
@@ -961,7 +961,7 @@ public List FindPetsByStatus(List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpInfo(List status)
{
@@ -1027,7 +1027,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -1040,7 +1040,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -1110,7 +1110,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags(List tags)
@@ -1123,7 +1123,7 @@ public List FindPetsByTags(List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo(List tags)
@@ -1190,7 +1190,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -1204,7 +1204,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/src/Org.OpenAPITools/Api/PetApi.cs
index d73282dfca5f..cde6290d7635 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net47/src/Org.OpenAPITools/Api/PetApi.cs
@@ -71,7 +71,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus(List status);
@@ -82,7 +82,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo(List status);
///
@@ -92,7 +92,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags(List tags);
@@ -104,7 +104,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo(List tags);
@@ -277,7 +277,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -289,7 +289,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -300,7 +300,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -313,7 +313,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -855,7 +855,7 @@ public Org.OpenAPITools.Client.ApiResponse
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus(List status)
{
@@ -867,7 +867,7 @@ public List FindPetsByStatus(List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpInfo(List status)
{
@@ -933,7 +933,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -946,7 +946,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -1016,7 +1016,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags(List tags)
@@ -1029,7 +1029,7 @@ public List FindPetsByTags(List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo(List tags)
@@ -1096,7 +1096,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -1110,7 +1110,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/src/Org.OpenAPITools/Api/PetApi.cs
index d73282dfca5f..cde6290d7635 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient-net5.0/src/Org.OpenAPITools/Api/PetApi.cs
@@ -71,7 +71,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus(List status);
@@ -82,7 +82,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo(List status);
///
@@ -92,7 +92,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags(List tags);
@@ -104,7 +104,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo(List tags);
@@ -277,7 +277,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -289,7 +289,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -300,7 +300,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -313,7 +313,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -855,7 +855,7 @@ public Org.OpenAPITools.Client.ApiResponse
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus(List status)
{
@@ -867,7 +867,7 @@ public List FindPetsByStatus(List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpInfo(List status)
{
@@ -933,7 +933,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -946,7 +946,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -1016,7 +1016,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags(List tags)
@@ -1029,7 +1029,7 @@ public List FindPetsByTags(List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo(List tags)
@@ -1096,7 +1096,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -1110,7 +1110,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs
index d73282dfca5f..cde6290d7635 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs
@@ -71,7 +71,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus(List status);
@@ -82,7 +82,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo(List status);
///
@@ -92,7 +92,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags(List tags);
@@ -104,7 +104,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo(List tags);
@@ -277,7 +277,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -289,7 +289,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -300,7 +300,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -313,7 +313,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -855,7 +855,7 @@ public Org.OpenAPITools.Client.ApiResponse
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus(List status)
{
@@ -867,7 +867,7 @@ public List FindPetsByStatus(List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpInfo(List status)
{
@@ -933,7 +933,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -946,7 +946,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -1016,7 +1016,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags(List tags)
@@ -1029,7 +1029,7 @@ public List FindPetsByTags(List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo(List tags)
@@ -1096,7 +1096,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -1110,7 +1110,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Api/PetApi.cs
index d73282dfca5f..cde6290d7635 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Api/PetApi.cs
@@ -71,7 +71,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus(List status);
@@ -82,7 +82,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo(List status);
///
@@ -92,7 +92,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags(List tags);
@@ -104,7 +104,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo(List tags);
@@ -277,7 +277,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -289,7 +289,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -300,7 +300,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -313,7 +313,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -855,7 +855,7 @@ public Org.OpenAPITools.Client.ApiResponse
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus(List status)
{
@@ -867,7 +867,7 @@ public List FindPetsByStatus(List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpInfo(List status)
{
@@ -933,7 +933,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -946,7 +946,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -1016,7 +1016,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags(List tags)
@@ -1029,7 +1029,7 @@ public List FindPetsByTags(List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo(List tags)
@@ -1096,7 +1096,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -1110,7 +1110,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/.openapi-generator/VERSION b/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/src/Org.OpenAPITools/Api/PetApi.cs
index 6f8809911e94..83b9932d32e9 100644
--- a/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp-netcore/OpenAPIClientCoreAndNet47/src/Org.OpenAPITools/Api/PetApi.cs
@@ -71,7 +71,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus(List status);
@@ -82,7 +82,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo(List status);
///
@@ -92,7 +92,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags(List tags);
@@ -104,7 +104,7 @@ public interface IPetApiSync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo(List tags);
@@ -255,7 +255,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -267,7 +267,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -278,7 +278,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -291,7 +291,7 @@ public interface IPetApiAsync : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -780,7 +780,7 @@ public Org.OpenAPITools.Client.ApiResponse AddPetWithHttpInfo(Pet pet)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus(List status)
{
@@ -792,7 +792,7 @@ public List FindPetsByStatus(List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpInfo(List status)
{
@@ -842,7 +842,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -855,7 +855,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync(List status, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken))
@@ -909,7 +909,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByStatusWithHttpIn
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags(List tags)
@@ -922,7 +922,7 @@ public List FindPetsByTags(List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo(List tags)
@@ -973,7 +973,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of List<Pet>
[Obsolete]
@@ -987,7 +987,7 @@ public Org.OpenAPITools.Client.ApiResponse> FindPetsByTagsWithHttpInfo
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel the request.
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION b/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION
+++ b/samples/client/petstore/csharp/OpenAPIClient/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs b/samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs
index af3d41b729c3..2bed8136ff2e 100644
--- a/samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs
+++ b/samples/client/petstore/csharp/OpenAPIClient/src/Org.OpenAPITools/Api/PetApi.cs
@@ -76,7 +76,7 @@ public interface IPetApi : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
List FindPetsByStatus (List status);
@@ -87,7 +87,7 @@ public interface IPetApi : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
ApiResponse> FindPetsByStatusWithHttpInfo (List status);
///
@@ -97,7 +97,7 @@ public interface IPetApi : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
List FindPetsByTags (List tags);
@@ -109,7 +109,7 @@ public interface IPetApi : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
ApiResponse> FindPetsByTagsWithHttpInfo (List tags);
@@ -287,7 +287,7 @@ public interface IPetApi : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel request (optional)
/// Task of List<Pet>
System.Threading.Tasks.Task> FindPetsByStatusAsync (List status, CancellationToken cancellationToken = default(CancellationToken));
@@ -299,7 +299,7 @@ public interface IPetApi : IApiAccessor
/// Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel request (optional)
/// Task of ApiResponse (List<Pet>)
System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync (List status, CancellationToken cancellationToken = default(CancellationToken));
@@ -310,7 +310,7 @@ public interface IPetApi : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel request (optional)
/// Task of List<Pet>
[Obsolete]
@@ -323,7 +323,7 @@ public interface IPetApi : IApiAccessor
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel request (optional)
/// Task of ApiResponse (List<Pet>)
[Obsolete]
@@ -880,7 +880,7 @@ public ApiResponse
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// List<Pet>
public List FindPetsByStatus (List status)
{
@@ -892,7 +892,7 @@ public List FindPetsByStatus (List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// ApiResponse of List<Pet>
public ApiResponse> FindPetsByStatusWithHttpInfo (List status)
{
@@ -953,7 +953,7 @@ public ApiResponse> FindPetsByStatusWithHttpInfo (List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel request (optional)
/// Task of List<Pet>
public async System.Threading.Tasks.Task> FindPetsByStatusAsync (List status, CancellationToken cancellationToken = default(CancellationToken))
@@ -967,7 +967,7 @@ public ApiResponse> FindPetsByStatusWithHttpInfo (List status)
/// Finds Pets by status Multiple status values can be provided with comma separated strings
///
/// Thrown when fails to make API call
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// Cancellation Token to cancel request (optional)
/// Task of ApiResponse (List<Pet>)
public async System.Threading.Tasks.Task>> FindPetsByStatusWithHttpInfoAsync (List status, CancellationToken cancellationToken = default(CancellationToken))
@@ -1029,7 +1029,7 @@ public ApiResponse> FindPetsByStatusWithHttpInfo (List status)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// List<Pet>
[Obsolete]
public List FindPetsByTags (List tags)
@@ -1042,7 +1042,7 @@ public List FindPetsByTags (List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// ApiResponse of List<Pet>
[Obsolete]
public ApiResponse> FindPetsByTagsWithHttpInfo (List tags)
@@ -1104,7 +1104,7 @@ public ApiResponse> FindPetsByTagsWithHttpInfo (List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel request (optional)
/// Task of List<Pet>
[Obsolete]
@@ -1119,7 +1119,7 @@ public ApiResponse> FindPetsByTagsWithHttpInfo (List tags)
/// Finds Pets by tags Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
///
/// Thrown when fails to make API call
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// Cancellation Token to cancel request (optional)
/// Task of ApiResponse (List<Pet>)
[Obsolete]
diff --git a/samples/client/petstore/elixir/.openapi-generator/VERSION b/samples/client/petstore/elixir/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/elixir/.openapi-generator/VERSION
+++ b/samples/client/petstore/elixir/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/client/petstore/groovy/.openapi-generator/VERSION b/samples/client/petstore/groovy/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/client/petstore/groovy/.openapi-generator/VERSION
+++ b/samples/client/petstore/groovy/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/openapi3/client/elm/.openapi-generator/VERSION b/samples/openapi3/client/elm/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/openapi3/client/elm/.openapi-generator/VERSION
+++ b/samples/openapi3/client/elm/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/.openapi-generator/VERSION b/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/.openapi-generator/VERSION
+++ b/samples/openapi3/client/extensions/x-auth-id-alias/go-experimental/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/FILES b/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/FILES
index ae28fd24bea0..8873305ced37 100644
--- a/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/FILES
+++ b/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/FILES
@@ -67,7 +67,6 @@ lib/src/api_util.dart
lib/src/auth/api_key_auth.dart
lib/src/auth/auth.dart
lib/src/auth/basic_auth.dart
-lib/src/auth/bearer_auth.dart
lib/src/auth/oauth.dart
lib/src/date_serializer.dart
lib/src/model/additional_properties_class.dart
diff --git a/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/VERSION b/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/lib/src/serializers.dart b/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/lib/src/serializers.dart
index 1b807addf9e7..52ea4eb7a19b 100644
--- a/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/lib/src/serializers.dart
+++ b/samples/openapi3/client/petstore/dart-dio-next/petstore_client_lib_fake/lib/src/serializers.dart
@@ -110,26 +110,14 @@ part 'serializers.g.dart';
User,
])
Serializers serializers = (_$serializers.toBuilder()
- ..addBuilderFactory(
- const FullType(BuiltList, [FullType(String)]),
- () => ListBuilder(),
- )
..addBuilderFactory(
const FullType(BuiltMap, [FullType(String), FullType(String)]),
() => MapBuilder(),
)
- ..addBuilderFactory(
- const FullType(BuiltList, [FullType(String)]),
- () => ListBuilder(),
- )
..addBuilderFactory(
const FullType(BuiltSet, [FullType(Pet)]),
() => SetBuilder(),
)
- ..addBuilderFactory(
- const FullType(BuiltSet, [FullType(String)]),
- () => SetBuilder(),
- )
..addBuilderFactory(
const FullType(BuiltList, [FullType(Pet)]),
() => ListBuilder(),
diff --git a/samples/openapi3/client/petstore/dart-dio/petstore_client_lib/.openapi-generator/VERSION b/samples/openapi3/client/petstore/dart-dio/petstore_client_lib/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/openapi3/client/petstore/dart-dio/petstore_client_lib/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/dart-dio/petstore_client_lib/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/.openapi-generator/VERSION b/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/dart-dio/petstore_client_lib_fake/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/dart2/petstore_client_lib/.openapi-generator/VERSION b/samples/openapi3/client/petstore/dart2/petstore_client_lib/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/openapi3/client/petstore/dart2/petstore_client_lib/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/dart2/petstore_client_lib/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/openapi3/client/petstore/dart2/petstore_json_serializable_client_lib_fake/.openapi-generator/VERSION b/samples/openapi3/client/petstore/dart2/petstore_json_serializable_client_lib_fake/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/openapi3/client/petstore/dart2/petstore_json_serializable_client_lib_fake/.openapi-generator/VERSION
+++ b/samples/openapi3/client/petstore/dart2/petstore_json_serializable_client_lib_fake/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/aspnetcore-3.0/.openapi-generator/VERSION b/samples/server/petstore/aspnetcore-3.0/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/aspnetcore-3.0/.openapi-generator/VERSION
+++ b/samples/server/petstore/aspnetcore-3.0/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/aspnetcore-3.0/src/Org.OpenAPITools/Controllers/PetApi.cs b/samples/server/petstore/aspnetcore-3.0/src/Org.OpenAPITools/Controllers/PetApi.cs
index bb9dd57afda4..e97957a15d14 100644
--- a/samples/server/petstore/aspnetcore-3.0/src/Org.OpenAPITools/Controllers/PetApi.cs
+++ b/samples/server/petstore/aspnetcore-3.0/src/Org.OpenAPITools/Controllers/PetApi.cs
@@ -100,7 +100,7 @@ public virtual IActionResult FindPetsByStatus([FromQuery (Name = "status")][Requ
/// Finds Pets by tags
///
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// successful operation
/// Invalid tag value
[HttpGet]
diff --git a/samples/server/petstore/aspnetcore-3.1/.openapi-generator/VERSION b/samples/server/petstore/aspnetcore-3.1/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/aspnetcore-3.1/.openapi-generator/VERSION
+++ b/samples/server/petstore/aspnetcore-3.1/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/aspnetcore-3.1/src/Org.OpenAPITools/Controllers/PetApi.cs b/samples/server/petstore/aspnetcore-3.1/src/Org.OpenAPITools/Controllers/PetApi.cs
index bb9dd57afda4..e97957a15d14 100644
--- a/samples/server/petstore/aspnetcore-3.1/src/Org.OpenAPITools/Controllers/PetApi.cs
+++ b/samples/server/petstore/aspnetcore-3.1/src/Org.OpenAPITools/Controllers/PetApi.cs
@@ -100,7 +100,7 @@ public virtual IActionResult FindPetsByStatus([FromQuery (Name = "status")][Requ
/// Finds Pets by tags
///
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// successful operation
/// Invalid tag value
[HttpGet]
diff --git a/samples/server/petstore/aspnetcore-5.0/.openapi-generator/VERSION b/samples/server/petstore/aspnetcore-5.0/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/aspnetcore-5.0/.openapi-generator/VERSION
+++ b/samples/server/petstore/aspnetcore-5.0/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/aspnetcore-5.0/src/Org.OpenAPITools/Controllers/PetApi.cs b/samples/server/petstore/aspnetcore-5.0/src/Org.OpenAPITools/Controllers/PetApi.cs
index 982c1a6011df..d087776e4e10 100644
--- a/samples/server/petstore/aspnetcore-5.0/src/Org.OpenAPITools/Controllers/PetApi.cs
+++ b/samples/server/petstore/aspnetcore-5.0/src/Org.OpenAPITools/Controllers/PetApi.cs
@@ -81,7 +81,7 @@ public virtual IActionResult DeletePet([FromRoute (Name = "petId")][Required]lon
/// Finds Pets by status
///
/// Multiple status values can be provided with comma separated strings
- /// Status values that need to be considered for filter (deprecated)
+ /// Status values that need to be considered for filter
/// successful operation
/// Invalid status value
[HttpGet]
@@ -111,7 +111,7 @@ public virtual IActionResult FindPetsByStatus([FromQuery (Name = "status")][Requ
/// Finds Pets by tags
///
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// successful operation
/// Invalid tag value
[HttpGet]
diff --git a/samples/server/petstore/aspnetcore/.openapi-generator/VERSION b/samples/server/petstore/aspnetcore/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/aspnetcore/.openapi-generator/VERSION
+++ b/samples/server/petstore/aspnetcore/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/aspnetcore/src/Org.OpenAPITools/Controllers/PetApi.cs b/samples/server/petstore/aspnetcore/src/Org.OpenAPITools/Controllers/PetApi.cs
index a97f11089446..762dd2566880 100644
--- a/samples/server/petstore/aspnetcore/src/Org.OpenAPITools/Controllers/PetApi.cs
+++ b/samples/server/petstore/aspnetcore/src/Org.OpenAPITools/Controllers/PetApi.cs
@@ -100,7 +100,7 @@ public virtual IActionResult FindPetsByStatus([FromQuery (Name = "status")][Requ
/// Finds Pets by tags
///
/// Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
- /// Tags to filter by
+ /// Tags to filter by (deprecated)
/// successful operation
/// Invalid tag value
[HttpGet]
diff --git a/samples/server/petstore/cpp-pistache/.openapi-generator/VERSION b/samples/server/petstore/cpp-pistache/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/cpp-pistache/.openapi-generator/VERSION
+++ b/samples/server/petstore/cpp-pistache/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/cpp-qt-qhttpengine-server/.openapi-generator/VERSION b/samples/server/petstore/cpp-qt-qhttpengine-server/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/cpp-qt-qhttpengine-server/.openapi-generator/VERSION
+++ b/samples/server/petstore/cpp-qt-qhttpengine-server/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/erlang-server/.openapi-generator/VERSION b/samples/server/petstore/erlang-server/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/erlang-server/.openapi-generator/VERSION
+++ b/samples/server/petstore/erlang-server/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/erlang-server/src/openapi_pet_handler.erl b/samples/server/petstore/erlang-server/src/openapi_pet_handler.erl
index dc72a63c5d26..a204918cc777 100644
--- a/samples/server/petstore/erlang-server/src/openapi_pet_handler.erl
+++ b/samples/server/petstore/erlang-server/src/openapi_pet_handler.erl
@@ -274,9 +274,7 @@ is_authorized(
{false, AuthHeader, Req} -> {{false, AuthHeader}, Req, State}
end;
is_authorized(Req, State) ->
- {{false, <<"">>}, Req, State}.
-is_authorized(Req, State) ->
- {{false, <<"">>}, Req, State}.
+ {true, Req, State}.
-spec content_types_accepted(Req :: cowboy_req:req(), State :: state()) ->
{
diff --git a/samples/server/petstore/erlang-server/src/openapi_store_handler.erl b/samples/server/petstore/erlang-server/src/openapi_store_handler.erl
index 09245deb509b..1bc9cd38002e 100644
--- a/samples/server/petstore/erlang-server/src/openapi_store_handler.erl
+++ b/samples/server/petstore/erlang-server/src/openapi_store_handler.erl
@@ -109,9 +109,7 @@ is_authorized(
{false, AuthHeader, Req} -> {{false, AuthHeader}, Req, State}
end;
is_authorized(Req, State) ->
- {{false, <<"">>}, Req, State}.
-is_authorized(Req, State) ->
- {{false, <<"">>}, Req, State}.
+ {true, Req, State}.
-spec content_types_accepted(Req :: cowboy_req:req(), State :: state()) ->
{
diff --git a/samples/server/petstore/erlang-server/src/openapi_user_handler.erl b/samples/server/petstore/erlang-server/src/openapi_user_handler.erl
index aad43103ac66..d466e7f57092 100644
--- a/samples/server/petstore/erlang-server/src/openapi_user_handler.erl
+++ b/samples/server/petstore/erlang-server/src/openapi_user_handler.erl
@@ -236,9 +236,7 @@ is_authorized(
{false, AuthHeader, Req} -> {{false, AuthHeader}, Req, State}
end;
is_authorized(Req, State) ->
- {{false, <<"">>}, Req, State}.
-is_authorized(Req, State) ->
- {{false, <<"">>}, Req, State}.
+ {true, Req, State}.
-spec content_types_accepted(Req :: cowboy_req:req(), State :: state()) ->
{
diff --git a/samples/server/petstore/go-api-server/.openapi-generator/FILES b/samples/server/petstore/go-api-server/.openapi-generator/FILES
index 59b4003ddcec..9135763258fe 100644
--- a/samples/server/petstore/go-api-server/.openapi-generator/FILES
+++ b/samples/server/petstore/go-api-server/.openapi-generator/FILES
@@ -9,7 +9,6 @@ go/api_store.go
go/api_store_service.go
go/api_user.go
go/api_user_service.go
-go/error.go
go/helpers.go
go/impl.go
go/logger.go
diff --git a/samples/server/petstore/go-api-server/.openapi-generator/VERSION b/samples/server/petstore/go-api-server/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/go-api-server/.openapi-generator/VERSION
+++ b/samples/server/petstore/go-api-server/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/go-chi-server/.openapi-generator/FILES b/samples/server/petstore/go-chi-server/.openapi-generator/FILES
index 59b4003ddcec..9135763258fe 100644
--- a/samples/server/petstore/go-chi-server/.openapi-generator/FILES
+++ b/samples/server/petstore/go-chi-server/.openapi-generator/FILES
@@ -9,7 +9,6 @@ go/api_store.go
go/api_store_service.go
go/api_user.go
go/api_user_service.go
-go/error.go
go/helpers.go
go/impl.go
go/logger.go
diff --git a/samples/server/petstore/go-chi-server/.openapi-generator/VERSION b/samples/server/petstore/go-chi-server/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/go-chi-server/.openapi-generator/VERSION
+++ b/samples/server/petstore/go-chi-server/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/go-echo-server/.openapi-generator/VERSION b/samples/server/petstore/go-echo-server/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/go-echo-server/.openapi-generator/VERSION
+++ b/samples/server/petstore/go-echo-server/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION b/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION
+++ b/samples/server/petstore/go-gin-api-server/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file
diff --git a/samples/server/petstore/go-server-required/.openapi-generator/FILES b/samples/server/petstore/go-server-required/.openapi-generator/FILES
index 26b2edca0b85..87dd886ed0b4 100644
--- a/samples/server/petstore/go-server-required/.openapi-generator/FILES
+++ b/samples/server/petstore/go-server-required/.openapi-generator/FILES
@@ -9,7 +9,6 @@ go/api_store.go
go/api_store_service.go
go/api_user.go
go/api_user_service.go
-go/error.go
go/helpers.go
go/impl.go
go/logger.go
diff --git a/samples/server/petstore/go-server-required/.openapi-generator/VERSION b/samples/server/petstore/go-server-required/.openapi-generator/VERSION
index 4b448de535c7..862529f8cacd 100644
--- a/samples/server/petstore/go-server-required/.openapi-generator/VERSION
+++ b/samples/server/petstore/go-server-required/.openapi-generator/VERSION
@@ -1 +1 @@
-5.3.0-SNAPSHOT
\ No newline at end of file
+5.2.1-SNAPSHOT
\ No newline at end of file