@smplrspace/smplr-loader 2.8.1-beta.10 → 2.8.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.
|
@@ -288,13 +288,13 @@ export declare class QueryClient {
|
|
|
288
288
|
status: string;
|
|
289
289
|
name: string;
|
|
290
290
|
id: string;
|
|
291
|
-
assetmap?: {} | null | undefined;
|
|
292
291
|
created_at: string;
|
|
293
292
|
modified_at: string;
|
|
294
293
|
definition?: {} | null | undefined;
|
|
295
294
|
embed_image?: string | null | undefined;
|
|
296
295
|
short_code?: string | null | undefined;
|
|
297
296
|
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.2";
|
|
408
408
|
|
|
409
409
|
declare interface ViewerOptions {
|
|
410
410
|
mode?: CameraMode;
|