11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
3- from typing import Union , Optional
4- from typing_extensions import Literal , TypeAlias
3+ from typing import Union
4+ from typing_extensions import TypeAlias
55
6- from .elemental_base_node import ElementalBaseNode
6+ from .elemental_html_node_with_type import ElementalHTMLNodeWithType
77from .elemental_meta_node_with_type import ElementalMetaNodeWithType
88from .elemental_text_node_with_type import ElementalTextNodeWithType
99from .elemental_image_node_with_type import ElementalImageNodeWithType
1212from .elemental_channel_node_with_type import ElementalChannelNodeWithType
1313from .elemental_divider_node_with_type import ElementalDividerNodeWithType
1414
15- __all__ = ["ElementalNode" , "UnionMember7" ]
16-
17-
18- class UnionMember7 (ElementalBaseNode ):
19- type : Optional [Literal ["html" ]] = None
20-
15+ __all__ = ["ElementalNode" ]
2116
2217ElementalNode : TypeAlias = Union [
2318 ElementalTextNodeWithType ,
@@ -27,5 +22,5 @@ class UnionMember7(ElementalBaseNode):
2722 ElementalActionNodeWithType ,
2823 ElementalDividerNodeWithType ,
2924 ElementalQuoteNodeWithType ,
30- UnionMember7 ,
25+ ElementalHTMLNodeWithType ,
3126]
0 commit comments