mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 09:34:18 +00:00
Update openapi generator version
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* The version of the OpenAPI document: 1.1.0
|
||||
* Contact: contact@tribufu.com
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI-Generator 7.12.0.
|
||||
* NOTE: This class is auto generated by OpenAPI-Generator 7.14.0-SNAPSHOT.
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
@ -23,7 +23,7 @@
|
||||
#include "tribufu++/ApiException.h"
|
||||
#include "tribufu++/HttpContent.h"
|
||||
#include "tribufu++/IHttpBody.h"
|
||||
|
||||
#include "tribufu++/ModelBase.h"
|
||||
#if defined(_WIN32) || defined(_WIN64)
|
||||
#undef U
|
||||
#endif
|
||||
@ -63,6 +63,7 @@ namespace tribufu
|
||||
static utility::string_t parameterToString(double value);
|
||||
static utility::string_t parameterToString(const utility::datetime &value);
|
||||
static utility::string_t parameterToString(bool value);
|
||||
static utility::string_t parameterToString(const ModelBase &value);
|
||||
template <class T> static utility::string_t parameterToString(const std::vector<T> &value);
|
||||
template <class T> static utility::string_t parameterToString(const std::shared_ptr<T> &value);
|
||||
|
||||
|
Reference in New Issue
Block a user