Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
AnyNetworkHierarchy -> AnyNetworkHierarchyParcel
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrajewski committed Jul 19, 2024
1 parent 665f967 commit 05b79f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions catalystwan/models/configuration/feature_profile/parcel.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from catalystwan.models.configuration.feature_profile.sdwan.system import AnySystemParcel
from catalystwan.models.configuration.feature_profile.sdwan.topology import AnyTopologyParcel
from catalystwan.models.configuration.feature_profile.sdwan.transport import AnyTransportParcel
from catalystwan.models.configuration.network_hierarchy import AnyNetworkHierarchy
from catalystwan.models.configuration.network_hierarchy import AnyNetworkHierarchyParcel
from catalystwan.utils.model import resolve_nested_base_model_unions

ParcelType = Literal[
Expand Down Expand Up @@ -130,7 +130,7 @@
AnyApplicationPriorityParcel,
AnyTopologyParcel,
AnyRoutingParcel,
AnyNetworkHierarchy,
AnyNetworkHierarchyParcel,
],
Field(discriminator="type_"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .cflowd import CflowdParcel
from .node import NodeInfo

AnyNetworkHierarchy = Annotated[
AnyNetworkHierarchyParcel = Annotated[
Union[CflowdParcel],
Field(discriminator="type_"),
]
Expand Down

0 comments on commit 05b79f1

Please sign in to comment.