Skip to content

Commit dffa17d

Browse files
committed
Update + add predictions
1 parent a832b71 commit dffa17d

File tree

462 files changed

+23151
-7003
lines changed

Some content is hidden

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

462 files changed

+23151
-7003
lines changed

.openapi-generator/FILES

Lines changed: 339 additions & 138 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 122 additions & 52 deletions
Large diffs are not rendered by default.

docs/AdmBoundaries.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# AdmBoundaries
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**nuts** | [**NutsAdmBoundaries**](NutsAdmBoundaries.md) | NUTS (Nomenclature of Territorial Units for Statistics). A hierarchical system used by the European Union to divide its territory into comparable regions for statistical purposes. | [optional]
9+
10+
## Example
11+
12+
```python
13+
from mosquito_alert.models.adm_boundaries import AdmBoundaries
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of AdmBoundaries from a JSON string
18+
adm_boundaries_instance = AdmBoundaries.from_json(json)
19+
# print the JSON string representation of the object
20+
print(AdmBoundaries.to_json())
21+
22+
# convert the object into a dict
23+
adm_boundaries_dict = adm_boundaries_instance.to_dict()
24+
# create an instance of AdmBoundaries from a dict
25+
adm_boundaries_from_dict = AdmBoundaries.from_dict(adm_boundaries_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

docs/AdmBoundariesRequest.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# AdmBoundariesRequest
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**nuts** | [**NutsAdmBoundariesRequest**](NutsAdmBoundariesRequest.md) | NUTS (Nomenclature of Territorial Units for Statistics). A hierarchical system used by the European Union to divide its territory into comparable regions for statistical purposes. | [optional]
9+
10+
## Example
11+
12+
```python
13+
from mosquito_alert.models.adm_boundaries_request import AdmBoundariesRequest
14+
15+
# TODO update the JSON string below
16+
json = "{}"
17+
# create an instance of AdmBoundariesRequest from a JSON string
18+
adm_boundaries_request_instance = AdmBoundariesRequest.from_json(json)
19+
# print the JSON string representation of the object
20+
print(AdmBoundariesRequest.to_json())
21+
22+
# convert the object into a dict
23+
adm_boundaries_request_dict = adm_boundaries_request_instance.to_dict()
24+
# create an instance of AdmBoundariesRequest from a dict
25+
adm_boundaries_request_from_dict = AdmBoundariesRequest.from_dict(adm_boundaries_request_dict)
26+
```
27+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28+
29+

docs/BitesApi.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ void (empty response body)
191191
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
192192

193193
# **list**
194-
> PaginatedBiteList list(created_at_after=created_at_after, created_at_before=created_at_before, location_country_id=location_country_id, location_nuts_2=location_nuts_2, location_nuts_3=location_nuts_3, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
194+
> PaginatedBiteList list(created_at_after=created_at_after, created_at_before=created_at_before, location_adm_nuts2=location_adm_nuts2, location_adm_nuts3=location_adm_nuts3, location_country_id=location_country_id, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
195195
196196
### Example
197197

@@ -239,9 +239,9 @@ with mosquito_alert.ApiClient(configuration) as api_client:
239239
api_instance = mosquito_alert.BitesApi(api_client)
240240
created_at_after = '2013-10-20T19:20:30+01:00' # datetime | Created at (optional)
241241
created_at_before = '2013-10-20T19:20:30+01:00' # datetime | Created at (optional)
242+
location_adm_nuts2 = 'location_adm_nuts2_example' # str | (optional)
243+
location_adm_nuts3 = 'location_adm_nuts3_example' # str | (optional)
242244
location_country_id = 56 # int | (optional)
243-
location_nuts_2 = 'location_nuts_2_example' # str | (optional)
244-
location_nuts_3 = 'location_nuts_3_example' # str | (optional)
245245
order_by = ['order_by_example'] # List[str] | Ordenado (optional)
246246
page = 56 # int | A page number within the paginated result set. (optional)
247247
page_size = 56 # int | Number of results to return per page. (optional)
@@ -253,7 +253,7 @@ with mosquito_alert.ApiClient(configuration) as api_client:
253253
user_uuid = 'user_uuid_example' # str | (optional)
254254

255255
try:
256-
api_response = api_instance.list(created_at_after=created_at_after, created_at_before=created_at_before, location_country_id=location_country_id, location_nuts_2=location_nuts_2, location_nuts_3=location_nuts_3, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
256+
api_response = api_instance.list(created_at_after=created_at_after, created_at_before=created_at_before, location_adm_nuts2=location_adm_nuts2, location_adm_nuts3=location_adm_nuts3, location_country_id=location_country_id, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
257257
print("The response of BitesApi->list:\n")
258258
pprint(api_response)
259259
except Exception as e:
@@ -269,9 +269,9 @@ Name | Type | Description | Notes
269269
------------- | ------------- | ------------- | -------------
270270
**created_at_after** | **datetime**| Created at | [optional]
271271
**created_at_before** | **datetime**| Created at | [optional]
272+
**location_adm_nuts2** | **str**| | [optional]
273+
**location_adm_nuts3** | **str**| | [optional]
272274
**location_country_id** | **int**| | [optional]
273-
**location_nuts_2** | **str**| | [optional]
274-
**location_nuts_3** | **str**| | [optional]
275275
**order_by** | [**List[str]**](str.md)| Ordenado | [optional]
276276
**page** | **int**| A page number within the paginated result set. | [optional]
277277
**page_size** | **int**| Number of results to return per page. | [optional]
@@ -307,7 +307,7 @@ Name | Type | Description | Notes
307307
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
308308

309309
# **list_mine**
310-
> PaginatedBiteList list_mine(created_at_after=created_at_after, created_at_before=created_at_before, location_country_id=location_country_id, location_nuts_2=location_nuts_2, location_nuts_3=location_nuts_3, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
310+
> PaginatedBiteList list_mine(created_at_after=created_at_after, created_at_before=created_at_before, location_adm_nuts2=location_adm_nuts2, location_adm_nuts3=location_adm_nuts3, location_country_id=location_country_id, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
311311
312312
Get Current User's Bites
313313

@@ -343,9 +343,9 @@ with mosquito_alert.ApiClient(configuration) as api_client:
343343
api_instance = mosquito_alert.BitesApi(api_client)
344344
created_at_after = '2013-10-20T19:20:30+01:00' # datetime | Created at (optional)
345345
created_at_before = '2013-10-20T19:20:30+01:00' # datetime | Created at (optional)
346+
location_adm_nuts2 = 'location_adm_nuts2_example' # str | (optional)
347+
location_adm_nuts3 = 'location_adm_nuts3_example' # str | (optional)
346348
location_country_id = 56 # int | (optional)
347-
location_nuts_2 = 'location_nuts_2_example' # str | (optional)
348-
location_nuts_3 = 'location_nuts_3_example' # str | (optional)
349349
order_by = ['order_by_example'] # List[str] | Ordenado (optional)
350350
page = 56 # int | A page number within the paginated result set. (optional)
351351
page_size = 56 # int | Number of results to return per page. (optional)
@@ -357,7 +357,7 @@ with mosquito_alert.ApiClient(configuration) as api_client:
357357
user_uuid = 'user_uuid_example' # str | (optional)
358358

359359
try:
360-
api_response = api_instance.list_mine(created_at_after=created_at_after, created_at_before=created_at_before, location_country_id=location_country_id, location_nuts_2=location_nuts_2, location_nuts_3=location_nuts_3, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
360+
api_response = api_instance.list_mine(created_at_after=created_at_after, created_at_before=created_at_before, location_adm_nuts2=location_adm_nuts2, location_adm_nuts3=location_adm_nuts3, location_country_id=location_country_id, order_by=order_by, page=page, page_size=page_size, received_at_after=received_at_after, received_at_before=received_at_before, short_id=short_id, updated_at_after=updated_at_after, updated_at_before=updated_at_before, user_uuid=user_uuid)
361361
print("The response of BitesApi->list_mine:\n")
362362
pprint(api_response)
363363
except Exception as e:
@@ -373,9 +373,9 @@ Name | Type | Description | Notes
373373
------------- | ------------- | ------------- | -------------
374374
**created_at_after** | **datetime**| Created at | [optional]
375375
**created_at_before** | **datetime**| Created at | [optional]
376+
**location_adm_nuts2** | **str**| | [optional]
377+
**location_adm_nuts3** | **str**| | [optional]
376378
**location_country_id** | **int**| | [optional]
377-
**location_nuts_2** | **str**| | [optional]
378-
**location_nuts_3** | **str**| | [optional]
379379
**order_by** | [**List[str]**](str.md)| Ordenado | [optional]
380380
**page** | **int**| A page number within the paginated result set. | [optional]
381381
**page_size** | **int**| Number of results to return per page. | [optional]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# BitesCreateLocationSourceErrorComponent
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**attr** | **str** | |
9+
**code** | **str** | |
10+
**detail** | **str** | |
11+
12+
## Example
13+
14+
```python
15+
from mosquito_alert.models.bites_create_location_source_error_component import BitesCreateLocationSourceErrorComponent
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of BitesCreateLocationSourceErrorComponent from a JSON string
20+
bites_create_location_source_error_component_instance = BitesCreateLocationSourceErrorComponent.from_json(json)
21+
# print the JSON string representation of the object
22+
print(BitesCreateLocationSourceErrorComponent.to_json())
23+
24+
# convert the object into a dict
25+
bites_create_location_source_error_component_dict = bites_create_location_source_error_component_instance.to_dict()
26+
# create an instance of BitesCreateLocationSourceErrorComponent from a dict
27+
bites_create_location_source_error_component_from_dict = BitesCreateLocationSourceErrorComponent.from_dict(bites_create_location_source_error_component_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+

docs/BitesCreateLocationTypeErrorComponent.md

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# BitesListLocationAdmNuts2ErrorComponent
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**attr** | **str** | |
9+
**code** | **str** | |
10+
**detail** | **str** | |
11+
12+
## Example
13+
14+
```python
15+
from mosquito_alert.models.bites_list_location_adm_nuts2_error_component import BitesListLocationAdmNuts2ErrorComponent
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of BitesListLocationAdmNuts2ErrorComponent from a JSON string
20+
bites_list_location_adm_nuts2_error_component_instance = BitesListLocationAdmNuts2ErrorComponent.from_json(json)
21+
# print the JSON string representation of the object
22+
print(BitesListLocationAdmNuts2ErrorComponent.to_json())
23+
24+
# convert the object into a dict
25+
bites_list_location_adm_nuts2_error_component_dict = bites_list_location_adm_nuts2_error_component_instance.to_dict()
26+
# create an instance of BitesListLocationAdmNuts2ErrorComponent from a dict
27+
bites_list_location_adm_nuts2_error_component_from_dict = BitesListLocationAdmNuts2ErrorComponent.from_dict(bites_list_location_adm_nuts2_error_component_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# BitesListLocationAdmNuts3ErrorComponent
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**attr** | **str** | |
9+
**code** | **str** | |
10+
**detail** | **str** | |
11+
12+
## Example
13+
14+
```python
15+
from mosquito_alert.models.bites_list_location_adm_nuts3_error_component import BitesListLocationAdmNuts3ErrorComponent
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of BitesListLocationAdmNuts3ErrorComponent from a JSON string
20+
bites_list_location_adm_nuts3_error_component_instance = BitesListLocationAdmNuts3ErrorComponent.from_json(json)
21+
# print the JSON string representation of the object
22+
print(BitesListLocationAdmNuts3ErrorComponent.to_json())
23+
24+
# convert the object into a dict
25+
bites_list_location_adm_nuts3_error_component_dict = bites_list_location_adm_nuts3_error_component_instance.to_dict()
26+
# create an instance of BitesListLocationAdmNuts3ErrorComponent from a dict
27+
bites_list_location_adm_nuts3_error_component_from_dict = BitesListLocationAdmNuts3ErrorComponent.from_dict(bites_list_location_adm_nuts3_error_component_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+

docs/BitesListLocationNuts2ErrorComponent.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)