@soonspacejs/plugin-cps-soonmanager 2.14.31 → 2.14.33
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/constants.d.ts +1 -0
- package/dist/index.d.ts +15 -1
- package/dist/index.esm.js +4186 -4125
- package/dist/semantic.types.d.ts +92 -0
- package/dist/semantic.utils.d.ts +4 -0
- package/package.json +8 -8
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
export interface Building {
|
|
2
|
+
ID: string;
|
|
3
|
+
Name: string;
|
|
4
|
+
Stories: number[];
|
|
5
|
+
}
|
|
6
|
+
export interface Polygon {
|
|
7
|
+
shape: number[];
|
|
8
|
+
}
|
|
9
|
+
export interface Door {
|
|
10
|
+
Elevation: number;
|
|
11
|
+
Height: number;
|
|
12
|
+
ID: string;
|
|
13
|
+
Open: boolean;
|
|
14
|
+
Polygon: Polygon;
|
|
15
|
+
Width: number;
|
|
16
|
+
}
|
|
17
|
+
export interface Polygon {
|
|
18
|
+
shape: number[];
|
|
19
|
+
}
|
|
20
|
+
export interface Space {
|
|
21
|
+
CeilingHeight: number;
|
|
22
|
+
GroundHeight: number;
|
|
23
|
+
ID: string;
|
|
24
|
+
Name: string;
|
|
25
|
+
Polygon: Polygon;
|
|
26
|
+
}
|
|
27
|
+
export interface Staircase {
|
|
28
|
+
Elevation: number;
|
|
29
|
+
ID: string;
|
|
30
|
+
Polyline: number[];
|
|
31
|
+
Spaces: number[];
|
|
32
|
+
}
|
|
33
|
+
export interface Polygon {
|
|
34
|
+
shape: number[];
|
|
35
|
+
}
|
|
36
|
+
export interface Story {
|
|
37
|
+
Columns: any[];
|
|
38
|
+
Doors: number[];
|
|
39
|
+
Elevation: number;
|
|
40
|
+
Facilities: any[];
|
|
41
|
+
FloorIndex?: any;
|
|
42
|
+
Height: number;
|
|
43
|
+
ID: string;
|
|
44
|
+
Name: string;
|
|
45
|
+
Polygon: Polygon;
|
|
46
|
+
Spaces: number[];
|
|
47
|
+
Staircases: number[];
|
|
48
|
+
Walls: number[];
|
|
49
|
+
Windows: number[];
|
|
50
|
+
}
|
|
51
|
+
export interface Polygon {
|
|
52
|
+
shape: number[];
|
|
53
|
+
}
|
|
54
|
+
export interface Wall {
|
|
55
|
+
Doors: any[];
|
|
56
|
+
Elevation: number;
|
|
57
|
+
Height: number;
|
|
58
|
+
ID: string;
|
|
59
|
+
Polygon: Polygon;
|
|
60
|
+
Spaces: number[];
|
|
61
|
+
SubPolygons?: any;
|
|
62
|
+
VirtualWall: boolean;
|
|
63
|
+
Windows: any[];
|
|
64
|
+
}
|
|
65
|
+
export interface Polygon {
|
|
66
|
+
shape: number[];
|
|
67
|
+
}
|
|
68
|
+
export interface Window {
|
|
69
|
+
Elevation: number;
|
|
70
|
+
Height: number;
|
|
71
|
+
ID: string;
|
|
72
|
+
Open: boolean;
|
|
73
|
+
Polygon: Polygon;
|
|
74
|
+
Width: number;
|
|
75
|
+
}
|
|
76
|
+
export interface Asset {
|
|
77
|
+
Generator: string;
|
|
78
|
+
GplUUID?: any;
|
|
79
|
+
Unit: string;
|
|
80
|
+
Version: string;
|
|
81
|
+
UBuilder?: any;
|
|
82
|
+
}
|
|
83
|
+
export interface SemanticObject {
|
|
84
|
+
Buildings: Building[];
|
|
85
|
+
Doors: Door[];
|
|
86
|
+
Spaces: Space[];
|
|
87
|
+
Staircases: Staircase[];
|
|
88
|
+
Stories: Story[];
|
|
89
|
+
Walls: Wall[];
|
|
90
|
+
Windows: Window[];
|
|
91
|
+
Asset: Asset;
|
|
92
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soonspacejs/plugin-cps-soonmanager",
|
|
3
3
|
"pluginName": "CpsSoonmanagerPlugin",
|
|
4
|
-
"version": "2.14.
|
|
4
|
+
"version": "2.14.33",
|
|
5
5
|
"description": "Sync cps soonmanager data plugin for SoonSpace.js",
|
|
6
6
|
"main": "dist/index.esm.js",
|
|
7
7
|
"module": "dist/index.esm.js",
|
|
@@ -35,13 +35,13 @@
|
|
|
35
35
|
"socket.io-client": "^4.7.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@soonspacejs/plugin-atmosphere": "2.14.
|
|
39
|
-
"@soonspacejs/plugin-effect": "2.14.
|
|
40
|
-
"@soonspacejs/plugin-flow": "2.14.
|
|
41
|
-
"@soonspacejs/plugin-gs3d-loader": "2.14.
|
|
42
|
-
"@soonspacejs/plugin-poi-renderer": "2.14.
|
|
43
|
-
"@soonspacejs/plugin-tiles": "2.14.
|
|
44
|
-
"soonspacejs": "2.14.
|
|
38
|
+
"@soonspacejs/plugin-atmosphere": "2.14.33",
|
|
39
|
+
"@soonspacejs/plugin-effect": "2.14.33",
|
|
40
|
+
"@soonspacejs/plugin-flow": "2.14.33",
|
|
41
|
+
"@soonspacejs/plugin-gs3d-loader": "2.14.33",
|
|
42
|
+
"@soonspacejs/plugin-poi-renderer": "2.14.33",
|
|
43
|
+
"@soonspacejs/plugin-tiles": "2.14.33",
|
|
44
|
+
"soonspacejs": "2.14.33",
|
|
45
45
|
"umanager-animation-parser": "^0.0.6"
|
|
46
46
|
}
|
|
47
47
|
}
|