forked from loafle/openapi-generator-original
prepare 6.2.0 release (#13514)
* set release version to 6.2.0 * update samples * comment out rust server test in travis
This commit is contained in:
parent
840917ccb8
commit
24f476a381
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# RELEASE_VERSION
|
# RELEASE_VERSION
|
||||||
openApiGeneratorVersion=6.1.1-SNAPSHOT
|
openApiGeneratorVersion=6.2.0
|
||||||
# /RELEASE_VERSION
|
# /RELEASE_VERSION
|
||||||
|
|
||||||
# BEGIN placeholders
|
# BEGIN placeholders
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# RELEASE_VERSION
|
# RELEASE_VERSION
|
||||||
openApiGeneratorVersion=6.1.1-SNAPSHOT
|
openApiGeneratorVersion=6.2.0
|
||||||
# /RELEASE_VERSION
|
# /RELEASE_VERSION
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -15,7 +15,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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -20,7 +20,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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
@ -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>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
4
pom.xml
4
pom.xml
@ -12,7 +12,7 @@
|
|||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>openapi-generator-project</name>
|
<name>openapi-generator-project</name>
|
||||||
<!-- RELEASE_VERSION -->
|
<!-- RELEASE_VERSION -->
|
||||||
<version>6.1.1-SNAPSHOT</version>
|
<version>6.2.0</version>
|
||||||
<!-- /RELEASE_VERSION -->
|
<!-- /RELEASE_VERSION -->
|
||||||
<url>https://github.com/openapitools/openapi-generator</url>
|
<url>https://github.com/openapitools/openapi-generator</url>
|
||||||
<scm>
|
<scm>
|
||||||
@ -1140,7 +1140,7 @@
|
|||||||
<module>samples/server/petstore/php-slim4</module>
|
<module>samples/server/petstore/php-slim4</module>
|
||||||
<module>samples/server/petstore/php-laravel</module>
|
<module>samples/server/petstore/php-laravel</module>
|
||||||
<module>samples/server/petstore/php-lumen</module>-->
|
<module>samples/server/petstore/php-lumen</module>-->
|
||||||
<module>samples/server/petstore/rust-server</module>
|
<!--<module>samples/server/petstore/rust-server</module>-->
|
||||||
<!-- clients -->
|
<!-- clients -->
|
||||||
<module>samples/client/petstore/perl</module>
|
<module>samples/client/petstore/perl</module>
|
||||||
<!--<module>samples/client/petstore/bash</module>-->
|
<!--<module>samples/client/petstore/bash</module>-->
|
||||||
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* The version of the OpenAPI document: 1.0.0
|
* The version of the OpenAPI document: 1.0.0
|
||||||
*
|
*
|
||||||
* NOTE: This class is auto generated by OpenAPI-Generator 6.1.1-SNAPSHOT.
|
* NOTE: This class is auto generated by OpenAPI-Generator 6.2.0.
|
||||||
* https://openapi-generator.tech
|
* https://openapi-generator.tech
|
||||||
* Do not edit the class manually.
|
* Do not edit the class manually.
|
||||||
*/
|
*/
|
||||||
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
language: crystal
|
language: crystal
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
# load modules
|
# load modules
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "uri"
|
require "uri"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "uri"
|
require "uri"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "uri"
|
require "uri"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
module Petstore
|
module Petstore
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "log"
|
require "log"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#The version of the OpenAPI document: 1.0.0
|
#The version of the OpenAPI document: 1.0.0
|
||||||
#
|
#
|
||||||
#Generated by: https://openapi-generator.tech
|
#Generated by: https://openapi-generator.tech
|
||||||
#OpenAPI Generator version: 6.1.1-SNAPSHOT
|
#OpenAPI Generator version: 6.2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
require "json"
|
require "json"
|
||||||
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1 +1 @@
|
|||||||
6.1.1-SNAPSHOT
|
6.2.0
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This file is auto generated by OpenAPI Generator 6.1.1-SNAPSHOT (https://openapi-generator.tech).
|
# NOTE: This file is auto generated by OpenAPI Generator 6.2.0 (https://openapi-generator.tech).
|
||||||
# Do not edit this file manually.
|
# Do not edit this file manually.
|
||||||
|
|
||||||
defmodule OpenapiPetstore.Api.AnotherFake do
|
defmodule OpenapiPetstore.Api.AnotherFake do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This file is auto generated by OpenAPI Generator 6.1.1-SNAPSHOT (https://openapi-generator.tech).
|
# NOTE: This file is auto generated by OpenAPI Generator 6.2.0 (https://openapi-generator.tech).
|
||||||
# Do not edit this file manually.
|
# Do not edit this file manually.
|
||||||
|
|
||||||
defmodule OpenapiPetstore.Api.Default do
|
defmodule OpenapiPetstore.Api.Default do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This file is auto generated by OpenAPI Generator 6.1.1-SNAPSHOT (https://openapi-generator.tech).
|
# NOTE: This file is auto generated by OpenAPI Generator 6.2.0 (https://openapi-generator.tech).
|
||||||
# Do not edit this file manually.
|
# Do not edit this file manually.
|
||||||
|
|
||||||
defmodule OpenapiPetstore.Api.Fake do
|
defmodule OpenapiPetstore.Api.Fake do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This file is auto generated by OpenAPI Generator 6.1.1-SNAPSHOT (https://openapi-generator.tech).
|
# NOTE: This file is auto generated by OpenAPI Generator 6.2.0 (https://openapi-generator.tech).
|
||||||
# Do not edit this file manually.
|
# Do not edit this file manually.
|
||||||
|
|
||||||
defmodule OpenapiPetstore.Api.FakeClassnameTags123 do
|
defmodule OpenapiPetstore.Api.FakeClassnameTags123 do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This file is auto generated by OpenAPI Generator 6.1.1-SNAPSHOT (https://openapi-generator.tech).
|
# NOTE: This file is auto generated by OpenAPI Generator 6.2.0 (https://openapi-generator.tech).
|
||||||
# Do not edit this file manually.
|
# Do not edit this file manually.
|
||||||
|
|
||||||
defmodule OpenapiPetstore.Api.Pet do
|
defmodule OpenapiPetstore.Api.Pet do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This file is auto generated by OpenAPI Generator 6.1.1-SNAPSHOT (https://openapi-generator.tech).
|
# NOTE: This file is auto generated by OpenAPI Generator 6.2.0 (https://openapi-generator.tech).
|
||||||
# Do not edit this file manually.
|
# Do not edit this file manually.
|
||||||
|
|
||||||
defmodule OpenapiPetstore.Api.Store do
|
defmodule OpenapiPetstore.Api.Store do
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE: This file is auto generated by OpenAPI Generator 6.1.1-SNAPSHOT (https://openapi-generator.tech).
|
# NOTE: This file is auto generated by OpenAPI Generator 6.2.0 (https://openapi-generator.tech).
|
||||||
# Do not edit this file manually.
|
# Do not edit this file manually.
|
||||||
|
|
||||||
defmodule OpenapiPetstore.Api.User do
|
defmodule OpenapiPetstore.Api.User do
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user