@smplrspace/smplr-loader 2.47.1-beta.4 → 2.47.1-beta.5
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/dist/generated/smplr.d.ts +11 -1
- package/package.json +1 -1
|
@@ -936,6 +936,8 @@ declare interface IObject extends Instance<typeof Object_2> {
|
|
|
936
936
|
declare interface IRoof extends Instance<typeof Roof> {
|
|
937
937
|
}
|
|
938
938
|
|
|
939
|
+
declare function isSpaceSid(s: string): s is SpaceSid;
|
|
940
|
+
|
|
939
941
|
declare interface IStair extends Instance<typeof Stair> {
|
|
940
942
|
}
|
|
941
943
|
|
|
@@ -3797,6 +3799,14 @@ declare interface User extends Auth0UserWithClaims {
|
|
|
3797
3799
|
emailVerified: boolean
|
|
3798
3800
|
}
|
|
3799
3801
|
|
|
3802
|
+
declare namespace Utils {
|
|
3803
|
+
export {
|
|
3804
|
+
SpaceSid,
|
|
3805
|
+
isSpaceSid
|
|
3806
|
+
}
|
|
3807
|
+
}
|
|
3808
|
+
export { Utils }
|
|
3809
|
+
|
|
3800
3810
|
export declare interface ValidGeoSpace extends GeoSpace {
|
|
3801
3811
|
definition: SOSpace;
|
|
3802
3812
|
georeference: Georeference;
|
|
@@ -3812,7 +3822,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3812
3822
|
z: number;
|
|
3813
3823
|
}
|
|
3814
3824
|
|
|
3815
|
-
export declare const version = "2.47.1-beta.
|
|
3825
|
+
export declare const version = "2.47.1-beta.5";
|
|
3816
3826
|
|
|
3817
3827
|
declare interface ViewerRendererHandle {
|
|
3818
3828
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|