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

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