openclaw/extensions/slack/src/runtime-api.ts

30 lines
822 B
TypeScript

export {
buildComputedAccountStatusSnapshot,
DEFAULT_ACCOUNT_ID,
looksLikeSlackTargetId,
normalizeSlackMessagingTarget,
PAIRING_APPROVED_MESSAGE,
projectCredentialSnapshotFields,
resolveConfiguredFromRequiredCredentialStatuses,
type ChannelPlugin,
type OpenClawConfig,
type SlackAccountConfig,
} from "../../../src/plugin-sdk/slack.js";
export {
listSlackDirectoryGroupsFromConfig,
listSlackDirectoryPeersFromConfig,
} from "./directory-config.js";
export {
buildChannelConfigSchema,
getChatChannelMeta,
createActionGate,
imageResultFromFile,
jsonResult,
readNumberParam,
readReactionParams,
readStringParam,
SlackConfigSchema,
withNormalizedTimestamp,
} from "../../../src/plugin-sdk/slack-core.js";
export { isSlackInteractiveRepliesEnabled } from "./interactive-replies.js";