@smplrspace/smplr-loader 2.38.1-beta.3 → 2.38.1-beta.4
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.
|
@@ -1917,6 +1917,7 @@ export declare class QueryClient {
|
|
|
1917
1917
|
created_at: string;
|
|
1918
1918
|
modified_at: string;
|
|
1919
1919
|
embed_image_id?: string | null | undefined;
|
|
1920
|
+
thumbhash?: string | null | undefined;
|
|
1920
1921
|
}>;
|
|
1921
1922
|
getSpaceFromCache(spaceId: string): {
|
|
1922
1923
|
sid: string;
|
|
@@ -1929,6 +1930,7 @@ export declare class QueryClient {
|
|
|
1929
1930
|
created_at: string;
|
|
1930
1931
|
modified_at: string;
|
|
1931
1932
|
embed_image_id?: string | null | undefined;
|
|
1933
|
+
thumbhash?: string | null | undefined;
|
|
1932
1934
|
};
|
|
1933
1935
|
getAllFurnitureInSpace(spaceId: string): Promise<Furniture[]>;
|
|
1934
1936
|
getAllFurnitureInSpaceFromCache(spaceId: string): Furniture[];
|
|
@@ -3317,7 +3319,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3317
3319
|
z: number;
|
|
3318
3320
|
}
|
|
3319
3321
|
|
|
3320
|
-
export declare const version = "2.38.1-beta.
|
|
3322
|
+
export declare const version = "2.38.1-beta.4";
|
|
3321
3323
|
|
|
3322
3324
|
declare interface ViewerRendererHandle {
|
|
3323
3325
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|