netbox-plugin-dns 1.0.3__py3-none-any.whl → 1.0.4__py3-none-any.whl

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.

Potentially problematic release.


This version of netbox-plugin-dns might be problematic. Click here for more details.

netbox_dns/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  from netbox.plugins import PluginConfig
2
2
 
3
- __version__ = "1.0.3"
3
+ __version__ = "1.0.4"
4
4
 
5
5
 
6
6
  class DNSConfig(PluginConfig):
@@ -1,4 +1,4 @@
1
- from typing import Annotated
1
+ from typing import Annotated, List
2
2
 
3
3
  import strawberry
4
4
  import strawberry_django
@@ -37,12 +37,11 @@ class NetBoxDNSZoneType(NetBoxObjectType):
37
37
  status: str
38
38
  active: bool
39
39
  view: Annotated["NetBoxDNSViewType", strawberry.lazy("netbox_dns.graphql.types")]
40
- nameservers: (
40
+ nameservers: List[
41
41
  Annotated[
42
42
  "NetBoxDNSNameServerType", strawberry.lazy("netbox_dns.graphql.types")
43
43
  ]
44
- | None
45
- )
44
+ ]
46
45
  default_ttl: BigInt
47
46
  soa_ttl: BigInt
48
47
  soa_mname: Annotated[
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: netbox-plugin-dns
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: NetBox DNS is a NetBox plugin for managing DNS data.
5
5
  Home-page: https://github.com/peteeckel/netbox-plugin-dns
6
6
  License: MIT
@@ -1,4 +1,4 @@
1
- netbox_dns/__init__.py,sha256=lhlLlERkb4Bbex6ypL5-ra35zq2Uro7qTZlC95JLmiI,1244
1
+ netbox_dns/__init__.py,sha256=YW6Al5n9xKfjMc-uZJSLIDY56vwUJLhGEJt-y5soKmE,1244
2
2
  netbox_dns/api/nested_serializers.py,sha256=kkTU4Hylkbam9-lIniv8E0nTQwE1bz8D_GzIEOUy0Mw,2145
3
3
  netbox_dns/api/serializers.py,sha256=C4-TP1luq9QjEHjPS5cW7u2flAEdIFjghpVd_sa5S_Y,249
4
4
  netbox_dns/api/serializers_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -32,7 +32,7 @@ netbox_dns/forms/zone.py,sha256=yZS1vs_3N4Jk8hsW3ukP0yMlgnqrrS3_FDmiUrI_m3A,2113
32
32
  netbox_dns/graphql/__init__.py,sha256=B9FHsY2Nntz4Vg9EtKbYB_gyzPCIM76CMQSGbf0Q9ek,358
33
33
  netbox_dns/graphql/filters.py,sha256=Kwjrn0SaxaeqhxzjFb6isXYVvL_IXOwUpNsQd_c-ffY,1257
34
34
  netbox_dns/graphql/schema.py,sha256=2CHe93vQQgFhl5cQTYCJp3JikK_QnBok8xi5UFvPmac,1915
35
- netbox_dns/graphql/types.py,sha256=_ZJHskaEIrzU1Gr6gLlAQkDY1RlL0C7w6mkwkONKTlA,4176
35
+ netbox_dns/graphql/types.py,sha256=Q5WpnjKZ6wTf3zZ0qFAmn8eO-vr0sER_NWEAHt63UdQ,4171
36
36
  netbox_dns/management/commands/cleanup_database.py,sha256=HbfhYONCv1xlAbGP4e4Yv9IIoB0U-R8wAnyOjYMvxM0,5960
37
37
  netbox_dns/management/commands/cleanup_rrset_ttl.py,sha256=WJb_K95GbyszAS4HWEf8UMzpqKA1fIsLkLon0ytSog8,2029
38
38
  netbox_dns/management/commands/setup_coupling.py,sha256=1cUxDvHoX1UebgyCsbrLqIccuXhE8tkvyhW8dofIyr4,4556
@@ -109,7 +109,7 @@ netbox_dns/views/record.py,sha256=DDHbxQ33P_mduoPquvyXrdrqNT6r79qShLg1uJzU4Ic,43
109
109
  netbox_dns/views/registrar.py,sha256=NK6jTYRwRjaVjYmI7T4Phh_gjXg9yPrxl-7vciZ9doc,2090
110
110
  netbox_dns/views/view.py,sha256=a3l6pybhqGb_RMxrRgFT1Gia9tRq8EmXFxPv9WUId0U,1913
111
111
  netbox_dns/views/zone.py,sha256=bOWnHtnlYH8BiB3L7ZKJLqS_VVOYCEFZNnOxbmFmsNY,5161
112
- netbox_plugin_dns-1.0.3.dist-info/LICENSE,sha256=I3tDu11bZfhFm3EkV4zOD5TmWgLjnUNLEFwrdjniZYs,1112
113
- netbox_plugin_dns-1.0.3.dist-info/METADATA,sha256=xdA1apPJLWo-Y9QDq5pXYx-acxDhf1vTOynMISktZU8,6146
114
- netbox_plugin_dns-1.0.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
115
- netbox_plugin_dns-1.0.3.dist-info/RECORD,,
112
+ netbox_plugin_dns-1.0.4.dist-info/LICENSE,sha256=I3tDu11bZfhFm3EkV4zOD5TmWgLjnUNLEFwrdjniZYs,1112
113
+ netbox_plugin_dns-1.0.4.dist-info/METADATA,sha256=U5Df2VixBfvKDgSsqXAglTdDbofiExCf2jcUqMYSt0M,6146
114
+ netbox_plugin_dns-1.0.4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
115
+ netbox_plugin_dns-1.0.4.dist-info/RECORD,,