mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:30:42 +00:00
refactor: trim extension runtime barrels
This commit is contained in:
@@ -3,12 +3,7 @@ export {
|
||||
normalizeAccountId,
|
||||
normalizeOptionalAccountId,
|
||||
} from "openclaw/plugin-sdk/account-id";
|
||||
export { isPrivateOrLoopbackHost } from "./private-network-host.js";
|
||||
export {
|
||||
assertHttpUrlTargetsPrivateNetwork,
|
||||
isPrivateNetworkOptInEnabled,
|
||||
ssrfPolicyFromDangerouslyAllowPrivateNetwork,
|
||||
ssrfPolicyFromAllowPrivateNetwork,
|
||||
type LookupFn,
|
||||
type SsrFPolicy,
|
||||
} from "openclaw/plugin-sdk/ssrf-runtime";
|
||||
|
||||
@@ -22,7 +22,6 @@ export {
|
||||
export { formatLocationText, toLocationContext } from "openclaw/plugin-sdk/channel-location";
|
||||
export { getAgentScopedMediaLocalRoots } from "openclaw/plugin-sdk/agent-media-payload";
|
||||
export { logInboundDrop, logTypingFailure } from "openclaw/plugin-sdk/channel-logging";
|
||||
export { resolveAckReaction } from "openclaw/plugin-sdk/channel-feedback";
|
||||
export {
|
||||
buildChannelKeyCandidates,
|
||||
resolveChannelEntryMatch,
|
||||
|
||||
@@ -5,15 +5,9 @@
|
||||
* this barrel to keep the internal module layout opaque.
|
||||
*/
|
||||
|
||||
export { resolveQQBotAccess, type QQBotAccessInput } from "./access-control.js";
|
||||
export { resolveQQBotAccess } from "./access-control.js";
|
||||
export { createQQBotSenderMatcher, normalizeQQBotAllowFrom } from "./sender-match.js";
|
||||
export {
|
||||
createQQBotSenderMatcher,
|
||||
normalizeQQBotAllowFrom,
|
||||
normalizeQQBotSenderId,
|
||||
} from "./sender-match.js";
|
||||
export { resolveQQBotEffectivePolicies, type EffectivePolicyInput } from "./resolve-policy.js";
|
||||
export {
|
||||
QQBOT_ACCESS_REASON,
|
||||
type QQBotAccessDecision,
|
||||
type QQBotAccessReasonCode,
|
||||
type QQBotAccessResult,
|
||||
|
||||
Reference in New Issue
Block a user