[API] Re-run code generator to merge the changes of OpenAPITools/openapi-generator to fix the bug:

* If the data type of query parameter is "int" or "bool" in OpenAPI Spec, the request url will not be generated correctly. ( PR #6692 )
This commit is contained in:
Hui Yu
2020-06-20 09:41:15 +08:00
parent c18a40a68c
commit ab432efa49
1493 changed files with 58080 additions and 4791 deletions

View File

@@ -11,6 +11,10 @@
#include "../external/cJSON.h"
#include "../include/list.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"
typedef struct v1_empty_dir_volume_source_t v1_empty_dir_volume_source_t;