diff --git a/services/serverupdate/oas_commit b/services/serverupdate/oas_commit index e3713dde3..0f8ce352b 100644 --- a/services/serverupdate/oas_commit +++ b/services/serverupdate/oas_commit @@ -1 +1 @@ -0e64886dd0847341800d7191ed193b75413be998 +876a48fb56473c7c844baa697906d461c0675f47 diff --git a/services/serverupdate/src/stackit/serverupdate/__init__.py b/services/serverupdate/src/stackit/serverupdate/__init__.py index 37e3821f5..36235330f 100644 --- a/services/serverupdate/src/stackit/serverupdate/__init__.py +++ b/services/serverupdate/src/stackit/serverupdate/__init__.py @@ -3,17 +3,18 @@ # flake8: noqa """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 + __version__ = "1.0.0" # Define package exports diff --git a/services/serverupdate/src/stackit/serverupdate/api/default_api.py b/services/serverupdate/src/stackit/serverupdate/api/default_api.py index 7414ffa9d..1782c75ff 100644 --- a/services/serverupdate/src/stackit/serverupdate/api/default_api.py +++ b/services/serverupdate/src/stackit/serverupdate/api/default_api.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from typing import Any, Dict, List, Optional, Tuple, Union diff --git a/services/serverupdate/src/stackit/serverupdate/api_client.py b/services/serverupdate/src/stackit/serverupdate/api_client.py index 02d21bb98..c1fa148b3 100644 --- a/services/serverupdate/src/stackit/serverupdate/api_client.py +++ b/services/serverupdate/src/stackit/serverupdate/api_client.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import datetime @@ -37,6 +37,7 @@ ApiException, ) + RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]] diff --git a/services/serverupdate/src/stackit/serverupdate/api_response.py b/services/serverupdate/src/stackit/serverupdate/api_response.py index ca801da0b..b3ba14a1d 100644 --- a/services/serverupdate/src/stackit/serverupdate/api_response.py +++ b/services/serverupdate/src/stackit/serverupdate/api_response.py @@ -6,6 +6,7 @@ from pydantic import BaseModel, Field, StrictBytes, StrictInt + T = TypeVar("T") diff --git a/services/serverupdate/src/stackit/serverupdate/configuration.py b/services/serverupdate/src/stackit/serverupdate/configuration.py index edfc1cae1..d3e803e00 100644 --- a/services/serverupdate/src/stackit/serverupdate/configuration.py +++ b/services/serverupdate/src/stackit/serverupdate/configuration.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import sys @@ -19,6 +19,7 @@ import os + ServerVariablesT = Dict[str, str] diff --git a/services/serverupdate/src/stackit/serverupdate/exceptions.py b/services/serverupdate/src/stackit/serverupdate/exceptions.py index dba420ef1..5ee09361b 100644 --- a/services/serverupdate/src/stackit/serverupdate/exceptions.py +++ b/services/serverupdate/src/stackit/serverupdate/exceptions.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from typing import Any, Optional diff --git a/services/serverupdate/src/stackit/serverupdate/models/__init__.py b/services/serverupdate/src/stackit/serverupdate/models/__init__.py index 04c70cd29..1f422b632 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/__init__.py +++ b/services/serverupdate/src/stackit/serverupdate/models/__init__.py @@ -2,15 +2,15 @@ # flake8: noqa """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 # import models into model package diff --git a/services/serverupdate/src/stackit/serverupdate/models/create_update_payload.py b/services/serverupdate/src/stackit/serverupdate/models/create_update_payload.py index d1e55213f..d8379657d 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/create_update_payload.py +++ b/services/serverupdate/src/stackit/serverupdate/models/create_update_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/create_update_schedule_payload.py b/services/serverupdate/src/stackit/serverupdate/models/create_update_schedule_payload.py index 1cb4cd70c..c8c0299ec 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/create_update_schedule_payload.py +++ b/services/serverupdate/src/stackit/serverupdate/models/create_update_schedule_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/enable_service_resource_payload.py b/services/serverupdate/src/stackit/serverupdate/models/enable_service_resource_payload.py index 04eec995d..61d463767 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/enable_service_resource_payload.py +++ b/services/serverupdate/src/stackit/serverupdate/models/enable_service_resource_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/error_response.py b/services/serverupdate/src/stackit/serverupdate/models/error_response.py index e1c3cef3a..d4b939156 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/error_response.py +++ b/services/serverupdate/src/stackit/serverupdate/models/error_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/get_update_policies_response.py b/services/serverupdate/src/stackit/serverupdate/models/get_update_policies_response.py index 3b4e3bdbc..6864dae44 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/get_update_policies_response.py +++ b/services/serverupdate/src/stackit/serverupdate/models/get_update_policies_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/get_update_schedules_response.py b/services/serverupdate/src/stackit/serverupdate/models/get_update_schedules_response.py index 76c794327..ebe805a31 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/get_update_schedules_response.py +++ b/services/serverupdate/src/stackit/serverupdate/models/get_update_schedules_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/get_update_service_response.py b/services/serverupdate/src/stackit/serverupdate/models/get_update_service_response.py index abb6403cc..16054fca4 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/get_update_service_response.py +++ b/services/serverupdate/src/stackit/serverupdate/models/get_update_service_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/get_updates_list_response.py b/services/serverupdate/src/stackit/serverupdate/models/get_updates_list_response.py index fe4216006..107d9bd41 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/get_updates_list_response.py +++ b/services/serverupdate/src/stackit/serverupdate/models/get_updates_list_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/update.py b/services/serverupdate/src/stackit/serverupdate/models/update.py index 7b436d568..10de83a0c 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/update.py +++ b/services/serverupdate/src/stackit/serverupdate/models/update.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/update_policy.py b/services/serverupdate/src/stackit/serverupdate/models/update_policy.py index 2c27cd9f2..5c68697e0 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/update_policy.py +++ b/services/serverupdate/src/stackit/serverupdate/models/update_policy.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/update_schedule.py b/services/serverupdate/src/stackit/serverupdate/models/update_schedule.py index dd762c3b1..559c01793 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/update_schedule.py +++ b/services/serverupdate/src/stackit/serverupdate/models/update_schedule.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/update_schedule_create_request.py b/services/serverupdate/src/stackit/serverupdate/models/update_schedule_create_request.py index 3f529d962..dcfdd51b8 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/update_schedule_create_request.py +++ b/services/serverupdate/src/stackit/serverupdate/models/update_schedule_create_request.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/models/update_update_schedule_payload.py b/services/serverupdate/src/stackit/serverupdate/models/update_update_schedule_payload.py index a8066b379..ec46a726a 100644 --- a/services/serverupdate/src/stackit/serverupdate/models/update_update_schedule_payload.py +++ b/services/serverupdate/src/stackit/serverupdate/models/update_update_schedule_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 from __future__ import annotations diff --git a/services/serverupdate/src/stackit/serverupdate/rest.py b/services/serverupdate/src/stackit/serverupdate/rest.py index 6a6882f3f..0e558b009 100644 --- a/services/serverupdate/src/stackit/serverupdate/rest.py +++ b/services/serverupdate/src/stackit/serverupdate/rest.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT Server Update Management API + STACKIT Server Update Management API -API endpoints for Server Update Operations on STACKIT Servers. + API endpoints for Server Update Operations on STACKIT Servers. -The version of the OpenAPI document: 2.0 -Contact: support@stackit.de -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 2.0 + Contact: support@stackit.de + Generated by OpenAPI Generator (https://openapi-generator.tech) -Do not edit the class manually. + Do not edit the class manually. """ # noqa: E501 import io @@ -22,6 +22,7 @@ from stackit.serverupdate.exceptions import ApiException, ApiValueError + RESTResponseType = requests.Response