Skip to content

Commit 3a502aa

Browse files
committed
test the new option
1 parent fa242fc commit 3a502aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+169
-40
lines changed

bin/configs/python-aiohttp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ additionalProperties:
77
packageName: petstore_api
88
mapNumberTo: float
99
poetry1: true
10+
enumUnknownDefaultCase: true
1011
nameMappings:
1112
_type: underscore_type
1213
type_: type_with_underscore

samples/openapi3/client/petstore/python-aiohttp/docs/DataOutputFormat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* `XML` (value: `'XML'`)
1111

12+
* `UNKNOWN_DEFAULT_OPEN_API` (value: `'unknown_default_open_api'`)
13+
1214
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1315

1416

samples/openapi3/client/petstore/python-aiohttp/docs/EnumClass.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* `LEFT_PARENTHESIS_XYZ_RIGHT_PARENTHESIS` (value: `'(xyz)'`)
1111

12+
* `UNKNOWN_DEFAULT_OPEN_API` (value: `'unknown_default_open_api'`)
13+
1214
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1315

1416

samples/openapi3/client/petstore/python-aiohttp/docs/EnumNumberVendorExt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* `FiftySix` (value: `56`)
1111

12+
* `unknown_default_open_api` (value: `11184809`)
13+
1214
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1315

1416

samples/openapi3/client/petstore/python-aiohttp/docs/EnumString1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
* `B` (value: `'b'`)
99

10+
* `UNKNOWN_DEFAULT_OPEN_API` (value: `'unknown_default_open_api'`)
11+
1012
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1113

1214

samples/openapi3/client/petstore/python-aiohttp/docs/EnumString2.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
* `D` (value: `'d'`)
99

10+
* `UNKNOWN_DEFAULT_OPEN_API` (value: `'unknown_default_open_api'`)
11+
1012
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1113

1214

samples/openapi3/client/petstore/python-aiohttp/docs/EnumStringVendorExt.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* `bazVar_XEnumVarname` (value: `'baz'`)
1111

12+
* `'unknown_default_open_api'` (value: `'unknown_default_open_api'`)
13+
1214
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1315

1416

samples/openapi3/client/petstore/python-aiohttp/docs/OneOfEnumString.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ oneOf enum strings
1212

1313
* `D` (value: `'d'`)
1414

15+
* `UNKNOWN_DEFAULT_OPEN_API` (value: `'unknown_default_open_api'`)
16+
1517
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1618

1719

samples/openapi3/client/petstore/python-aiohttp/docs/OuterEnum.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* `DELIVERED` (value: `'delivered'`)
1111

12+
* `UNKNOWN_DEFAULT_OPEN_API` (value: `'unknown_default_open_api'`)
13+
1214
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1315

1416

samples/openapi3/client/petstore/python-aiohttp/docs/OuterEnumDefaultValue.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
* `DELIVERED` (value: `'delivered'`)
1111

12+
* `UNKNOWN_DEFAULT_OPEN_API` (value: `'unknown_default_open_api'`)
13+
1214
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1315

1416

0 commit comments

Comments
 (0)