mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-23 14:45:46 +00:00
fix(ci): restore command auth sdk export
This commit is contained in:
@@ -4,7 +4,10 @@ export * from "./src/action-threading.js";
|
||||
export * from "./src/allow-from.js";
|
||||
export * from "./src/api-fetch.js";
|
||||
export * from "./src/bot/helpers.js";
|
||||
export { buildTelegramModelsProviderChannelData } from "./src/command-ui.js";
|
||||
export {
|
||||
buildCommandsPaginationKeyboard,
|
||||
buildTelegramModelsProviderChannelData,
|
||||
} from "./src/command-ui.js";
|
||||
export * from "./src/directory-config.js";
|
||||
export * from "./src/exec-approval-forwarding.js";
|
||||
export * from "./src/exec-approvals.js";
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import type { OpenClawConfig } from "../config/config.js";
|
||||
import { resolveDmGroupAccessWithLists } from "../security/dm-policy-shared.js";
|
||||
export { buildCommandsPaginationKeyboard } from "../../extensions/telegram/api.js";
|
||||
export {
|
||||
createPreCryptoDirectDmAuthorizer,
|
||||
resolveInboundDirectDmAccessWithRuntime,
|
||||
|
||||
Reference in New Issue
Block a user