v4.0.3 release (#3315)

* update snapshot version

* update doc

* comment out haskell servant server test
This commit is contained in:
William Cheng
2019-07-09 20:44:31 +08:00
committed by GitHub
parent 26e775cd4c
commit 203fc812bd
774 changed files with 777 additions and 777 deletions

View File

@@ -99,7 +99,7 @@ OpenAPI Generator Version | Release Date | Notes
---------------------------- | ------------ | ----- ---------------------------- | ------------ | -----
5.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/5.0.0-SNAPSHOT/)| 13.05.2020 | Major release with breaking changes (no fallback) 5.0.0 (upcoming major release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/5.0.0-SNAPSHOT/)| 13.05.2020 | Major release with breaking changes (no fallback)
4.1.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.1.0-SNAPSHOT/)| 15.07.2019 | Minor release (breaking changes with fallbacks) 4.1.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.1.0-SNAPSHOT/)| 15.07.2019 | Minor release (breaking changes with fallbacks)
4.0.3 (upcoming patch release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.3-SNAPSHOT/)| 04.07.2019 | Patch release (minor bug fixes, etc) 4.0.3 (upcoming patch release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/4.0.3/)| 04.07.2019 | Patch release (minor bug fixes, etc)
[4.0.2](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.0.2) (latest stable release) | 20.06.2019 | Patch release (bug fixes, minor enhancements, etc) [4.0.2](https://github.com/OpenAPITools/openapi-generator/releases/tag/v4.0.2) (latest stable release) | 20.06.2019 | Patch release (bug fixes, minor enhancements, etc)
OpenAPI Spec compatibility: 1.0, 1.1, 1.2, 2.0, 3.0 OpenAPI Spec compatibility: 1.0, 1.1, 1.2, 2.0, 3.0

View File

@@ -55,4 +55,4 @@ sidebar_label: java
|feignVersion|Version of OpenFeign: '10.x', '9.x' (default)| |false| |feignVersion|Version of OpenFeign: '10.x', '9.x' (default)| |false|
|useReflectionEqualsHashCode|Use org.apache.commons.lang3.builder for equals and hashCode in the models. WARNING: This will fail under a security manager, unless the appropriate permissions are set up correctly and also there's potential performance impact.| |false| |useReflectionEqualsHashCode|Use org.apache.commons.lang3.builder for equals and hashCode in the models. WARNING: This will fail under a security manager, unless the appropriate permissions are set up correctly and also there's potential performance impact.| |false|
|caseInsensitiveResponseHeaders|Make API response's headers case-insensitive. Available on okhttp-gson, jersey2 libraries| |false| |caseInsensitiveResponseHeaders|Make API response's headers case-insensitive. Available on okhttp-gson, jersey2 libraries| |false|
|library|library template (sub-template) to use|<dl><dt>**jersey1**</dt><dd>HTTP client: Jersey client 1.19.x. JSON processing: Jackson 2.8.x. Enable Java6 support using '-DsupportJava6=true'. 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.</dd><dt>**jersey2**</dt><dd>HTTP client: Jersey client 2.25.1. JSON processing: Jackson 2.8.x</dd><dt>**feign**</dt><dd>HTTP client: OpenFeign 9.x or 10.x. JSON processing: Jackson 2.8.x. To enable OpenFeign 10.x, set the 'feignVersion' option to '10.x'</dd><dt>**okhttp-gson**</dt><dd>[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'.</dd><dt>**retrofit**</dt><dd>HTTP client: OkHttp 2.x. JSON processing: Gson 2.x (Retrofit 1.9.0). IMPORTANT NOTE: retrofit1.x is no longer actively maintained so please upgrade to 'retrofit2' instead.</dd><dt>**retrofit2**</dt><dd>HTTP client: OkHttp 3.x. JSON processing: Gson 2.x (Retrofit 2.3.0). Enable the RxJava adapter using '-DuseRxJava[2]=true'. (RxJava 1.x or 2.x)</dd><dt>**resttemplate**</dt><dd>HTTP client: Spring RestTemplate 4.x. JSON processing: Jackson 2.8.x</dd><dt>**webclient**</dt><dd>HTTP client: Spring WebClient 5.x. JSON processing: Jackson 2.9.x</dd><dt>**resteasy**</dt><dd>HTTP client: Resteasy client 3.x. JSON processing: Jackson 2.8.x</dd><dt>**vertx**</dt><dd>HTTP client: VertX client 3.x. JSON processing: Jackson 2.8.x</dd><dt>**google-api-client**</dt><dd>HTTP client: Google API client 1.x. JSON processing: Jackson 2.8.x</dd><dt>**rest-assured**</dt><dd>HTTP client: rest-assured : 3.x. JSON processing: Gson 2.x. Only for Java8</dd><dl>|okhttp-gson| |library|library template (sub-template) to use|<dl><dt>**jersey1**</dt><dd>HTTP client: Jersey client 1.19.x. JSON processing: Jackson 2.8.x. Enable Java6 support using '-DsupportJava6=true'. 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.</dd><dt>**jersey2**</dt><dd>HTTP client: Jersey client 2.25.1. JSON processing: Jackson 2.8.x</dd><dt>**feign**</dt><dd>HTTP client: OpenFeign 9.x or 10.x. JSON processing: Jackson 2.8.x. To enable OpenFeign 10.x, set the 'feignVersion' option to '10.x'</dd><dt>**okhttp-gson**</dt><dd>[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'.</dd><dt>**retrofit**</dt><dd>HTTP client: OkHttp 2.x. JSON processing: Gson 2.x (Retrofit 1.9.0). IMPORTANT NOTE: retrofit1.x is no longer actively maintained so please upgrade to 'retrofit2' instead.</dd><dt>**retrofit2**</dt><dd>HTTP client: OkHttp 3.x. JSON processing: Gson 2.x (Retrofit 2.3.0). Enable the RxJava adapter using '-DuseRxJava[2]=true'. (RxJava 1.x or 2.x)</dd><dt>**resttemplate**</dt><dd>HTTP client: Spring RestTemplate 4.x. JSON processing: Jackson 2.8.x</dd><dt>**webclient**</dt><dd>HTTP client: Spring WebClient 5.x. JSON processing: Jackson 2.9.x</dd><dt>**resteasy**</dt><dd>HTTP client: Resteasy client 3.x. JSON processing: Jackson 2.8.x</dd><dt>**vertx**</dt><dd>HTTP client: VertX client 3.x. JSON processing: Jackson 2.8.x</dd><dt>**google-api-client**</dt><dd>HTTP client: Google API client 1.x. JSON processing: Jackson 2.8.x</dd><dt>**rest-assured**</dt><dd>HTTP client: rest-assured : 4.x. JSON processing: Gson 2.x. Only for Java8</dd><dl>|okhttp-gson|

View File

@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@@ -6,7 +6,7 @@
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@@ -45,7 +45,7 @@ compileJava.dependsOn tasks.openApiGenerate
[source,group] [source,group]
---- ----
plugins { plugins {
id "org.openapi.generator" version "4.0.3-SNAPSHOT" id "org.openapi.generator" version "4.0.3"
} }
---- ----
@@ -61,7 +61,7 @@ buildscript {
// url "https://plugins.gradle.org/m2/" // url "https://plugins.gradle.org/m2/"
} }
dependencies { dependencies {
classpath "org.openapitools:openapi-generator-gradle-plugin:4.0.3-SNAPSHOT" classpath "org.openapitools:openapi-generator-gradle-plugin:4.0.3"
} }
} }
@@ -609,7 +609,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.2.1'
classpath('org.openapitools:openapi-generator-gradle-plugin:4.0.3-SNAPSHOT') { classpath('org.openapitools:openapi-generator-gradle-plugin:4.0.3') {
exclude group: 'com.google.guava' exclude group: 'com.google.guava'
} }
} }

