stackit-dns 0.5.1__tar.gz → 0.7.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/PKG-INFO +3 -4
  2. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/pyproject.toml +7 -7
  3. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/__init__.py +6 -7
  4. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/api/default_api.py +6 -6
  5. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/api_client.py +21 -24
  6. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/api_response.py +0 -1
  7. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/configuration.py +6 -7
  8. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/exceptions.py +6 -6
  9. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/__init__.py +6 -6
  10. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/clone_zone_payload.py +10 -9
  11. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/create_label_payload.py +10 -9
  12. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/create_label_response.py +10 -9
  13. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/create_record_set_payload.py +10 -9
  14. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/create_zone_payload.py +10 -9
  15. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/delete_label_response.py +10 -9
  16. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/domain_extensions.py +10 -9
  17. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/domain_observability_extension.py +10 -9
  18. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/error_message.py +10 -9
  19. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/export_record_sets_payload.py +10 -9
  20. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/import_record_sets_payload.py +10 -9
  21. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/import_record_sets_response.py +10 -9
  22. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/import_summary.py +10 -9
  23. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/label.py +10 -9
  24. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/list_labels_response.py +10 -9
  25. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/list_record_sets_response.py +10 -9
  26. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/list_zones_response.py +10 -9
  27. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/message.py +10 -9
  28. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/move_code_response.py +10 -9
  29. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/move_zone_payload.py +10 -9
  30. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/partial_update_record_payload.py +10 -9
  31. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/partial_update_record_set_payload.py +10 -9
  32. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/partial_update_zone_payload.py +10 -9
  33. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/record.py +10 -9
  34. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/record_data_exchange.py +10 -9
  35. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/record_payload.py +10 -9
  36. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/record_set.py +10 -9
  37. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/record_set_response.py +10 -9
  38. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/validate_move_code_payload.py +10 -9
  39. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/zone.py +10 -9
  40. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/zone_data_exchange.py +10 -9
  41. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/zone_extensions.py +10 -9
  42. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/zone_models_import_record_model.py +10 -9
  43. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/zone_models_import_zone_json.py +10 -9
  44. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/zone_observability_extension.py +10 -9
  45. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/models/zone_response.py +10 -9
  46. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/rest.py +6 -7
  47. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/.gitignore +0 -0
  48. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/LICENSE.md +0 -0
  49. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/NOTICE.txt +0 -0
  50. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/README.md +0 -0
  51. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/api/__init__.py +0 -0
  52. {stackit_dns-0.5.1 → stackit_dns-0.7.0}/src/stackit/dns/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stackit-dns
3
- Version: 0.5.1
3
+ Version: 0.7.0
4
4
  Summary: STACKIT DNS API
5
5
  Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
6
6
  Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
@@ -10,16 +10,15 @@ License-File: NOTICE.txt
10
10
  Classifier: License :: OSI Approved :: Apache Software License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Classifier: Programming Language :: Python :: 3
13
- Classifier: Programming Language :: Python :: 3.9
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
18
17
  Classifier: Programming Language :: Python :: 3.14
19
- Requires-Python: <4.0,>=3.9
18
+ Requires-Python: <4.0,>=3.10
20
19
  Requires-Dist: pydantic>=2.9.2
21
20
  Requires-Dist: python-dateutil>=2.9.0.post0
22
- Requires-Dist: requests>=2.32.3
21
+ Requires-Dist: requests>=2.33.0
23
22
  Requires-Dist: stackit-core>=0.0.1a
24
23
  Description-Content-Type: text/markdown
25
24
 
@@ -1,15 +1,14 @@
1
1
  [project]
2
2
  name = "stackit-dns"
3
- version = "v0.5.1"
3
+ version = "v0.7.0"
4
4
  description = "STACKIT DNS API"
5
5
  authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
6
- requires-python = ">=3.9,<4.0"
6
+ requires-python = ">=3.10,<4.0"
7
7
  readme = "README.md"
