@snaptrude/plugin-core 0.3.0 → 0.5.0

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.
Files changed (266) hide show
  1. package/AGENTS.md +130 -48
  2. package/CHANGELOG.md +111 -0
  3. package/api-manifest.full.json +3999 -0
  4. package/api-manifest.json +3845 -0
  5. package/dist/api/core/buildings.d.ts +427 -0
  6. package/dist/api/core/buildings.d.ts.map +1 -0
  7. package/dist/api/core/comment/index.d.ts +230 -0
  8. package/dist/api/core/comment/index.d.ts.map +1 -0
  9. package/dist/api/core/geom/create/index.d.ts +247 -0
  10. package/dist/api/core/geom/create/index.d.ts.map +1 -0
  11. package/dist/api/core/geom/delete/index.d.ts +72 -0
  12. package/dist/api/core/geom/delete/index.d.ts.map +1 -0
  13. package/dist/api/core/geom/index.d.ts +24 -23
  14. package/dist/api/core/geom/index.d.ts.map +1 -1
  15. package/dist/api/core/geom/query/arc.d.ts +169 -0
  16. package/dist/api/core/geom/query/arc.d.ts.map +1 -0
  17. package/dist/api/core/geom/query/brep.d.ts +402 -0
  18. package/dist/api/core/geom/query/brep.d.ts.map +1 -0
  19. package/dist/api/core/geom/query/circle.d.ts +378 -0
  20. package/dist/api/core/geom/query/circle.d.ts.map +1 -0
  21. package/dist/api/core/geom/query/contour.d.ts +450 -0
  22. package/dist/api/core/geom/query/contour.d.ts.map +1 -0
  23. package/dist/api/core/geom/query/curve.d.ts +918 -0
  24. package/dist/api/core/geom/query/curve.d.ts.map +1 -0
  25. package/dist/api/core/geom/query/edge.d.ts +128 -0
  26. package/dist/api/core/geom/query/edge.d.ts.map +1 -0
  27. package/dist/api/core/geom/query/face.d.ts +363 -0
  28. package/dist/api/core/geom/query/face.d.ts.map +1 -0
  29. package/dist/api/core/geom/query/halfedge.d.ts +206 -0
  30. package/dist/api/core/geom/query/halfedge.d.ts.map +1 -0
  31. package/dist/api/core/geom/query/index.d.ts +61 -0
  32. package/dist/api/core/geom/query/index.d.ts.map +1 -0
  33. package/dist/api/core/geom/query/profile.d.ts +410 -0
  34. package/dist/api/core/geom/query/profile.d.ts.map +1 -0
  35. package/dist/api/core/geom/query/vertex.d.ts +187 -0
  36. package/dist/api/core/geom/query/vertex.d.ts.map +1 -0
  37. package/dist/api/core/geom/update/contour.d.ts +272 -0
  38. package/dist/api/core/geom/update/contour.d.ts.map +1 -0
  39. package/dist/api/core/geom/update/curve.d.ts +180 -0
  40. package/dist/api/core/geom/update/curve.d.ts.map +1 -0
  41. package/dist/api/core/geom/update/index.d.ts +27 -0
  42. package/dist/api/core/geom/update/index.d.ts.map +1 -0
  43. package/dist/api/core/geom/update/profile.d.ts +329 -0
  44. package/dist/api/core/geom/update/profile.d.ts.map +1 -0
  45. package/dist/api/core/groups.d.ts +485 -0
  46. package/dist/api/core/groups.d.ts.map +1 -0
  47. package/dist/api/core/history/index.d.ts +78 -0
  48. package/dist/api/core/history/index.d.ts.map +1 -0
  49. package/dist/api/core/index.d.ts +46 -1
  50. package/dist/api/core/index.d.ts.map +1 -1
  51. package/dist/api/core/layers.d.ts +402 -0
  52. package/dist/api/core/layers.d.ts.map +1 -0
  53. package/dist/api/core/math/quat.d.ts +111 -128
  54. package/dist/api/core/math/quat.d.ts.map +1 -1
  55. package/dist/api/core/math/vec3.d.ts +120 -102
  56. package/dist/api/core/math/vec3.d.ts.map +1 -1
  57. package/dist/api/core/project/index.d.ts +399 -0
  58. package/dist/api/core/project/index.d.ts.map +1 -0
  59. package/dist/api/core/tags.d.ts +755 -0
  60. package/dist/api/core/tags.d.ts.map +1 -0
  61. package/dist/api/core/units/index.d.ts +175 -0
  62. package/dist/api/core/units/index.d.ts.map +1 -0
  63. package/dist/api/core/zoom/index.d.ts +45 -0
  64. package/dist/api/core/zoom/index.d.ts.map +1 -0
  65. package/dist/api/design/boolean/index.d.ts +168 -0
  66. package/dist/api/design/boolean/index.d.ts.map +1 -0
  67. package/dist/api/design/create/index.d.ts +828 -0
  68. package/dist/api/design/create/index.d.ts.map +1 -0
  69. package/dist/api/design/delete/index.d.ts +63 -0
  70. package/dist/api/design/delete/index.d.ts.map +1 -0
  71. package/dist/api/design/doors/index.d.ts +268 -0
  72. package/dist/api/design/doors/index.d.ts.map +1 -0
  73. package/dist/api/design/edit/index.d.ts +49 -0
  74. package/dist/api/design/edit/index.d.ts.map +1 -0
  75. package/dist/api/design/erase/index.d.ts +160 -0
  76. package/dist/api/design/erase/index.d.ts.map +1 -0
  77. package/dist/api/design/furniture/index.d.ts +123 -0
  78. package/dist/api/design/furniture/index.d.ts.map +1 -0
  79. package/dist/api/design/index.d.ts +153 -0
  80. package/dist/api/design/index.d.ts.map +1 -0
  81. package/dist/api/design/lock.d.ts +41 -0
  82. package/dist/api/design/lock.d.ts.map +1 -0
  83. package/dist/api/design/materials/index.d.ts +297 -0
  84. package/dist/api/design/materials/index.d.ts.map +1 -0
  85. package/dist/api/design/query/geometry/index.d.ts +140 -0
  86. package/dist/api/design/query/geometry/index.d.ts.map +1 -0
  87. package/dist/api/design/query/index.d.ts +1011 -0
  88. package/dist/api/design/query/index.d.ts.map +1 -0
  89. package/dist/api/design/query/spaces.d.ts +221 -0
  90. package/dist/api/design/query/spaces.d.ts.map +1 -0
  91. package/dist/api/design/selection/index.d.ts +138 -0
  92. package/dist/api/design/selection/index.d.ts.map +1 -0
  93. package/dist/api/design/shared.d.ts +38 -0
  94. package/dist/api/design/shared.d.ts.map +1 -0
  95. package/dist/api/design/transform/index.d.ts +87 -0
  96. package/dist/api/design/transform/index.d.ts.map +1 -0
  97. package/dist/api/design/update/index.d.ts +178 -0
  98. package/dist/api/design/update/index.d.ts.map +1 -0
  99. package/dist/api/design/windows/index.d.ts +189 -0
  100. package/dist/api/design/windows/index.d.ts.map +1 -0
  101. package/dist/api/entity/buildableEnvelope.d.ts +261 -0
  102. package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
  103. package/dist/api/entity/department.d.ts +0 -98
  104. package/dist/api/entity/department.d.ts.map +1 -1
  105. package/dist/api/entity/index.d.ts +9 -9
  106. package/dist/api/entity/index.d.ts.map +1 -1
  107. package/dist/api/entity/referenceLine.d.ts +49 -106
  108. package/dist/api/entity/referenceLine.d.ts.map +1 -1
  109. package/dist/api/entity/space.d.ts +482 -249
  110. package/dist/api/entity/space.d.ts.map +1 -1
  111. package/dist/api/entity/story.d.ts +49 -39
  112. package/dist/api/entity/story.d.ts.map +1 -1
  113. package/dist/api/index.d.ts +17 -12
  114. package/dist/api/index.d.ts.map +1 -1
  115. package/dist/api/presentation/aiInspiration.d.ts +440 -0
  116. package/dist/api/presentation/aiInspiration.d.ts.map +1 -0
  117. package/dist/api/presentation/diagrams.d.ts +81 -0
  118. package/dist/api/presentation/diagrams.d.ts.map +1 -0
  119. package/dist/api/presentation/import.d.ts +113 -0
  120. package/dist/api/presentation/import.d.ts.map +1 -0
  121. package/dist/api/presentation/index.d.ts +46 -0
  122. package/dist/api/presentation/index.d.ts.map +1 -0
  123. package/dist/api/presentation/sheets.d.ts +176 -0
  124. package/dist/api/presentation/sheets.d.ts.map +1 -0
  125. package/dist/api/presentation/views.d.ts +296 -0
  126. package/dist/api/presentation/views.d.ts.map +1 -0
  127. package/dist/api/program/adjacency.d.ts +155 -0
  128. package/dist/api/program/adjacency.d.ts.map +1 -0
  129. package/dist/api/program/areas.d.ts +360 -0
  130. package/dist/api/program/areas.d.ts.map +1 -0
  131. package/dist/api/program/classification.d.ts +135 -0
  132. package/dist/api/program/classification.d.ts.map +1 -0
  133. package/dist/api/program/cores.d.ts +174 -0
  134. package/dist/api/program/cores.d.ts.map +1 -0
  135. package/dist/api/program/departments.d.ts +431 -0
  136. package/dist/api/program/departments.d.ts.map +1 -0
  137. package/dist/api/program/index.d.ts +69 -0
  138. package/dist/api/program/index.d.ts.map +1 -0
  139. package/dist/api/program/layout.d.ts +63 -0
  140. package/dist/api/program/layout.d.ts.map +1 -0
  141. package/dist/api/program/metrics.d.ts +108 -0
  142. package/dist/api/program/metrics.d.ts.map +1 -0
  143. package/dist/api/program/site.d.ts +367 -0
  144. package/dist/api/program/site.d.ts.map +1 -0
  145. package/dist/api/program/spreadsheet.d.ts +2041 -0
  146. package/dist/api/program/spreadsheet.d.ts.map +1 -0
  147. package/dist/handles.d.ts +138 -0
  148. package/dist/handles.d.ts.map +1 -0
  149. package/dist/host-utils.d.ts +7 -5
  150. package/dist/host-utils.d.ts.map +1 -1
  151. package/dist/index.cjs +4001 -904
  152. package/dist/index.cjs.map +1 -1
  153. package/dist/index.d.ts +1 -0
  154. package/dist/index.d.ts.map +1 -1
  155. package/dist/index.js +3392 -870
  156. package/dist/index.js.map +1 -1
  157. package/package.json +6 -2
  158. package/scripts/generate-manifest.mjs +193 -0
  159. package/scripts/generate-manifest.test.mjs +193 -0
  160. package/src/api/core/buildings.ts +485 -0
  161. package/src/api/core/comment/index.ts +258 -0
  162. package/src/api/core/geom/create/index.ts +293 -0
  163. package/src/api/core/geom/delete/index.ts +78 -0
  164. package/src/api/core/geom/index.ts +24 -23
  165. package/src/api/core/geom/query/arc.ts +169 -0
  166. package/src/api/core/geom/query/brep.ts +444 -0
  167. package/src/api/core/geom/query/circle.ts +404 -0
  168. package/src/api/core/geom/query/contour.ts +540 -0
  169. package/src/api/core/geom/query/curve.ts +1078 -0
  170. package/src/api/core/geom/query/edge.ts +130 -0
  171. package/src/api/core/geom/query/face.ts +403 -0
  172. package/src/api/core/geom/query/halfedge.ts +210 -0
  173. package/src/api/core/geom/query/index.ts +63 -0
  174. package/src/api/core/geom/query/profile.ts +473 -0
  175. package/src/api/core/geom/query/vertex.ts +205 -0
  176. package/src/api/core/geom/update/contour.ts +315 -0
  177. package/src/api/core/geom/update/curve.ts +209 -0
  178. package/src/api/core/geom/update/index.ts +29 -0
  179. package/src/api/core/geom/update/profile.ts +377 -0
  180. package/src/api/core/groups.ts +521 -0
  181. package/src/api/core/history/index.ts +84 -0
  182. package/src/api/core/index.ts +46 -1
  183. package/src/api/core/layers.ts +333 -0
  184. package/src/api/core/math/quat.ts +112 -235
  185. package/src/api/core/math/vec3.ts +124 -159
  186. package/src/api/core/project/index.ts +418 -0
  187. package/src/api/core/tags.ts +808 -0
  188. package/src/api/core/units/index.ts +164 -0
  189. package/src/api/core/zoom/index.ts +47 -0
  190. package/src/api/design/boolean/index.ts +179 -0
  191. package/src/api/design/create/index.ts +886 -0
  192. package/src/api/design/delete/index.ts +67 -0
  193. package/src/api/design/doors/index.ts +285 -0
  194. package/src/api/design/edit/index.ts +54 -0
  195. package/src/api/design/erase/index.ts +151 -0
  196. package/src/api/design/furniture/index.ts +130 -0
  197. package/src/api/design/index.ts +162 -0
  198. package/src/api/design/lock.ts +42 -0
  199. package/src/api/design/materials/index.ts +301 -0
  200. package/src/api/design/query/geometry/index.ts +166 -0
  201. package/src/api/design/query/index.ts +937 -0
  202. package/src/api/design/query/spaces.ts +132 -0
  203. package/src/api/design/selection/index.ts +144 -0
  204. package/src/api/design/shared.ts +40 -0
  205. package/src/api/design/transform/index.ts +93 -0
  206. package/src/api/design/update/index.ts +117 -0
  207. package/src/api/design/windows/index.ts +207 -0
  208. package/src/api/entity/buildableEnvelope.ts +318 -0
  209. package/src/api/entity/department.ts +0 -113
  210. package/src/api/entity/index.ts +9 -9
  211. package/src/api/entity/referenceLine.ts +50 -38
  212. package/src/api/entity/space.ts +285 -226
  213. package/src/api/entity/story.ts +53 -42
  214. package/src/api/index.ts +17 -12
  215. package/src/api/presentation/aiInspiration.ts +362 -0
  216. package/src/api/presentation/diagrams.ts +84 -0
  217. package/src/api/presentation/import.ts +112 -0
  218. package/src/api/presentation/index.ts +48 -0
  219. package/src/api/presentation/sheets.ts +198 -0
  220. package/src/api/presentation/views.ts +303 -0
  221. package/src/api/program/adjacency.ts +164 -0
  222. package/src/api/program/areas.ts +335 -0
  223. package/src/api/program/classification.ts +138 -0
  224. package/src/api/program/cores.ts +171 -0
  225. package/src/api/program/departments.ts +465 -0
  226. package/src/api/program/index.ts +71 -0
  227. package/src/api/program/layout.ts +68 -0
  228. package/src/api/program/metrics.ts +120 -0
  229. package/src/api/program/site.ts +326 -0
  230. package/src/api/program/spreadsheet.ts +2075 -0
  231. package/src/handles.ts +148 -0
  232. package/src/host-utils.ts +10 -6
  233. package/src/index.ts +1 -0
  234. package/dist/api/core/geom/arc.d.ts +0 -81
  235. package/dist/api/core/geom/arc.d.ts.map +0 -1
  236. package/dist/api/core/geom/curve.d.ts +0 -70
  237. package/dist/api/core/geom/curve.d.ts.map +0 -1
  238. package/dist/api/core/geom/line.d.ts +0 -56
  239. package/dist/api/core/geom/line.d.ts.map +0 -1
  240. package/dist/api/core/geom/profile.d.ts +0 -121
  241. package/dist/api/core/geom/profile.d.ts.map +0 -1
  242. package/dist/api/tools/copy.d.ts +0 -59
  243. package/dist/api/tools/copy.d.ts.map +0 -1
  244. package/dist/api/tools/index.d.ts +0 -33
  245. package/dist/api/tools/index.d.ts.map +0 -1
  246. package/dist/api/tools/material.d.ts +0 -51
  247. package/dist/api/tools/material.d.ts.map +0 -1
  248. package/dist/api/tools/offset.d.ts +0 -43
  249. package/dist/api/tools/offset.d.ts.map +0 -1
  250. package/dist/api/tools/selection.d.ts +0 -48
  251. package/dist/api/tools/selection.d.ts.map +0 -1
  252. package/dist/api/tools/transform.d.ts +0 -114
  253. package/dist/api/tools/transform.d.ts.map +0 -1
  254. package/dist/api/units/index.d.ts +0 -163
  255. package/dist/api/units/index.d.ts.map +0 -1
  256. package/src/api/core/geom/arc.ts +0 -70
  257. package/src/api/core/geom/curve.ts +0 -41
  258. package/src/api/core/geom/line.ts +0 -53
  259. package/src/api/core/geom/profile.ts +0 -94
  260. package/src/api/tools/copy.ts +0 -55
  261. package/src/api/tools/index.ts +0 -39
  262. package/src/api/tools/material.ts +0 -49
  263. package/src/api/tools/offset.ts +0 -43
  264. package/src/api/tools/selection.ts +0 -51
  265. package/src/api/tools/transform.ts +0 -117
  266. package/src/api/units/index.ts +0 -163
