@cognite/reveal 4.23.1 → 4.23.2-dev.20250128

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.
@@ -128,3 +128,4 @@ export type InternalDataSourceType = DataSourceType | LocalDataSourceType;
128
128
  export declare function isClassicIdentifier(identifier: InternalModelIdentifier): identifier is ClassicModelIdentifierType;
129
129
  export declare function isDMIdentifier(identifier: InternalModelIdentifier): identifier is DMModelIdentifierType;
130
130
  export declare function isLocalIdentifier(identifier: InternalModelIdentifier): identifier is LocalModelIdentifierType;
131
+ export declare function isSameDMIdentifier(id0: DMInstanceRef, id1: DMInstanceRef): boolean;
@@ -33,7 +33,7 @@ declare function getImage360AnnotationsForInstanceQuery(instance: DMInstanceRef)
33
33
  };
34
34
  readonly object3ds: {
35
35
  readonly nodes: {
36
- readonly from: "instance_objects";
36
+ readonly from: "instance_object";
37
37
  readonly through: {
38
38
  readonly view: {
39
39
  readonly externalId: "CogniteVisualizable";
@@ -46,7 +46,7 @@ declare function getImage360AnnotationsForInstanceQuery(instance: DMInstanceRef)
46
46
  readonly direction: "outwards";
47
47
  };
48
48
  };
49
- readonly annotation_dges: {
49
+ readonly annotation_edges: {
50
50
  readonly edges: {
51
51
  readonly from: "object3ds";
52
52
  readonly direction: "outwards";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cognite/reveal",
3
- "version": "4.23.1",
3
+ "version": "4.23.2-dev.20250128",
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": {