Files
openclaw/extensions/slack/src/runtime-api.ts
2026-03-22 16:34:09 +00:00

25 lines
752 B
TypeScript

export {
buildComputedAccountStatusSnapshot,
PAIRING_APPROVED_MESSAGE,
projectCredentialSnapshotFields,
resolveConfiguredFromRequiredCredentialStatuses,
} from "openclaw/plugin-sdk/channel-status";
export { DEFAULT_ACCOUNT_ID } from "openclaw/plugin-sdk/account-id";
export {
looksLikeSlackTargetId,
normalizeSlackMessagingTarget,
} from "openclaw/plugin-sdk/slack-targets";
export type { ChannelPlugin, OpenClawConfig, SlackAccountConfig } from "openclaw/plugin-sdk/slack";
export {
buildChannelConfigSchema,
getChatChannelMeta,
createActionGate,
imageResultFromFile,
jsonResult,
readNumberParam,
readReactionParams,
readStringParam,
SlackConfigSchema,
withNormalizedTimestamp,
} from "openclaw/plugin-sdk/slack-core";