acryl-datahub-cloud 0.3.7.7rc7__py3-none-any.whl → 0.3.7.7rc8__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.
@@ -13,6 +13,7 @@ from .....schema_classes import StructuredPropertiesClass
13
13
  from .....schema_classes import StructuredPropertyDefinitionClass
14
14
  from .....schema_classes import StructuredPropertyFilterStatusClass
15
15
  from .....schema_classes import StructuredPropertyKeyClass
16
+ from .....schema_classes import StructuredPropertySettingsClass
16
17
  from .....schema_classes import StructuredPropertyValueAssignmentClass
17
18
 
18
19
 
@@ -22,6 +23,7 @@ StructuredProperties = StructuredPropertiesClass
22
23
  StructuredPropertyDefinition = StructuredPropertyDefinitionClass
23
24
  StructuredPropertyFilterStatus = StructuredPropertyFilterStatusClass
24
25
  StructuredPropertyKey = StructuredPropertyKeyClass
26
+ StructuredPropertySettings = StructuredPropertySettingsClass
25
27
  StructuredPropertyValueAssignment = StructuredPropertyValueAssignmentClass
26
28
 
27
29
  # fmt: on