Prepare 5.2.1 release (#10161)

* prepare for 5.2.1 release

* update samples
This commit is contained in:
William Cheng 2021-08-16 19:08:29 +08:00 committed by GitHub
parent d10880cf51
commit 8403e59aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
681 changed files with 680 additions and 681 deletions

View File

@ -46,7 +46,6 @@ The following generators are available:
* [k6 (beta)](generators/k6.md) * [k6 (beta)](generators/k6.md)
* [kotlin](generators/kotlin.md) * [kotlin](generators/kotlin.md)
* [lua (beta)](generators/lua.md) * [lua (beta)](generators/lua.md)
* [micronaut-client](generators/micronaut-client.md)
* [nim (beta)](generators/nim.md) * [nim (beta)](generators/nim.md)
* [objc](generators/objc.md) * [objc](generators/objc.md)
* [ocaml](generators/ocaml.md) * [ocaml](generators/ocaml.md)

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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

View File

@ -1,5 +1,5 @@
# RELEASE_VERSION # RELEASE_VERSION
openApiGeneratorVersion=5.2.1-SNAPSHOT openApiGeneratorVersion=5.2.1
# /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>5.2.1-SNAPSHOT</version> <version>5.2.1</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<relativePath>../..</relativePath> <relativePath>../..</relativePath>
</parent> </parent>

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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</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>5.2.1-SNAPSHOT</version> <version>5.2.1</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<url>https://github.com/openapitools/openapi-generator</url> <url>https://github.com/openapitools/openapi-generator</url>
<scm> <scm>

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -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 5.2.1-SNAPSHOT. * NOTE: This class is auto generated by OpenAPI-Generator 5.2.1.
* https://openapi-generator.tech * https://openapi-generator.tech
* Do not edit the class manually. * Do not edit the class manually.
*/ */

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
language: crystal language: crystal

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
# load modules # load modules

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
# Dependencies # Dependencies

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "uri" require "uri"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "uri" require "uri"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "uri" require "uri"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "json" require "json"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
module Petstore module Petstore

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "log" require "log"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "json" require "json"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "json" require "json"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "json" require "json"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "json" require "json"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "json" require "json"

View File

@ -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: 5.2.1-SNAPSHOT #OpenAPI Generator version: 5.2.1
# #
require "json" require "json"

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

View File

@ -1 +1 @@
5.2.1-SNAPSHOT 5.2.1

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