chore: refresh the public API snapshot

The committed snapshot had drifted from source on main: dev-server exports
validateRpcCsrf, and styles exports the browser-cookie configuration types and
resolveBrowserCookieOptions. All six are additions, so the surface stays
backward compatible.

This unblocks check:production, which fails on main for the same reason.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-13 16:51:22 +05:30
co-authored by Claude Opus 5
parent 60e38b983c
commit 4e5949aedc
+7
View File
@@ -1450,6 +1450,7 @@
"startGateway", "startGateway",
"startServer", "startServer",
"toRequest", "toRequest",
"validateRpcCsrf",
"writeResponse" "writeResponse"
], ],
"./serve-entry": [] "./serve-entry": []
@@ -2575,6 +2576,10 @@
".": [ ".": [
"ACCENT_COOKIE", "ACCENT_COOKIE",
"AppConfig", "AppConfig",
"BrowserCookieApi",
"BrowserCookieOptions",
"BrowserCookiePreference",
"BrowserCookiesConfig",
"BuildConfig", "BuildConfig",
"CURRENT_COMPATIBILITY_DATE", "CURRENT_COMPATIBILITY_DATE",
"CURRENT_FRAMEWORK_BEHAVIOUR", "CURRENT_FRAMEWORK_BEHAVIOUR",
@@ -2614,6 +2619,7 @@
"TenancyConfig", "TenancyConfig",
"ThemeAccentConfig", "ThemeAccentConfig",
"ThemeConfig", "ThemeConfig",
"ThemeCookieConfig",
"ThemePaletteName", "ThemePaletteName",
"ThemeSemanticColor", "ThemeSemanticColor",
"ThemeToken", "ThemeToken",
@@ -2641,6 +2647,7 @@
"renderThemeCss", "renderThemeCss",
"renderThemeRuntime", "renderThemeRuntime",
"resolveAccentName", "resolveAccentName",
"resolveBrowserCookieOptions",
"resolveCompatibility", "resolveCompatibility",
"resolveConfigLayers", "resolveConfigLayers",
"resolveProfile", "resolveProfile",