mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:50:43 +00:00
refactor: trim extension barrel leftovers
This commit is contained in:
@@ -19,7 +19,6 @@ export {
|
||||
export { toFlexMessage } from "./flex-templates/message.js";
|
||||
|
||||
export type {
|
||||
Action,
|
||||
CardAction,
|
||||
FlexBox,
|
||||
FlexBubble,
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
export { MattermostChannelConfigSchema } from "./config-surface.js";
|
||||
@@ -205,4 +205,4 @@ export async function getNostrProfileState(accountId: string = DEFAULT_ACCOUNT_I
|
||||
return bus.getProfileState();
|
||||
}
|
||||
|
||||
export { getActiveNostrBuses, getNostrMetrics } from "./gateway.js";
|
||||
export { getActiveNostrBuses } from "./gateway.js";
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
export type { VoiceCallProvider } from "./base.js";
|
||||
export { MockProvider } from "./mock.js";
|
||||
export { TelnyxProvider } from "./telnyx.js";
|
||||
export { TwilioProvider } from "./twilio.js";
|
||||
export { PlivoProvider } from "./plivo.js";
|
||||
@@ -1,8 +1,6 @@
|
||||
export {
|
||||
looksLikeWhatsAppTargetId,
|
||||
normalizeWhatsAppAllowFromEntries,
|
||||
normalizeWhatsAppMessagingTarget,
|
||||
isWhatsAppGroupJid,
|
||||
isWhatsAppUserTarget,
|
||||
normalizeWhatsAppTarget,
|
||||
} from "./normalize-target.js";
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
export const KNIP_UNUSED_FILE_ALLOWLIST = [
|
||||
"extensions/diffs/src/viewer-client.ts",
|
||||
"extensions/diffs/src/viewer-payload.ts",
|
||||
"extensions/mattermost/src/config-schema.ts",
|
||||
"extensions/memory-core/src/memory-tool-manager-mock.ts",
|
||||
"src/agents/subagent-registry.runtime.ts",
|
||||
"src/auto-reply/inbound.group-require-mention-test-plugins.ts",
|
||||
|
||||
Reference in New Issue
Block a user