bimplus-websdk 1.0.38 → 1.0.39

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bimplus-websdk",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "bim+ websdk",
5
5
  "types": "types/bimplus-websdk.d.ts",
6
6
  "keywords": [
@@ -376,7 +376,7 @@ declare module 'bimplus-websdk' {
376
376
 
377
377
  export interface SelectionObjectTopologyStructure {
378
378
  layers: SelectionObjectLayer[];
379
- structures: Topology[];
379
+ structures: Topology[] | string[];
380
380
  }
381
381
 
382
382
  export interface SelectionObject {