@snaptrude/plugin-core 0.3.0 → 0.6.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 (302) hide show
  1. package/AGENTS.md +130 -48
  2. package/CHANGELOG.md +163 -0
  3. package/api-manifest.full.json +5600 -0
  4. package/api-manifest.json +5502 -0
  5. package/dist/api/analysis/heatmaps.d.ts +234 -0
  6. package/dist/api/analysis/heatmaps.d.ts.map +1 -0
  7. package/dist/api/analysis/illuminance.d.ts +145 -0
  8. package/dist/api/analysis/illuminance.d.ts.map +1 -0
  9. package/dist/api/analysis/index.d.ts +44 -0
  10. package/dist/api/analysis/index.d.ts.map +1 -0
  11. package/dist/api/analysis/shadows.d.ts +165 -0
  12. package/dist/api/analysis/shadows.d.ts.map +1 -0
  13. package/dist/api/analysis/sunlightHours.d.ts +208 -0
  14. package/dist/api/analysis/sunlightHours.d.ts.map +1 -0
  15. package/dist/api/analysis/sunpath.d.ts +80 -0
  16. package/dist/api/analysis/sunpath.d.ts.map +1 -0
  17. package/dist/api/core/buildings.d.ts +427 -0
  18. package/dist/api/core/buildings.d.ts.map +1 -0
  19. package/dist/api/core/comment/index.d.ts +230 -0
  20. package/dist/api/core/comment/index.d.ts.map +1 -0
  21. package/dist/api/core/geom/create/index.d.ts +247 -0
  22. package/dist/api/core/geom/create/index.d.ts.map +1 -0
  23. package/dist/api/core/geom/delete/index.d.ts +72 -0
  24. package/dist/api/core/geom/delete/index.d.ts.map +1 -0
  25. package/dist/api/core/geom/index.d.ts +24 -23
  26. package/dist/api/core/geom/index.d.ts.map +1 -1
  27. package/dist/api/core/geom/query/arc.d.ts +169 -0
  28. package/dist/api/core/geom/query/arc.d.ts.map +1 -0
  29. package/dist/api/core/geom/query/brep.d.ts +402 -0
  30. package/dist/api/core/geom/query/brep.d.ts.map +1 -0
  31. package/dist/api/core/geom/query/circle.d.ts +378 -0
  32. package/dist/api/core/geom/query/circle.d.ts.map +1 -0
  33. package/dist/api/core/geom/query/contour.d.ts +450 -0
  34. package/dist/api/core/geom/query/contour.d.ts.map +1 -0
  35. package/dist/api/core/geom/query/curve.d.ts +918 -0
  36. package/dist/api/core/geom/query/curve.d.ts.map +1 -0
  37. package/dist/api/core/geom/query/edge.d.ts +128 -0
  38. package/dist/api/core/geom/query/edge.d.ts.map +1 -0
  39. package/dist/api/core/geom/query/face.d.ts +363 -0
  40. package/dist/api/core/geom/query/face.d.ts.map +1 -0
  41. package/dist/api/core/geom/query/halfedge.d.ts +206 -0
  42. package/dist/api/core/geom/query/halfedge.d.ts.map +1 -0
  43. package/dist/api/core/geom/query/index.d.ts +61 -0
  44. package/dist/api/core/geom/query/index.d.ts.map +1 -0
  45. package/dist/api/core/geom/query/profile.d.ts +410 -0
  46. package/dist/api/core/geom/query/profile.d.ts.map +1 -0
  47. package/dist/api/core/geom/query/vertex.d.ts +187 -0
  48. package/dist/api/core/geom/query/vertex.d.ts.map +1 -0
  49. package/dist/api/core/geom/update/contour.d.ts +272 -0
  50. package/dist/api/core/geom/update/contour.d.ts.map +1 -0
  51. package/dist/api/core/geom/update/curve.d.ts +180 -0
  52. package/dist/api/core/geom/update/curve.d.ts.map +1 -0
  53. package/dist/api/core/geom/update/index.d.ts +27 -0
  54. package/dist/api/core/geom/update/index.d.ts.map +1 -0
  55. package/dist/api/core/geom/update/profile.d.ts +329 -0
  56. package/dist/api/core/geom/update/profile.d.ts.map +1 -0
  57. package/dist/api/core/groups.d.ts +485 -0
  58. package/dist/api/core/groups.d.ts.map +1 -0
  59. package/dist/api/core/history/index.d.ts +78 -0
  60. package/dist/api/core/history/index.d.ts.map +1 -0
  61. package/dist/api/core/index.d.ts +51 -1
  62. package/dist/api/core/index.d.ts.map +1 -1
  63. package/dist/api/core/io/import/index.d.ts +392 -0
  64. package/dist/api/core/io/import/index.d.ts.map +1 -0
  65. package/dist/api/core/io/index.d.ts +35 -0
  66. package/dist/api/core/io/index.d.ts.map +1 -0
  67. package/dist/api/core/io/job/index.d.ts +139 -0
  68. package/dist/api/core/io/job/index.d.ts.map +1 -0
  69. package/dist/api/core/io/query/index.d.ts +74 -0
  70. package/dist/api/core/io/query/index.d.ts.map +1 -0
  71. package/dist/api/core/io/terrain/index.d.ts +206 -0
  72. package/dist/api/core/io/terrain/index.d.ts.map +1 -0
  73. package/dist/api/core/io/underlay/index.d.ts +286 -0
  74. package/dist/api/core/io/underlay/index.d.ts.map +1 -0
  75. package/dist/api/core/layers.d.ts +402 -0
  76. package/dist/api/core/layers.d.ts.map +1 -0
  77. package/dist/api/core/math/quat.d.ts +111 -128
  78. package/dist/api/core/math/quat.d.ts.map +1 -1
  79. package/dist/api/core/math/vec3.d.ts +120 -102
  80. package/dist/api/core/math/vec3.d.ts.map +1 -1
  81. package/dist/api/core/project/index.d.ts +399 -0
  82. package/dist/api/core/project/index.d.ts.map +1 -0
  83. package/dist/api/core/tags.d.ts +755 -0
  84. package/dist/api/core/tags.d.ts.map +1 -0
  85. package/dist/api/core/units/index.d.ts +175 -0
  86. package/dist/api/core/units/index.d.ts.map +1 -0
  87. package/dist/api/core/zoom/index.d.ts +45 -0
  88. package/dist/api/core/zoom/index.d.ts.map +1 -0
  89. package/dist/api/design/boolean/index.d.ts +168 -0
  90. package/dist/api/design/boolean/index.d.ts.map +1 -0
  91. package/dist/api/design/create/index.d.ts +837 -0
  92. package/dist/api/design/create/index.d.ts.map +1 -0
  93. package/dist/api/design/delete/index.d.ts +63 -0
  94. package/dist/api/design/delete/index.d.ts.map +1 -0
  95. package/dist/api/design/doors/index.d.ts +268 -0
  96. package/dist/api/design/doors/index.d.ts.map +1 -0
  97. package/dist/api/design/edit/index.d.ts +49 -0
  98. package/dist/api/design/edit/index.d.ts.map +1 -0
  99. package/dist/api/design/erase/index.d.ts +160 -0
  100. package/dist/api/design/erase/index.d.ts.map +1 -0
  101. package/dist/api/design/furniture/index.d.ts +123 -0
  102. package/dist/api/design/furniture/index.d.ts.map +1 -0
  103. package/dist/api/design/index.d.ts +153 -0
  104. package/dist/api/design/index.d.ts.map +1 -0
  105. package/dist/api/design/lock.d.ts +41 -0
  106. package/dist/api/design/lock.d.ts.map +1 -0
  107. package/dist/api/design/materials/index.d.ts +297 -0
  108. package/dist/api/design/materials/index.d.ts.map +1 -0
  109. package/dist/api/design/query/geometry/index.d.ts +140 -0
  110. package/dist/api/design/query/geometry/index.d.ts.map +1 -0
  111. package/dist/api/design/query/index.d.ts +1011 -0
  112. package/dist/api/design/query/index.d.ts.map +1 -0
  113. package/dist/api/design/query/spaces.d.ts +221 -0
  114. package/dist/api/design/query/spaces.d.ts.map +1 -0
  115. package/dist/api/design/selection/index.d.ts +282 -0
  116. package/dist/api/design/selection/index.d.ts.map +1 -0
  117. package/dist/api/design/shared.d.ts +38 -0
  118. package/dist/api/design/shared.d.ts.map +1 -0
  119. package/dist/api/design/transform/index.d.ts +87 -0
  120. package/dist/api/design/transform/index.d.ts.map +1 -0
  121. package/dist/api/design/update/index.d.ts +178 -0
  122. package/dist/api/design/update/index.d.ts.map +1 -0
  123. package/dist/api/design/windows/index.d.ts +189 -0
  124. package/dist/api/design/windows/index.d.ts.map +1 -0
  125. package/dist/api/entity/buildableEnvelope.d.ts +261 -0
  126. package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
  127. package/dist/api/entity/department.d.ts +0 -98
  128. package/dist/api/entity/department.d.ts.map +1 -1
  129. package/dist/api/entity/index.d.ts +9 -9
  130. package/dist/api/entity/index.d.ts.map +1 -1
  131. package/dist/api/entity/referenceLine.d.ts +49 -106
  132. package/dist/api/entity/referenceLine.d.ts.map +1 -1
  133. package/dist/api/entity/space.d.ts +484 -251
  134. package/dist/api/entity/space.d.ts.map +1 -1
  135. package/dist/api/entity/story.d.ts +49 -39
  136. package/dist/api/entity/story.d.ts.map +1 -1
  137. package/dist/api/index.d.ts +22 -12
  138. package/dist/api/index.d.ts.map +1 -1
  139. package/dist/api/presentation/aiInspiration.d.ts +440 -0
  140. package/dist/api/presentation/aiInspiration.d.ts.map +1 -0
  141. package/dist/api/presentation/diagrams.d.ts +81 -0
  142. package/dist/api/presentation/diagrams.d.ts.map +1 -0
  143. package/dist/api/presentation/import.d.ts +113 -0
  144. package/dist/api/presentation/import.d.ts.map +1 -0
  145. package/dist/api/presentation/index.d.ts +46 -0
  146. package/dist/api/presentation/index.d.ts.map +1 -0
  147. package/dist/api/presentation/sheets.d.ts +176 -0
  148. package/dist/api/presentation/sheets.d.ts.map +1 -0
  149. package/dist/api/presentation/views.d.ts +296 -0
  150. package/dist/api/presentation/views.d.ts.map +1 -0
  151. package/dist/api/program/adjacency.d.ts +155 -0
  152. package/dist/api/program/adjacency.d.ts.map +1 -0
  153. package/dist/api/program/areas.d.ts +360 -0
  154. package/dist/api/program/areas.d.ts.map +1 -0
  155. package/dist/api/program/classification.d.ts +135 -0
  156. package/dist/api/program/classification.d.ts.map +1 -0
  157. package/dist/api/program/cores.d.ts +174 -0
  158. package/dist/api/program/cores.d.ts.map +1 -0
  159. package/dist/api/program/departments.d.ts +431 -0
  160. package/dist/api/program/departments.d.ts.map +1 -0
  161. package/dist/api/program/index.d.ts +69 -0
  162. package/dist/api/program/index.d.ts.map +1 -0
  163. package/dist/api/program/layout.d.ts +63 -0
  164. package/dist/api/program/layout.d.ts.map +1 -0
  165. package/dist/api/program/metrics.d.ts +108 -0
  166. package/dist/api/program/metrics.d.ts.map +1 -0
  167. package/dist/api/program/site.d.ts +451 -0
  168. package/dist/api/program/site.d.ts.map +1 -0
  169. package/dist/api/program/spreadsheet.d.ts +2041 -0
  170. package/dist/api/program/spreadsheet.d.ts.map +1 -0
  171. package/dist/handles.d.ts +171 -0
  172. package/dist/handles.d.ts.map +1 -0
  173. package/dist/host-utils.d.ts +7 -5
  174. package/dist/host-utils.d.ts.map +1 -1
  175. package/dist/index.cjs +4344 -899
  176. package/dist/index.cjs.map +1 -1
  177. package/dist/index.d.ts +1 -0
  178. package/dist/index.d.ts.map +1 -1
  179. package/dist/index.js +3682 -865
  180. package/dist/index.js.map +1 -1
  181. package/package.json +6 -2
  182. package/scripts/generate-manifest.mjs +193 -0
  183. package/scripts/generate-manifest.test.mjs +215 -0
  184. package/src/api/analysis/heatmaps.ts +256 -0
  185. package/src/api/analysis/illuminance.ts +155 -0
  186. package/src/api/analysis/index.ts +46 -0
  187. package/src/api/analysis/shadows.ts +183 -0
  188. package/src/api/analysis/sunlightHours.ts +211 -0
  189. package/src/api/analysis/sunpath.ts +83 -0
  190. package/src/api/core/buildings.ts +485 -0
  191. package/src/api/core/comment/index.ts +258 -0
  192. package/src/api/core/geom/create/index.ts +293 -0
  193. package/src/api/core/geom/delete/index.ts +78 -0
  194. package/src/api/core/geom/index.ts +24 -23
  195. package/src/api/core/geom/query/arc.ts +169 -0
  196. package/src/api/core/geom/query/brep.ts +444 -0
  197. package/src/api/core/geom/query/circle.ts +404 -0
  198. package/src/api/core/geom/query/contour.ts +540 -0
  199. package/src/api/core/geom/query/curve.ts +1078 -0
  200. package/src/api/core/geom/query/edge.ts +130 -0
  201. package/src/api/core/geom/query/face.ts +403 -0
  202. package/src/api/core/geom/query/halfedge.ts +210 -0
  203. package/src/api/core/geom/query/index.ts +63 -0
  204. package/src/api/core/geom/query/profile.ts +473 -0
  205. package/src/api/core/geom/query/vertex.ts +205 -0
  206. package/src/api/core/geom/update/contour.ts +315 -0
  207. package/src/api/core/geom/update/curve.ts +209 -0
  208. package/src/api/core/geom/update/index.ts +29 -0
  209. package/src/api/core/geom/update/profile.ts +377 -0
  210. package/src/api/core/groups.ts +521 -0
  211. package/src/api/core/history/index.ts +84 -0
  212. package/src/api/core/index.ts +51 -1
  213. package/src/api/core/io/import/index.ts +432 -0
  214. package/src/api/core/io/index.ts +37 -0
  215. package/src/api/core/io/job/index.ts +140 -0
  216. package/src/api/core/io/query/index.ts +71 -0
  217. package/src/api/core/io/terrain/index.ts +214 -0
  218. package/src/api/core/io/underlay/index.ts +295 -0
  219. package/src/api/core/layers.ts +333 -0
  220. package/src/api/core/math/quat.ts +112 -235
  221. package/src/api/core/math/vec3.ts +124 -159
  222. package/src/api/core/project/index.ts +418 -0
  223. package/src/api/core/tags.ts +808 -0
  224. package/src/api/core/units/index.ts +164 -0
  225. package/src/api/core/zoom/index.ts +47 -0
  226. package/src/api/design/boolean/index.ts +179 -0
  227. package/src/api/design/create/index.ts +895 -0
  228. package/src/api/design/delete/index.ts +67 -0
  229. package/src/api/design/doors/index.ts +285 -0
  230. package/src/api/design/edit/index.ts +54 -0
  231. package/src/api/design/erase/index.ts +151 -0
  232. package/src/api/design/furniture/index.ts +130 -0
  233. package/src/api/design/index.ts +162 -0
  234. package/src/api/design/lock.ts +42 -0
  235. package/src/api/design/materials/index.ts +301 -0
  236. package/src/api/design/query/geometry/index.ts +166 -0
  237. package/src/api/design/query/index.ts +937 -0
  238. package/src/api/design/query/spaces.ts +132 -0
  239. package/src/api/design/selection/index.ts +273 -0
  240. package/src/api/design/shared.ts +40 -0
  241. package/src/api/design/transform/index.ts +93 -0
  242. package/src/api/design/update/index.ts +117 -0
  243. package/src/api/design/windows/index.ts +207 -0
  244. package/src/api/entity/buildableEnvelope.ts +318 -0
  245. package/src/api/entity/department.ts +0 -113
  246. package/src/api/entity/index.ts +9 -9
  247. package/src/api/entity/referenceLine.ts +50 -38
  248. package/src/api/entity/space.ts +285 -226
  249. package/src/api/entity/story.ts +53 -42
  250. package/src/api/index.ts +22 -12
  251. package/src/api/presentation/aiInspiration.ts +362 -0
  252. package/src/api/presentation/diagrams.ts +84 -0
  253. package/src/api/presentation/import.ts +112 -0
  254. package/src/api/presentation/index.ts +48 -0
  255. package/src/api/presentation/sheets.ts +198 -0
  256. package/src/api/presentation/views.ts +303 -0
  257. package/src/api/program/adjacency.ts +164 -0
  258. package/src/api/program/areas.ts +335 -0
  259. package/src/api/program/classification.ts +138 -0
  260. package/src/api/program/cores.ts +171 -0
  261. package/src/api/program/departments.ts +465 -0
  262. package/src/api/program/index.ts +71 -0
  263. package/src/api/program/layout.ts +68 -0
  264. package/src/api/program/metrics.ts +120 -0
  265. package/src/api/program/site.ts +419 -0
  266. package/src/api/program/spreadsheet.ts +2075 -0
  267. package/src/handles.ts +194 -0
  268. package/src/host-utils.ts +10 -6
  269. package/src/index.ts +1 -0
  270. package/dist/api/core/geom/arc.d.ts +0 -81
  271. package/dist/api/core/geom/arc.d.ts.map +0 -1
  272. package/dist/api/core/geom/curve.d.ts +0 -70
  273. package/dist/api/core/geom/curve.d.ts.map +0 -1
  274. package/dist/api/core/geom/line.d.ts +0 -56
  275. package/dist/api/core/geom/line.d.ts.map +0 -1
  276. package/dist/api/core/geom/profile.d.ts +0 -121
  277. package/dist/api/core/geom/profile.d.ts.map +0 -1
  278. package/dist/api/tools/copy.d.ts +0 -59
  279. package/dist/api/tools/copy.d.ts.map +0 -1
  280. package/dist/api/tools/index.d.ts +0 -33
  281. package/dist/api/tools/index.d.ts.map +0 -1
  282. package/dist/api/tools/material.d.ts +0 -51
  283. package/dist/api/tools/material.d.ts.map +0 -1
  284. package/dist/api/tools/offset.d.ts +0 -43
  285. package/dist/api/tools/offset.d.ts.map +0 -1
  286. package/dist/api/tools/selection.d.ts +0 -48
  287. package/dist/api/tools/selection.d.ts.map +0 -1
  288. package/dist/api/tools/transform.d.ts +0 -114
  289. package/dist/api/tools/transform.d.ts.map +0 -1
  290. package/dist/api/units/index.d.ts +0 -163
  291. package/dist/api/units/index.d.ts.map +0 -1
  292. package/src/api/core/geom/arc.ts +0 -70
  293. package/src/api/core/geom/curve.ts +0 -41
  294. package/src/api/core/geom/line.ts +0 -53
  295. package/src/api/core/geom/profile.ts +0 -94
  296. package/src/api/tools/copy.ts +0 -55
  297. package/src/api/tools/index.ts +0 -39
  298. package/src/api/tools/material.ts +0 -49
  299. package/src/api/tools/offset.ts +0 -43
  300. package/src/api/tools/selection.ts +0 -51
  301. package/src/api/tools/transform.ts +0 -117
  302. package/src/api/units/index.ts +0 -163
