Skip to content

Commit f1dce97

Browse files
committed
chore(spec): refresh the API-surface snapshot for translatePage
`gen:api-surface` snapshot pins @objectstack/spec's public exports. Adding `translatePage` and its `PageLike` / `PageRegionLike` / `PageComponentLike` shapes is purely additive (0 breaking, 4 added) and mirrors the existing `translateDashboard` / `DashboardLike` / `WidgetLike` surface. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TubWYdWquVkS9dj733sDmC
1 parent 544a688 commit f1dce97

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/spec/api-surface.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,6 +1012,9 @@
10121012
"PackageFile (type)",
10131013
"PackagePublishResult (type)",
10141014
"PackagePublishResultSchema (const)",
1015+
"PageComponentLike (interface)",
1016+
"PageLike (interface)",
1017+
"PageRegionLike (interface)",
10151018
"Plan (type)",
10161019
"PlanInput (type)",
10171020
"PlanSchema (const)",
@@ -1293,6 +1296,7 @@
12931296
"translateDashboard (function)",
12941297
"translateMetadataDocument (function)",
12951298
"translateObject (function)",
1299+
"translatePage (function)",
12961300
"translateView (function)"
12971301
],
12981302
"./kernel": [

0 commit comments

Comments
 (0)