mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-10 09:16:11 +00:00
fix(javascript): added check to see if the parsed response is really empty.
This commit is contained in:
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
|
||||
**enumString** | **String** | | [optional]
|
||||
**enumInteger** | **Number** | | [optional]
|
||||
**enumNumber** | **Number** | | [optional]
|
||||
**outerEnum** | [**OuterEnum**](OuterEnum.md) | | [optional]
|
||||
|
||||
|
||||
<a name="EnumStringEnum"></a>
|
||||
|
||||
12
samples/client/petstore/javascript-promise/docs/OuterEnum.md
Normal file
12
samples/client/petstore/javascript-promise/docs/OuterEnum.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# SwaggerPetstore.OuterEnum
|
||||
|
||||
## Enum
|
||||
|
||||
|
||||
* `placed` (value: `"placed"`)
|
||||
|
||||
* `approved` (value: `"approved"`)
|
||||
|
||||
* `delivered` (value: `"delivered"`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user