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