stackit-dns 0.1.0__tar.gz → 0.2.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 (45) hide show
  1. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/PKG-INFO +1 -1
  2. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/pyproject.toml +4 -1
  3. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/__init__.py +1 -1
  4. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/api/default_api.py +1 -1
  5. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/api_client.py +1 -1
  6. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/configuration.py +1 -1
  7. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/exceptions.py +1 -1
  8. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/__init__.py +1 -1
  9. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/clone_zone_payload.py +1 -1
  10. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/create_label_payload.py +1 -1
  11. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/create_label_response.py +1 -1
  12. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/create_record_set_payload.py +1 -1
  13. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/create_zone_payload.py +1 -1
  14. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/delete_label_response.py +1 -1
  15. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/error_message.py +1 -1
  16. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/export_record_sets_payload.py +1 -1
  17. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/import_record_sets_payload.py +1 -1
  18. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/import_record_sets_response.py +1 -1
  19. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/import_summary.py +1 -1
  20. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/label.py +1 -1
  21. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/list_labels_response.py +1 -1
  22. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/list_record_sets_response.py +1 -1
  23. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/list_zones_response.py +1 -1
  24. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/message.py +1 -1
  25. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/move_code_response.py +1 -1
  26. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/move_zone_payload.py +1 -1
  27. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/partial_update_record_payload.py +1 -1
  28. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/partial_update_record_set_payload.py +1 -1
  29. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/partial_update_zone_payload.py +1 -1
  30. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/record.py +1 -1
  31. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/record_data_exchange.py +1 -1
  32. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/record_payload.py +1 -1
  33. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/record_set.py +1 -1
  34. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/record_set_response.py +1 -1
  35. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/validate_move_code_payload.py +1 -1
  36. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/zone.py +1 -1
  37. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/zone_data_exchange.py +1 -1
  38. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/zone_models_import_record_model.py +1 -1
  39. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/zone_models_import_zone_json.py +1 -1
  40. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/models/zone_response.py +1 -1
  41. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/rest.py +1 -1
  42. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/README.md +0 -0
  43. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/api/__init__.py +0 -0
  44. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/api_response.py +0 -0
  45. {stackit_dns-0.1.0 → stackit_dns-0.2.0}/src/stackit/dns/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: stackit-dns
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: STACKIT DNS API
5
5
  Author: STACKIT Developer Tools
6
6
  Author-email: developer-tools@stackit.cloud
@@ -1,6 +1,9 @@
1
+ [project]
2
+ name = "stackit-dns"
3
+
1
4
  [tool.poetry]
2
5
  name = "stackit-dns"
3
- version = "v0.1.0"
6
+ version = "v0.2.0"
4
7
  authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
5
8
  description = "STACKIT DNS API"
6
9
  readme = "README.md"
@@ -8,7 +8,7 @@
8
8
  This api provides dns
9
9
 
10
10
  The version of the OpenAPI document: 1.0
11
- Contact: stackit-dns@mail.schwarz
11
+ Contact: dns@stackit.cloud
12
12
  Generated by OpenAPI Generator (https://openapi-generator.tech)
13
13
 
14
14
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -7,7 +7,7 @@
7
7
  This api provides dns
8
8
 
9
9
  The version of the OpenAPI document: 1.0
10
- Contact: stackit-dns@mail.schwarz
10
+ Contact: dns@stackit.cloud
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
13
13
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
@@ -6,7 +6,7 @@
6
6
  This api provides dns
7
7
 
8
8
  The version of the OpenAPI document: 1.0
9
- Contact: stackit-dns@mail.schwarz
9
+ Contact: dns@stackit.cloud
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
12
12
  Do not edit the class manually.
File without changes