UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

11 lines (10 loc) 1.13 kB
import { n as normalizeAccountId, t as DEFAULT_ACCOUNT_ID } from "../account-id-Df9e41E6.js"; import { r as buildChannelConfigSchema } from "../config-schema-CO2ikh7C.js"; import { t as getChatChannelMeta } from "../chat-meta-KtaM-Sfw.js"; import { n as deleteAccountFromConfigSection, r as setAccountEnabledInConfigSection, t as clearAccountEntryFields } from "../config-helpers-DU5uyx8S.js"; import { n as formatPairingApproveHint } from "../helpers-BLGguEiN.js"; import { r as emptyPluginConfigSchema } from "../config-schema-D24DJjjb.js"; import { s as migrateBaseNameToDefaultAccount, t as applyAccountNameToChannelSection } from "../setup-helpers-DO5nSeNy.js"; import { t as PAIRING_APPROVED_MESSAGE } from "../pairing-message-DNhqI-OE.js"; import "../channel-plugin-common-DTFXpVi6.js"; export { DEFAULT_ACCOUNT_ID, PAIRING_APPROVED_MESSAGE, applyAccountNameToChannelSection, buildChannelConfigSchema, clearAccountEntryFields, deleteAccountFromConfigSection, emptyPluginConfigSchema, formatPairingApproveHint, getChatChannelMeta, migrateBaseNameToDefaultAccount, normalizeAccountId, setAccountEnabledInConfigSection };