@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
package/src/handles.ts
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import * as z from "zod"
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* An opaque, kind-tagged reference to a host-side object that crosses the RPC
|
|
5
|
+
* boundary by IDENTITY rather than by value. See `PLUGIN_API_EXPOSURE_HLD.md` §9.
|
|
6
|
+
*
|
|
7
|
+
* The phantom `__handle` brand makes a `Handle<"profile">` incompatible with a
|
|
8
|
+
* `Handle<"mass">` at compile time. At runtime a handle is just a string of the
|
|
9
|
+
* form `"<kind>_<token>"` (e.g. `"profile_k3f9a2x"`), so it is structured-clone
|
|
10
|
+
* safe and engine-free — plugin-core never imports the engine type it points at.
|
|
11
|
+
*/
|
|
12
|
+
export type Handle<K extends string> = string & { readonly __handle: K }
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* A scene-entity handle. Backed by the host `Component.id` and resolved live via
|
|
16
|
+
* the host scene index (StructureCollection) — never stored in the resource
|
|
17
|
+
* registry. Stable across undo/redo and persistable across sessions (§9.2).
|
|
18
|
+
*/
|
|
19
|
+
export type EntityId<K extends string = string> = Handle<K>
|
|
20
|
+
|
|
21
|
+
/** Resource handle: a host-resident, session-ephemeral geometry object (§9.2). */
|
|
22
|
+
export type ProfileHandle = Handle<"profile">
|
|
23
|
+
|
|
24
|
+
/** Resource handle: a host-resident contour (outer profile + hole profiles). */
|
|
25
|
+
export type ContourHandle = Handle<"contour">
|
|
26
|
+
|
|
27
|
+
/** Entity-handle example: a Mass / space scene object (Component.id). */
|
|
28
|
+
export type MassHandle = EntityId<"mass">
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* A scene BIM entity (wall, space, slab, floor, …). Backed by `Component.id` and
|
|
32
|
+
* resolved live via the host scene index (StructureCollection) — never stored in
|
|
33
|
+
* the resource registry. Stable across undo/redo and persistable (§9.2). This is
|
|
34
|
+
* the canonical return handle for every `design.create.*` creator. The token is
|
|
35
|
+
* the raw `Component.id` — NO `"component_"` prefix, so it round-trips with the
|
|
36
|
+
* ids the host already hands out.
|
|
37
|
+
*/
|
|
38
|
+
export type ComponentHandle = EntityId<"component">
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* A material handle. Like {@linkcode ComponentHandle}/`CommentHandle` this is an
|
|
42
|
+
* arena-free **entity-style** handle: the token IS the material's stable engine
|
|
43
|
+
* name (`Material.name`/`.id`), resolved live via `scene.getMaterialByName`
|
|
44
|
+
* host-side — no registry arena, no quota, no dispose, stable across undo/redo.
|
|
45
|
+
* Project-scoped, not a scene entity.
|
|
46
|
+
*/
|
|
47
|
+
export type MaterialHandle = EntityId<"material">
|
|
48
|
+
|
|
49
|
+
// ── Value-kind handles (all-handle model, §11) ──────────────────────────────
|
|
50
|
+
// Under the all-handle decision every structured type is a handle. The only
|
|
51
|
+
// non-handles crossing the boundary are JS primitives (number/string/boolean)
|
|
52
|
+
// and enums — the irreducible construction/read leaves. Value handles are
|
|
53
|
+
// immutable; math/geom operate on them via host RPC (no in-worker compute).
|
|
54
|
+
export type Vec3Handle = Handle<"vec3">
|
|
55
|
+
export type QuatHandle = Handle<"quat">
|
|
56
|
+
export type LineHandle = Handle<"line">
|
|
57
|
+
export type ArcHandle = Handle<"arc">
|
|
58
|
+
/** A curve is a line or an arc — its handle is one of those kinds. */
|
|
59
|
+
export type CurveHandle = LineHandle | ArcHandle
|
|
60
|
+
/**
|
|
61
|
+
* A circle value handle. A circle is a CLOSED curve — it deliberately does NOT
|
|
62
|
+
* join {@linkcode CurveHandle} (it has no stable start/end and would break the
|
|
63
|
+
* shared curve read contract), so it carries its own kind and its own
|
|
64
|
+
* `core.geom.query.circle` namespace (mirroring `query.arc`).
|
|
65
|
+
*/
|
|
66
|
+
export type CircleHandle = Handle<"circle">
|
|
67
|
+
|
|
68
|
+
// ── BREP topology handles (geometry-kernel resource family, §2A.2.1) ─────────
|
|
69
|
+
// Session-ephemeral, identity-deduped RESOURCE handles for the boundary-
|
|
70
|
+
// representation topology graph. Read-only via `core.geom.query.{brep,face,edge,
|
|
71
|
+
// halfedge,vertex}`; they go stale on undo/redo/re-topologize. Obtain a brep via
|
|
72
|
+
// `design.query.geometry.getBrep`; every other topology handle is minted by
|
|
73
|
+
// walking from a brep/face/edge/vertex handle already resolved off that brep.
|
|
74
|
+
export type BrepHandle = Handle<"brep">
|
|
75
|
+
export type FaceHandle = Handle<"face">
|
|
76
|
+
export type EdgeHandle = Handle<"edge">
|
|
77
|
+
/** Half-edge kind token is all-lowercase `"halfedge"` per §6.1 (no camelCase namespaces). */
|
|
78
|
+
export type HalfEdgeHandle = Handle<"halfedge">
|
|
79
|
+
export type VertexHandle = Handle<"vertex">
|
|
80
|
+
|
|
81
|
+
/**
|
|
82
|
+
* Bare primitive records — how value-handle reads return their components
|
|
83
|
+
* (§11.4). Curves have **no** by-value record: a curve crosses the boundary as a
|
|
84
|
+
* {@linkcode CurveHandle} (line/arc), and its coordinates are read via the
|
|
85
|
+
* `core.geom.query.curve` API. There is no `CurveData` under the all-handle model.
|
|
86
|
+
*/
|
|
87
|
+
export type Vec3Components = { x: number; y: number; z: number }
|
|
88
|
+
export type QuatComponents = { x: number; y: number; z: number; w: number }
|
|
89
|
+
/** Axis-aligned bounding box, read as two primitive corner records. */
|
|
90
|
+
export type BBoxComponents = { min: Vec3Components; max: Vec3Components }
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Build a Zod schema validating a handle of the given `kind` at the trust
|
|
94
|
+
* boundary. It checks only the `"<kind>_"` prefix shape; existence, kind, and
|
|
95
|
+
* ownership are enforced host-side by the HandleRegistry (§9.7). Keeping it to
|
|
96
|
+
* the prefix is engine-free and avoids an existence oracle.
|
|
97
|
+
*/
|
|
98
|
+
export const handleSchema = <K extends string>(kind: K) =>
|
|
99
|
+
z
|
|
100
|
+
.string()
|
|
101
|
+
.regex(new RegExp(`^${kind}_[A-Za-z0-9_-]+$`), `expected a "${kind}" handle`)
|
|
102
|
+
.transform((s) => s as Handle<K>)
|
|
103
|
+
|
|
104
|
+
export const ProfileHandle = handleSchema("profile")
|
|
105
|
+
export const ContourHandle = handleSchema("contour")
|
|
106
|
+
export const MassHandle = handleSchema("mass")
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Entity handles are raw `Component.id` strings (no `"<kind>_"` prefix) — validated
|
|
110
|
+
* only as a non-empty string, resolved live via the scene index host-side.
|
|
111
|
+
*/
|
|
112
|
+
export const ComponentHandle = z
|
|
113
|
+
.string()
|
|
114
|
+
.min(1)
|
|
115
|
+
.transform((s) => s as ComponentHandle)
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Material handles are the raw `Material.name` string (entity-style, no `"<kind>_"`
|
|
119
|
+
* prefix) — validated only as non-empty, resolved live via `scene.getMaterialByName`.
|
|
120
|
+
*/
|
|
121
|
+
export const MaterialHandle = z
|
|
122
|
+
.string()
|
|
123
|
+
.min(1)
|
|
124
|
+
.transform((s) => s as MaterialHandle)
|
|
125
|
+
|
|
126
|
+
// Value-kind handle schemas (all-handle model, §11).
|
|
127
|
+
export const Vec3Handle = handleSchema("vec3")
|
|
128
|
+
export const QuatHandle = handleSchema("quat")
|
|
129
|
+
export const LineHandle = handleSchema("line")
|
|
130
|
+
export const ArcHandle = handleSchema("arc")
|
|
131
|
+
export const CurveHandle = z.union([LineHandle, ArcHandle])
|
|
132
|
+
export const CircleHandle = handleSchema("circle")
|
|
133
|
+
|
|
134
|
+
// BREP topology handle schemas (§2A.2.1). Prefix-shape validation only; existence,
|
|
135
|
+
// kind, and ownership are enforced host-side by the HandleRegistry topology arena.
|
|
136
|
+
export const BrepHandle = handleSchema("brep")
|
|
137
|
+
export const FaceHandle = handleSchema("face")
|
|
138
|
+
export const EdgeHandle = handleSchema("edge")
|
|
139
|
+
export const HalfEdgeHandle = handleSchema("halfedge")
|
|
140
|
+
export const VertexHandle = handleSchema("vertex")
|
|
141
|
+
export const Vec3Components = z.object({ x: z.number(), y: z.number(), z: z.number() })
|
|
142
|
+
export const QuatComponents = z.object({
|
|
143
|
+
x: z.number(),
|
|
144
|
+
y: z.number(),
|
|
145
|
+
z: z.number(),
|
|
146
|
+
w: z.number(),
|
|
147
|
+
})
|
|
148
|
+
export const BBoxComponents = z.object({ min: Vec3Components, max: Vec3Components })
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import type { PluginApi } from "./api"
|
|
2
|
+
|
|
3
|
+
// -- Type Utilities for inferring method paths from the class hierarchy ------
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* UnionToIntersection is a type utility that converts a union type to an intersection type.
|
|
7
|
+
*/
|
|
8
|
+
type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends (
|
|
9
|
+
k: infer I,
|
|
10
|
+
) => void
|
|
11
|
+
? I
|
|
12
|
+
: never
|
|
13
|
+
|
|
14
|
+
type Flatten<T> = { [K in keyof T]: T[K] }
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* The full parameter tuple of a method — the positional-args transport forwards
|
|
18
|
+
* the whole argument list (`[]` for no-arg methods).
|
|
19
|
+
*/
|
|
20
|
+
type MethodArgs<F extends (...args: any[]) => any> = Parameters<F>
|
|
21
|
+
|
|
22
|
+
type MethodReturn<F extends (...args: any[]) => any> = Awaited<ReturnType<F>>
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Recursively walks a type tree and produces a union of single-key Records
|
|
26
|
+
* for every leaf method, using dot-separated paths as keys.
|
|
27
|
+
*/
|
|
28
|
+
type ExtractMethodPaths<T, Prefix extends string = ""> = {
|
|
29
|
+
[K in keyof T & string]: T[K] extends (...args: any[]) => any
|
|
30
|
+
? Record<
|
|
31
|
+
`${Prefix}${K}`,
|
|
32
|
+
{ args: MethodArgs<T[K]>; return: MethodReturn<T[K]> }
|
|
33
|
+
>
|
|
34
|
+
: T[K] extends object
|
|
35
|
+
? ExtractMethodPaths<T[K], `${Prefix}${K}.`>
|
|
36
|
+
: never
|
|
37
|
+
}[keyof T & string]
|
|
38
|
+
|
|
39
|
+
// -- Plugin API method map ---------------------------------------------------
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Maps every plugin API method path to its argument and return types.
|
|
43
|
+
* Automatically inferred from the PluginApi abstract class hierarchy.
|
|
44
|
+
*/
|
|
45
|
+
export type PluginApiMethodMap = Flatten<
|
|
46
|
+
UnionToIntersection<ExtractMethodPaths<PluginApi>>
|
|
47
|
+
>
|
|
48
|
+
|
|
49
|
+
export type PluginApiMethod = keyof PluginApiMethodMap
|
|
50
|
+
|
|
51
|
+
export type PluginApiCallPayload<M extends PluginApiMethod = PluginApiMethod> = {
|
|
52
|
+
method: M
|
|
53
|
+
/** Positional argument tuple, spread back into the method host-side. */
|
|
54
|
+
args: PluginApiMethodMap[M]["args"]
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export type PluginApiCallResult<M extends PluginApiMethod> =
|
|
58
|
+
PluginApiMethodMap[M]["return"]
|
|
59
|
+
|
|
60
|
+
export type PluginApiCallWrappedResult<M extends PluginApiMethod> = {
|
|
61
|
+
success: boolean;
|
|
62
|
+
data?: PluginApiCallResult<M>;
|
|
63
|
+
error?: string;
|
|
64
|
+
}
|
package/src/index.ts
ADDED
package/src/types.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* A unique identifier for a component in the Snaptrude scene.
|
|
3
|
+
*
|
|
4
|
+
* Component IDs are returned by entity creation methods (e.g.
|
|
5
|
+
* {@linkcode PluginSpaceApi.createRectangular}) and can be used with
|
|
6
|
+
* query and transform methods throughout the API.
|
|
7
|
+
*/
|
|
8
|
+
export type ComponentId = string
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Return type for a plugin API method.
|
|
12
|
+
*
|
|
13
|
+
* Methods that require a host round-trip return `Promise<T>`,
|
|
14
|
+
* while pure local computations may return `T` directly.
|
|
15
|
+
*/
|
|
16
|
+
export type PluginApiReturn<T> = Promise<T> | T
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "ES2020",
|
|
4
|
+
"module": "ES2020",
|
|
5
|
+
"moduleResolution": "bundler",
|
|
6
|
+
"lib": ["ES2020"],
|
|
7
|
+
"strict": true,
|
|
8
|
+
"esModuleInterop": true,
|
|
9
|
+
"skipLibCheck": true,
|
|
10
|
+
"typeRoots": [],
|
|
11
|
+
"emitDeclarationOnly": true,
|
|
12
|
+
"declaration": true,
|
|
13
|
+
"declarationMap": true,
|
|
14
|
+
"outDir": "dist"
|
|
15
|
+
},
|
|
16
|
+
"include": ["src/**/*.ts"]
|
|
17
|
+
}
|
package/tsup.config.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { defineConfig } from "tsup"
|
|
2
|
+
|
|
3
|
+
export default defineConfig( (options) => {
|
|
4
|
+
return {
|
|
5
|
+
entry: ["src/index.ts"],
|
|
6
|
+
format: ["cjs", "esm"],
|
|
7
|
+
dts: false,
|
|
8
|
+
sourcemap: true,
|
|
9
|
+
onSuccess: "tsc", // Run tsc to generate d.ts and d.ts.map
|
|
10
|
+
watch: options.watch,
|
|
11
|
+
}
|
|
12
|
+
})
|