Files
openclaw/extensions/voice-call/config-api.ts
Peter Steinberger 694ca50e97 Revert "refactor: move runtime state to SQLite"
This reverts commit f91de52f0d.
2026-05-13 13:33:38 +01: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";