@@ -0,0 +1,171 @@
1
+ import * as z from "zod"
2
+ import { PluginApiReturn } from "../../types"
3
+
4
+ /**
5
+ * Program cores — the building's vertical-circulation cores (lift / stair / shaft
6
+ * shells).
7
+ *
8
+ * Read the cores in the scene, test whether a space is a core, and trigger core
9
+ * generation from a layout. `create` is a **thin trigger**: the program hands a
10
+ * core layout to the core-generation engine, which authors the geometry — the
11
+ * core geometry itself is owned by the geometry layer, not here (the exact
12
+ * layout ↔ engine payload is coordinated with the geometry owner).
13
+ *
14
+ * `list`/`isCore` are reads; `create` triggers generation.
15
+ *
16
+ * Accessed via `snaptrude.program.cores`.
17
+ */
18
+ export abstract class PluginProgramCoresApi {
19
+ constructor() {}
20
+
21
+ /**
22
+ * List the cores currently in the building.
23
+ *
24
+ * @returns A {@linkcode PluginProgramCoresListResult} with each core's id,
25
+ * core group, and storey (empty when there are none).
26
+ *
27
+ * @examplePrompt List the cores in the building
28
+ * @examplePrompt How many cores are placed?
29
+ * @examplePrompt Show me the lift and stair cores
30
+ * @examplePrompt Which storeys have cores?
31
+ *
32
+ * # Example
33
+ * ```ts
34
+ * const { cores } = await snaptrude.program.cores.list()
35
+ * ```
36
+ */
37
+ public abstract list(): PluginApiReturn<PluginProgramCoresListResult>
38
+
39
+ /**
40
+ * Test whether a space is a circulation core element.
41
+ *
42
+ * @param id - The id of the space to test.
43
+ * @returns `true` if the space is a core element.
44
+ *
45
+ * @examplePrompt Is this space a core?
46
+ * @examplePrompt Does this mass belong to the core?
47
+ * @examplePrompt Check if space sp_1 is a circulation core
48
+ *
49
+ * # Example
50
+ * ```ts
51
+ * const isCore = await snaptrude.program.cores.isCore("sp_1")
52
+ * ```
53
+ */
54
+ public abstract isCore(id: string): PluginApiReturn<boolean>
55
+
56
+ /**
57
+ * Generate core geometry from a layout (thin trigger).
58
+ *
59
+ * Hands the core layout to the core-generation engine and returns how many core
60
+ * elements were created. The geometry is authored by the engine, not here.
61
+ * _(Authored ahead — optional until the host's geometry adapter lands; the
62
+ * reads {@linkcode PluginProgramCoresApi.list}/{@linkcode PluginProgramCoresApi.isCore}
63
+ * are live.)_
64
+ *
65
+ * @param cores - The {@linkcode PluginProgramCoreSpec} layout of cores to
66
+ * generate.
67
+ * @param lengthUnit - Unit of the spec dimensions (default project unit).
68
+ * @returns A {@linkcode PluginProgramCoresCreateResult} with the created count.
69
+ * @throws If the layout could not be realized.
70
+ *
71
+ * @examplePrompt Generate the building cores from this layout
72
+ * @examplePrompt Place the elevator and stair cores
73
+ * @examplePrompt Create the service core shells
74
+ *
75
+ * # Example
76
+ * ```ts
77
+ * await snaptrude.program.cores.create([
78
+ * { type: "lift", position: { x: 0, y: 0, z: 0 }, width: 3, depth: 4 },
79
+ * ])
80
+ * ```
81
+ */
82
+ public create?: (
83
+ cores: PluginProgramCoreSpec[],
84
+ lengthUnit?: "mm" | "m" | "ft",
85
+ ) => PluginApiReturn<PluginProgramCoresCreateResult>
86
+ }
87
+
88
+ /**
89
+ * A circulation core element in the building.
90
+ *
91
+ * | Property | Type | Description |
92
+ * |---|---|---|
93
+ * | `id` | `string` | Component id of the core element |
94
+ * | `groupId` | `string` | Id of the core group this element belongs to |
95
+ * | `storey` | `number` | Storey (floor number) the element sits on |
96
+ */
97
+ export const PluginProgramCore = z.object({
98
+ id: z.string(),
99
+ groupId: z.string(),
100
+ storey: z.number(),
101
+ })
102
+ export type PluginProgramCore = z.infer<typeof PluginProgramCore>
103
+
104
+ /** Result of {@linkcode PluginProgramCoresApi.list}. */
105
+ export const PluginProgramCoresListResult = z.object({
106
+ cores: z.array(PluginProgramCore),
107
+ })
108
+ export type PluginProgramCoresListResult = z.infer<
109
+ typeof PluginProgramCoresListResult
110
+ >
111
+
112
+ /** Arguments for {@linkcode PluginProgramCoresApi.isCore}. */
113
+ export const PluginProgramCoresIsCoreArgs = z.object({
114
+ id: z.string(),
115
+ })
116
+ export type PluginProgramCoresIsCoreArgs = z.infer<
117
+ typeof PluginProgramCoresIsCoreArgs
118
+ >
119
+
120
+ /**
121
+ * One core to generate. The geometry layer interprets this layout (the exact
122
+ * fields are coordinated with the geometry owner).
123
+ *
124
+ * | Property | Type | Description |
125
+ * |---|---|---|
126
+ * | `type` | `string \| undefined` | Core kind (e.g. `"lift"`, `"stair"`, `"shaft"`) |
127
+ * | `position` | `{ x; y; z }` | Base position of the core |
128
+ * | `width` | `number` | Core width, in `lengthUnit` |
129
+ * | `depth` | `number` | Core depth, in `lengthUnit` |
130
+ * | `fromStorey` | `number \| undefined` | First storey the core spans |
131
+ * | `toStorey` | `number \| undefined` | Last storey the core spans |
132
+ */
133
+ export const PluginProgramCoreSpec = z.object({
134
+ type: z.string().optional(),
135
+ position: z.object({ x: z.number(), y: z.number(), z: z.number() }),
136
+ width: z.number(),
137
+ depth: z.number(),
138
+ fromStorey: z.number().optional(),
139
+ toStorey: z.number().optional(),
140
+ })
141
+ export type PluginProgramCoreSpec = z.infer<typeof PluginProgramCoreSpec>
142
+
143
+ /**
144
+ * Arguments for {@linkcode PluginProgramCoresApi.create}.
145
+ *
146
+ * | Property | Type | Description |
147
+ * |---|---|---|
148
+ * | `cores` | {@linkcode PluginProgramCoreSpec}`[]` | The cores to generate |
149
+ * | `lengthUnit` | `"mm" \| "m" \| "ft" \| undefined` | Unit of the spec dimensions (default project unit) |
150
+ */
151
+ export const PluginProgramCoresCreateArgs = z.object({
152
+ cores: z.array(PluginProgramCoreSpec),
153
+ lengthUnit: z.enum(["mm", "m", "ft"]).optional(),
154
+ })
155
+ export type PluginProgramCoresCreateArgs = z.infer<
156
+ typeof PluginProgramCoresCreateArgs
157
+ >
158
+
159
+ /**
160
+ * Result of {@linkcode PluginProgramCoresApi.create}.
161
+ *
162
+ * | Property | Type | Description |
163
+ * |---|---|---|
164
+ * | `createdCount` | `number` | Number of core elements created |
165
+ */
166
+ export const PluginProgramCoresCreateResult = z.object({
167
+ createdCount: z.number(),
168
+ })
169
+ export type PluginProgramCoresCreateResult = z.infer<
170
+ typeof PluginProgramCoresCreateResult
171
+ >
@@ -0,0 +1,465 @@
1
+ import * as z from "zod"
2
+ import { PluginApiReturn } from "../../types"
3
+ import { PluginAreaUnit } from "./metrics"
4
+ import { ComponentHandle } from "../../handles"
5
+
6
+ /**
7
+ * Program departments — read the department groupings of the active program.
8
+ *
9
+ * In program mode a **department** is a named, colored grouping of spaces with an
10
+ * optional area **target**. This is the program-planning view of departments
11
+ * (their identity, color, and target area); the underlying space geometry is read
12
+ * and edited through the geometry namespaces, not here.
13
+ *
14
+ * All methods are reads: they return plain records and never throw for a missing
15
+ * department (`get` returns `null`, `list` returns `[]`).
16
+ *
17
+ * Accessed via `snaptrude.program.departments`.
18
+ */
19
+ export abstract class PluginProgramDepartmentsApi {
20
+ constructor() {}
21
+
22
+ /**
23
+ * List the departments in the active program.
24
+ *
25
+ * Returns every department — well-known (Default, Site, …) and user-created —
26
+ * with its identity, color, and area target (when one has been set).
27
+ *
28
+ * @returns A {@linkcode PluginProgramDepartmentsListResult} with a `departments`
29
+ * array (empty when the project has none).
30
+ *
31
+ * @examplePrompt List all the departments in my program
32
+ * @examplePrompt What program groups do I have and what are their target areas?
33
+ * @examplePrompt Show every department with its colour
34
+ * @examplePrompt Get the area target for each department
35
+ * @examplePrompt How many departments are in this project?
36
+ *
37
+ * # Example
38
+ * ```ts
39
+ * const { units, departments } = await snaptrude.program.departments.list()
40
+ * for (const d of departments) console.log(d.name, d.color, d.targetArea, units)
41
+ * ```
42
+ */
43
+ public abstract list(): PluginApiReturn<PluginProgramDepartmentsListResult>
44
+
45
+ /**
46
+ * Get a single department by id.
47
+ *
48
+ * @param departmentId - The id of the department to read.
49
+ * @returns The matching {@linkcode PluginProgramDepartment}, or `null` if no
50
+ * department has that id.
51
+ *
52
+ * @examplePrompt Get the department with id dep_123
53
+ * @examplePrompt Look up a single department by its id
54
+ * @examplePrompt What is the target area of this department id?
55
+ *
56
+ * # Example
57
+ * ```ts
58
+ * const dept = await snaptrude.program.departments.get("dep_123")
59
+ * if (dept) console.log(dept.name, dept.targetArea)
60
+ * ```
61
+ */
62
+ public abstract get(
63
+ departmentId: string,
64
+ ): PluginApiReturn<PluginProgramDepartmentsGetResult>
65
+
66
+ /**
67
+ * Create a new department in the active program.
68
+ *
69
+ * Adds a named, colored program grouping. The new department starts empty —
70
+ * put spaces in it with {@linkcode PluginProgramDepartmentsApi.assign}, and set
71
+ * its area goal with {@linkcode PluginProgramDepartmentsApi.setTargetArea}.
72
+ *
73
+ * @param name - Display name of the new department.
74
+ * @param color - CSS hex color string (e.g. `"#b5e1dc"`).
75
+ * @returns The new department's id (read the full record back with
76
+ * {@linkcode PluginProgramDepartmentsApi.get}).
77
+ * @throws If the department could not be created.
78
+ *
79
+ * @examplePrompt Create a department called Bedrooms in light blue
80
+ * @examplePrompt Add a new program group named Circulation with color #cccccc
81
+ * @examplePrompt Make a Classrooms department
82
+ * @examplePrompt Set up a Lobby department in the program
83
+ *
84
+ * # Example
85
+ * ```ts
86
+ * const { departmentId } = await snaptrude.program.departments.create("Bedrooms", "#b5e1dc")
87
+ * ```
88
+ */
89
+ public abstract create(
90
+ name: string,
91
+ color: string,
92
+ ): PluginApiReturn<PluginProgramDepartmentsCreateResult>
93
+
94
+ /**
95
+ * Update a department's name and/or color.
96
+ *
97
+ * A **sparse** update: omitted fields are left unchanged. Use
98
+ * {@linkcode PluginProgramDepartmentsApi.setTargetArea} to change the area
99
+ * target (not this method).
100
+ *
101
+ * @param departmentId - The id of the department to update.
102
+ * @param options - Any of `name`, `color`; omitted fields are left unchanged.
103
+ * @returns The updated {@linkcode PluginProgramDepartment} (with the response
104
+ * `units` for its `targetArea`).
105
+ * @throws If no department has the given id.
106
+ *
107
+ * @examplePrompt Rename the Bedrooms department to Suites
108
+ * @examplePrompt Change the Circulation department colour to #ff8800
109
+ * @examplePrompt Recolour department dep_123
110
+ * @examplePrompt Update the Lobby department's display name
111
+ *
112
+ * # Example
113
+ * ```ts
114
+ * const dept = await snaptrude.program.departments.update("dep_123", { name: "Suites" })
115
+ * ```
116
+ */
117
+ public abstract update(
118
+ departmentId: string,
119
+ options?: { name?: string; color?: string },
120
+ ): PluginApiReturn<PluginProgramDepartmentsUpdateResult>
121
+
122
+ /**
123
+ * Assign one or more spaces to a department.
124
+ *
125
+ * Moves each space into the given department — an undoable membership change.
126
+ * A space belongs to exactly one department, so assigning re-homes it from any
127
+ * previous one. Paired with {@linkcode PluginProgramDepartmentsApi.unassign}.
128
+ *
129
+ * @param departmentId - The department to assign the spaces to.
130
+ * @param spaceIds - The ids of the spaces to move into the department (at
131
+ * least one).
132
+ * @returns The department and the space ids that were assigned.
133
+ * @throws If the department does not exist or a space id is invalid.
134
+ *
135
+ * @examplePrompt Assign the selected rooms to the Bedrooms department
136
+ * @examplePrompt Put spaces 12 and 13 in the Circulation department
137
+ * @examplePrompt Move this space into the Lobby department
138
+ * @examplePrompt Add the kitchen spaces to the Service department
139
+ *
140
+ * # Example
141
+ * ```ts
142
+ * await snaptrude.program.departments.assign("dep_123", ["sp_1", "sp_2"])
143
+ * ```
144
+ */
145
+ public abstract assign(
146
+ departmentId: string,
147
+ spaceIds: ComponentHandle[],
148
+ ): PluginApiReturn<PluginProgramDepartmentsAssignResult>
149
+
150
+ /**
151
+ * Remove one or more spaces from their department.
152
+ *
153
+ * Returns each space to the **Default** department — there is no "no
154
+ * department" state, so unassigning means reassigning to Default. Paired with
155
+ * {@linkcode PluginProgramDepartmentsApi.assign}.
156
+ *
157
+ * @param spaceIds - The ids of the spaces to remove from their current
158
+ * department (at least one).
159
+ * @returns The space ids that were returned to Default.
160
+ * @throws If a space id is invalid.
161
+ *
162
+ * @examplePrompt Remove the selected rooms from their department
163
+ * @examplePrompt Unassign space sp_1 from any department
164
+ * @examplePrompt Clear the department on these spaces
165
+ * @examplePrompt Take the kitchen out of the Service department
166
+ *
167
+ * # Example
168
+ * ```ts
169
+ * await snaptrude.program.departments.unassign(["sp_1"])
170
+ * ```
171
+ */
172
+ public abstract unassign(
173
+ spaceIds: ComponentHandle[],
174
+ ): PluginApiReturn<PluginProgramDepartmentsUnassignResult>
175
+
176
+ /**
177
+ * Set a department's target area.
178
+ *
179
+ * The goal the program metrics compare allocated area against (see
180
+ * {@linkcode PluginProgramMetricsApi}). Pass `units` to say what unit
181
+ * `targetArea` is in; it defaults to the project's area units. Read the target
182
+ * back from {@linkcode PluginProgramDepartmentsApi.get} (`targetArea`).
183
+ *
184
+ * @param departmentId - The id of the department whose target to set.
185
+ * @param targetArea - The target area, in `units`.
186
+ * @param units - Unit of `targetArea` (defaults to the project's area units).
187
+ * @returns The updated {@linkcode PluginProgramDepartment} with its `units`.
188
+ * @throws If no department has the given id.
189
+ *
190
+ * @examplePrompt Set the Bedrooms department target area to 2000 sqft
191
+ * @examplePrompt Give the Circulation department a 500 sqm area target
192
+ * @examplePrompt Target 1500 square feet for the Classrooms department
193
+ * @examplePrompt Update the area goal for department dep_123
194
+ *
195
+ * # Example
196
+ * ```ts
197
+ * await snaptrude.program.departments.setTargetArea("dep_123", 2000, "ft2")
198
+ * ```
199
+ */
200
+ public abstract setTargetArea(
201
+ departmentId: string,
202
+ targetArea: number,
203
+ units?: PluginAreaUnit,
204
+ ): PluginApiReturn<PluginProgramDepartmentsSetTargetAreaResult>
205
+
206
+ /**
207
+ * Delete a department.
208
+ *
209
+ * Any spaces still assigned to it are returned to the **Default** department
210
+ * (no space is left orphaned). The reserved departments (Default, Site,
211
+ * Envelope, Core) cannot be deleted.
212
+ *
213
+ * @param departmentId - The id of the department to delete.
214
+ * @returns The id of the deleted department and the spaces that were reassigned
215
+ * to Default.
216
+ * @throws If no department has the given id, or it is a reserved department.
217
+ *
218
+ * @examplePrompt Delete the Bedrooms department
219
+ * @examplePrompt Remove the empty Circulation department
220
+ * @examplePrompt Delete department dep_123 and move its rooms to Default
221
+ *
222
+ * # Example
223
+ * ```ts
224
+ * await snaptrude.program.departments.delete("dep_123")
225
+ * ```
226
+ */
227
+ public delete?: (
228
+ departmentId: string,
229
+ ) => PluginApiReturn<PluginProgramDepartmentsDeleteResult>
230
+ }
231
+
232
+ /**
233
+ * A department in the active program. Its `targetArea` is in the enclosing
234
+ * response's `units` (see the area-units convention in
235
+ * {@linkcode PluginAreaUnit}).
236
+ *
237
+ * | Property | Type | Description |
238
+ * |---|---|---|
239
+ * | `id` | `string` | Unique department id |
240
+ * | `name` | `string` | Display name |
241
+ * | `color` | `string` | CSS hex color string (e.g. `"#b5e1dc"`) |
242
+ * | `targetArea` | `number \| null` | Target area in the response's `units`, or `null` if no target is set |
243
+ */
244
+ export const PluginProgramDepartment = z.object({
245
+ id: z.string(),
246
+ name: z.string(),
247
+ color: z.string(),
248
+ targetArea: z.number().nullable(),
249
+ })
250
+ export type PluginProgramDepartment = z.infer<typeof PluginProgramDepartment>
251
+
252
+ /**
253
+ * Result of {@linkcode PluginProgramDepartmentsApi.list}. Per the area-units
254
+ * convention, `units` sits on this response envelope (not on each record).
255
+ *
256
+ * | Property | Type | Description |
257
+ * |---|---|---|
258
+ * | `units` | `"ft2" \| "m2"` | The unit every `targetArea` below is reported in |
259
+ * | `departments` | {@linkcode PluginProgramDepartment}`[]` | All departments in the active program |
260
+ */
261
+ export const PluginProgramDepartmentsListResult = z.object({
262
+ units: PluginAreaUnit,
263
+ departments: z.array(PluginProgramDepartment),
264
+ })
265
+ export type PluginProgramDepartmentsListResult = z.infer<
266
+ typeof PluginProgramDepartmentsListResult
267
+ >
268
+
269
+ /**
270
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.get}.
271
+ *
272
+ * | Property | Type | Description |
273
+ * |---|---|---|
274
+ * | `departmentId` | `string` | The id of the department to read |
275
+ */
276
+ export const PluginProgramDepartmentsGetArgs = z.object({
277
+ departmentId: z.string(),
278
+ })
279
+ export type PluginProgramDepartmentsGetArgs = z.infer<
280
+ typeof PluginProgramDepartmentsGetArgs
281
+ >
282
+
283
+ /**
284
+ * Result of {@linkcode PluginProgramDepartmentsApi.get} — the department, or
285
+ * `null` when no department has the given id. This is a bare `.get` record, so
286
+ * per the area-units convention `units` is carried on the record itself.
287
+ */
288
+ export const PluginProgramDepartmentsGetResult = PluginProgramDepartment.extend(
289
+ {
290
+ units: PluginAreaUnit,
291
+ },
292
+ ).nullable()
293
+ export type PluginProgramDepartmentsGetResult = z.infer<
294
+ typeof PluginProgramDepartmentsGetResult
295
+ >
296
+
297
+ /**
298
+ * A department record with its area `units` — the shape returned by the
299
+ * single-record department writes (`update`, `setTargetArea`). Per the
300
+ * area-units convention, a bare record carries `units` on itself.
301
+ */
302
+ export const PluginProgramDepartmentRecord = PluginProgramDepartment.extend({
303
+ units: PluginAreaUnit,
304
+ })
305
+ export type PluginProgramDepartmentRecord = z.infer<
306
+ typeof PluginProgramDepartmentRecord
307
+ >
308
+
309
+ /**
310
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.create}.
311
+ *
312
+ * | Property | Type | Description |
313
+ * |---|---|---|
314
+ * | `name` | `string` | Display name of the new department |
315
+ * | `color` | `string` | CSS hex color string (e.g. `"#b5e1dc"`) |
316
+ */
317
+ export const PluginProgramDepartmentsCreateArgs = z.object({
318
+ name: z.string(),
319
+ color: z.string(),
320
+ })
321
+ export type PluginProgramDepartmentsCreateArgs = z.infer<
322
+ typeof PluginProgramDepartmentsCreateArgs
323
+ >
324
+
325
+ /**
326
+ * Result of {@linkcode PluginProgramDepartmentsApi.create} — the id of the
327
+ * newly created department.
328
+ */
329
+ export const PluginProgramDepartmentsCreateResult = z.object({
330
+ departmentId: z.string(),
331
+ })
332
+ export type PluginProgramDepartmentsCreateResult = z.infer<
333
+ typeof PluginProgramDepartmentsCreateResult
334
+ >
335
+
336
+ /**
337
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.update}. Sparse — only
338
+ * the provided fields are changed.
339
+ *
340
+ * | Property | Type | Description |
341
+ * |---|---|---|
342
+ * | `departmentId` | `string` | The id of the department to update |
343
+ * | `name` | `string \| undefined` | New display name (unchanged if omitted) |
344
+ * | `color` | `string \| undefined` | New CSS hex color (unchanged if omitted) |
345
+ */
346
+ export const PluginProgramDepartmentsUpdateArgs = z.object({
347
+ departmentId: z.string(),
348
+ name: z.string().optional(),
349
+ color: z.string().optional(),
350
+ })
351
+ export type PluginProgramDepartmentsUpdateArgs = z.infer<
352
+ typeof PluginProgramDepartmentsUpdateArgs
353
+ >
354
+
355
+ /** Result of {@linkcode PluginProgramDepartmentsApi.update} — the updated record. */
356
+ export const PluginProgramDepartmentsUpdateResult =
357
+ PluginProgramDepartmentRecord
358
+ export type PluginProgramDepartmentsUpdateResult = z.infer<
359
+ typeof PluginProgramDepartmentsUpdateResult
360
+ >
361
+
362
+ /**
363
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.assign}.
364
+ *
365
+ * | Property | Type | Description |
366
+ * |---|---|---|
367
+ * | `departmentId` | `string` | The department to assign the spaces to |
368
+ * | `spaceIds` | `ComponentHandle[]` | The ids of the spaces to move into the department |
369
+ */
370
+ export const PluginProgramDepartmentsAssignArgs = z.object({
371
+ departmentId: z.string(),
372
+ spaceIds: z.array(ComponentHandle).min(1),
373
+ })
374
+ export type PluginProgramDepartmentsAssignArgs = z.infer<
375
+ typeof PluginProgramDepartmentsAssignArgs
376
+ >
377
+
378
+ /** Result of {@linkcode PluginProgramDepartmentsApi.assign}. */
379
+ export const PluginProgramDepartmentsAssignResult = z.object({
380
+ departmentId: z.string(),
381
+ spaceIds: z.array(ComponentHandle),
382
+ })
383
+ export type PluginProgramDepartmentsAssignResult = z.infer<
384
+ typeof PluginProgramDepartmentsAssignResult
385
+ >
386
+
387
+ /**
388
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.unassign}.
389
+ *
390
+ * | Property | Type | Description |
391
+ * |---|---|---|
392
+ * | `spaceIds` | `ComponentHandle[]` | The ids of the spaces to return to the Default department |
393
+ */
394
+ export const PluginProgramDepartmentsUnassignArgs = z.object({
395
+ spaceIds: z.array(ComponentHandle).min(1),
396
+ })
397
+ export type PluginProgramDepartmentsUnassignArgs = z.infer<
398
+ typeof PluginProgramDepartmentsUnassignArgs
399
+ >
400
+
401
+ /** Result of {@linkcode PluginProgramDepartmentsApi.unassign}. */
402
+ export const PluginProgramDepartmentsUnassignResult = z.object({
403
+ spaceIds: z.array(ComponentHandle),
404
+ })
405
+ export type PluginProgramDepartmentsUnassignResult = z.infer<
406
+ typeof PluginProgramDepartmentsUnassignResult
407
+ >
408
+
409
+ /**
410
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.setTargetArea}.
411
+ *
412
+ * | Property | Type | Description |
413
+ * |---|---|---|
414
+ * | `departmentId` | `string` | The id of the department whose target to set |
415
+ * | `targetArea` | `number` | The target area, in `units` |
416
+ * | `units` | `"ft2" \| "m2" \| undefined` | Unit of `targetArea` (defaults to the project's area units) |
417
+ */
418
+ export const PluginProgramDepartmentsSetTargetAreaArgs = z.object({
419
+ departmentId: z.string(),
420
+ targetArea: z.number(),
421
+ units: PluginAreaUnit.optional(),
422
+ })
423
+ export type PluginProgramDepartmentsSetTargetAreaArgs = z.infer<
424
+ typeof PluginProgramDepartmentsSetTargetAreaArgs
425
+ >
426
+
427
+ /**
428
+ * Result of {@linkcode PluginProgramDepartmentsApi.setTargetArea} — the updated
429
+ * department record with its `units`.
430
+ */
431
+ export const PluginProgramDepartmentsSetTargetAreaResult =
432
+ PluginProgramDepartmentRecord
433
+ export type PluginProgramDepartmentsSetTargetAreaResult = z.infer<
434
+ typeof PluginProgramDepartmentsSetTargetAreaResult
435
+ >
436
+
437
+ /**
438
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.delete}.
439
+ *
440
+ * | Property | Type | Description |
441
+ * |---|---|---|
442
+ * | `departmentId` | `string` | The id of the department to delete |
443
+ */
444
+ export const PluginProgramDepartmentsDeleteArgs = z.object({
445
+ departmentId: z.string(),
446
+ })
447
+ export type PluginProgramDepartmentsDeleteArgs = z.infer<
448
+ typeof PluginProgramDepartmentsDeleteArgs
449
+ >
450
+
451
+ /**
452
+ * Result of {@linkcode PluginProgramDepartmentsApi.delete}.
453
+ *
454
+ * | Property | Type | Description |
455
+ * |---|---|---|
456
+ * | `departmentId` | `string` | The id of the deleted department |
457
+ * | `reassignedSpaceIds` | `ComponentHandle[]` | Spaces that were returned to the Default department |
458
+ */
459
+ export const PluginProgramDepartmentsDeleteResult = z.object({
460
+ departmentId: z.string(),
461
+ reassignedSpaceIds: z.array(ComponentHandle),
462
+ })
463
+ export type PluginProgramDepartmentsDeleteResult = z.infer<
464
+ typeof PluginProgramDepartmentsDeleteResult
465
+ >