fix exception in request body with enum ref (#17438)

This commit is contained in:
William Cheng
2023-12-21 15:22:28 +08:00
committed by GitHub
parent b5cd4e9316
commit a62132ecd9
39 changed files with 999 additions and 143 deletions

View File

@@ -239,7 +239,6 @@ class AuthApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -483,7 +482,6 @@ class AuthApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}

View File

@@ -247,7 +247,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -503,7 +502,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -779,7 +777,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
'files': 'csv',
}
@@ -1051,7 +1048,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -1322,7 +1318,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -1593,7 +1588,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -1864,7 +1858,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -2135,7 +2128,6 @@ class BodyApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}

View File

@@ -282,7 +282,6 @@ class FormApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -622,7 +621,6 @@ class FormApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}

View File

@@ -309,7 +309,6 @@ class HeaderApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}

View File

@@ -294,7 +294,6 @@ class PathApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}

View File

@@ -274,7 +274,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -564,7 +563,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -876,7 +874,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -1144,7 +1141,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -1404,7 +1400,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -1664,7 +1659,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -1924,7 +1918,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}
@@ -2184,7 +2177,6 @@ class QueryApi:
_host = None
_collection_formats: Dict[str, str] = {
}
_path_params: Dict[str, str] = {}