View File

@@ -1,5 +1,5 @@
# RELEASE_VERSION # RELEASE_VERSION
openApiGeneratorVersion=4.0.3-SNAPSHOT openApiGeneratorVersion=4.0.3
# /RELEASE_VERSION # /RELEASE_VERSION
# BEGIN placeholders # BEGIN placeholders

View File

@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@@ -17,5 +17,5 @@ gradle generateGoWithInvalidSpec
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example: The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash ```bash
gradle -PopenApiGeneratorVersion=4.0.3-SNAPSHOT openApiValidate gradle -PopenApiGeneratorVersion=4.0.3 openApiValidate
``` ```

View File

@@ -1,3 +1,3 @@
# RELEASE_VERSION # RELEASE_VERSION
openApiGeneratorVersion=4.0.3-SNAPSHOT openApiGeneratorVersion=4.0.3
# /RELEASE_VERSION # /RELEASE_VERSION

View File

@@ -12,7 +12,7 @@ Add to your `build->plugins` section (default phase is `generate-sources` phase)
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@@ -19,7 +19,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<dependencies> <dependencies>
<dependency> <dependency>

View File

@@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@@ -13,7 +13,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId> <artifactId>openapi-generator-maven-plugin</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@@ -5,7 +5,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@@ -4,7 +4,7 @@
<groupId>org.openapitools</groupId> <groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId> <artifactId>openapi-generator-project</artifactId>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@@ -10,7 +10,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>openapi-generator-project</name> <name>openapi-generator-project</name>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>4.0.3-SNAPSHOT</version> <version>4.0.3</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<url>https://github.com/openapitools/openapi-generator</url> <url>https://github.com/openapitools/openapi-generator</url>
<scm> <scm>
@@ -1258,7 +1258,7 @@
<module>samples/client/petstore/R</module> <module>samples/client/petstore/R</module>
<!--<module>samples/client/petstore/haskell-http-client</module>--> <!--<module>samples/client/petstore/haskell-http-client</module>-->
<!-- servers --> <!-- servers -->
<module>samples/server/petstore/haskell-servant</module> <!--<module>samples/server/petstore/haskell-servant</module>-->
</modules> </modules>
</profile> </profile>
<profile> <profile>

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -1 +1 @@
4.0.3-SNAPSHOT 4.0.3

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

View File

@@ -7,7 +7,7 @@
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech * https://openapi-generator.tech
* *
* OpenAPI Generator version: 4.0.3-SNAPSHOT * OpenAPI Generator version: 4.0.3
* *
* Do not edit the class manually. * Do not edit the class manually.
* *

Some files were not shown because too many files have changed in this diff Show More