Skip to content

Commit 8031dd2

Browse files
committed
Updated generated files per PR instructions
1 parent 7ffcfb1 commit 8031dd2

20 files changed

Lines changed: 24 additions & 20 deletions

File tree

docs/generators/cpp-boost-beast-client.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
5454
## RESERVED WORDS
5555

5656
<ul class="column-ul">
57+
<li>NULL</li>
5758
<li>alignas</li>
5859
<li>alignof</li>
5960
<li>and</li>
@@ -251,6 +252,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
251252
|OAuth2_Password|✗|OAS2,OAS3
252253
|OAuth2_ClientCredentials|✗|OAS2,OAS3
253254
|OAuth2_AuthorizationCode|✗|OAS2,OAS3
255+
|SignatureAuth|✗|OAS3
256+
|AWSV4Signature|✗|ToolingExtension
254257

255258
### Wire Format Feature
256259
| Name | Supported | Defined By |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.0-SNAPSHOT
1+
7.13.0-SNAPSHOT

samples/client/petstore/cpp-boost-beast/generated/api/PetApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/api/PetApi.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/
@@ -30,6 +30,7 @@
3030
#include "ApiResponse.h"
3131
#include "Pet.h"
3232
#include <string>
33+
#include <vector>
3334

3435
namespace org {
3536
namespace openapitools {

samples/client/petstore/cpp-boost-beast/generated/api/StoreApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/api/StoreApi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/
@@ -81,7 +81,7 @@ class StoreApi {
8181
/// Find purchase order by ID
8282
/// </summary>
8383
/// <remarks>
84-
/// For valid response try integer IDs with value &lt;&#x3D; 5 or &gt; 10. Other values will generated exceptions
84+
/// For valid response try integer IDs with value &lt;&#x3D; 5 or &gt; 10. Other values will generate exceptions
8585
/// </remarks>
8686
virtual std::shared_ptr<Order>
8787
getOrderById(

samples/client/petstore/cpp-boost-beast/generated/api/UserApi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/api/UserApi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/model/ApiResponse.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

samples/client/petstore/cpp-boost-beast/generated/model/ApiResponse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* The version of the OpenAPI document: 1.0.0
66
*
77
*
8-
* NOTE: This class is auto generated by OpenAPI-Generator 6.0.0-SNAPSHOT.
8+
* NOTE: This class is auto generated by OpenAPI-Generator 7.13.0-SNAPSHOT.
99
* https://openapi-generator.tech
1010
* Do not edit the class manually.
1111
*/

0 commit comments

Comments
 (0)