From 46db412105f727617a890a741eda579f07f46e6d Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Tue, 21 Jul 2026 08:18:09 +0000 Subject: [PATCH] Generate dns --- services/dns/oas_commit | 2 +- services/dns/src/stackit/dns/__init__.py | 13 +++++++------ services/dns/src/stackit/dns/api/default_api.py | 12 ++++++------ services/dns/src/stackit/dns/api_client.py | 13 +++++++------ services/dns/src/stackit/dns/api_response.py | 1 + services/dns/src/stackit/dns/configuration.py | 13 +++++++------ services/dns/src/stackit/dns/exceptions.py | 12 ++++++------ services/dns/src/stackit/dns/models/__init__.py | 12 ++++++------ .../src/stackit/dns/models/clone_zone_payload.py | 12 ++++++------ .../src/stackit/dns/models/create_label_payload.py | 12 ++++++------ .../src/stackit/dns/models/create_label_response.py | 12 ++++++------ .../stackit/dns/models/create_record_set_payload.py | 12 ++++++------ .../src/stackit/dns/models/create_zone_payload.py | 12 ++++++------ .../src/stackit/dns/models/delete_label_response.py | 12 ++++++------ .../dns/src/stackit/dns/models/domain_extensions.py | 12 ++++++------ .../dns/models/domain_observability_extension.py | 12 ++++++------ .../dns/src/stackit/dns/models/error_message.py | 12 ++++++------ .../dns/models/export_record_sets_payload.py | 12 ++++++------ .../dns/models/import_record_sets_payload.py | 12 ++++++------ .../dns/models/import_record_sets_response.py | 12 ++++++------ .../dns/src/stackit/dns/models/import_summary.py | 12 ++++++------ services/dns/src/stackit/dns/models/label.py | 12 ++++++------ .../src/stackit/dns/models/list_labels_response.py | 12 ++++++------ .../stackit/dns/models/list_record_sets_response.py | 12 ++++++------ .../src/stackit/dns/models/list_zones_response.py | 12 ++++++------ services/dns/src/stackit/dns/models/message.py | 12 ++++++------ .../src/stackit/dns/models/move_code_response.py | 12 ++++++------ .../dns/src/stackit/dns/models/move_zone_payload.py | 12 ++++++------ .../dns/models/partial_update_record_payload.py | 12 ++++++------ .../dns/models/partial_update_record_set_payload.py | 12 ++++++------ .../dns/models/partial_update_zone_payload.py | 12 ++++++------ services/dns/src/stackit/dns/models/record.py | 12 ++++++------ .../src/stackit/dns/models/record_data_exchange.py | 12 ++++++------ .../dns/src/stackit/dns/models/record_payload.py | 12 ++++++------ services/dns/src/stackit/dns/models/record_set.py | 12 ++++++------ .../src/stackit/dns/models/record_set_response.py | 12 ++++++------ .../dns/models/validate_move_code_payload.py | 12 ++++++------ services/dns/src/stackit/dns/models/zone.py | 12 ++++++------ .../src/stackit/dns/models/zone_data_exchange.py | 12 ++++++------ .../dns/src/stackit/dns/models/zone_extensions.py | 12 ++++++------ .../dns/models/zone_models_import_record_model.py | 12 ++++++------ .../dns/models/zone_models_import_zone_json.py | 12 ++++++------ .../dns/models/zone_observability_extension.py | 12 ++++++------ .../dns/src/stackit/dns/models/zone_response.py | 12 ++++++------ services/dns/src/stackit/dns/rest.py | 13 +++++++------ 45 files changed, 264 insertions(+), 259 deletions(-) diff --git a/services/dns/oas_commit b/services/dns/oas_commit index e3713dde3..0f8ce352b 100644 --- a/services/dns/oas_commit +++ b/services/dns/oas_commit @@ -1 +1 @@ -0e64886dd0847341800d7191ed193b75413be998 +876a48fb56473c7c844baa697906d461c0675f47 diff --git a/services/dns/src/stackit/dns/__init__.py b/services/dns/src/stackit/dns/__init__.py index 6e5291432..121a3e346 100644 --- a/services/dns/src/stackit/dns/__init__.py +++ b/services/dns/src/stackit/dns/__init__.py @@ -3,17 +3,18 @@ # flake8: noqa """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/api/default_api.py b/services/dns/src/stackit/dns/api/default_api.py index b661de3d5..247c0c067 100644 --- a/services/dns/src/stackit/dns/api/default_api.py +++ b/services/dns/src/stackit/dns/api/default_api.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/api_client.py b/services/dns/src/stackit/dns/api_client.py index 3dccfab83..b7efe9e2f 100644 --- a/services/dns/src/stackit/dns/api_client.py +++ b/services/dns/src/stackit/dns/api_client.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/api_response.py b/services/dns/src/stackit/dns/api_response.py index ca801da0b..b3ba14a1d 100644 --- a/services/dns/src/stackit/dns/api_response.py +++ b/services/dns/src/stackit/dns/api_response.py @@ -6,6 +6,7 @@ from pydantic import BaseModel, Field, StrictBytes, StrictInt + T = TypeVar("T") diff --git a/services/dns/src/stackit/dns/configuration.py b/services/dns/src/stackit/dns/configuration.py index 50a3366f4..b98490a72 100644 --- a/services/dns/src/stackit/dns/configuration.py +++ b/services/dns/src/stackit/dns/configuration.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/exceptions.py b/services/dns/src/stackit/dns/exceptions.py index 358a44ab6..d1a664767 100644 --- a/services/dns/src/stackit/dns/exceptions.py +++ b/services/dns/src/stackit/dns/exceptions.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/__init__.py b/services/dns/src/stackit/dns/models/__init__.py index ed03d99c4..29b7cd756 100644 --- a/services/dns/src/stackit/dns/models/__init__.py +++ b/services/dns/src/stackit/dns/models/__init__.py @@ -2,15 +2,15 @@ # flake8: noqa """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/clone_zone_payload.py b/services/dns/src/stackit/dns/models/clone_zone_payload.py index d810942d6..f3e94150e 100644 --- a/services/dns/src/stackit/dns/models/clone_zone_payload.py +++ b/services/dns/src/stackit/dns/models/clone_zone_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/create_label_payload.py b/services/dns/src/stackit/dns/models/create_label_payload.py index 7dcfeda64..dc7957bda 100644 --- a/services/dns/src/stackit/dns/models/create_label_payload.py +++ b/services/dns/src/stackit/dns/models/create_label_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/create_label_response.py b/services/dns/src/stackit/dns/models/create_label_response.py index 70de68f0d..2a8a02739 100644 --- a/services/dns/src/stackit/dns/models/create_label_response.py +++ b/services/dns/src/stackit/dns/models/create_label_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/create_record_set_payload.py b/services/dns/src/stackit/dns/models/create_record_set_payload.py index a9de3c82c..1ac7eca65 100644 --- a/services/dns/src/stackit/dns/models/create_record_set_payload.py +++ b/services/dns/src/stackit/dns/models/create_record_set_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/create_zone_payload.py b/services/dns/src/stackit/dns/models/create_zone_payload.py index d56ed93fc..c26a15277 100644 --- a/services/dns/src/stackit/dns/models/create_zone_payload.py +++ b/services/dns/src/stackit/dns/models/create_zone_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/delete_label_response.py b/services/dns/src/stackit/dns/models/delete_label_response.py index a73fd4f16..9ce9dd155 100644 --- a/services/dns/src/stackit/dns/models/delete_label_response.py +++ b/services/dns/src/stackit/dns/models/delete_label_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/domain_extensions.py b/services/dns/src/stackit/dns/models/domain_extensions.py index 72a8fe1e4..8a46b50a6 100644 --- a/services/dns/src/stackit/dns/models/domain_extensions.py +++ b/services/dns/src/stackit/dns/models/domain_extensions.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/domain_observability_extension.py b/services/dns/src/stackit/dns/models/domain_observability_extension.py index cee9848c2..06c9e3a48 100644 --- a/services/dns/src/stackit/dns/models/domain_observability_extension.py +++ b/services/dns/src/stackit/dns/models/domain_observability_extension.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/error_message.py b/services/dns/src/stackit/dns/models/error_message.py index 5a82ed5d5..392ef7d45 100644 --- a/services/dns/src/stackit/dns/models/error_message.py +++ b/services/dns/src/stackit/dns/models/error_message.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/export_record_sets_payload.py b/services/dns/src/stackit/dns/models/export_record_sets_payload.py index 14da623a9..35c7e3f6a 100644 --- a/services/dns/src/stackit/dns/models/export_record_sets_payload.py +++ b/services/dns/src/stackit/dns/models/export_record_sets_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/import_record_sets_payload.py b/services/dns/src/stackit/dns/models/import_record_sets_payload.py index aaab3cdfe..24264f8af 100644 --- a/services/dns/src/stackit/dns/models/import_record_sets_payload.py +++ b/services/dns/src/stackit/dns/models/import_record_sets_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/import_record_sets_response.py b/services/dns/src/stackit/dns/models/import_record_sets_response.py index 0e9d87cae..3e2249d02 100644 --- a/services/dns/src/stackit/dns/models/import_record_sets_response.py +++ b/services/dns/src/stackit/dns/models/import_record_sets_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/import_summary.py b/services/dns/src/stackit/dns/models/import_summary.py index 42cb1872b..d3240b4de 100644 --- a/services/dns/src/stackit/dns/models/import_summary.py +++ b/services/dns/src/stackit/dns/models/import_summary.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/label.py b/services/dns/src/stackit/dns/models/label.py index bedffcc1a..bcad10321 100644 --- a/services/dns/src/stackit/dns/models/label.py +++ b/services/dns/src/stackit/dns/models/label.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/list_labels_response.py b/services/dns/src/stackit/dns/models/list_labels_response.py index cdc0cbc63..4b0486aec 100644 --- a/services/dns/src/stackit/dns/models/list_labels_response.py +++ b/services/dns/src/stackit/dns/models/list_labels_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/list_record_sets_response.py b/services/dns/src/stackit/dns/models/list_record_sets_response.py index 36171e704..1a277d750 100644 --- a/services/dns/src/stackit/dns/models/list_record_sets_response.py +++ b/services/dns/src/stackit/dns/models/list_record_sets_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/list_zones_response.py b/services/dns/src/stackit/dns/models/list_zones_response.py index bc6e19b7f..d1e6152ac 100644 --- a/services/dns/src/stackit/dns/models/list_zones_response.py +++ b/services/dns/src/stackit/dns/models/list_zones_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/message.py b/services/dns/src/stackit/dns/models/message.py index de64b427b..70d46718d 100644 --- a/services/dns/src/stackit/dns/models/message.py +++ b/services/dns/src/stackit/dns/models/message.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/move_code_response.py b/services/dns/src/stackit/dns/models/move_code_response.py index df95ae50a..9b7b1be4b 100644 --- a/services/dns/src/stackit/dns/models/move_code_response.py +++ b/services/dns/src/stackit/dns/models/move_code_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/move_zone_payload.py b/services/dns/src/stackit/dns/models/move_zone_payload.py index f803e4d4f..3998ef98a 100644 --- a/services/dns/src/stackit/dns/models/move_zone_payload.py +++ b/services/dns/src/stackit/dns/models/move_zone_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/partial_update_record_payload.py b/services/dns/src/stackit/dns/models/partial_update_record_payload.py index 9e057c3d5..64e33fc50 100644 --- a/services/dns/src/stackit/dns/models/partial_update_record_payload.py +++ b/services/dns/src/stackit/dns/models/partial_update_record_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/partial_update_record_set_payload.py b/services/dns/src/stackit/dns/models/partial_update_record_set_payload.py index b644d93b0..0b50ae8e9 100644 --- a/services/dns/src/stackit/dns/models/partial_update_record_set_payload.py +++ b/services/dns/src/stackit/dns/models/partial_update_record_set_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/partial_update_zone_payload.py b/services/dns/src/stackit/dns/models/partial_update_zone_payload.py index 8d418d763..381fb4792 100644 --- a/services/dns/src/stackit/dns/models/partial_update_zone_payload.py +++ b/services/dns/src/stackit/dns/models/partial_update_zone_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/record.py b/services/dns/src/stackit/dns/models/record.py index 6e59f9c2c..02787a0da 100644 --- a/services/dns/src/stackit/dns/models/record.py +++ b/services/dns/src/stackit/dns/models/record.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/record_data_exchange.py b/services/dns/src/stackit/dns/models/record_data_exchange.py index 1d51ec23d..a4736b33c 100644 --- a/services/dns/src/stackit/dns/models/record_data_exchange.py +++ b/services/dns/src/stackit/dns/models/record_data_exchange.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/record_payload.py b/services/dns/src/stackit/dns/models/record_payload.py index 3b7cd3380..11747e9c3 100644 --- a/services/dns/src/stackit/dns/models/record_payload.py +++ b/services/dns/src/stackit/dns/models/record_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/record_set.py b/services/dns/src/stackit/dns/models/record_set.py index cb7f007c2..f62c9d329 100644 --- a/services/dns/src/stackit/dns/models/record_set.py +++ b/services/dns/src/stackit/dns/models/record_set.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/record_set_response.py b/services/dns/src/stackit/dns/models/record_set_response.py index e6ff977f1..8168c9050 100644 --- a/services/dns/src/stackit/dns/models/record_set_response.py +++ b/services/dns/src/stackit/dns/models/record_set_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/validate_move_code_payload.py b/services/dns/src/stackit/dns/models/validate_move_code_payload.py index cf320e642..413532843 100644 --- a/services/dns/src/stackit/dns/models/validate_move_code_payload.py +++ b/services/dns/src/stackit/dns/models/validate_move_code_payload.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/zone.py b/services/dns/src/stackit/dns/models/zone.py index 781413f38..7a8e5b68c 100644 --- a/services/dns/src/stackit/dns/models/zone.py +++ b/services/dns/src/stackit/dns/models/zone.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/zone_data_exchange.py b/services/dns/src/stackit/dns/models/zone_data_exchange.py index 6caf6aaf2..e6206a762 100644 --- a/services/dns/src/stackit/dns/models/zone_data_exchange.py +++ b/services/dns/src/stackit/dns/models/zone_data_exchange.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/zone_extensions.py b/services/dns/src/stackit/dns/models/zone_extensions.py index cfb592e31..7e9711cc5 100644 --- a/services/dns/src/stackit/dns/models/zone_extensions.py +++ b/services/dns/src/stackit/dns/models/zone_extensions.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/zone_models_import_record_model.py b/services/dns/src/stackit/dns/models/zone_models_import_record_model.py index 3bf3eee96..62f195b5e 100644 --- a/services/dns/src/stackit/dns/models/zone_models_import_record_model.py +++ b/services/dns/src/stackit/dns/models/zone_models_import_record_model.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/zone_models_import_zone_json.py b/services/dns/src/stackit/dns/models/zone_models_import_zone_json.py index 97d6e3308..f23f97b10 100644 --- a/services/dns/src/stackit/dns/models/zone_models_import_zone_json.py +++ b/services/dns/src/stackit/dns/models/zone_models_import_zone_json.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/zone_observability_extension.py b/services/dns/src/stackit/dns/models/zone_observability_extension.py index cbd0e3858..7bd224554 100644 --- a/services/dns/src/stackit/dns/models/zone_observability_extension.py +++ b/services/dns/src/stackit/dns/models/zone_observability_extension.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/models/zone_response.py b/services/dns/src/stackit/dns/models/zone_response.py index c8261ea8c..e78bca4ca 100644 --- a/services/dns/src/stackit/dns/models/zone_response.py +++ b/services/dns/src/stackit/dns/models/zone_response.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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/dns/src/stackit/dns/rest.py b/services/dns/src/stackit/dns/rest.py index 7c25f0848..e7b0fa87a 100644 --- a/services/dns/src/stackit/dns/rest.py +++ b/services/dns/src/stackit/dns/rest.py @@ -1,15 +1,15 @@ # coding: utf-8 """ -STACKIT DNS API + STACKIT DNS API -This api provides dns + This api provides dns -The version of the OpenAPI document: 1.0 -Contact: dns@stackit.cloud -Generated by OpenAPI Generator (https://openapi-generator.tech) + The version of the OpenAPI document: 1.0 + Contact: dns@stackit.cloud + 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.dns.exceptions import ApiException, ApiValueError + RESTResponseType = requests.Response