@smplrspace/smplr-loader 2.28.1-beta.35 → 2.28.1-beta.36
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.
|
@@ -729,10 +729,10 @@ export declare class QueryClient {
|
|
|
729
729
|
georeference?: {} | null | undefined;
|
|
730
730
|
assetmap?: {} | null | undefined;
|
|
731
731
|
definition?: {} | null | undefined;
|
|
732
|
+
public_link_enabled: boolean;
|
|
732
733
|
created_at: string;
|
|
733
734
|
modified_at: string;
|
|
734
735
|
embed_image?: string | null | undefined;
|
|
735
|
-
public_link_enabled: boolean;
|
|
736
736
|
}>;
|
|
737
737
|
getSpaceFromCache(spaceId: string): {
|
|
738
738
|
sid: string;
|
|
@@ -741,10 +741,10 @@ export declare class QueryClient {
|
|
|
741
741
|
georeference?: {} | null | undefined;
|
|
742
742
|
assetmap?: {} | null | undefined;
|
|
743
743
|
definition?: {} | null | undefined;
|
|
744
|
+
public_link_enabled: boolean;
|
|
744
745
|
created_at: string;
|
|
745
746
|
modified_at: string;
|
|
746
747
|
embed_image?: string | null | undefined;
|
|
747
|
-
public_link_enabled: boolean;
|
|
748
748
|
};
|
|
749
749
|
getAllFurnitureInSpace(spaceId: string): Promise<Furniture[]>;
|
|
750
750
|
getAllFurnitureInSpaceFromCache(spaceId: string): Furniture[];
|
|
@@ -1136,7 +1136,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
1136
1136
|
z: number;
|
|
1137
1137
|
}
|
|
1138
1138
|
|
|
1139
|
-
export declare const version = "2.28.1-beta.
|
|
1139
|
+
export declare const version = "2.28.1-beta.36";
|
|
1140
1140
|
|
|
1141
1141
|
declare interface ViewerRendererHandle {
|
|
1142
1142
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|