@smplrspace/smplr-loader 2.58.1-beta.23 → 2.58.1-beta.25
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.
- package/dist/generated/smplr.d.ts +10 -1
- package/package.json +1 -1
|
@@ -2778,10 +2778,19 @@ export declare class QueryClient {
|
|
|
2778
2778
|
listSpaces(options?: {
|
|
2779
2779
|
organizationId?: string;
|
|
2780
2780
|
tagged?: string[];
|
|
2781
|
+
projects?: string[];
|
|
2782
|
+
unit?: 'sqm' | 'sqft';
|
|
2783
|
+
includeLevelBreakdown?: boolean;
|
|
2781
2784
|
}): Promise<{
|
|
2785
|
+
area: number;
|
|
2782
2786
|
sid: string;
|
|
2783
2787
|
status: string;
|
|
2788
|
+
levels?: {
|
|
2789
|
+
area: number;
|
|
2790
|
+
name: string;
|
|
2791
|
+
}[] | undefined;
|
|
2784
2792
|
projects: {
|
|
2793
|
+
name: string;
|
|
2785
2794
|
project_sid: string;
|
|
2786
2795
|
}[];
|
|
2787
2796
|
name: string;
|
|
@@ -4673,7 +4682,7 @@ declare interface Vector3Coord extends Vector2Coord {
|
|
|
4673
4682
|
z: number;
|
|
4674
4683
|
}
|
|
4675
4684
|
|
|
4676
|
-
export declare const version = "2.58.1-beta.
|
|
4685
|
+
export declare const version = "2.58.1-beta.25";
|
|
4677
4686
|
|
|
4678
4687
|
declare interface ViewerDataLayerRenderState<Definition = DataLayer<UnknownData>> {
|
|
4679
4688
|
definition: Definition;
|