fix(ci): restore command auth sdk export

This commit is contained in:
Peter Steinberger
2026-04-03 21:01:43 +01:00
parent 58ee283658
commit b57922552e
2 changed files with 5 additions and 1 deletions

View File

@@ -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";

View File

@@ -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,