@snaptrude/plugin-core 0.0.0-dev-20260708130115

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 (241) hide show
  1. package/AGENTS.md +227 -0
  2. package/CHANGELOG.md +119 -0
  3. package/CLAUDE.md +11 -0
  4. package/api-manifest.json +5004 -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 +33 -0
  14. package/dist/api/core/geom/index.d.ts.map +1 -0
  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 +63 -0
  50. package/dist/api/core/index.d.ts.map +1 -0
  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/index.d.ts +18 -0
  54. package/dist/api/core/math/index.d.ts.map +1 -0
  55. package/dist/api/core/math/quat.d.ts +170 -0
  56. package/dist/api/core/math/quat.d.ts.map +1 -0
  57. package/dist/api/core/math/vec3.d.ts +174 -0
  58. package/dist/api/core/math/vec3.d.ts.map +1 -0
  59. package/dist/api/core/project/index.d.ts +399 -0
  60. package/dist/api/core/project/index.d.ts.map +1 -0
  61. package/dist/api/core/tags.d.ts +755 -0
  62. package/dist/api/core/tags.d.ts.map +1 -0
  63. package/dist/api/core/units/index.d.ts +175 -0
  64. package/dist/api/core/units/index.d.ts.map +1 -0
  65. package/dist/api/core/zoom/index.d.ts +45 -0
  66. package/dist/api/core/zoom/index.d.ts.map +1 -0
  67. package/dist/api/design/boolean/index.d.ts +168 -0
  68. package/dist/api/design/boolean/index.d.ts.map +1 -0
  69. package/dist/api/design/create/index.d.ts +828 -0
  70. package/dist/api/design/create/index.d.ts.map +1 -0
  71. package/dist/api/design/delete/index.d.ts +63 -0
  72. package/dist/api/design/delete/index.d.ts.map +1 -0
  73. package/dist/api/design/doors/index.d.ts +268 -0
  74. package/dist/api/design/doors/index.d.ts.map +1 -0
  75. package/dist/api/design/edit/index.d.ts +49 -0
  76. package/dist/api/design/edit/index.d.ts.map +1 -0
  77. package/dist/api/design/erase/index.d.ts +160 -0
  78. package/dist/api/design/erase/index.d.ts.map +1 -0
  79. package/dist/api/design/furniture/index.d.ts +123 -0
  80. package/dist/api/design/furniture/index.d.ts.map +1 -0
  81. package/dist/api/design/index.d.ts +153 -0
  82. package/dist/api/design/index.d.ts.map +1 -0
  83. package/dist/api/design/lock.d.ts +41 -0
  84. package/dist/api/design/lock.d.ts.map +1 -0
  85. package/dist/api/design/materials/index.d.ts +297 -0
  86. package/dist/api/design/materials/index.d.ts.map +1 -0
  87. package/dist/api/design/query/geometry/index.d.ts +140 -0
  88. package/dist/api/design/query/geometry/index.d.ts.map +1 -0
  89. package/dist/api/design/query/index.d.ts +1011 -0
  90. package/dist/api/design/query/index.d.ts.map +1 -0
  91. package/dist/api/design/query/spaces.d.ts +221 -0
  92. package/dist/api/design/query/spaces.d.ts.map +1 -0
  93. package/dist/api/design/selection/index.d.ts +138 -0
  94. package/dist/api/design/selection/index.d.ts.map +1 -0
  95. package/dist/api/design/shared.d.ts +38 -0
  96. package/dist/api/design/shared.d.ts.map +1 -0
  97. package/dist/api/design/transform/index.d.ts +87 -0
  98. package/dist/api/design/transform/index.d.ts.map +1 -0
  99. package/dist/api/design/update/index.d.ts +178 -0
  100. package/dist/api/design/update/index.d.ts.map +1 -0
  101. package/dist/api/design/windows/index.d.ts +189 -0
  102. package/dist/api/design/windows/index.d.ts.map +1 -0
  103. package/dist/api/entity/buildableEnvelope.d.ts +261 -0
  104. package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
  105. package/dist/api/entity/department.d.ts +1 -0
  106. package/dist/api/entity/department.d.ts.map +1 -0
  107. package/dist/api/entity/index.d.ts +28 -0
  108. package/dist/api/entity/index.d.ts.map +1 -0
  109. package/dist/api/entity/referenceLine.d.ts +202 -0
  110. package/dist/api/entity/referenceLine.d.ts.map +1 -0
  111. package/dist/api/entity/space.d.ts +846 -0
  112. package/dist/api/entity/space.d.ts.map +1 -0
  113. package/dist/api/entity/story.d.ts +249 -0
  114. package/dist/api/entity/story.d.ts.map +1 -0
  115. package/dist/api/index.d.ts +35 -0
  116. package/dist/api/index.d.ts.map +1 -0
  117. package/dist/api/presentation/aiInspiration.d.ts +2400 -0
  118. package/dist/api/presentation/aiInspiration.d.ts.map +1 -0
  119. package/dist/api/presentation/diagrams.d.ts +81 -0
  120. package/dist/api/presentation/diagrams.d.ts.map +1 -0
  121. package/dist/api/presentation/import.d.ts +113 -0
  122. package/dist/api/presentation/import.d.ts.map +1 -0
  123. package/dist/api/presentation/index.d.ts +45 -0
  124. package/dist/api/presentation/index.d.ts.map +1 -0
  125. package/dist/api/presentation/sheets.d.ts +176 -0
  126. package/dist/api/presentation/sheets.d.ts.map +1 -0
  127. package/dist/api/presentation/views.d.ts +296 -0
  128. package/dist/api/presentation/views.d.ts.map +1 -0
  129. package/dist/api/program/adjacency.d.ts +155 -0
  130. package/dist/api/program/adjacency.d.ts.map +1 -0
  131. package/dist/api/program/areas.d.ts +360 -0
  132. package/dist/api/program/areas.d.ts.map +1 -0
  133. package/dist/api/program/classification.d.ts +135 -0
  134. package/dist/api/program/classification.d.ts.map +1 -0
  135. package/dist/api/program/cores.d.ts +174 -0
  136. package/dist/api/program/cores.d.ts.map +1 -0
  137. package/dist/api/program/departments.d.ts +431 -0
  138. package/dist/api/program/departments.d.ts.map +1 -0
  139. package/dist/api/program/index.d.ts +69 -0
  140. package/dist/api/program/index.d.ts.map +1 -0
  141. package/dist/api/program/layout.d.ts +63 -0
  142. package/dist/api/program/layout.d.ts.map +1 -0
  143. package/dist/api/program/metrics.d.ts +108 -0
  144. package/dist/api/program/metrics.d.ts.map +1 -0
  145. package/dist/api/program/site.d.ts +367 -0
  146. package/dist/api/program/site.d.ts.map +1 -0
  147. package/dist/api/program/spreadsheet.d.ts +2041 -0
  148. package/dist/api/program/spreadsheet.d.ts.map +1 -0
  149. package/dist/handles.d.ts +138 -0
  150. package/dist/handles.d.ts.map +1 -0
  151. package/dist/host-utils.d.ts +43 -0
  152. package/dist/host-utils.d.ts.map +1 -0
  153. package/dist/index.cjs +4597 -0
  154. package/dist/index.cjs.map +1 -0
  155. package/dist/index.d.ts +5 -0
  156. package/dist/index.d.ts.map +1 -0
  157. package/dist/index.js +3870 -0
  158. package/dist/index.js.map +1 -0
  159. package/dist/types.d.ts +16 -0
  160. package/dist/types.d.ts.map +1 -0
  161. package/package.json +39 -0
  162. package/scripts/generate-manifest.mjs +193 -0
  163. package/scripts/generate-manifest.test.mjs +193 -0
  164. package/src/api/core/buildings.ts +485 -0
  165. package/src/api/core/comment/index.ts +258 -0
  166. package/src/api/core/geom/create/index.ts +293 -0
  167. package/src/api/core/geom/delete/index.ts +78 -0
  168. package/src/api/core/geom/index.ts +35 -0
  169. package/src/api/core/geom/query/arc.ts +169 -0
  170. package/src/api/core/geom/query/brep.ts +444 -0
  171. package/src/api/core/geom/query/circle.ts +404 -0
  172. package/src/api/core/geom/query/contour.ts +540 -0
  173. package/src/api/core/geom/query/curve.ts +1078 -0
  174. package/src/api/core/geom/query/edge.ts +130 -0
  175. package/src/api/core/geom/query/face.ts +403 -0
  176. package/src/api/core/geom/query/halfedge.ts +210 -0
  177. package/src/api/core/geom/query/index.ts +63 -0
  178. package/src/api/core/geom/query/profile.ts +473 -0
  179. package/src/api/core/geom/query/vertex.ts +205 -0
  180. package/src/api/core/geom/update/contour.ts +315 -0
  181. package/src/api/core/geom/update/curve.ts +209 -0
  182. package/src/api/core/geom/update/index.ts +29 -0
  183. package/src/api/core/geom/update/profile.ts +377 -0
  184. package/src/api/core/groups.ts +521 -0
  185. package/src/api/core/history/index.ts +84 -0
  186. package/src/api/core/index.ts +65 -0
  187. package/src/api/core/layers.ts +333 -0
  188. package/src/api/core/math/index.ts +20 -0
  189. package/src/api/core/math/quat.ts +172 -0
  190. package/src/api/core/math/vec3.ts +179 -0
  191. package/src/api/core/project/index.ts +418 -0
  192. package/src/api/core/tags.ts +808 -0
  193. package/src/api/core/units/index.ts +164 -0
  194. package/src/api/core/zoom/index.ts +47 -0
  195. package/src/api/design/boolean/index.ts +179 -0
  196. package/src/api/design/create/index.ts +886 -0
  197. package/src/api/design/delete/index.ts +67 -0
  198. package/src/api/design/doors/index.ts +285 -0
  199. package/src/api/design/edit/index.ts +54 -0
  200. package/src/api/design/erase/index.ts +151 -0
  201. package/src/api/design/furniture/index.ts +130 -0
  202. package/src/api/design/index.ts +162 -0
  203. package/src/api/design/lock.ts +42 -0
  204. package/src/api/design/materials/index.ts +301 -0
  205. package/src/api/design/query/geometry/index.ts +166 -0
  206. package/src/api/design/query/index.ts +937 -0
  207. package/src/api/design/query/spaces.ts +132 -0
  208. package/src/api/design/selection/index.ts +144 -0
  209. package/src/api/design/shared.ts +40 -0
  210. package/src/api/design/transform/index.ts +93 -0
  211. package/src/api/design/update/index.ts +117 -0
  212. package/src/api/design/windows/index.ts +207 -0
  213. package/src/api/entity/buildableEnvelope.ts +318 -0
  214. package/src/api/entity/department.ts +0 -0
  215. package/src/api/entity/index.ts +30 -0
  216. package/src/api/entity/referenceLine.ts +227 -0
  217. package/src/api/entity/space.ts +612 -0
  218. package/src/api/entity/story.ts +273 -0
  219. package/src/api/index.ts +37 -0
  220. package/src/api/presentation/aiInspiration.ts +1116 -0
  221. package/src/api/presentation/diagrams.ts +84 -0
  222. package/src/api/presentation/import.ts +112 -0
  223. package/src/api/presentation/index.ts +47 -0
  224. package/src/api/presentation/sheets.ts +198 -0
  225. package/src/api/presentation/views.ts +303 -0
  226. package/src/api/program/adjacency.ts +164 -0
  227. package/src/api/program/areas.ts +335 -0
  228. package/src/api/program/classification.ts +138 -0
  229. package/src/api/program/cores.ts +171 -0
  230. package/src/api/program/departments.ts +465 -0
  231. package/src/api/program/index.ts +71 -0
  232. package/src/api/program/layout.ts +68 -0
  233. package/src/api/program/metrics.ts +120 -0
  234. package/src/api/program/site.ts +326 -0
  235. package/src/api/program/spreadsheet.ts +2075 -0
  236. package/src/handles.ts +148 -0
  237. package/src/host-utils.ts +64 -0
  238. package/src/index.ts +4 -0
  239. package/src/types.ts +16 -0
  240. package/tsconfig.json +17 -0
  241. package/tsup.config.ts +12 -0
