@smplrspace/smplr-loader 2.52.2-beta.5 → 2.52.2-beta.7
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.
|
@@ -3984,6 +3984,7 @@ declare interface User extends Auth0UserWithClaims {
|
|
|
3984
3984
|
email: string
|
|
3985
3985
|
personalOrganizationId: string
|
|
3986
3986
|
smplradmin: boolean
|
|
3987
|
+
smplrspaceMember: boolean
|
|
3987
3988
|
missiveDigest: string
|
|
3988
3989
|
emailVerified: boolean
|
|
3989
3990
|
}
|
|
@@ -4011,7 +4012,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4011
4012
|
z: number;
|
|
4012
4013
|
}
|
|
4013
4014
|
|
|
4014
|
-
export declare const version = "2.52.2-beta.
|
|
4015
|
+
export declare const version = "2.52.2-beta.7";
|
|
4015
4016
|
|
|
4016
4017
|
declare interface ViewerRendererHandle {
|
|
4017
4018
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|