Skip to content

Commit

Permalink
Generate newest code from openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bundesbot authored and bundesbot committed Jun 9, 2024
1 parent 6cb5120 commit ac61f57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def openapi_types():
"search_arguments": (
SearchresultsGet200ResponseMetaInfosSearchArguments,
), # noqa: E501
"search_result_count": (int,), # noqa: E501
"search_result_cound": (int,), # noqa: E501
"max_search_results_found_label": (str,), # noqa: E501
"load_more": (bool,), # noqa: E501
}
Expand All @@ -114,7 +114,7 @@ def discriminator():

attribute_map = {
"search_arguments": "searchArguments", # noqa: E501
"search_result_count": "searchResultCount", # noqa: E501
"search_result_cound": "searchResultCound", # noqa: E501
"max_search_results_found_label": "maxSearchResultsFoundLabel", # noqa: E501
"load_more": "loadMore", # noqa: E501
}
Expand Down Expand Up @@ -160,7 +160,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
search_arguments (SearchresultsGet200ResponseMetaInfosSearchArguments): [optional] # noqa: E501
search_result_count (int): [optional] # noqa: E501
search_result_cound (int): [optional] # noqa: E501
max_search_results_found_label (str): [optional] # noqa: E501
load_more (bool): [optional] # noqa: E501
"""
Expand Down Expand Up @@ -254,7 +254,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
through its discriminator because we passed in
_visited_composed_classes = (Animal,)
search_arguments (SearchresultsGet200ResponseMetaInfosSearchArguments): [optional] # noqa: E501
search_result_count (int): [optional] # noqa: E501
search_result_cound (int): [optional] # noqa: E501
max_search_results_found_label (str): [optional] # noqa: E501
load_more (bool): [optional] # noqa: E501
"""
Expand Down
2 changes: 1 addition & 1 deletion python-client/docs/SearchresultsGet200ResponseMetaInfos.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**search_arguments** | [**SearchresultsGet200ResponseMetaInfosSearchArguments**](SearchresultsGet200ResponseMetaInfosSearchArguments.md) | | [optional]
**search_result_count** | **int** | | [optional]
**search_result_cound** | **int** | | [optional]
**max_search_results_found_label** | **str** | | [optional]
**load_more** | **bool** | | [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]
Expand Down

0 comments on commit ac61f57

Please sign in to comment.