@smplrspace/smplr-loader 2.8.1-beta.1 → 2.8.1-beta.11
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
|
|
|
@@ -404,7 +404,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
404
404
|
z: number;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
|
-
export declare const version = "2.8.1-beta.
|
|
407
|
+
export declare const version = "2.8.1-beta.11";
|
|
408
408
|
|
|
409
409
|
declare interface ViewerOptions {
|
|
410
410
|
mode?: CameraMode;
|