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