@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.
- package/AGENTS.md +227 -0
- package/CHANGELOG.md +119 -0
- package/CLAUDE.md +11 -0
- package/api-manifest.json +5004 -0
- package/dist/api/core/buildings.d.ts +427 -0
- package/dist/api/core/buildings.d.ts.map +1 -0
- package/dist/api/core/comment/index.d.ts +230 -0
- package/dist/api/core/comment/index.d.ts.map +1 -0
- package/dist/api/core/geom/create/index.d.ts +247 -0
- package/dist/api/core/geom/create/index.d.ts.map +1 -0
- package/dist/api/core/geom/delete/index.d.ts +72 -0
- package/dist/api/core/geom/delete/index.d.ts.map +1 -0
- package/dist/api/core/geom/index.d.ts +33 -0
- package/dist/api/core/geom/index.d.ts.map +1 -0
- package/dist/api/core/geom/query/arc.d.ts +169 -0
- package/dist/api/core/geom/query/arc.d.ts.map +1 -0
- package/dist/api/core/geom/query/brep.d.ts +402 -0
- package/dist/api/core/geom/query/brep.d.ts.map +1 -0
- package/dist/api/core/geom/query/circle.d.ts +378 -0
- package/dist/api/core/geom/query/circle.d.ts.map +1 -0
- package/dist/api/core/geom/query/contour.d.ts +450 -0
- package/dist/api/core/geom/query/contour.d.ts.map +1 -0
- package/dist/api/core/geom/query/curve.d.ts +918 -0
- package/dist/api/core/geom/query/curve.d.ts.map +1 -0
- package/dist/api/core/geom/query/edge.d.ts +128 -0
- package/dist/api/core/geom/query/edge.d.ts.map +1 -0
- package/dist/api/core/geom/query/face.d.ts +363 -0
- package/dist/api/core/geom/query/face.d.ts.map +1 -0
- package/dist/api/core/geom/query/halfedge.d.ts +206 -0
- package/dist/api/core/geom/query/halfedge.d.ts.map +1 -0
- package/dist/api/core/geom/query/index.d.ts +61 -0
- package/dist/api/core/geom/query/index.d.ts.map +1 -0
- package/dist/api/core/geom/query/profile.d.ts +410 -0
- package/dist/api/core/geom/query/profile.d.ts.map +1 -0
- package/dist/api/core/geom/query/vertex.d.ts +187 -0
- package/dist/api/core/geom/query/vertex.d.ts.map +1 -0
- package/dist/api/core/geom/update/contour.d.ts +272 -0
- package/dist/api/core/geom/update/contour.d.ts.map +1 -0
- package/dist/api/core/geom/update/curve.d.ts +180 -0
- package/dist/api/core/geom/update/curve.d.ts.map +1 -0
- package/dist/api/core/geom/update/index.d.ts +27 -0
- package/dist/api/core/geom/update/index.d.ts.map +1 -0
- package/dist/api/core/geom/update/profile.d.ts +329 -0
- package/dist/api/core/geom/update/profile.d.ts.map +1 -0
- package/dist/api/core/groups.d.ts +485 -0
- package/dist/api/core/groups.d.ts.map +1 -0
- package/dist/api/core/history/index.d.ts +78 -0
- package/dist/api/core/history/index.d.ts.map +1 -0
- package/dist/api/core/index.d.ts +63 -0
- package/dist/api/core/index.d.ts.map +1 -0
- package/dist/api/core/layers.d.ts +402 -0
- package/dist/api/core/layers.d.ts.map +1 -0
- package/dist/api/core/math/index.d.ts +18 -0
- package/dist/api/core/math/index.d.ts.map +1 -0
- package/dist/api/core/math/quat.d.ts +170 -0
- package/dist/api/core/math/quat.d.ts.map +1 -0
- package/dist/api/core/math/vec3.d.ts +174 -0
- package/dist/api/core/math/vec3.d.ts.map +1 -0
- package/dist/api/core/project/index.d.ts +399 -0
- package/dist/api/core/project/index.d.ts.map +1 -0
- package/dist/api/core/tags.d.ts +755 -0
- package/dist/api/core/tags.d.ts.map +1 -0
- package/dist/api/core/units/index.d.ts +175 -0
- package/dist/api/core/units/index.d.ts.map +1 -0
- package/dist/api/core/zoom/index.d.ts +45 -0
- package/dist/api/core/zoom/index.d.ts.map +1 -0
- package/dist/api/design/boolean/index.d.ts +168 -0
- package/dist/api/design/boolean/index.d.ts.map +1 -0
- package/dist/api/design/create/index.d.ts +828 -0
- package/dist/api/design/create/index.d.ts.map +1 -0
- package/dist/api/design/delete/index.d.ts +63 -0
- package/dist/api/design/delete/index.d.ts.map +1 -0
- package/dist/api/design/doors/index.d.ts +268 -0
- package/dist/api/design/doors/index.d.ts.map +1 -0
- package/dist/api/design/edit/index.d.ts +49 -0
- package/dist/api/design/edit/index.d.ts.map +1 -0
- package/dist/api/design/erase/index.d.ts +160 -0
- package/dist/api/design/erase/index.d.ts.map +1 -0
- package/dist/api/design/furniture/index.d.ts +123 -0
- package/dist/api/design/furniture/index.d.ts.map +1 -0
- package/dist/api/design/index.d.ts +153 -0
- package/dist/api/design/index.d.ts.map +1 -0
- package/dist/api/design/lock.d.ts +41 -0
- package/dist/api/design/lock.d.ts.map +1 -0
- package/dist/api/design/materials/index.d.ts +297 -0
- package/dist/api/design/materials/index.d.ts.map +1 -0
- package/dist/api/design/query/geometry/index.d.ts +140 -0
- package/dist/api/design/query/geometry/index.d.ts.map +1 -0
- package/dist/api/design/query/index.d.ts +1011 -0
- package/dist/api/design/query/index.d.ts.map +1 -0
- package/dist/api/design/query/spaces.d.ts +221 -0
- package/dist/api/design/query/spaces.d.ts.map +1 -0
- package/dist/api/design/selection/index.d.ts +138 -0
- package/dist/api/design/selection/index.d.ts.map +1 -0
- package/dist/api/design/shared.d.ts +38 -0
- package/dist/api/design/shared.d.ts.map +1 -0
- package/dist/api/design/transform/index.d.ts +87 -0
- package/dist/api/design/transform/index.d.ts.map +1 -0
- package/dist/api/design/update/index.d.ts +178 -0
- package/dist/api/design/update/index.d.ts.map +1 -0
- package/dist/api/design/windows/index.d.ts +189 -0
- package/dist/api/design/windows/index.d.ts.map +1 -0
- package/dist/api/entity/buildableEnvelope.d.ts +261 -0
- package/dist/api/entity/buildableEnvelope.d.ts.map +1 -0
- package/dist/api/entity/department.d.ts +1 -0
- package/dist/api/entity/department.d.ts.map +1 -0
- package/dist/api/entity/index.d.ts +28 -0
- package/dist/api/entity/index.d.ts.map +1 -0
- package/dist/api/entity/referenceLine.d.ts +202 -0
- package/dist/api/entity/referenceLine.d.ts.map +1 -0
- package/dist/api/entity/space.d.ts +846 -0
- package/dist/api/entity/space.d.ts.map +1 -0
- package/dist/api/entity/story.d.ts +249 -0
- package/dist/api/entity/story.d.ts.map +1 -0
- package/dist/api/index.d.ts +35 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/presentation/aiInspiration.d.ts +2400 -0
- package/dist/api/presentation/aiInspiration.d.ts.map +1 -0
- package/dist/api/presentation/diagrams.d.ts +81 -0
- package/dist/api/presentation/diagrams.d.ts.map +1 -0
- package/dist/api/presentation/import.d.ts +113 -0
- package/dist/api/presentation/import.d.ts.map +1 -0
- package/dist/api/presentation/index.d.ts +45 -0
- package/dist/api/presentation/index.d.ts.map +1 -0
- package/dist/api/presentation/sheets.d.ts +176 -0
- package/dist/api/presentation/sheets.d.ts.map +1 -0
- package/dist/api/presentation/views.d.ts +296 -0
- package/dist/api/presentation/views.d.ts.map +1 -0
- package/dist/api/program/adjacency.d.ts +155 -0
- package/dist/api/program/adjacency.d.ts.map +1 -0
- package/dist/api/program/areas.d.ts +360 -0
- package/dist/api/program/areas.d.ts.map +1 -0
- package/dist/api/program/classification.d.ts +135 -0
- package/dist/api/program/classification.d.ts.map +1 -0
- package/dist/api/program/cores.d.ts +174 -0
- package/dist/api/program/cores.d.ts.map +1 -0
- package/dist/api/program/departments.d.ts +431 -0
- package/dist/api/program/departments.d.ts.map +1 -0
- package/dist/api/program/index.d.ts +69 -0
- package/dist/api/program/index.d.ts.map +1 -0
- package/dist/api/program/layout.d.ts +63 -0
- package/dist/api/program/layout.d.ts.map +1 -0
- package/dist/api/program/metrics.d.ts +108 -0
- package/dist/api/program/metrics.d.ts.map +1 -0
- package/dist/api/program/site.d.ts +367 -0
- package/dist/api/program/site.d.ts.map +1 -0
- package/dist/api/program/spreadsheet.d.ts +2041 -0
- package/dist/api/program/spreadsheet.d.ts.map +1 -0
- package/dist/handles.d.ts +138 -0
- package/dist/handles.d.ts.map +1 -0
- package/dist/host-utils.d.ts +43 -0
- package/dist/host-utils.d.ts.map +1 -0
- package/dist/index.cjs +4597 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3870 -0
- package/dist/index.js.map +1 -0
- package/dist/types.d.ts +16 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +39 -0
- package/scripts/generate-manifest.mjs +193 -0
- package/scripts/generate-manifest.test.mjs +193 -0
- package/src/api/core/buildings.ts +485 -0
- package/src/api/core/comment/index.ts +258 -0
- package/src/api/core/geom/create/index.ts +293 -0
- package/src/api/core/geom/delete/index.ts +78 -0
- package/src/api/core/geom/index.ts +35 -0
- package/src/api/core/geom/query/arc.ts +169 -0
- package/src/api/core/geom/query/brep.ts +444 -0
- package/src/api/core/geom/query/circle.ts +404 -0
- package/src/api/core/geom/query/contour.ts +540 -0
- package/src/api/core/geom/query/curve.ts +1078 -0
- package/src/api/core/geom/query/edge.ts +130 -0
- package/src/api/core/geom/query/face.ts +403 -0
- package/src/api/core/geom/query/halfedge.ts +210 -0
- package/src/api/core/geom/query/index.ts +63 -0
- package/src/api/core/geom/query/profile.ts +473 -0
- package/src/api/core/geom/query/vertex.ts +205 -0
- package/src/api/core/geom/update/contour.ts +315 -0
- package/src/api/core/geom/update/curve.ts +209 -0
- package/src/api/core/geom/update/index.ts +29 -0
- package/src/api/core/geom/update/profile.ts +377 -0
- package/src/api/core/groups.ts +521 -0
- package/src/api/core/history/index.ts +84 -0
- package/src/api/core/index.ts +65 -0
- package/src/api/core/layers.ts +333 -0
- package/src/api/core/math/index.ts +20 -0
- package/src/api/core/math/quat.ts +172 -0
- package/src/api/core/math/vec3.ts +179 -0
- package/src/api/core/project/index.ts +418 -0
- package/src/api/core/tags.ts +808 -0
- package/src/api/core/units/index.ts +164 -0
- package/src/api/core/zoom/index.ts +47 -0
- package/src/api/design/boolean/index.ts +179 -0
- package/src/api/design/create/index.ts +886 -0
- package/src/api/design/delete/index.ts +67 -0
- package/src/api/design/doors/index.ts +285 -0
- package/src/api/design/edit/index.ts +54 -0
- package/src/api/design/erase/index.ts +151 -0
- package/src/api/design/furniture/index.ts +130 -0
- package/src/api/design/index.ts +162 -0
- package/src/api/design/lock.ts +42 -0
- package/src/api/design/materials/index.ts +301 -0
- package/src/api/design/query/geometry/index.ts +166 -0
- package/src/api/design/query/index.ts +937 -0
- package/src/api/design/query/spaces.ts +132 -0
- package/src/api/design/selection/index.ts +144 -0
- package/src/api/design/shared.ts +40 -0
- package/src/api/design/transform/index.ts +93 -0
- package/src/api/design/update/index.ts +117 -0
- package/src/api/design/windows/index.ts +207 -0
- package/src/api/entity/buildableEnvelope.ts +318 -0
- package/src/api/entity/department.ts +0 -0
- package/src/api/entity/index.ts +30 -0
- package/src/api/entity/referenceLine.ts +227 -0
- package/src/api/entity/space.ts +612 -0
- package/src/api/entity/story.ts +273 -0
- package/src/api/index.ts +37 -0
- package/src/api/presentation/aiInspiration.ts +1116 -0
- package/src/api/presentation/diagrams.ts +84 -0
- package/src/api/presentation/import.ts +112 -0
- package/src/api/presentation/index.ts +47 -0
- package/src/api/presentation/sheets.ts +198 -0
- package/src/api/presentation/views.ts +303 -0
- package/src/api/program/adjacency.ts +164 -0
- package/src/api/program/areas.ts +335 -0
- package/src/api/program/classification.ts +138 -0
- package/src/api/program/cores.ts +171 -0
- package/src/api/program/departments.ts +465 -0
- package/src/api/program/index.ts +71 -0
- package/src/api/program/layout.ts +68 -0
- package/src/api/program/metrics.ts +120 -0
- package/src/api/program/site.ts +326 -0
- package/src/api/program/spreadsheet.ts +2075 -0
- package/src/handles.ts +148 -0
- package/src/host-utils.ts +64 -0
- package/src/index.ts +4 -0
- package/src/types.ts +16 -0
- package/tsconfig.json +17 -0
- 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
|
+
>
|