@smplrspace/smplr-loader 2.58.1-beta.20 → 2.58.1-beta.21

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.
@@ -1942,6 +1942,7 @@ removeAllGrounds(): void;
1942
1942
  newWall(wall?: Omit<SIWall, 'segments'> & {
1943
1943
  segments: SOAbstractSegment[] | SOWallSegment[];
1944
1944
  }): void;
1945
+ addWalls(walls: SIWall[]): void;
1945
1946
  removeWall(id: string): void;
1946
1947
  removeAllWalls(): void;
1947
1948
  newRoof(): void;
@@ -1966,6 +1967,7 @@ options: JsonWallOptions;
1966
1967
  layers: string[];
1967
1968
  }): void;
1968
1969
  clear(): void;
1970
+ removeParkingCluster(clusterId: string): void;
1969
1971
  }, _NotCustomized, _NotCustomized>;
1970
1972
 
1971
1973
  declare const LevelCoord3d: IModelType< {
@@ -4149,6 +4151,7 @@ removeAllGrounds(): void;
4149
4151
  newWall(wall?: (Omit<SIWall, "segments"> & {
4150
4152
  segments: SOAbstractSegment[] | SOWallSegment[];
4151
4153
  }) | undefined): void;
4154
+ addWalls(walls: SIWall[]): void;
4152
4155
  removeWall(id: string): void;
4153
4156
  removeAllWalls(): void;
4154
4157
  newRoof(): void;
@@ -4173,6 +4176,7 @@ options: JsonWallOptions;
4173
4176
  layers: string[];
4174
4177
  }): void;
4175
4178
  clear(): void;
4179
+ removeParkingCluster(clusterId: string): void;
4176
4180
  }, _NotCustomized, _NotCustomized>>, [undefined]>;
4177
4181
  compassDirection: IMaybe<ISimpleType<number>>;
4178
4182
  facade: IMaybe<IModelType< {
@@ -4669,7 +4673,7 @@ declare interface Vector3Coord extends Vector2Coord {
4669
4673
  z: number;
4670
4674
  }
4671
4675
 
4672
- export declare const version = "2.58.1-beta.20";
4676
+ export declare const version = "2.58.1-beta.21";
4673
4677
 
4674
4678
  declare interface ViewerDataLayerRenderState<Definition = DataLayer<UnknownData>> {
4675
4679
  definition: Definition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smplrspace/smplr-loader",
3
- "version": "2.58.1-beta.20",
3
+ "version": "2.58.1-beta.21",
4
4
  "description": "NPM package to load a typed Smplr.js from CDN easily",
5
5
  "type": "module",
6
6
  "files": [