Skip to content

Commit 4f9075a

Browse files
committed
chore(spec): record the five new exports in the public API surface snapshot
`check:api-surface` gates `@objectstack/spec`'s public exports against a checked-in snapshot. The expression-slot ledger adds five — `FLOW_NODE_EXPRESSION_PATHS`, `FlowNodeExpressionPath`, `FlowNodeExpressionRole`, `ResolvedFlowNodeExpression` and `resolveFlowNodeExpressions` — so the snapshot needed regenerating. Additive only: 0 breaking (nothing removed or narrowed), 5 added. `+5` lines and nothing else changed. Every step of the `TypeScript Type Check` job now passes locally: spec `tsc --noEmit`, `check:docs`, `check:skill-refs`, `check:react-blocks`, the workspace build, examples typecheck, downstream-contract typecheck, `check:api-surface` and `check:skill-examples` — plus the other six spec `check:*` gates. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QoA8AV99Ss1RRkLLAYmDzq
1 parent 3db558a commit 4f9075a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,13 +2090,16 @@
20902090
"ExecutionStepLogParsed (type)",
20912091
"ExecutionStepLogSchema (const)",
20922092
"FLOW_BUILTIN_NODE_TYPES (const)",
2093+
"FLOW_NODE_EXPRESSION_PATHS (const)",
20932094
"FLOW_STRUCTURAL_NODE_TYPES (const)",
20942095
"Flow (type)",
20952096
"FlowEdge (type)",
20962097
"FlowEdgeParsed (type)",
20972098
"FlowEdgeSchema (const)",
20982099
"FlowNode (type)",
20992100
"FlowNodeAction (const)",
2101+
"FlowNodeExpressionPath (interface)",
2102+
"FlowNodeExpressionRole (type)",
21002103
"FlowNodeParsed (type)",
21012104
"FlowNodeSchema (const)",
21022105
"FlowParsed (type)",
@@ -2133,6 +2136,7 @@
21332136
"ParallelConfigParsed (type)",
21342137
"ParallelConfigSchema (const)",
21352138
"RegionAnalysis (interface)",
2139+
"ResolvedFlowNodeExpression (interface)",
21362140
"RetryPolicy (type)",
21372141
"RetryPolicySchema (const)",
21382142
"ScheduleState (type)",
@@ -2187,6 +2191,7 @@
21872191
"getApprovalNodeConfigJsonSchema (function)",
21882192
"importBpmnToConstructs (function)",
21892193
"normalizeDecisionOutputs (function)",
2194+
"resolveFlowNodeExpressions (function)",
21902195
"validateControlFlow (function)"
21912196
],
21922197
"./api": [

0 commit comments

Comments
 (0)