@@ -0,0 +1,485 @@
1
+ import * as z from "zod"
2
+ import { PluginApiReturn } from "../../types"
3
+
4
+ /**
5
+ * Buildings — read and edit the buildings of the active project.
6
+ *
7
+ * A **building** is the top of the project's spatial hierarchy: a named container
8
+ * of storeys, positioned by its base elevation. This namespace reads a building's
9
+ * identity and base elevation and lists the storeys it holds; storey detail is
10
+ * read through the entity story surface (`snaptrude.entity.story`).
11
+ *
12
+ * Reads return plain records and never throw for a missing building (`get` and
13
+ * `getActive` return `null`, `list` returns `[]`). Ids are stable public strings.
14
+ *
15
+ * Sub-namespace members typed as optional (`?`) are **authored ahead of the
16
+ * host** — declared so plugins and codegen can see the shape, but kept out of the
17
+ * discovery manifest until the host lands them (at which point they are promoted
18
+ * to required `abstract` members).
19
+ *
20
+ * Accessed via `snaptrude.core.buildings`.
21
+ */
22
+ export abstract class PluginCoreBuildingsApi {
23
+ constructor() {}
24
+
25
+ /**
26
+ * List the buildings in the active project.
27
+ *
28
+ * @returns A {@linkcode PluginCoreBuildingsListResult} with a `buildings` array
29
+ * (empty when the project has none).
30
+ *
31
+ * @examplePrompt List all the buildings in my project
32
+ * @examplePrompt How many buildings are in this model?
33
+ * @examplePrompt Show every building with its base elevation
34
+ *
35
+ * # Example
36
+ * ```ts
37
+ * const { buildings } = await snaptrude.core.buildings.list()
38
+ * for (const b of buildings) console.log(b.name, b.baseElevation)
39
+ * ```
40
+ */
41
+ public abstract list(): PluginApiReturn<PluginCoreBuildingsListResult>
42
+
43
+ /**
44
+ * Get a single building by id.
45
+ *
46
+ * @param buildingId - The id of the building to read.
47
+ * @returns The matching {@linkcode PluginCoreBuildingRef}, or `null` if no
48
+ * building has that id.
49
+ *
50
+ * @examplePrompt Get the building with id blg_1
51
+ * @examplePrompt Look up a single building by its id
52
+ * @examplePrompt What is the base elevation of building blg_2?
53
+ *
54
+ * # Example
55
+ * ```ts
56
+ * const building = await snaptrude.core.buildings.get("blg_1")
57
+ * if (building) console.log(building.name, building.baseElevation)
58
+ * ```
59
+ */
60
+ public abstract get(
61
+ buildingId: string,
62
+ ): PluginApiReturn<PluginCoreBuildingsGetResult>
63
+
64
+ /**
65
+ * List the storeys of a building.
66
+ *
67
+ * Returns the building's storeys as stable storey ids, in the project's storey
68
+ * order. Read each storey's detail through `snaptrude.entity.story`.
69
+ *
70
+ * @param buildingId - The id of the building whose storeys to list.
71
+ * @returns A {@linkcode PluginCoreBuildingsListStoreysResult} with a `storeyIds`
72
+ * array (empty when the building is missing or has no storeys).
73
+ *
74
+ * @examplePrompt List the storeys in building blg_1
75
+ * @examplePrompt How many floors does this building have?
76
+ * @examplePrompt Get the storey ids of the active building
77
+ *
78
+ * # Example
79
+ * ```ts
80
+ * const { storeyIds } = await snaptrude.core.buildings.listStoreys("blg_1")
81
+ * console.log(`${storeyIds.length} storeys`)
82
+ * ```
83
+ */
84
+ public abstract listStoreys(
85
+ buildingId: string,
86
+ ): PluginApiReturn<PluginCoreBuildingsListStoreysResult>
87
+
88
+ /**
89
+ * Get the active building.
90
+ *
91
+ * The active building is the one new storeys and edits target. Paired with
92
+ * {@linkcode PluginCoreBuildingsApi.setActive}.
93
+ *
94
+ * @returns A {@linkcode PluginCoreBuildingsGetActiveResult} with the active
95
+ * `buildingId`, or `null` if there is no active building.
96
+ *
97
+ * @examplePrompt Which building is active?
98
+ * @examplePrompt Get the current building
99
+ * @examplePrompt What building am I working in?
100
+ *
101
+ * # Example
102
+ * ```ts
103
+ * const active = await snaptrude.core.buildings.getActive()
104
+ * if (active) console.log(active.buildingId)
105
+ * ```
106
+ */
107
+ public abstract getActive(): PluginApiReturn<PluginCoreBuildingsGetActiveResult>
108
+
109
+ /**
110
+ * Make a building the active building.
111
+ *
112
+ * Paired with {@linkcode PluginCoreBuildingsApi.getActive}.
113
+ *
114
+ * @param buildingId - The id of the building to activate.
115
+ * @returns The id of the now-active building.
116
+ * @throws If no building has the given id.
117
+ *
118
+ * @examplePrompt Switch to building blg_2
119
+ * @examplePrompt Make this building the active one
120
+ * @examplePrompt Set the active building to blg_1
121
+ *
122
+ * # Example
123
+ * ```ts
124
+ * await snaptrude.core.buildings.setActive("blg_2")
125
+ * ```
126
+ */
127
+ public abstract setActive(
128
+ buildingId: string,
129
+ ): PluginApiReturn<PluginCoreBuildingsSetActiveResult>
130
+
131
+ /**
132
+ * Create a new building.
133
+ *
134
+ * Adds a named building at the given base elevation (defaults to `0`). The new
135
+ * building starts empty — add storeys through the storeys namespace.
136
+ *
137
+ * @param name - Display name of the new building.
138
+ * @param baseElevation - Base elevation in meters (defaults to `0`).
139
+ * @returns The new building's id (read the full record back with
140
+ * {@linkcode PluginCoreBuildingsApi.get}).
141
+ * @throws If the building could not be created.
142
+ *
143
+ * @examplePrompt Create a building called Tower B
144
+ * @examplePrompt Add a new building at elevation 12 meters
145
+ * @examplePrompt Make a second building named Annex
146
+ *
147
+ * # Example
148
+ * ```ts
149
+ * const { buildingId } = await snaptrude.core.buildings.create("Tower B", 0)
150
+ * ```
151
+ */
152
+ public abstract create(
153
+ name: string,
154
+ baseElevation?: number,
155
+ ): PluginApiReturn<PluginCoreBuildingsCreateResult>
156
+
157
+ /**
158
+ * Update a building's name and/or base elevation.
159
+ *
160
+ * A **sparse** update: omitted fields are left unchanged.
161
+ *
162
+ * @param buildingId - The id of the building to update.
163
+ * @param options - Any of `name`, `baseElevation`; omitted fields are left
164
+ * unchanged.
165
+ * @returns The updated {@linkcode PluginCoreBuildingRef}.
166
+ * @throws If no building has the given id.
167
+ *
168
+ * @examplePrompt Rename building blg_1 to Tower A
169
+ * @examplePrompt Move the building up to elevation 6 meters
170
+ * @examplePrompt Change the base elevation of blg_2
171
+ *
172
+ * # Example
173
+ * ```ts
174
+ * const building = await snaptrude.core.buildings.update("blg_1", { name: "Tower A" })
175
+ * ```
176
+ */
177
+ public abstract update(
178
+ buildingId: string,
179
+ options?: { name?: string; baseElevation?: number },
180
+ ): PluginApiReturn<PluginCoreBuildingsUpdateResult>
181
+
182
+ /**
183
+ * Copy a building.
184
+ *
185
+ * Copies the building — its storeys, components, and drawing layers — into a new
186
+ * building. `asInstances` controls the copy's geometry: `true` shares the source
187
+ * geometry as instances (low memory), `false` makes independent editable copies
188
+ * (the host defaults to `true`). Optionally override the copy's `name` and
189
+ * `baseElevation`.
190
+ *
191
+ * @param buildingId - The id of the building to copy.
192
+ * @param options - Optional `name`, `baseElevation`, `asInstances` overrides
193
+ * for the copy.
194
+ * @returns The new building's id.
195
+ * @throws If no building has the given id.
196
+ *
197
+ * @examplePrompt Copy building blg_1
198
+ * @examplePrompt Make an independent editable copy of this building
199
+ * @examplePrompt Copy Tower A as instances to save memory
200
+ *
201
+ * # Example
202
+ * ```ts
203
+ * const { buildingId } = await snaptrude.core.buildings.copy("blg_1", {
204
+ * name: "Tower A Copy",
205
+ * asInstances: false,
206
+ * })
207
+ * ```
208
+ */
209
+ public abstract copy(
210
+ buildingId: string,
211
+ options?: { name?: string; baseElevation?: number; asInstances?: boolean },
212
+ ): PluginApiReturn<PluginCoreBuildingsCopyResult>
213
+
214
+ /**
215
+ * Delete a building.
216
+ *
217
+ * **Gated and destructive.** Deleting a building cascades through its meshes,
218
+ * storeys, and the building itself, and removes its saved views — **saved views
219
+ * are not restored on undo.** The project's only remaining building cannot be
220
+ * deleted.
221
+ *
222
+ * @param buildingId - The id of the building to delete.
223
+ * @returns Confirmation that the building was deleted.
224
+ * @throws If no building has the given id, or it is the only building.
225
+ *
226
+ * @examplePrompt Delete building blg_2
227
+ * @examplePrompt Remove the Annex building and everything in it
228
+ * @examplePrompt Delete this building
229
+ *
230
+ * # Example
231
+ * ```ts
232
+ * await snaptrude.core.buildings.delete("blg_2")
233
+ * ```
234
+ */
235
+ public abstract delete(
236
+ buildingId: string,
237
+ ): PluginApiReturn<PluginCoreBuildingsDeleteResult>
238
+ }
239
+
240
+ /**
241
+ * A building in the active project.
242
+ *
243
+ * | Property | Type | Description |
244
+ * |---|---|---|
245
+ * | `id` | `string` | Stable public building id (e.g. `"blg_1"`) |
246
+ * | `name` | `string` | Display name |
247
+ * | `baseElevation` | `number` | Base elevation in meters, positive up (default `0`) |
248
+ */
249
+ export const PluginCoreBuildingRef = z.object({
250
+ id: z.string(),
251
+ name: z.string(),
252
+ baseElevation: z.number(),
253
+ })
254
+ export type PluginCoreBuildingRef = z.infer<typeof PluginCoreBuildingRef>
255
+
256
+ /**
257
+ * Result of {@linkcode PluginCoreBuildingsApi.list}.
258
+ *
259
+ * | Property | Type | Description |
260
+ * |---|---|---|
261
+ * | `buildings` | {@linkcode PluginCoreBuildingRef}`[]` | Every building in the active project |
262
+ */
263
+ export const PluginCoreBuildingsListResult = z.object({
264
+ buildings: z.array(PluginCoreBuildingRef),
265
+ })
266
+ export type PluginCoreBuildingsListResult = z.infer<
267
+ typeof PluginCoreBuildingsListResult
268
+ >
269
+
270
+ /**
271
+ * Arguments for {@linkcode PluginCoreBuildingsApi.get}.
272
+ *
273
+ * | Property | Type | Description |
274
+ * |---|---|---|
275
+ * | `buildingId` | `string` | The id of the building to read |
276
+ */
277
+ export const PluginCoreBuildingsGetArgs = z.object({
278
+ buildingId: z.string(),
279
+ })
280
+ export type PluginCoreBuildingsGetArgs = z.infer<
281
+ typeof PluginCoreBuildingsGetArgs
282
+ >
283
+
284
+ /**
285
+ * Result of {@linkcode PluginCoreBuildingsApi.get} — the building, or `null` when
286
+ * no building has the given id.
287
+ */
288
+ export const PluginCoreBuildingsGetResult = PluginCoreBuildingRef.nullable()
289
+ export type PluginCoreBuildingsGetResult = z.infer<
290
+ typeof PluginCoreBuildingsGetResult
291
+ >
292
+
293
+ /**
294
+ * Arguments for {@linkcode PluginCoreBuildingsApi.listStoreys}.
295
+ *
296
+ * | Property | Type | Description |
297
+ * |---|---|---|
298
+ * | `buildingId` | `string` | The id of the building whose storeys to list |
299
+ */
300
+ export const PluginCoreBuildingsListStoreysArgs = z.object({
301
+ buildingId: z.string(),
302
+ })
303
+ export type PluginCoreBuildingsListStoreysArgs = z.infer<
304
+ typeof PluginCoreBuildingsListStoreysArgs
305
+ >
306
+
307
+ /**
308
+ * Result of {@linkcode PluginCoreBuildingsApi.listStoreys}.
309
+ *
310
+ * | Property | Type | Description |
311
+ * |---|---|---|
312
+ * | `storeyIds` | `string[]` | The building's storey ids in storey order (empty when missing or none) |
313
+ */
314
+ export const PluginCoreBuildingsListStoreysResult = z.object({
315
+ storeyIds: z.array(z.string()),
316
+ })
317
+ export type PluginCoreBuildingsListStoreysResult = z.infer<
318
+ typeof PluginCoreBuildingsListStoreysResult
319
+ >
320
+
321
+ /**
322
+ * Result of {@linkcode PluginCoreBuildingsApi.getActive} — the active building's
323
+ * id, or `null` when there is no active building.
324
+ *
325
+ * | Property | Type | Description |
326
+ * |---|---|---|
327
+ * | `buildingId` | `string` | The id of the active building |
328
+ */
329
+ export const PluginCoreBuildingsGetActiveResult = z
330
+ .object({
331
+ buildingId: z.string(),
332
+ })
333
+ .nullable()
334
+ export type PluginCoreBuildingsGetActiveResult = z.infer<
335
+ typeof PluginCoreBuildingsGetActiveResult
336
+ >
337
+
338
+ /**
339
+ * Arguments for {@linkcode PluginCoreBuildingsApi.setActive}.
340
+ *
341
+ * | Property | Type | Description |
342
+ * |---|---|---|
343
+ * | `buildingId` | `string` | The id of the building to activate |
344
+ */
345
+ export const PluginCoreBuildingsSetActiveArgs = z.object({
346
+ buildingId: z.string(),
347
+ })
348
+ export type PluginCoreBuildingsSetActiveArgs = z.infer<
349
+ typeof PluginCoreBuildingsSetActiveArgs
350
+ >
351
+
352
+ /**
353
+ * Result of {@linkcode PluginCoreBuildingsApi.setActive} — the now-active
354
+ * building's id.
355
+ *
356
+ * | Property | Type | Description |
357
+ * |---|---|---|
358
+ * | `buildingId` | `string` | The id of the now-active building |
359
+ */
360
+ export const PluginCoreBuildingsSetActiveResult = z.object({
361
+ buildingId: z.string(),
362
+ })
363
+ export type PluginCoreBuildingsSetActiveResult = z.infer<
364
+ typeof PluginCoreBuildingsSetActiveResult
365
+ >
366
+
367
+ /**
368
+ * Arguments for {@linkcode PluginCoreBuildingsApi.create}.
369
+ *
370
+ * | Property | Type | Description |
371
+ * |---|---|---|
372
+ * | `name` | `string` | Display name of the new building |
373
+ * | `baseElevation` | `number \| undefined` | Base elevation in meters (defaults to `0`) |
374
+ */
375
+ export const PluginCoreBuildingsCreateArgs = z.object({
376
+ name: z.string(),
377
+ baseElevation: z.number().optional(),
378
+ })
379
+ export type PluginCoreBuildingsCreateArgs = z.infer<
380
+ typeof PluginCoreBuildingsCreateArgs
381
+ >
382
+
383
+ /**
384
+ * Result of {@linkcode PluginCoreBuildingsApi.create} — the id of the new
385
+ * building.
386
+ *
387
+ * | Property | Type | Description |
388
+ * |---|---|---|
389
+ * | `buildingId` | `string` | The id of the newly created building |
390
+ */
391
+ export const PluginCoreBuildingsCreateResult = z.object({
392
+ buildingId: z.string(),
393
+ })
394
+ export type PluginCoreBuildingsCreateResult = z.infer<
395
+ typeof PluginCoreBuildingsCreateResult
396
+ >
397
+
398
+ /**
399
+ * Arguments for {@linkcode PluginCoreBuildingsApi.update}. Sparse — only the
400
+ * provided fields are changed.
401
+ *
402
+ * | Property | Type | Description |
403
+ * |---|---|---|
404
+ * | `buildingId` | `string` | The id of the building to update |
405
+ * | `name` | `string \| undefined` | New display name (unchanged if omitted) |
406
+ * | `baseElevation` | `number \| undefined` | New base elevation in meters (unchanged if omitted) |
407
+ */
408
+ export const PluginCoreBuildingsUpdateArgs = z.object({
409
+ buildingId: z.string(),
410
+ name: z.string().optional(),
411
+ baseElevation: z.number().optional(),
412
+ })
413
+ export type PluginCoreBuildingsUpdateArgs = z.infer<
414
+ typeof PluginCoreBuildingsUpdateArgs
415
+ >
416
+
417
+ /** Result of {@linkcode PluginCoreBuildingsApi.update} — the updated record. */
418
+ export const PluginCoreBuildingsUpdateResult = PluginCoreBuildingRef
419
+ export type PluginCoreBuildingsUpdateResult = z.infer<
420
+ typeof PluginCoreBuildingsUpdateResult
421
+ >
422
+
423
+ /**
424
+ * Arguments for {@linkcode PluginCoreBuildingsApi.copy}.
425
+ *
426
+ * | Property | Type | Description |
427
+ * |---|---|---|
428
+ * | `buildingId` | `string` | The id of the building to copy |
429
+ * | `name` | `string \| undefined` | Name for the copy (auto-generated if omitted) |
430
+ * | `baseElevation` | `number \| undefined` | Base elevation for the copy in meters (source's if omitted) |
431
+ * | `asInstances` | `boolean \| undefined` | `true` shares source geometry as instances; `false` makes independent copies (host default `true`) |
432
+ */
433
+ export const PluginCoreBuildingsCopyArgs = z.object({
434
+ buildingId: z.string(),
435
+ name: z.string().optional(),
436
+ baseElevation: z.number().optional(),
437
+ asInstances: z.boolean().optional(),
438
+ })
439
+ export type PluginCoreBuildingsCopyArgs = z.infer<
440
+ typeof PluginCoreBuildingsCopyArgs
441
+ >
442
+
443
+ /**
444
+ * Result of {@linkcode PluginCoreBuildingsApi.copy} — the id of the new
445
+ * building.
446
+ *
447
+ * | Property | Type | Description |
448
+ * |---|---|---|
449
+ * | `buildingId` | `string` | The id of the copied building |
450
+ */
451
+ export const PluginCoreBuildingsCopyResult = z.object({
452
+ buildingId: z.string(),
453
+ })
454
+ export type PluginCoreBuildingsCopyResult = z.infer<
455
+ typeof PluginCoreBuildingsCopyResult
456
+ >
457
+
458
+ /**
459
+ * Arguments for {@linkcode PluginCoreBuildingsApi.delete}.
460
+ *
461
+ * | Property | Type | Description |
462
+ * |---|---|---|
463
+ * | `buildingId` | `string` | The id of the building to delete |
464
+ */
465
+ export const PluginCoreBuildingsDeleteArgs = z.object({
466
+ buildingId: z.string(),
467
+ })
468
+ export type PluginCoreBuildingsDeleteArgs = z.infer<
469
+ typeof PluginCoreBuildingsDeleteArgs
470
+ >
471
+
472
+ /**
473
+ * Result of {@linkcode PluginCoreBuildingsApi.delete} — confirmation that the
474
+ * building was deleted.
475
+ *
476
+ * | Property | Type | Description |
477
+ * |---|---|---|
478
+ * | `deleted` | `true` | Always `true` on success |
479
+ */
480
+ export const PluginCoreBuildingsDeleteResult = z.object({
481
+ deleted: z.literal(true),
482
+ })
483
+ export type PluginCoreBuildingsDeleteResult = z.infer<
484
+ typeof PluginCoreBuildingsDeleteResult
485
+ >