|
34 | 34 | from .entities.opencti_report import Report |
35 | 35 | from .entities.opencti_stix_core_relationship import StixCoreRelationship |
36 | 36 | from .entities.opencti_stix_cyber_observable import StixCyberObservable |
37 | | -from .entities.opencti_stix_cyber_observable_relationship import ( |
38 | | - StixCyberObservableRelationship, |
39 | | -) |
40 | 37 | from .entities.opencti_stix_domain_object import StixDomainObject |
| 38 | +from .entities.opencti_stix_nested_ref_relationship import StixNestedRefRelationship |
41 | 39 | from .entities.opencti_stix_object_or_stix_relationship import ( |
42 | 40 | StixObjectOrStixRelationship, |
43 | 41 | ) |
|
46 | 44 | from .entities.opencti_tool import Tool |
47 | 45 | from .entities.opencti_vulnerability import Vulnerability |
48 | 46 | from .utils.constants import ( |
49 | | - MultipleStixCyberObservableRelationship, |
| 47 | + MultipleRefRelationship, |
50 | 48 | StixCyberObservableTypes, |
51 | 49 | StixMetaTypes, |
52 | 50 | ) |
|
91 | 89 | "Report", |
92 | 90 | "StixCoreRelationship", |
93 | 91 | "StixCyberObservable", |
94 | | - "StixCyberObservableRelationship", |
| 92 | + "StixNestedRefRelationship", |
95 | 93 | "StixCyberObservableTypes", |
96 | 94 | "StixDomainObject", |
97 | 95 | "StixMetaTypes", |
98 | | - "MultipleStixCyberObservableRelationship", |
| 96 | + "MultipleRefRelationship", |
99 | 97 | "StixObjectOrStixRelationship", |
100 | 98 | "StixSightingRelationship", |
101 | 99 | "ThreatActor", |
|
0 commit comments