Update parser to 2.0.29 (#11388)

* update parser to 2.0.29

* better handling of null in dereferencing

* update parser to 2.0.30

* update core to newer version

* add new files

* rollback to previous stable version

* remove files

* Fixes for python-experimental NullableShape component

Co-authored-by: Justin Black <justin.a.black@gmail.com>
This commit is contained in:
William Cheng
2022-02-21 18:37:52 +08:00
committed by GitHub
parent bdb037cce1
commit df05e6f4bc
264 changed files with 6461 additions and 27 deletions

View File

@@ -1583,6 +1583,8 @@ void (empty response body)
test inline additionalProperties
### Example
@@ -1648,6 +1650,8 @@ No authorization required
test json serialization of form data
### Example
@@ -1860,6 +1864,8 @@ No authorization required
uploads a file and downloads a file using application/octet-stream
### Example
@@ -1924,6 +1930,8 @@ No authorization required
uploads a file using multipart/form-data
### Example
@@ -2000,6 +2008,8 @@ No authorization required
uploads files using multipart/form-data
### Example

View File

@@ -0,0 +1,13 @@
# InlineResponse200
this payload is used for verification that some model_to_dict issues are fixed
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_data** | [**[FakePostInlineAdditionalPropertiesPayloadArrayData], none_type**](FakePostInlineAdditionalPropertiesPayloadArrayData.md) | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

View File

@@ -18,6 +18,8 @@ Method | HTTP request | Description
Add a new pet to the store
### Example
* OAuth Authentication (petstore_auth):
@@ -170,6 +172,8 @@ void (empty response body)
Deletes a pet
### Example
* OAuth Authentication (petstore_auth):
@@ -614,6 +618,8 @@ Name | Type | Description | Notes
Update an existing pet
### Example
* OAuth Authentication (petstore_auth):
@@ -768,6 +774,8 @@ void (empty response body)
Updates a pet in the store with form data
### Example
* OAuth Authentication (petstore_auth):

View File

@@ -223,6 +223,8 @@ No authorization required
Place an order for a pet
### Example

View File

@@ -98,6 +98,8 @@ No authorization required
Creates list of users with given input array
### Example
@@ -177,6 +179,8 @@ No authorization required
Creates list of users with given input array
### Example
@@ -322,6 +326,8 @@ No authorization required
Get user by user name
### Example
@@ -389,6 +395,8 @@ No authorization required
Logs user into the system
### Example
@@ -456,6 +464,8 @@ No authorization required
Logs out current logged in user session
### Example

View File

@@ -3314,6 +3314,7 @@ class FakeApi(object):
):
"""test inline additionalProperties # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -3392,6 +3393,7 @@ class FakeApi(object):
):
"""test json serialization of form data # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -3639,6 +3641,7 @@ class FakeApi(object):
):
"""uploads a file and downloads a file using application/octet-stream # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -3716,6 +3719,7 @@ class FakeApi(object):
):
"""uploads a file using multipart/form-data # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -3793,6 +3797,7 @@ class FakeApi(object):
):
"""uploads files using multipart/form-data # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True

View File

@@ -447,6 +447,7 @@ class PetApi(object):
):
"""Add a new pet to the store # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -524,6 +525,7 @@ class PetApi(object):
):
"""Deletes a pet # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -836,6 +838,7 @@ class PetApi(object):
):
"""Update an existing pet # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -913,6 +916,7 @@ class PetApi(object):
):
"""Updates a pet in the store with form data # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True

View File

@@ -470,6 +470,7 @@ class StoreApi(object):
):
"""Place an order for a pet # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True

View File

@@ -512,6 +512,7 @@ class UserApi(object):
):
"""Creates list of users with given input array # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -589,6 +590,7 @@ class UserApi(object):
):
"""Creates list of users with given input array # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -744,6 +746,7 @@ class UserApi(object):
):
"""Get user by user name # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -822,6 +825,7 @@ class UserApi(object):
):
"""Logs user into the system # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True
@@ -901,6 +905,7 @@ class UserApi(object):
):
"""Logs out current logged in user session # noqa: E501
# noqa: E501
This method makes a synchronous HTTP request by default. To make an
asynchronous HTTP request, please pass async_req=True