Files
openclaw/extensions/voice-call/config-api.ts
2026-04-04 14:06:52 +09:00

13 lines
474 B
TypeScript

// Narrow barrel for config compatibility helpers consumed outside the plugin.
// Keep this separate from api.ts so config migration code does not pull in the
// full runtime-oriented voice-call surface.
export {
VOICE_CALL_LEGACY_CONFIG_REMOVAL_VERSION,
collectVoiceCallLegacyConfigIssues,
formatVoiceCallLegacyConfigWarnings,
migrateVoiceCallLegacyConfigInput,
normalizeVoiceCallLegacyConfigInput,
parseVoiceCallPluginConfig,
} from "./src/config-compat.js";