@smplrspace/smplr-loader 2.37.1-beta.6 → 2.37.1-beta.9
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.
|
@@ -1905,6 +1905,7 @@ export declare class QueryClient {
|
|
|
1905
1905
|
created_at: string;
|
|
1906
1906
|
modified_at: string;
|
|
1907
1907
|
embed_image?: string | null | undefined;
|
|
1908
|
+
embed_image_id?: string | null | undefined;
|
|
1908
1909
|
}>;
|
|
1909
1910
|
getSpaceFromCache(spaceId: string): {
|
|
1910
1911
|
sid: string;
|
|
@@ -1917,6 +1918,7 @@ export declare class QueryClient {
|
|
|
1917
1918
|
created_at: string;
|
|
1918
1919
|
modified_at: string;
|
|
1919
1920
|
embed_image?: string | null | undefined;
|
|
1921
|
+
embed_image_id?: string | null | undefined;
|
|
1920
1922
|
};
|
|
1921
1923
|
getAllFurnitureInSpace(spaceId: string): Promise<Furniture[]>;
|
|
1922
1924
|
getAllFurnitureInSpaceFromCache(spaceId: string): Furniture[];
|
|
@@ -2404,6 +2406,9 @@ export declare class Space {
|
|
|
2404
2406
|
takeScreenshotToString(args: TakeScreenshotArgs & {
|
|
2405
2407
|
mode: '3d-scene' | 'full-viewer';
|
|
2406
2408
|
}): Promise<string>;
|
|
2409
|
+
takeScreenshotToFile(args: TakeScreenshotArgs & {
|
|
2410
|
+
mode: '3d-scene' | 'full-viewer';
|
|
2411
|
+
}): Promise<File>;
|
|
2407
2412
|
}
|
|
2408
2413
|
|
|
2409
2414
|
declare const Space_2: IModelType< {
|
|
@@ -3302,7 +3307,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3302
3307
|
z: number;
|
|
3303
3308
|
}
|
|
3304
3309
|
|
|
3305
|
-
export declare const version = "2.37.1-beta.
|
|
3310
|
+
export declare const version = "2.37.1-beta.9";
|
|
3306
3311
|
|
|
3307
3312
|
declare interface ViewerRendererHandle {
|
|
3308
3313
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|