@cognite/reveal 4.27.1-dev.20251105 → 4.28.0-dev.20251106

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.
@@ -9,9 +9,9 @@ export { CAMERA_MANAGER_EVENT_TYPE_LIST, CameraControlsOptions, DebouncedCameraS
9
9
  export { AreaCollection, ClusteredAreaCollection, NodeAppearance, SerializableNodeAppearance, NodeOutlineColor, DefaultNodeAppearance, NodeCollection, CdfNodeCollectionBase, CombineNodeCollectionBase, TreeIndexNodeCollection, NodeIdNodeCollection, IntersectionNodeCollection, UnionNodeCollection, SerializedNodeCollection, PropertyFilterNodeCollection, PropertyFilterNodeCollectionOptions, SinglePropertyFilterNodeCollection, AssetNodeCollection, InvertedNodeCollection, registerNodeCollectionType, NodeCollectionSerializationContext, CdfModelNodeCollectionDataProvider } from '../packages/cad-styling';
10
10
  export { SupportedModelTypes } from '../packages/model-base';
11
11
  export { IndexSet, NumericRange, BeforeSceneRenderedDelegate, SceneRenderedDelegate, PointerEventDelegate, PointerEventData, DisposedDelegate, DMInstanceRef, ICustomObject, CustomObject, CustomObjectIntersection, CustomObjectIntersectInput, PointerEventsTarget, PointerEvents, Vector3Pool, getWheelEventDelta, getNormalizedPixelCoordinatesBySize, getNormalizedPixelCoordinates, isPointVisibleByPlanes, ClosestGeometryFinder, CDF_TO_VIEWER_TRANSFORMATION } from '../packages/utilities';
12
- export { PointCloudObjectMetadata, CoreDmImage360Annotation, ImageAssetLinkAnnotationInfo, Image360DataModelIdentifier, Image360BaseIdentifier, Image360CoreDataModelIdentifier, Image360LegacyDataModelIdentifier, Image360Id, Image360RevisionId, DataSourceType, ClassicDataSourceType, DMDataSourceType, ClassicModelIdentifierType, DMModelIdentifierType, isDMPointCloudVolume, isClassicPointCloudVolume, CommonModelOptions, InstanceReference } from '../packages/data-providers';
12
+ export { PointCloudObjectMetadata, CoreDmImage360Annotation, ImageAssetLinkAnnotationInfo, ImageInstanceLinkAnnotationInfo, Image360DataModelIdentifier, Image360BaseIdentifier, Image360CoreDataModelIdentifier, Image360LegacyDataModelIdentifier, Image360Id, Image360RevisionId, DataSourceType, ClassicDataSourceType, DMDataSourceType, ClassicModelIdentifierType, DMModelIdentifierType, isDMPointCloudVolume, isClassicPointCloudVolume, CommonModelOptions, InstanceReference } from '../packages/data-providers';
13
13
  export { CogniteCadModel, BoundingBoxClipper, GeometryFilter, WellKnownUnit } from '../packages/cad-model';
14
14
  export { CognitePointCloudModel, isDMPointCloudModel, isClassicPointCloudModel } from '../packages/pointclouds';
15
15
  export { CompletePointCloudAppearance, PointCloudAppearance, PointCloudObjectCollection, PointCloudAnnotationVolumeCollection, AnnotationIdPointCloudObjectCollection, PointCloudDMVolumeCollection, DefaultPointCloudAppearance, StyledPointCloudObjectCollection, StyledPointCloudVolumeCollection } from '../packages/pointcloud-styling';
16
- export { AssetAnnotationImage360Info, Image360, Image360Revision, Image360Visualization, Image360Collection, Image360EnteredDelegate, Image360ExitedDelegate, Image360IconStyle, Image360AnnotationIntersection, Image360AnnotationAppearance, Image360Annotation, Image360AnnotationAssetFilter, Image360AnnotationAssetQueryResult, Image360AnnotationFilterOptions, Image360Action, InstanceLinkable360ImageAnnotationType } from '../packages/360-images';
16
+ export { AssetAnnotationImage360Info, Image360, Image360Revision, Image360Visualization, Image360Collection, Image360EnteredDelegate, Image360ExitedDelegate, Image360IconStyle, Image360AnnotationIntersection, Image360AnnotationAppearance, Image360Annotation, Image360AnnotationAssetFilter, Image360AnnotationAssetQueryResult, Image360AnnotationFilterOptions, Image360Action, InstanceLinkable360ImageAnnotationType, Image360AnnotationInstanceReference, AssetHybridAnnotationImage360Info } from '../packages/360-images';
17
17
  export { OverlayCollection, Overlay3DCollection, Overlay3DCollectionOptions, OverlayInfo, Overlay3D, DefaultOverlay3DContentType } from '../packages/3d-overlays';