@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,431 @@
1
+ import * as z from "zod";
2
+ import { PluginApiReturn } from "../../types";
3
+ import { PluginAreaUnit } from "./metrics";
4
+ import { ComponentHandle } from "../../handles";
5
+ /**
6
+ * Program departments — read the department groupings of the active program.
7
+ *
8
+ * In program mode a **department** is a named, colored grouping of spaces with an
9
+ * optional area **target**. This is the program-planning view of departments
10
+ * (their identity, color, and target area); the underlying space geometry is read
11
+ * and edited through the geometry namespaces, not here.
12
+ *
13
+ * All methods are reads: they return plain records and never throw for a missing
14
+ * department (`get` returns `null`, `list` returns `[]`).
15
+ *
16
+ * Accessed via `snaptrude.program.departments`.
17
+ */
18
+ export declare abstract class PluginProgramDepartmentsApi {
19
+ constructor();
20
+ /**
21
+ * List the departments in the active program.
22
+ *
23
+ * Returns every department — well-known (Default, Site, …) and user-created —
24
+ * with its identity, color, and area target (when one has been set).
25
+ *
26
+ * @returns A {@linkcode PluginProgramDepartmentsListResult} with a `departments`
27
+ * array (empty when the project has none).
28
+ *
29
+ * @examplePrompt List all the departments in my program
30
+ * @examplePrompt What program groups do I have and what are their target areas?
31
+ * @examplePrompt Show every department with its colour
32
+ * @examplePrompt Get the area target for each department
33
+ * @examplePrompt How many departments are in this project?
34
+ *
35
+ * # Example
36
+ * ```ts
37
+ * const { units, departments } = await snaptrude.program.departments.list()
38
+ * for (const d of departments) console.log(d.name, d.color, d.targetArea, units)
39
+ * ```
40
+ */
41
+ abstract list(): PluginApiReturn<PluginProgramDepartmentsListResult>;
42
+ /**
43
+ * Get a single department by id.
44
+ *
45
+ * @param departmentId - The id of the department to read.
46
+ * @returns The matching {@linkcode PluginProgramDepartment}, or `null` if no
47
+ * department has that id.
48
+ *
49
+ * @examplePrompt Get the department with id dep_123
50
+ * @examplePrompt Look up a single department by its id
51
+ * @examplePrompt What is the target area of this department id?
52
+ *
53
+ * # Example
54
+ * ```ts
55
+ * const dept = await snaptrude.program.departments.get("dep_123")
56
+ * if (dept) console.log(dept.name, dept.targetArea)
57
+ * ```
58
+ */
59
+ abstract get(departmentId: string): PluginApiReturn<PluginProgramDepartmentsGetResult>;
60
+ /**
61
+ * Create a new department in the active program.
62
+ *
63
+ * Adds a named, colored program grouping. The new department starts empty —
64
+ * put spaces in it with {@linkcode PluginProgramDepartmentsApi.assign}, and set
65
+ * its area goal with {@linkcode PluginProgramDepartmentsApi.setTargetArea}.
66
+ *
67
+ * @param name - Display name of the new department.
68
+ * @param color - CSS hex color string (e.g. `"#b5e1dc"`).
69
+ * @returns The new department's id (read the full record back with
70
+ * {@linkcode PluginProgramDepartmentsApi.get}).
71
+ * @throws If the department could not be created.
72
+ *
73
+ * @examplePrompt Create a department called Bedrooms in light blue
74
+ * @examplePrompt Add a new program group named Circulation with color #cccccc
75
+ * @examplePrompt Make a Classrooms department
76
+ * @examplePrompt Set up a Lobby department in the program
77
+ *
78
+ * # Example
79
+ * ```ts
80
+ * const { departmentId } = await snaptrude.program.departments.create("Bedrooms", "#b5e1dc")
81
+ * ```
82
+ */
83
+ abstract create(name: string, color: string): PluginApiReturn<PluginProgramDepartmentsCreateResult>;
84
+ /**
85
+ * Update a department's name and/or color.
86
+ *
87
+ * A **sparse** update: omitted fields are left unchanged. Use
88
+ * {@linkcode PluginProgramDepartmentsApi.setTargetArea} to change the area
89
+ * target (not this method).
90
+ *
91
+ * @param departmentId - The id of the department to update.
92
+ * @param options - Any of `name`, `color`; omitted fields are left unchanged.
93
+ * @returns The updated {@linkcode PluginProgramDepartment} (with the response
94
+ * `units` for its `targetArea`).
95
+ * @throws If no department has the given id.
96
+ *
97
+ * @examplePrompt Rename the Bedrooms department to Suites
98
+ * @examplePrompt Change the Circulation department colour to #ff8800
99
+ * @examplePrompt Recolour department dep_123
100
+ * @examplePrompt Update the Lobby department's display name
101
+ *
102
+ * # Example
103
+ * ```ts
104
+ * const dept = await snaptrude.program.departments.update("dep_123", { name: "Suites" })
105
+ * ```
106
+ */
107
+ abstract update(departmentId: string, options?: {
108
+ name?: string;
109
+ color?: string;
110
+ }): PluginApiReturn<PluginProgramDepartmentsUpdateResult>;
111
+ /**
112
+ * Assign one or more spaces to a department.
113
+ *
114
+ * Moves each space into the given department — an undoable membership change.
115
+ * A space belongs to exactly one department, so assigning re-homes it from any
116
+ * previous one. Paired with {@linkcode PluginProgramDepartmentsApi.unassign}.
117
+ *
118
+ * @param departmentId - The department to assign the spaces to.
119
+ * @param spaceIds - The ids of the spaces to move into the department (at
120
+ * least one).
121
+ * @returns The department and the space ids that were assigned.
122
+ * @throws If the department does not exist or a space id is invalid.
123
+ *
124
+ * @examplePrompt Assign the selected rooms to the Bedrooms department
125
+ * @examplePrompt Put spaces 12 and 13 in the Circulation department
126
+ * @examplePrompt Move this space into the Lobby department
127
+ * @examplePrompt Add the kitchen spaces to the Service department
128
+ *
129
+ * # Example
130
+ * ```ts
131
+ * await snaptrude.program.departments.assign("dep_123", ["sp_1", "sp_2"])
132
+ * ```
133
+ */
134
+ abstract assign(departmentId: string, spaceIds: ComponentHandle[]): PluginApiReturn<PluginProgramDepartmentsAssignResult>;
135
+ /**
136
+ * Remove one or more spaces from their department.
137
+ *
138
+ * Returns each space to the **Default** department — there is no "no
139
+ * department" state, so unassigning means reassigning to Default. Paired with
140
+ * {@linkcode PluginProgramDepartmentsApi.assign}.
141
+ *
142
+ * @param spaceIds - The ids of the spaces to remove from their current
143
+ * department (at least one).
144
+ * @returns The space ids that were returned to Default.
145
+ * @throws If a space id is invalid.
146
+ *
147
+ * @examplePrompt Remove the selected rooms from their department
148
+ * @examplePrompt Unassign space sp_1 from any department
149
+ * @examplePrompt Clear the department on these spaces
150
+ * @examplePrompt Take the kitchen out of the Service department
151
+ *
152
+ * # Example
153
+ * ```ts
154
+ * await snaptrude.program.departments.unassign(["sp_1"])
155
+ * ```
156
+ */
157
+ abstract unassign(spaceIds: ComponentHandle[]): PluginApiReturn<PluginProgramDepartmentsUnassignResult>;
158
+ /**
159
+ * Set a department's target area.
160
+ *
161
+ * The goal the program metrics compare allocated area against (see
162
+ * {@linkcode PluginProgramMetricsApi}). Pass `units` to say what unit
163
+ * `targetArea` is in; it defaults to the project's area units. Read the target
164
+ * back from {@linkcode PluginProgramDepartmentsApi.get} (`targetArea`).
165
+ *
166
+ * @param departmentId - The id of the department whose target to set.
167
+ * @param targetArea - The target area, in `units`.
168
+ * @param units - Unit of `targetArea` (defaults to the project's area units).
169
+ * @returns The updated {@linkcode PluginProgramDepartment} with its `units`.
170
+ * @throws If no department has the given id.
171
+ *
172
+ * @examplePrompt Set the Bedrooms department target area to 2000 sqft
173
+ * @examplePrompt Give the Circulation department a 500 sqm area target
174
+ * @examplePrompt Target 1500 square feet for the Classrooms department
175
+ * @examplePrompt Update the area goal for department dep_123
176
+ *
177
+ * # Example
178
+ * ```ts
179
+ * await snaptrude.program.departments.setTargetArea("dep_123", 2000, "ft2")
180
+ * ```
181
+ */
182
+ abstract setTargetArea(departmentId: string, targetArea: number, units?: PluginAreaUnit): PluginApiReturn<PluginProgramDepartmentsSetTargetAreaResult>;
183
+ /**
184
+ * Delete a department.
185
+ *
186
+ * Any spaces still assigned to it are returned to the **Default** department
187
+ * (no space is left orphaned). The reserved departments (Default, Site,
188
+ * Envelope, Core) cannot be deleted.
189
+ *
190
+ * @param departmentId - The id of the department to delete.
191
+ * @returns The id of the deleted department and the spaces that were reassigned
192
+ * to Default.
193
+ * @throws If no department has the given id, or it is a reserved department.
194
+ *
195
+ * @examplePrompt Delete the Bedrooms department
196
+ * @examplePrompt Remove the empty Circulation department
197
+ * @examplePrompt Delete department dep_123 and move its rooms to Default
198
+ *
199
+ * # Example
200
+ * ```ts
201
+ * await snaptrude.program.departments.delete("dep_123")
202
+ * ```
203
+ */
204
+ delete?: (departmentId: string) => PluginApiReturn<PluginProgramDepartmentsDeleteResult>;
205
+ }
206
+ /**
207
+ * A department in the active program. Its `targetArea` is in the enclosing
208
+ * response's `units` (see the area-units convention in
209
+ * {@linkcode PluginAreaUnit}).
210
+ *
211
+ * | Property | Type | Description |
212
+ * |---|---|---|
213
+ * | `id` | `string` | Unique department id |
214
+ * | `name` | `string` | Display name |
215
+ * | `color` | `string` | CSS hex color string (e.g. `"#b5e1dc"`) |
216
+ * | `targetArea` | `number \| null` | Target area in the response's `units`, or `null` if no target is set |
217
+ */
218
+ export declare const PluginProgramDepartment: z.ZodObject<{
219
+ id: z.ZodString;
220
+ name: z.ZodString;
221
+ color: z.ZodString;
222
+ targetArea: z.ZodNullable<z.ZodNumber>;
223
+ }, z.core.$strip>;
224
+ export type PluginProgramDepartment = z.infer<typeof PluginProgramDepartment>;
225
+ /**
226
+ * Result of {@linkcode PluginProgramDepartmentsApi.list}. Per the area-units
227
+ * convention, `units` sits on this response envelope (not on each record).
228
+ *
229
+ * | Property | Type | Description |
230
+ * |---|---|---|
231
+ * | `units` | `"ft2" \| "m2"` | The unit every `targetArea` below is reported in |
232
+ * | `departments` | {@linkcode PluginProgramDepartment}`[]` | All departments in the active program |
233
+ */
234
+ export declare const PluginProgramDepartmentsListResult: z.ZodObject<{
235
+ units: z.ZodEnum<{
236
+ ft2: "ft2";
237
+ m2: "m2";
238
+ }>;
239
+ departments: z.ZodArray<z.ZodObject<{
240
+ id: z.ZodString;
241
+ name: z.ZodString;
242
+ color: z.ZodString;
243
+ targetArea: z.ZodNullable<z.ZodNumber>;
244
+ }, z.core.$strip>>;
245
+ }, z.core.$strip>;
246
+ export type PluginProgramDepartmentsListResult = z.infer<typeof PluginProgramDepartmentsListResult>;
247
+ /**
248
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.get}.
249
+ *
250
+ * | Property | Type | Description |
251
+ * |---|---|---|
252
+ * | `departmentId` | `string` | The id of the department to read |
253
+ */
254
+ export declare const PluginProgramDepartmentsGetArgs: z.ZodObject<{
255
+ departmentId: z.ZodString;
256
+ }, z.core.$strip>;
257
+ export type PluginProgramDepartmentsGetArgs = z.infer<typeof PluginProgramDepartmentsGetArgs>;
258
+ /**
259
+ * Result of {@linkcode PluginProgramDepartmentsApi.get} — the department, or
260
+ * `null` when no department has the given id. This is a bare `.get` record, so
261
+ * per the area-units convention `units` is carried on the record itself.
262
+ */
263
+ export declare const PluginProgramDepartmentsGetResult: z.ZodNullable<z.ZodObject<{
264
+ id: z.ZodString;
265
+ name: z.ZodString;
266
+ color: z.ZodString;
267
+ targetArea: z.ZodNullable<z.ZodNumber>;
268
+ units: z.ZodEnum<{
269
+ ft2: "ft2";
270
+ m2: "m2";
271
+ }>;
272
+ }, z.core.$strip>>;
273
+ export type PluginProgramDepartmentsGetResult = z.infer<typeof PluginProgramDepartmentsGetResult>;
274
+ /**
275
+ * A department record with its area `units` — the shape returned by the
276
+ * single-record department writes (`update`, `setTargetArea`). Per the
277
+ * area-units convention, a bare record carries `units` on itself.
278
+ */
279
+ export declare const PluginProgramDepartmentRecord: z.ZodObject<{
280
+ id: z.ZodString;
281
+ name: z.ZodString;
282
+ color: z.ZodString;
283
+ targetArea: z.ZodNullable<z.ZodNumber>;
284
+ units: z.ZodEnum<{
285
+ ft2: "ft2";
286
+ m2: "m2";
287
+ }>;
288
+ }, z.core.$strip>;
289
+ export type PluginProgramDepartmentRecord = z.infer<typeof PluginProgramDepartmentRecord>;
290
+ /**
291
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.create}.
292
+ *
293
+ * | Property | Type | Description |
294
+ * |---|---|---|
295
+ * | `name` | `string` | Display name of the new department |
296
+ * | `color` | `string` | CSS hex color string (e.g. `"#b5e1dc"`) |
297
+ */
298
+ export declare const PluginProgramDepartmentsCreateArgs: z.ZodObject<{
299
+ name: z.ZodString;
300
+ color: z.ZodString;
301
+ }, z.core.$strip>;
302
+ export type PluginProgramDepartmentsCreateArgs = z.infer<typeof PluginProgramDepartmentsCreateArgs>;
303
+ /**
304
+ * Result of {@linkcode PluginProgramDepartmentsApi.create} — the id of the
305
+ * newly created department.
306
+ */
307
+ export declare const PluginProgramDepartmentsCreateResult: z.ZodObject<{
308
+ departmentId: z.ZodString;
309
+ }, z.core.$strip>;
310
+ export type PluginProgramDepartmentsCreateResult = z.infer<typeof PluginProgramDepartmentsCreateResult>;
311
+ /**
312
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.update}. Sparse — only
313
+ * the provided fields are changed.
314
+ *
315
+ * | Property | Type | Description |
316
+ * |---|---|---|
317
+ * | `departmentId` | `string` | The id of the department to update |
318
+ * | `name` | `string \| undefined` | New display name (unchanged if omitted) |
319
+ * | `color` | `string \| undefined` | New CSS hex color (unchanged if omitted) |
320
+ */
321
+ export declare const PluginProgramDepartmentsUpdateArgs: z.ZodObject<{
322
+ departmentId: z.ZodString;
323
+ name: z.ZodOptional<z.ZodString>;
324
+ color: z.ZodOptional<z.ZodString>;
325
+ }, z.core.$strip>;
326
+ export type PluginProgramDepartmentsUpdateArgs = z.infer<typeof PluginProgramDepartmentsUpdateArgs>;
327
+ /** Result of {@linkcode PluginProgramDepartmentsApi.update} — the updated record. */
328
+ export declare const PluginProgramDepartmentsUpdateResult: z.ZodObject<{
329
+ id: z.ZodString;
330
+ name: z.ZodString;
331
+ color: z.ZodString;
332
+ targetArea: z.ZodNullable<z.ZodNumber>;
333
+ units: z.ZodEnum<{
334
+ ft2: "ft2";
335
+ m2: "m2";
336
+ }>;
337
+ }, z.core.$strip>;
338
+ export type PluginProgramDepartmentsUpdateResult = z.infer<typeof PluginProgramDepartmentsUpdateResult>;
339
+ /**
340
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.assign}.
341
+ *
342
+ * | Property | Type | Description |
343
+ * |---|---|---|
344
+ * | `departmentId` | `string` | The department to assign the spaces to |
345
+ * | `spaceIds` | `ComponentHandle[]` | The ids of the spaces to move into the department |
346
+ */
347
+ export declare const PluginProgramDepartmentsAssignArgs: z.ZodObject<{
348
+ departmentId: z.ZodString;
349
+ spaceIds: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<ComponentHandle, string>>>;
350
+ }, z.core.$strip>;
351
+ export type PluginProgramDepartmentsAssignArgs = z.infer<typeof PluginProgramDepartmentsAssignArgs>;
352
+ /** Result of {@linkcode PluginProgramDepartmentsApi.assign}. */
353
+ export declare const PluginProgramDepartmentsAssignResult: z.ZodObject<{
354
+ departmentId: z.ZodString;
355
+ spaceIds: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<ComponentHandle, string>>>;
356
+ }, z.core.$strip>;
357
+ export type PluginProgramDepartmentsAssignResult = z.infer<typeof PluginProgramDepartmentsAssignResult>;
358
+ /**
359
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.unassign}.
360
+ *
361
+ * | Property | Type | Description |
362
+ * |---|---|---|
363
+ * | `spaceIds` | `ComponentHandle[]` | The ids of the spaces to return to the Default department |
364
+ */
365
+ export declare const PluginProgramDepartmentsUnassignArgs: z.ZodObject<{
366
+ spaceIds: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<ComponentHandle, string>>>;
367
+ }, z.core.$strip>;
368
+ export type PluginProgramDepartmentsUnassignArgs = z.infer<typeof PluginProgramDepartmentsUnassignArgs>;
369
+ /** Result of {@linkcode PluginProgramDepartmentsApi.unassign}. */
370
+ export declare const PluginProgramDepartmentsUnassignResult: z.ZodObject<{
371
+ spaceIds: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<ComponentHandle, string>>>;
372
+ }, z.core.$strip>;
373
+ export type PluginProgramDepartmentsUnassignResult = z.infer<typeof PluginProgramDepartmentsUnassignResult>;
374
+ /**
375
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.setTargetArea}.
376
+ *
377
+ * | Property | Type | Description |
378
+ * |---|---|---|
379
+ * | `departmentId` | `string` | The id of the department whose target to set |
380
+ * | `targetArea` | `number` | The target area, in `units` |
381
+ * | `units` | `"ft2" \| "m2" \| undefined` | Unit of `targetArea` (defaults to the project's area units) |
382
+ */
383
+ export declare const PluginProgramDepartmentsSetTargetAreaArgs: z.ZodObject<{
384
+ departmentId: z.ZodString;
385
+ targetArea: z.ZodNumber;
386
+ units: z.ZodOptional<z.ZodEnum<{
387
+ ft2: "ft2";
388
+ m2: "m2";
389
+ }>>;
390
+ }, z.core.$strip>;
391
+ export type PluginProgramDepartmentsSetTargetAreaArgs = z.infer<typeof PluginProgramDepartmentsSetTargetAreaArgs>;
392
+ /**
393
+ * Result of {@linkcode PluginProgramDepartmentsApi.setTargetArea} — the updated
394
+ * department record with its `units`.
395
+ */
396
+ export declare const PluginProgramDepartmentsSetTargetAreaResult: z.ZodObject<{
397
+ id: z.ZodString;
398
+ name: z.ZodString;
399
+ color: z.ZodString;
400
+ targetArea: z.ZodNullable<z.ZodNumber>;
401
+ units: z.ZodEnum<{
402
+ ft2: "ft2";
403
+ m2: "m2";
404
+ }>;
405
+ }, z.core.$strip>;
406
+ export type PluginProgramDepartmentsSetTargetAreaResult = z.infer<typeof PluginProgramDepartmentsSetTargetAreaResult>;
407
+ /**
408
+ * Arguments for {@linkcode PluginProgramDepartmentsApi.delete}.
409
+ *
410
+ * | Property | Type | Description |
411
+ * |---|---|---|
412
+ * | `departmentId` | `string` | The id of the department to delete |
413
+ */
414
+ export declare const PluginProgramDepartmentsDeleteArgs: z.ZodObject<{
415
+ departmentId: z.ZodString;
416
+ }, z.core.$strip>;
417
+ export type PluginProgramDepartmentsDeleteArgs = z.infer<typeof PluginProgramDepartmentsDeleteArgs>;
418
+ /**
419
+ * Result of {@linkcode PluginProgramDepartmentsApi.delete}.
420
+ *
421
+ * | Property | Type | Description |
422
+ * |---|---|---|
423
+ * | `departmentId` | `string` | The id of the deleted department |
424
+ * | `reassignedSpaceIds` | `ComponentHandle[]` | Spaces that were returned to the Default department |
425
+ */
426
+ export declare const PluginProgramDepartmentsDeleteResult: z.ZodObject<{
427
+ departmentId: z.ZodString;
428
+ reassignedSpaceIds: z.ZodArray<z.ZodPipe<z.ZodString, z.ZodTransform<ComponentHandle, string>>>;
429
+ }, z.core.$strip>;
430
+ export type PluginProgramDepartmentsDeleteResult = z.infer<typeof PluginProgramDepartmentsDeleteResult>;
431
+ //# sourceMappingURL=departments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"departments.d.ts","sourceRoot":"","sources":["../../../src/api/program/departments.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,69 @@
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
+ * Program-mode planning APIs.
12
+ *
13
+ * The program is the space-planning layer: department groupings with area targets,
14
+ * the metrics that track allocated area against those targets, and the reports
15
+ * that render program/takeoff data to spreadsheet sheets. Reads describe the
16
+ * *plan* (intent + targets); the geometry that realizes the plan is authored
17
+ * through the geometry namespaces.
18
+ *
19
+ * - {@linkcode PluginProgramApi.departments} — Read & edit program departments (groupings + targets)
20
+ * - {@linkcode PluginProgramApi.adjacency} — Read & compute the department/space adjacency matrix
21
+ * - {@linkcode PluginProgramApi.layout} — Arrange/pack spaces in the envelope (authored ahead)
22
+ * - {@linkcode PluginProgramApi.metrics} — Read the area-program summary
23
+ * - {@linkcode PluginProgramApi.areas} — FAR / built-up-area rollup and groupings
24
+ * - {@linkcode PluginProgramApi.spreadsheet} — Render program data to sheets and read it back
25
+ * - {@linkcode PluginProgramApi.site} — Read the site/plot planning context
26
+ * - {@linkcode PluginProgramApi.cores} — Read & trigger vertical-circulation cores
27
+ * - {@linkcode PluginProgramApi.classification} — Classification catalog + display tags
28
+ *
29
+ * Sub-namespaces typed as optional (`?`) are **authored ahead of the host** —
30
+ * declared so plugins and codegen can see the shape, but not required of host
31
+ * implementations and kept out of the discovery manifest until the host lands
32
+ * them (at which point they are promoted to required `abstract` members).
33
+ *
34
+ * Accessed via `snaptrude.program`.
35
+ */
36
+ export declare abstract class PluginProgramApi {
37
+ /** Program departments — groupings, area targets, and space assignment. See {@linkcode PluginProgramDepartmentsApi}. */
38
+ abstract departments: PluginProgramDepartmentsApi;
39
+ /** Adjacency matrix — read & compute proximity relationships. See {@linkcode PluginProgramAdjacencyApi}. */
40
+ abstract adjacency: PluginProgramAdjacencyApi;
41
+ /**
42
+ * Arrange/pack spaces in the envelope. See {@linkcode PluginProgramLayoutApi}.
43
+ * _(authored ahead — optional until the host lands it next increment.)_
44
+ */
45
+ layout?: PluginProgramLayoutApi;
46
+ /** Area-program summary — targets vs allocated area. See {@linkcode PluginProgramMetricsApi}. */
47
+ abstract metrics: PluginProgramMetricsApi;
48
+ /** FAR / built-up-area rollup and groupings. See {@linkcode PluginProgramAreasApi}. */
49
+ abstract areas: PluginProgramAreasApi;
50
+ /** Spreadsheet reports — render tables to sheets, export, list, read back. See {@linkcode PluginProgramSpreadsheetApi}. */
51
+ abstract spreadsheet: PluginProgramSpreadsheetApi;
52
+ /** Site/plot planning context — total area, parcel footprints, geo rings. See {@linkcode PluginProgramSiteApi}. */
53
+ abstract site: PluginProgramSiteApi;
54
+ /** Vertical-circulation cores — read & predicate (live); generation trigger is optional. See {@linkcode PluginProgramCoresApi}. */
55
+ abstract cores: PluginProgramCoresApi;
56
+ /** Classification catalog (space/area/mass types) + display tags. See {@linkcode PluginProgramClassificationApi}. */
57
+ abstract classification: PluginProgramClassificationApi;
58
+ constructor();
59
+ }
60
+ export * from "./departments";
61
+ export * from "./adjacency";
62
+ export * from "./layout";
63
+ export * from "./metrics";
64
+ export * from "./spreadsheet";
65
+ export * from "./site";
66
+ export * from "./cores";
67
+ export * from "./classification";
68
+ export * from "./areas";
69
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/api/program/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAA;AAC3D,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAA;AACvD,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAA;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,WAAW,CAAA;AACnD,OAAO,EAAE,2BAA2B,EAAE,MAAM,eAAe,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAC7C,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAC/C,OAAO,EAAE,8BAA8B,EAAE,MAAM,kBAAkB,CAAA;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,SAAS,CAAA;AAE/C;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,8BAAsB,gBAAgB;IACpC,wHAAwH;IACxH,SAAgB,WAAW,EAAE,2BAA2B,CAAA;IACxD,4GAA4G;IAC5G,SAAgB,SAAS,EAAE,yBAAyB,CAAA;IACpD;;;OAGG;IACI,MAAM,CAAC,EAAE,sBAAsB,CAAA;IACtC,iGAAiG;IACjG,SAAgB,OAAO,EAAE,uBAAuB,CAAA;IAChD,uFAAuF;IACvF,SAAgB,KAAK,EAAE,qBAAqB,CAAA;IAC5C,2HAA2H;IAC3H,SAAgB,WAAW,EAAE,2BAA2B,CAAA;IACxD,mHAAmH;IACnH,SAAgB,IAAI,EAAE,oBAAoB,CAAA;IAC1C,mIAAmI;IACnI,SAAgB,KAAK,EAAE,qBAAqB,CAAA;IAC5C,qHAAqH;IACrH,SAAgB,cAAc,EAAE,8BAA8B,CAAA;;CAG/D;AAED,cAAc,eAAe,CAAA;AAC7B,cAAc,aAAa,CAAA;AAC3B,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA;AAC7B,cAAc,QAAQ,CAAA;AACtB,cAAc,SAAS,CAAA;AACvB,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA"}
@@ -0,0 +1,63 @@
1
+ import * as z from "zod";
2
+ import { PluginApiReturn } from "../../types";
3
+ /**
4
+ * Program layout — arrange and pack spaces inside the envelope.
5
+ *
6
+ * These wrap the product's **Arrange in envelope** / **Pack in envelope**
7
+ * tools (engine: `Planner.pack_arrange` in the react host) — stages two and
8
+ * three of the space-planning workflow that starts with
9
+ * {@linkcode PluginProgramAdjacencyApi} (`program.adjacency`).
10
+ *
11
+ * _(Authored ahead — both methods are optional until the host lands them in
12
+ * the next increment, and are kept out of the discovery manifest until then.)_
13
+ *
14
+ * Accessed via `snaptrude.program.layout`.
15
+ */
16
+ export declare abstract class PluginProgramLayoutApi {
17
+ constructor();
18
+ /**
19
+ * Arrange the spaces inside the envelope using the computed adjacency data.
20
+ * _(Authored ahead — optional until the host lands.)_
21
+ *
22
+ * @examplePrompt Arrange the rooms in the envelope
23
+ * @examplePrompt Lay out the departments inside the building envelope
24
+ * @examplePrompt Auto-arrange the program spaces
25
+ *
26
+ * # Example
27
+ * ```ts
28
+ * const { success, error } = await snaptrude.program.layout.arrange()
29
+ * if (!success) console.log("Arrange failed:", error)
30
+ * ```
31
+ */
32
+ arrange?: () => PluginApiReturn<PluginProgramLayoutRunResult>;
33
+ /**
34
+ * Pack the spaces into the envelope (a tighter fit than arrange).
35
+ * _(Authored ahead — optional until the host lands.)_
36
+ *
37
+ * @examplePrompt Pack the rooms into the envelope
38
+ * @examplePrompt Fit the program spaces tightly into the building
39
+ * @examplePrompt Run pack-in-envelope on this storey
40
+ *
41
+ * # Example
42
+ * ```ts
43
+ * const { success, error } = await snaptrude.program.layout.pack()
44
+ * if (!success) console.log("Pack failed:", error)
45
+ * ```
46
+ */
47
+ pack?: () => PluginApiReturn<PluginProgramLayoutRunResult>;
48
+ }
49
+ /**
50
+ * Result of {@linkcode PluginProgramLayoutApi.arrange} /
51
+ * {@linkcode PluginProgramLayoutApi.pack}.
52
+ *
53
+ * | Property | Type | Description |
54
+ * |---|---|---|
55
+ * | `success` | `boolean` | Whether the layout run completed |
56
+ * | `error` | `string \| undefined` | Failure reason when `success` is `false` |
57
+ */
58
+ export declare const PluginProgramLayoutRunResult: z.ZodObject<{
59
+ success: z.ZodBoolean;
60
+ error: z.ZodOptional<z.ZodString>;
61
+ }, z.core.$strip>;
62
+ export type PluginProgramLayoutRunResult = z.infer<typeof PluginProgramLayoutRunResult>;
63
+ //# sourceMappingURL=layout.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/api/program/layout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAA;AACxB,OAAO,EAAE,eAAe,EAAE,MAAM,aAAa,CAAA;AAE7C;;;;;;;;;;;;GAYG;AACH,8BAAsB,sBAAsB;;IAG1C;;;;;;;;;;;;;OAaG;IACI,OAAO,CAAC,EAAE,MAAM,eAAe,CAAC,4BAA4B,CAAC,CAAA;IAEpE;;;;;;;;;;;;;OAaG;IACI,IAAI,CAAC,EAAE,MAAM,eAAe,CAAC,4BAA4B,CAAC,CAAA;CAClE;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,4BAA4B;;;iBAGvC,CAAA;AACF,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,4BAA4B,CACpC,CAAA"}