@smplrspace/smplr-loader 2.19.1-beta.16 → 2.19.1-beta.18
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.
|
@@ -536,10 +536,10 @@ export declare class QueryClient {
|
|
|
536
536
|
status: string;
|
|
537
537
|
name: string;
|
|
538
538
|
id: string;
|
|
539
|
+
definition?: {} | null | undefined;
|
|
539
540
|
assetmap?: {} | null | undefined;
|
|
540
541
|
created_at: string;
|
|
541
542
|
modified_at: string;
|
|
542
|
-
definition?: {} | null | undefined;
|
|
543
543
|
embed_image?: string | null | undefined;
|
|
544
544
|
short_code?: string | null | undefined;
|
|
545
545
|
public_link_enabled: boolean;
|
|
@@ -548,10 +548,10 @@ export declare class QueryClient {
|
|
|
548
548
|
status: string;
|
|
549
549
|
name: string;
|
|
550
550
|
id: string;
|
|
551
|
+
definition?: {} | null | undefined;
|
|
551
552
|
assetmap?: {} | null | undefined;
|
|
552
553
|
created_at: string;
|
|
553
554
|
modified_at: string;
|
|
554
|
-
definition?: {} | null | undefined;
|
|
555
555
|
embed_image?: string | null | undefined;
|
|
556
556
|
short_code?: string | null | undefined;
|
|
557
557
|
public_link_enabled: boolean;
|
|
@@ -835,7 +835,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
835
835
|
z: number;
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
-
export declare const version = "2.19.1-beta.
|
|
838
|
+
export declare const version = "2.19.1-beta.18";
|
|
839
839
|
|
|
840
840
|
declare interface ViewerOptions {
|
|
841
841
|
mode?: CameraMode;
|