@smplrspace/smplr-loader 2.37.1-beta.9 → 2.38.0
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.
|
@@ -1885,6 +1885,13 @@ export declare class QueryClient {
|
|
|
1885
1885
|
}): Promise<{
|
|
1886
1886
|
sid: string;
|
|
1887
1887
|
}>;
|
|
1888
|
+
setSpaceStatus({ spaceId, status }: {
|
|
1889
|
+
spaceId: string;
|
|
1890
|
+
status: 'published' | 'draft' | 'archived';
|
|
1891
|
+
}): Promise<{
|
|
1892
|
+
status: string;
|
|
1893
|
+
}>;
|
|
1894
|
+
deleteSpace(spaceId: string): Promise<void>;
|
|
1888
1895
|
listSpaces(): Promise<{
|
|
1889
1896
|
sid: string;
|
|
1890
1897
|
status: string;
|
|
@@ -3307,7 +3314,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
3307
3314
|
z: number;
|
|
3308
3315
|
}
|
|
3309
3316
|
|
|
3310
|
-
export declare const version = "2.
|
|
3317
|
+
export declare const version = "2.38.0";
|
|
3311
3318
|
|
|
3312
3319
|
declare interface ViewerRendererHandle {
|
|
3313
3320
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|