8
8
  classifiers = [
9
9
  "Programming Language :: Python :: 3",
10
10
  "License :: OSI Approved :: Apache Software License",
11
11
  "Operating System :: OS Independent",
12
- "Programming Language :: Python :: 3.9",
13
12
  "Programming Language :: Python :: 3.10",
14
13
  "Programming Language :: Python :: 3.11",
15
14
  "Programming Language :: Python :: 3.12",
@@ -18,7 +17,7 @@ classifiers = [
18
17
  ]
19
18
  dependencies = [
20
19
  "stackit-core>=0.0.1a",
21
- "requests>=2.32.3",
20
+ "requests>=2.33.0",
22
21
  "pydantic>=2.9.2",
23
22
  "python-dateutil>=2.9.0.post0",
24
23
  ]
@@ -29,8 +28,8 @@ Issues = "https://github.com/stackitcloud/stackit-sdk-python/issues"
29
28
 
30
29
  [dependency-groups]
31
30
  dev = [
32
- "black>=24.8.0",
33
- "pytest>=8.3.3",
31
+ "black>=26.3.1",
32
+ "pytest>=9.1.1",
34
33
  "flake8>=5.0.3 ; python_full_version < '3.12'",
35
34
  "flake8>=6.0.1 ; python_full_version >= '3.12'",
36
35
  "flake8-black>=0.3.6",
@@ -102,7 +101,8 @@ show-source = false
102
101
  max-line-length = 120
103
102
  # E203,W503 and E704 are incompatible with the formatter black
104
103
  # W291 needs to be disabled because some doc-strings get generated with trailing whitespace but black won't re-format comments
105
- ignore = ["E203", "W503", "E704", "W291"]
104
+ # fixing B042 in upstream exceptions.mustache would be a breaking change
105
+ ignore = ["E203", "W503", "E704", "W291", "B042"]
106
106
  inline-quotes = '"'
107
107
  docstring-quotes = '"""'
108
108
  multiline-quotes = '"""'
@@ -3,18 +3,17 @@
3
3
  # flake8: noqa
4
4
 
5
5
  """
6
- STACKIT DNS API
6
+ STACKIT DNS API
7
7
 
8
- This api provides dns
8
+ This api provides dns
9
9
 
10
- The version of the OpenAPI document: 1.0
11
- Contact: dns@stackit.cloud
12
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+ The version of the OpenAPI document: 1.0
11
+ Contact: dns@stackit.cloud
12
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
14
- Do not edit the class manually.
14
+ Do not edit the class manually.
15
15
  """ # noqa: E501
16
16
 
17
-
18
17
  __version__ = "1.0.0"
19
18
 
20
19
  # Define package exports
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from typing import Any, Dict, List, Optional, Tuple, Union
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  import datetime
@@ -37,7 +37,6 @@ from stackit.dns.exceptions import (
37
37
  ApiException,
38
38
  )
39
39
 
40
-
41
40
  RequestSerialized = Tuple[str, str, Dict[str, str], Optional[str], List[str]]
42
41
 
43
42
 
@@ -67,6 +66,7 @@ class ApiClient:
67
66
  "date": datetime.date,
68
67
  "datetime": datetime.datetime,
69
68
  "decimal": decimal.Decimal,
69
+ "UUID": uuid.UUID,
70
70
  "object": object,
71
71
  }
72
72
  _pool = None
@@ -266,7 +266,7 @@ class ApiClient:
266
266
  response_text = None
267
267
  return_data = None
268
268
  try:
269
- if response_type == "bytearray":
269
+ if response_type in ("bytearray", "bytes"):
270
270
  return_data = response_data.data
271
271
  elif response_type == "file":
272
272
  return_data = self.__deserialize_file(response_data)
@@ -327,25 +327,20 @@ class ApiClient:
327
327
  return obj.isoformat()
328
328
  elif isinstance(obj, decimal.Decimal):
329
329
  return str(obj)
330
-
331
330
  elif isinstance(obj, dict):
332
- obj_dict = obj
331
+ return {key: self.sanitize_for_serialization(val) for key, val in obj.items()}
332
+
333
+ # Convert model obj to dict except
334
+ # attributes `openapi_types`, `attribute_map`
335
+ # and attributes which value is not None.
336
+ # Convert attribute name to json key in
337
+ # model definition for request.
338
+ if hasattr(obj, "to_dict") and callable(getattr(obj, "to_dict")): # noqa: B009
339
+ obj_dict = obj.to_dict()
333
340
  else:
334
- # Convert model obj to dict except
335
- # attributes `openapi_types`, `attribute_map`
336
- # and attributes which value is not None.
337
- # Convert attribute name to json key in
338
- # model definition for request.
339
- if hasattr(obj, "to_dict") and callable(getattr(obj, "to_dict")): # noqa: B009
340
- obj_dict = obj.to_dict()
341
- else:
342
- obj_dict = obj.__dict__
343
-
344
- if isinstance(obj_dict, list):
345
- # here we handle instances that can either be a list or something else, and only became a real list by calling to_dict() # noqa: E501
346
- return self.sanitize_for_serialization(obj_dict)
341
+ obj_dict = obj.__dict__
347
342
 
348
- return {key: self.sanitize_for_serialization(val) for key, val in obj_dict.items()}
343
+ return self.sanitize_for_serialization(obj_dict)
349
344
 
350
345
  def deserialize(self, response_text: str, response_type: str, content_type: Optional[str]):
351
346
  """Deserializes response into an object.
@@ -418,6 +413,8 @@ class ApiClient:
418
413
  return self.__deserialize_datetime(data)
419
414
  elif klass is decimal.Decimal:
420
415
  return decimal.Decimal(data)
416
+ elif klass is uuid.UUID:
417
+ return uuid.UUID(data)
421
418
  elif issubclass(klass, Enum):
422
419
  return self.__deserialize_enum(data, klass)
423
420
  else:
@@ -6,7 +6,6 @@ from typing import Generic, Mapping, Optional, TypeVar
6
6
 
7
7
  from pydantic import BaseModel, Field, StrictBytes, StrictInt
8
8
 
9
-
10
9
  T = TypeVar("T")
11
10
 
12
11
 
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  import sys
@@ -19,7 +19,6 @@ from typing_extensions import NotRequired
19
19
 
20
20
  import os
21
21
 
22
-
23
22
  ServerVariablesT = Dict[str, str]
24
23
 
25
24
 
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from typing import Any, Optional
@@ -2,15 +2,15 @@
2
2
 
3
3
  # flake8: noqa
4
4
  """
5
- STACKIT DNS API
5
+ STACKIT DNS API
6
6
 
7
- This api provides dns
7
+ This api provides dns
8
8
 
9
- The version of the OpenAPI document: 1.0
10
- Contact: dns@stackit.cloud
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
9
+ The version of the OpenAPI document: 1.0
10
+ Contact: dns@stackit.cloud
11
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
- Do not edit the class manually.
13
+ Do not edit the class manually.
14
14
  """ # noqa: E501
15
15
 
16
16
  # import models into model package
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -19,6 +19,7 @@ import pprint
19
19
  from typing import Any, ClassVar, Dict, List, Optional, Set
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictBool
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Annotated, Self
23
24
 
24
25
 
@@ -45,7 +46,8 @@ class CloneZonePayload(BaseModel):
45
46
  __properties: ClassVar[List[str]] = ["adjustRecords", "description", "dnsName", "name"]
46
47
 
47
48
  model_config = ConfigDict(
48
- populate_by_name=True,
49
+ validate_by_name=True,
50
+ validate_by_alias=True,
49
51
  validate_assignment=True,
50
52
  protected_namespaces=(),
51
53
  )
@@ -56,8 +58,7 @@ class CloneZonePayload(BaseModel):
56
58
 
57
59
  def to_json(self) -> str:
58
60
  """Returns the JSON representation of the model using alias"""
59
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
60
- return json.dumps(self.to_dict())
61
+ return json.dumps(to_jsonable_python(self.to_dict()))
61
62
 
62
63
  @classmethod
63
64
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -19,6 +19,7 @@ import pprint
19
19
  from typing import Any, ClassVar, Dict, List, Optional, Set
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Annotated, Self
23
24
 
24
25
 
@@ -32,7 +33,8 @@ class CreateLabelPayload(BaseModel):
32
33
  __properties: ClassVar[List[str]] = ["key", "value"]
33
34
 
34
35
  model_config = ConfigDict(
35
- populate_by_name=True,
36
+ validate_by_name=True,
37
+ validate_by_alias=True,
36
38
  validate_assignment=True,
37
39
  protected_namespaces=(),
38
40
  )
@@ -43,8 +45,7 @@ class CreateLabelPayload(BaseModel):
43
45
 
44
46
  def to_json(self) -> str:
45
47
  """Returns the JSON representation of the model using alias"""
46
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
- return json.dumps(self.to_dict())
48
+ return json.dumps(to_jsonable_python(self.to_dict()))
48
49
 
49
50
  @classmethod
50
51
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -19,6 +19,7 @@ import pprint
19
19
  from typing import Any, ClassVar, Dict, List, Optional, Set
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictStr
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Self
23
24
 
24
25
  from stackit.dns.models.label import Label
@@ -34,7 +35,8 @@ class CreateLabelResponse(BaseModel):
34
35
  __properties: ClassVar[List[str]] = ["label", "message"]
35
36
 
36
37
  model_config = ConfigDict(
37
- populate_by_name=True,
38
+ validate_by_name=True,
39
+ validate_by_alias=True,
38
40
  validate_assignment=True,
39
41
  protected_namespaces=(),
40
42
  )
@@ -45,8 +47,7 @@ class CreateLabelResponse(BaseModel):
45
47
 
46
48
  def to_json(self) -> str:
47
49
  """Returns the JSON representation of the model using alias"""
48
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
49
- return json.dumps(self.to_dict())
50
+ return json.dumps(to_jsonable_python(self.to_dict()))
50
51
 
51
52
  @classmethod
52
53
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -19,6 +19,7 @@ import pprint
19
19
  from typing import Any, ClassVar, Dict, List, Optional, Set
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field, StrictStr, field_validator
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Annotated, Self
23
24
 
24
25
  from stackit.dns.models.record_payload import RecordPayload
@@ -80,7 +81,8 @@ class CreateRecordSetPayload(BaseModel):
80
81
  return value
81
82
 
82
83
  model_config = ConfigDict(
83
- populate_by_name=True,
84
+ validate_by_name=True,
85
+ validate_by_alias=True,
84
86
  validate_assignment=True,
85
87
  protected_namespaces=(),
86
88
  )
@@ -91,8 +93,7 @@ class CreateRecordSetPayload(BaseModel):
91
93
 
92
94
  def to_json(self) -> str:
93
95
  """Returns the JSON representation of the model using alias"""
94
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
95
- return json.dumps(self.to_dict())
96
+ return json.dumps(to_jsonable_python(self.to_dict()))
96
97
 
97
98
  @classmethod
98
99
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -26,6 +26,7 @@ from pydantic import (
26
26
  StrictStr,
27
27
  field_validator,
28
28
  )
29
+ from pydantic_core import to_jsonable_python
29
30
  from typing_extensions import Annotated, Self
30
31
 
31
32
  from stackit.dns.models.zone_extensions import ZoneExtensions
@@ -98,7 +99,8 @@ class CreateZonePayload(BaseModel):
98
99
  return value
99
100
 
100
101
  model_config = ConfigDict(
101
- populate_by_name=True,
102
+ validate_by_name=True,
103
+ validate_by_alias=True,
102
104
  validate_assignment=True,
103
105
  protected_namespaces=(),
104
106
  )
@@ -109,8 +111,7 @@ class CreateZonePayload(BaseModel):
109
111
 
110
112
  def to_json(self) -> str:
111
113
  """Returns the JSON representation of the model using alias"""
112
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
113
- return json.dumps(self.to_dict())
114
+ return json.dumps(to_jsonable_python(self.to_dict()))
114
115
 
115
116
  @classmethod
116
117
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -19,6 +19,7 @@ import pprint
19
19
  from typing import Any, ClassVar, Dict, List, Optional, Set
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, StrictStr
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Self
23
24
 
24
25
  from stackit.dns.models.label import Label
@@ -34,7 +35,8 @@ class DeleteLabelResponse(BaseModel):
34
35
  __properties: ClassVar[List[str]] = ["label", "message"]
35
36
 
36
37
  model_config = ConfigDict(
37
- populate_by_name=True,
38
+ validate_by_name=True,
39
+ validate_by_alias=True,
38
40
  validate_assignment=True,
39
41
  protected_namespaces=(),
40
42
  )
@@ -45,8 +47,7 @@ class DeleteLabelResponse(BaseModel):
45
47
 
46
48
  def to_json(self) -> str:
47
49
  """Returns the JSON representation of the model using alias"""
48
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
49
- return json.dumps(self.to_dict())
50
+ return json.dumps(to_jsonable_python(self.to_dict()))
50
51
 
51
52
  @classmethod
52
53
  def from_json(cls, json_str: str) -> Optional[Self]:
@@ -1,15 +1,15 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- STACKIT DNS API
4
+ STACKIT DNS API
5
5
 
6
- This api provides dns
6
+ This api provides dns
7
7
 
8
- The version of the OpenAPI document: 1.0
9
- Contact: dns@stackit.cloud
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ The version of the OpenAPI document: 1.0
9
+ Contact: dns@stackit.cloud
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
- Do not edit the class manually.
12
+ Do not edit the class manually.
13
13
  """ # noqa: E501
14
14
 
15
15
  from __future__ import annotations
@@ -19,6 +19,7 @@ import pprint
19
19
  from typing import Any, ClassVar, Dict, List, Optional, Set
20
20
 
21
21
  from pydantic import BaseModel, ConfigDict, Field
22
+ from pydantic_core import to_jsonable_python
22
23
  from typing_extensions import Self
23
24
 
24
25
  from stackit.dns.models.domain_observability_extension import (
@@ -37,7 +38,8 @@ class DomainExtensions(BaseModel):
37
38
  __properties: ClassVar[List[str]] = ["observabilityExtension"]
38
39
 
39
40
  model_config = ConfigDict(
40
- populate_by_name=True,
41
+ validate_by_name=True,
42
+ validate_by_alias=True,
41
43
  validate_assignment=True,
42
44
  protected_namespaces=(),
43
45
  )
@@ -48,8 +50,7 @@ class DomainExtensions(BaseModel):
48
50
 
49
51
  def to_json(self) -> str:
50
52
  """Returns the JSON representation of the model using alias"""
51
- # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
52
- return json.dumps(self.to_dict())
53
+ return json.dumps(to_jsonable_python(self.to_dict()))
53
54
 
54
55
  @classmethod
55
56
  def from_json(cls, json_str: str) -> Optional[Self]: