@smplrspace/smplr-loader 2.58.1-beta.26 → 2.58.1-beta.27
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.
|
@@ -1967,6 +1967,7 @@ options: JsonWallOptions;
|
|
|
1967
1967
|
layers: string[];
|
|
1968
1968
|
}): void;
|
|
1969
1969
|
clear(): void;
|
|
1970
|
+
removeDeskCluster(clusterId: string): void;
|
|
1970
1971
|
removeParkingCluster(clusterId: string): void;
|
|
1971
1972
|
}, _NotCustomized, _NotCustomized>;
|
|
1972
1973
|
|
|
@@ -4185,6 +4186,7 @@ options: JsonWallOptions;
|
|
|
4185
4186
|
layers: string[];
|
|
4186
4187
|
}): void;
|
|
4187
4188
|
clear(): void;
|
|
4189
|
+
removeDeskCluster(clusterId: string): void;
|
|
4188
4190
|
removeParkingCluster(clusterId: string): void;
|
|
4189
4191
|
}, _NotCustomized, _NotCustomized>>, [undefined]>;
|
|
4190
4192
|
compassDirection: IMaybe<ISimpleType<number>>;
|
|
@@ -4682,7 +4684,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4682
4684
|
z: number;
|
|
4683
4685
|
}
|
|
4684
4686
|
|
|
4685
|
-
export declare const version = "2.58.1-beta.
|
|
4687
|
+
export declare const version = "2.58.1-beta.27";
|
|
4686
4688
|
|
|
4687
4689
|
declare interface ViewerDataLayerRenderState<Definition = DataLayer<UnknownData>> {
|
|
4688
4690
|
definition: Definition;
|