Skip to content

Commit cb1b66f

Browse files
committed
chore(spec): regenerate api-surface and export-origins after merging main (#6966)
Two generated artifacts move with the merge: - `export-origins/` is new on main (#4796) and had never seen `HookDispatch`. - `api-surface/` needed a real regeneration, not just my own entry. The merge of main into this branch produced a file byte-identical to THIS branch's side, silently dropping the five exports #7123 added on main (`SEARCH_VIRTUAL_TYPES`, `foldAsciiCase`, `asciiCaseInsensitiveContains`, `asciiCaseInsensitiveRegexSource`, `isVirtualSearchField`). These paths carry `merge=os-regen` in .gitattributes precisely so a merge regenerates rather than picks a side; it did not here, and `check:api-surface` is what caught it. Regenerating yields the union — both main's five and this branch's `HookDispatch`. Read the export-origins diff as its gate asks: one line, `HookDispatch` under `src/data/hook.zod.ts`, the same origin as `HookContext`. Not a re-home, not a new dual-source. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EcLMsZRoR3daV3QzPXgwxK
1 parent f91eea5 commit cb1b66f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

packages/spec/api-surface/data.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@
477477
"SEARCHABLE_TEXTUAL_TYPES (const)",
478478
"SEARCH_AUTO_EXCLUDED_FIELDS (const)",
479479
"SEARCH_AUTO_EXCLUDED_TYPES (const)",
480+
"SEARCH_VIRTUAL_TYPES (const)",
480481
"SINGLE_OPTION_TYPES (const)",
481482
"SQLDialect (type)",
482483
"SQLDialectSchema (const)",
@@ -586,6 +587,8 @@
586587
"ValueForm (type)",
587588
"ValueShapeFieldDef (interface)",
588589
"ZeroLimitConformanceCase (interface)",
590+
"asciiCaseInsensitiveContains (function)",
591+
"asciiCaseInsensitiveRegexSource (function)",
589592
"canonicalAstOperator (function)",
590593
"canonicalizeSqlType (function)",
591594
"classifyFilterToken (function)",
@@ -605,6 +608,7 @@
605608
"effectiveOperationsArray (function)",
606609
"emptyGroupValueFor (function)",
607610
"fieldForm (const)",
611+
"foldAsciiCase (function)",
608612
"foldQueryAliasSlots (function)",
609613
"formatUnknownAuthoringKey (function)",
610614
"getDriverConfigJsonSchemaById (function)",
@@ -639,6 +643,7 @@
639643
"isTenancyDisabled (function)",
640644
"isTitleEligible (function)",
641645
"isUniqueDeclared (function)",
646+
"isVirtualSearchField (function)",
642647
"lintAuthoredRecordKeys (function)",
643648
"missingFieldValues (function)",
644649
"nextUtcCalendarDay (function)",

packages/spec/export-origins/data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@
297297
"HookBodySchema": "src/data/hook-body.zod.ts#HookBodySchema (const)",
298298
"HookContext": "src/data/hook.zod.ts#HookContext (type)",
299299
"HookContextSchema": "src/data/hook.zod.ts#HookContextSchema (const)",
300+
"HookDispatch": "src/data/hook.zod.ts#HookDispatch (type)",
300301
"HookEvent": "src/data/hook.zod.ts#HookEvent (const)",
301302
"HookEventType": "src/data/hook.zod.ts#HookEventType (type)",
302303
"HookParsed": "src/data/hook.zod.ts#HookParsed (type)",

0 commit comments

Comments
 (0)