@@ -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
+ >
@@ -0,0 +1,71 @@
1
+ import { PluginProgramDepartmentsApi } from "./departments"
2
+ import { PluginProgramAdjacencyApi } from "./adjacency"
3
+ import { PluginProgramLayoutApi } from "./layout"
4
+ import { PluginProgramMetricsApi } from "./metrics"
5
+ import { PluginProgramSpreadsheetApi } from "./spreadsheet"
6
+ import { PluginProgramSiteApi } from "./site"
7
+ import { PluginProgramCoresApi } from "./cores"
8
+ import { PluginProgramClassificationApi } from "./classification"
9
+ import { PluginProgramAreasApi } from "./areas"
10
+
11
+ /**
12
+ * Program-mode planning APIs.
13
+ *
14
+ * The program is the space-planning layer: department groupings with area targets,
15
+ * the metrics that track allocated area against those targets, and the reports
16
+ * that render program/takeoff data to spreadsheet sheets. Reads describe the
17
+ * *plan* (intent + targets); the geometry that realizes the plan is authored
18
+ * through the geometry namespaces.
19
+ *
20
+ * - {@linkcode PluginProgramApi.departments} — Read & edit program departments (groupings + targets)
21
+ * - {@linkcode PluginProgramApi.adjacency} — Read & compute the department/space adjacency matrix
22
+ * - {@linkcode PluginProgramApi.layout} — Arrange/pack spaces in the envelope (authored ahead)
23
+ * - {@linkcode PluginProgramApi.metrics} — Read the area-program summary
24
+ * - {@linkcode PluginProgramApi.areas} — FAR / built-up-area rollup and groupings
25
+ * - {@linkcode PluginProgramApi.spreadsheet} — Render program data to sheets and read it back
26
+ * - {@linkcode PluginProgramApi.site} — Read the site/plot planning context
27
+ * - {@linkcode PluginProgramApi.cores} — Read & trigger vertical-circulation cores
28
+ * - {@linkcode PluginProgramApi.classification} — Classification catalog + display tags
29
+ *
30
+ * Sub-namespaces typed as optional (`?`) are **authored ahead of the host** —
31
+ * declared so plugins and codegen can see the shape, but not required of host
32
+ * implementations and kept out of the discovery manifest until the host lands
33
+ * them (at which point they are promoted to required `abstract` members).
34
+ *
35
+ * Accessed via `snaptrude.program`.
36
+ */
37
+ export abstract class PluginProgramApi {
38
+ /** Program departments — groupings, area targets, and space assignment. See {@linkcode PluginProgramDepartmentsApi}. */
39
+ public abstract departments: PluginProgramDepartmentsApi
40
+ /** Adjacency matrix — read & compute proximity relationships. See {@linkcode PluginProgramAdjacencyApi}. */
41
+ public abstract adjacency: PluginProgramAdjacencyApi
42
+ /**
43
+ * Arrange/pack spaces in the envelope. See {@linkcode PluginProgramLayoutApi}.
44
+ * _(authored ahead — optional until the host lands it next increment.)_
45
+ */
46
+ public layout?: PluginProgramLayoutApi
47
+ /** Area-program summary — targets vs allocated area. See {@linkcode PluginProgramMetricsApi}. */
48
+ public abstract metrics: PluginProgramMetricsApi
49
+ /** FAR / built-up-area rollup and groupings. See {@linkcode PluginProgramAreasApi}. */
50
+ public abstract areas: PluginProgramAreasApi
51
+ /** Spreadsheet reports — render tables to sheets, export, list, read back. See {@linkcode PluginProgramSpreadsheetApi}. */
52
+ public abstract spreadsheet: PluginProgramSpreadsheetApi
53
+ /** Site/plot planning context — total area, parcel footprints, geo rings. See {@linkcode PluginProgramSiteApi}. */
54
+ public abstract site: PluginProgramSiteApi
55
+ /** Vertical-circulation cores — read & predicate (live); generation trigger is optional. See {@linkcode PluginProgramCoresApi}. */
56
+ public abstract cores: PluginProgramCoresApi
57
+ /** Classification catalog (space/area/mass types) + display tags. See {@linkcode PluginProgramClassificationApi}. */
58
+ public abstract classification: PluginProgramClassificationApi
59
+
60
+ constructor() {}
61
+ }
62
+
63
+ export * from "./departments"
64
+ export * from "./adjacency"
65
+ export * from "./layout"
66
+ export * from "./metrics"
67
+ export * from "./spreadsheet"
68
+ export * from "./site"
69
+ export * from "./cores"
70
+ export * from "./classification"
71
+ export * from "./areas"
@@ -0,0 +1,68 @@
1
+ import * as z from "zod"
2
+ import { PluginApiReturn } from "../../types"
3
+
4
+ /**
5
+ * Program layout — arrange and pack spaces inside the envelope.
6
+ *
7
+ * These wrap the product's **Arrange in envelope** / **Pack in envelope**
8
+ * tools (engine: `Planner.pack_arrange` in the react host) — stages two and
9
+ * three of the space-planning workflow that starts with
10
+ * {@linkcode PluginProgramAdjacencyApi} (`program.adjacency`).
11
+ *
12
+ * _(Authored ahead — both methods are optional until the host lands them in
13
+ * the next increment, and are kept out of the discovery manifest until then.)_
14
+ *
15
+ * Accessed via `snaptrude.program.layout`.
16
+ */
17
+ export abstract class PluginProgramLayoutApi {
18
+ constructor() {}
19
+
20
+ /**
21
+ * Arrange the spaces inside the envelope using the computed adjacency data.
22
+ * _(Authored ahead — optional until the host lands.)_
23
+ *
24
+ * @examplePrompt Arrange the rooms in the envelope
25
+ * @examplePrompt Lay out the departments inside the building envelope
26
+ * @examplePrompt Auto-arrange the program spaces
27
+ *
28
+ * # Example
29
+ * ```ts
30
+ * const { success, error } = await snaptrude.program.layout.arrange()
31
+ * if (!success) console.log("Arrange failed:", error)
32
+ * ```
33
+ */
34
+ public arrange?: () => PluginApiReturn<PluginProgramLayoutRunResult>
35
+
36
+ /**
37
+ * Pack the spaces into the envelope (a tighter fit than arrange).
38
+ * _(Authored ahead — optional until the host lands.)_
39
+ *
40
+ * @examplePrompt Pack the rooms into the envelope
41
+ * @examplePrompt Fit the program spaces tightly into the building
42
+ * @examplePrompt Run pack-in-envelope on this storey
43
+ *
44
+ * # Example
45
+ * ```ts
46
+ * const { success, error } = await snaptrude.program.layout.pack()
47
+ * if (!success) console.log("Pack failed:", error)
48
+ * ```
49
+ */
50
+ public pack?: () => PluginApiReturn<PluginProgramLayoutRunResult>
51
+ }
52
+
53
+ /**
54
+ * Result of {@linkcode PluginProgramLayoutApi.arrange} /
55
+ * {@linkcode PluginProgramLayoutApi.pack}.
56
+ *
57
+ * | Property | Type | Description |
58
+ * |---|---|---|
59
+ * | `success` | `boolean` | Whether the layout run completed |
60
+ * | `error` | `string \| undefined` | Failure reason when `success` is `false` |
61
+ */
62
+ export const PluginProgramLayoutRunResult = z.object({
63
+ success: z.boolean(),
64
+ error: z.string().optional(),
65
+ })
66
+ export type PluginProgramLayoutRunResult = z.infer<
67
+ typeof PluginProgramLayoutRunResult
68
+ >