Files
openclaw/src/plugins/channel-plugin-ids.ts
2026-04-27 08:48:17 +01:00

23 lines
799 B
TypeScript

export {
hasConfiguredChannelsForReadOnlyScope,
hasExplicitChannelConfig,
listConfiguredAnnounceChannelIdsForConfig,
listConfiguredChannelIdsForReadOnlyScope,
listExplicitConfiguredChannelIdsForConfig,
resolveConfiguredChannelPluginIds,
resolveConfiguredChannelPresencePolicy,
resolveDiscoverableScopedChannelPluginIds,
type ConfiguredChannelBlockedReason,
type ConfiguredChannelPresencePolicyEntry,
type ConfiguredChannelPresenceSource,
} from "./channel-presence-policy.js";
export {
resolveChannelPluginIds,
resolveChannelPluginIdsFromRegistry,
resolveConfiguredDeferredChannelPluginIds,
resolveConfiguredDeferredChannelPluginIdsFromRegistry,
resolveGatewayStartupPluginIds,
resolveGatewayStartupPluginIdsFromRegistry,
} from "./gateway-startup-plugin-ids.js";