Prepare v7.0.1 (#16409)

* prepare 7.0.1 in master

* update doc
This commit is contained in:
William Cheng 2023-08-25 16:11:29 +08:00 committed by GitHub
parent c7100b9e61
commit 80121aa88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1202 changed files with 1202 additions and 1202 deletions

View File

@ -21,5 +21,5 @@
./bin/utils/ensure-up-to-date ./bin/utils/ensure-up-to-date
``` ```
Commit all changed files. Commit all changed files.
- [ ] File the PR against the [correct branch](https://github.com/OpenAPITools/openapi-generator/wiki/Git-Branches): `master` (6.3.0) (minor release - breaking changes with fallbacks), `7.0.x` (breaking changes without fallbacks) - [ ] File the PR against the [correct branch](https://github.com/OpenAPITools/openapi-generator/wiki/Git-Branches): `master` (7.0.1 - patch release), `7.1.x` (minor release - breaking changes with fallbacks), `8.0.x` (breaking changes without fallbacks)
- [ ] If your PR is targeting a particular programming language, @mention the [technical committee](https://github.com/openapitools/openapi-generator/#62---openapi-generator-technical-committee) members, so they are more likely to review the pull request. - [ ] If your PR is targeting a particular programming language, @mention the [technical committee](https://github.com/openapitools/openapi-generator/#62---openapi-generator-technical-committee) members, so they are more likely to review the pull request.

View File

@ -15,7 +15,7 @@
<div align="center"> <div align="center">
[Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`7.0.0`): [Master](https://github.com/OpenAPITools/openapi-generator/tree/master) (`7.0.1`):
[![Build Status](https://api.travis-ci.com/OpenAPITools/openapi-generator.svg?branch=master&status=passed)](https://app.travis-ci.com/github/OpenAPITools/openapi-generator/builds) [![Build Status](https://api.travis-ci.com/OpenAPITools/openapi-generator.svg?branch=master&status=passed)](https://app.travis-ci.com/github/OpenAPITools/openapi-generator/builds)
[![Integration Test2](https://circleci.com/gh/OpenAPITools/openapi-generator.svg?style=shield)](https://circleci.com/gh/OpenAPITools/openapi-generator) [![Integration Test2](https://circleci.com/gh/OpenAPITools/openapi-generator.svg?style=shield)](https://circleci.com/gh/OpenAPITools/openapi-generator)
[![Windows Test](https://ci.appveyor.com/api/projects/status/github/openapitools/openapi-generator?branch=master&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails)](https://ci.appveyor.com/project/WilliamCheng/openapi-generator) [![Windows Test](https://ci.appveyor.com/api/projects/status/github/openapitools/openapi-generator?branch=master&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails)](https://ci.appveyor.com/project/WilliamCheng/openapi-generator)

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

View File

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

View File

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

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>7.0.0</version> <version>7.0.1-SNAPSHOT</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

@ -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>7.0.0</version> <version>7.0.1-SNAPSHOT</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>7.0.0</version> <version>7.0.1-SNAPSHOT</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>7.0.0</version> <version>7.0.1-SNAPSHOT</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>7.0.0</version> <version>7.0.1-SNAPSHOT</version>
<!-- /RELEASE_VERSION --> <!-- /RELEASE_VERSION -->
<executions> <executions>
<execution> <execution>

View File

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

View File

@ -13,7 +13,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<name>openapi-generator-project</name> <name>openapi-generator-project</name>
<!-- RELEASE_VERSION --> <!-- RELEASE_VERSION -->
<version>7.0.0</version> <version>7.0.1-SNAPSHOT</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 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

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

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

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

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

View File

@ -1 +1 @@
7.0.0-SNAPSHOT 7.0.1-SNAPSHOT

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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
# 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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
# 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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
require "big" require "big"

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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
require "big" require "big"

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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
require "big" require "big"

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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
require "big" require "big"

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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
require "big" require "big"

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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
require "big" require "big"

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: 7.0.0-SNAPSHOT #OpenAPI Generator version: 7.0.1-SNAPSHOT
# #
require "big" require "big"

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