fix(gateway): export portal protocol types

This commit is contained in:
Peter Steinberger
2026-08-12 00:17:08 -07:00
parent ad0c06790d
commit 2a1839f4c5
+10
View File
@@ -52,6 +52,16 @@ export { PortalChangedEventSchema, PortalSummarySchema } from "./schema/portals.
export { PortalListParamsSchema, PortalListResultSchema } from "./schema/portals.js";
export { PortalOpenParamsSchema, PortalOpenResultSchema } from "./schema/portals.js";
export { PortalCloseParamsSchema, PortalCloseResultSchema } from "./schema/portals.js";
export type {
PortalChangedEvent,
PortalCloseParams,
PortalCloseResult,
PortalListParams,
PortalListResult,
PortalOpenParams,
PortalOpenResult,
PortalSummary,
} from "./schema/portals.js";
// Explicit schema exports keep public protocol changes reviewable.
export {
isCloudWorkerPlacementState,