openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
12 lines • 1.41 kB
TypeScript
import { y as ChannelMessageActionContext } from "./types.core-DVz0Aka0.js";
import { t as ChannelPlugin } from "./types.plugin-DWT_kqSo.js";
import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "./account-id-Dh6XMgGH.js";
import { $n as PluginRuntime, C as OpenClawPluginApi } from "./types-BVAOMoZy.js";
import { r as buildChannelConfigSchema } from "./config-schema-CIXTfG6L.js";
import { n as formatPairingApproveHint } from "./helpers-Cywi54Bs.js";
import { r as emptyPluginConfigSchema } from "./config-schema-D7_UV1FU.js";
import { s as migrateBaseNameToDefaultAccount, t as applyAccountNameToChannelSection } from "./setup-helpers-CbrIoz5v.js";
import { n as deleteAccountFromConfigSection, r as setAccountEnabledInConfigSection, t as clearAccountEntryFields } from "./config-helpers-CWPbql5g.js";
import { t as PAIRING_APPROVED_MESSAGE } from "./pairing-message-CFjlYpMw.js";
import { t as getChatChannelMeta } from "./channel-plugin-common-CSngIBya.js";
export { type ChannelMessageActionContext, type ChannelPlugin, DEFAULT_ACCOUNT_ID, type OpenClawPluginApi, PAIRING_APPROVED_MESSAGE, type PluginRuntime, applyAccountNameToChannelSection, buildChannelConfigSchema, clearAccountEntryFields, deleteAccountFromConfigSection, emptyPluginConfigSchema, formatPairingApproveHint, getChatChannelMeta, migrateBaseNameToDefaultAccount, normalizeAccountId, setAccountEnabledInConfigSection };