@cognite/reveal 4.29.2 → 4.29.3-dev.20260212

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,8 +13,6 @@ export declare class Cdf360ImageAnnotationProvider implements Image360Annotation
13
13
  private fetchImageAnnotationsForInstance;
14
14
  private cacheResult;
15
15
  getRelevant360ImageAnnotations(annotationSpecifier: Image360AnnotationSpecifier<ClassicDataSourceType>): Promise<ClassicDataSourceType['image360AnnotationType'][]>;
16
- private getFilesByAssetRef;
17
- private getAnnotationDataByAssetRefType;
18
16
  getAllImage360AnnotationInfos(source: 'assets', collection: DefaultImage360Collection<ClassicDataSourceType>, annotationFilter: Image360AnnotationFilterDelegate<ClassicDataSourceType>): Promise<AssetAnnotationImage360Info<ClassicDataSourceType>[]>;
19
17
  getAllImage360AnnotationInfos(source: 'hybrid', collection: DefaultImage360Collection<ClassicDataSourceType>, annotationFilter: Image360AnnotationFilterDelegate<ClassicDataSourceType>): Promise<AssetHybridAnnotationImage360Info[]>;
20
18
  getAllImage360AnnotationInfos(source: 'cdm', collection: DefaultImage360Collection<ClassicDataSourceType>, annotationFilter: Image360AnnotationFilterDelegate<ClassicDataSourceType>): Promise<AssetAnnotationImage360Info<DMDataSourceType>[]>;
@@ -35,7 +35,10 @@ export declare class CdfImageFileProvider {
35
35
  */
36
36
  getIconBuffersWithMimeType(fileIdentifiers: FileIdentifier[], abortSignal?: AbortSignal): Promise<FileDownloadResult[]>;
37
37
  private partitionIdentifiersByInternalId;
38
- private resolveInternalIdsFromDownloadUrls;
38
+ /**
39
+ * Resolves internal file IDs for identifiers that don't have them using the files API.
40
+ */
41
+ private resolveInternalIds;
39
42
  private mergeResultsInOriginalOrder;
40
43
  private fetchIconsById;
41
44
  getIconBuffers(fileIdentifiers: FileIdentifier[], abortSignal?: AbortSignal): Promise<ArrayBuffer[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.29.2",
3
+ "version": "4.29.3-dev.20260212",
4
4
  "description": "WebGL based 3D viewer for CAD and point clouds processed in Cognite Data Fusion.",
5
5
  "homepage": "https://github.com/cognitedata/reveal/tree/master/viewer",
6
6
  "repository": {