Skip to content

Commit bf2fc89

Browse files
committed
fix(spec): regenerate api-surface from a FRESH build — the previous snapshot came from stale dist
build-api-surface.ts reads the built dist (its header says to run it after a build). The previous regeneration ran against a dist compiled before this branch's removal — so the snapshot KEPT the 7 removed plugin-loading exports and DELETED six exports that had landed on main since (UpdateManyRecord*, ReportSort*, reportSelectionOrder). CI read that as 7 breaking + 6 added. Rebuilt, regenerated: the diff is now exactly the intended shape — the seven plugin-loading exports gone, the six main-side exports restored. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QuViRSR1j6GJjf9qGbnqFX
1 parent 133a2c5 commit bf2fc89

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

packages/spec/api-surface.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,9 +1402,6 @@
14021402
"DynamicLoadRequest (type)",
14031403
"DynamicLoadRequestInput (type)",
14041404
"DynamicLoadRequestSchema (const)",
1405-
"DynamicLoadingConfig (type)",
1406-
"DynamicLoadingConfigInput (type)",
1407-
"DynamicLoadingConfigSchema (const)",
14081405
"DynamicPluginOperation (type)",
14091406
"DynamicPluginOperationSchema (const)",
14101407
"DynamicPluginResult (type)",
@@ -1630,10 +1627,6 @@
16301627
"PluginDependencyResolutionResultSchema (const)",
16311628
"PluginDependencyResolutionSchema (const)",
16321629
"PluginDependencySchema (const)",
1633-
"PluginDiscoveryConfig (type)",
1634-
"PluginDiscoveryConfigSchema (const)",
1635-
"PluginDiscoverySource (type)",
1636-
"PluginDiscoverySourceSchema (const)",
16371630
"PluginDynamicImport (type)",
16381631
"PluginDynamicImportSchema (const)",
16391632
"PluginEngines (type)",
@@ -3026,6 +3019,8 @@
30263019
"UpdateManyDataRequestSchema (const)",
30273020
"UpdateManyDataResponse (type)",
30283021
"UpdateManyDataResponseSchema (const)",
3022+
"UpdateManyRecord (type)",
3023+
"UpdateManyRecordSchema (const)",
30293024
"UpdateManyRequest (type)",
30303025
"UpdateManyRequestSchema (const)",
30313026
"UpdateNotificationPreferencesRequest (type)",
@@ -3369,6 +3364,9 @@
33693364
"ReportNavItem (type)",
33703365
"ReportNavItemSchema (const)",
33713366
"ReportSchema (const)",
3367+
"ReportSort (type)",
3368+
"ReportSortInput (type)",
3369+
"ReportSortSchema (const)",
33723370
"ReportType (const)",
33733371
"ResolvedActionParam (interface)",
33743372
"ResponsiveConfig (type)",
@@ -3482,6 +3480,7 @@
34823480
"normalizeFilterOperator (function)",
34833481
"pageForm (const)",
34843482
"reportForm (const)",
3483+
"reportSelectionOrder (function)",
34853484
"validateActionParams (function)",
34863485
"viewForm (const)"
34873486
],

0 commit comments

Comments
 (0)