Update openapi generator version

This commit is contained in:
2025-06-03 17:20:22 -03:00
parent 4ce994a111
commit 6c6221a436
107 changed files with 2874 additions and 2412 deletions

View File

@ -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);