@smplrspace/smplr-loader 2.33.1-beta.8 → 2.34.0
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.
|
@@ -3155,6 +3155,7 @@ declare interface User extends Auth0UserWithClaims {
|
|
|
3155
3155
|
export declare interface ValidGeojsonSpace extends GeojsonSpace {
|
|
3156
3156
|
definition: SOSpace;
|
|
3157
3157
|
georeference: Georeference;
|
|
3158
|
+
basementsCount: number;
|
|
3158
3159
|
}
|
|
3159
3160
|
|
|
3160
3161
|
declare interface Vector2Coord {
|
|
@@ -3166,7 +3167,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3166
3167
|
z: number;
|
|
3167
3168
|
}
|
|
3168
3169
|
|
|
3169
|
-
export declare const version = "2.
|
|
3170
|
+
export declare const version = "2.34.0";
|
|
3170
3171
|
|
|
3171
3172
|
declare interface ViewerRendererHandle {
|
|
3172
3173
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|