@smplrspace/smplr-loader 2.8.1-beta.2 → 2.8.1-beta.20
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.
|
@@ -288,13 +288,13 @@ export declare class QueryClient {
|
|
|
288
288
|
status: string;
|
|
289
289
|
name: string;
|
|
290
290
|
id: string;
|
|
291
|
+
assetmap?: {} | null | undefined;
|
|
291
292
|
created_at: string;
|
|
292
293
|
modified_at: string;
|
|
293
294
|
definition?: {} | null | undefined;
|
|
294
295
|
embed_image?: string | null | undefined;
|
|
295
296
|
short_code?: string | null | undefined;
|
|
296
297
|
public_link_enabled: boolean;
|
|
297
|
-
assetmap?: {} | null | undefined;
|
|
298
298
|
}>;
|
|
299
299
|
}
|
|
300
300
|
|
|
@@ -391,6 +391,7 @@ declare interface SpaceOptions {
|
|
|
391
391
|
spaceId: string;
|
|
392
392
|
clientToken: string;
|
|
393
393
|
containerId: string;
|
|
394
|
+
internal?: boolean;
|
|
394
395
|
}
|
|
395
396
|
|
|
396
397
|
declare type UnknownData = Record<string, unknown>;
|
|
@@ -404,7 +405,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
404
405
|
z: number;
|
|
405
406
|
}
|
|
406
407
|
|
|
407
|
-
export declare const version = "2.8.1-beta.
|
|
408
|
+
export declare const version = "2.8.1-beta.20";
|
|
408
409
|
|
|
409
410
|
declare interface ViewerOptions {
|
|
410
411
|
mode?: CameraMode;
|