mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 00:40:23 +00:00
fix(outbound): restore generic delivery and security seams
This commit is contained in:
@@ -14,9 +14,16 @@ export type {
|
||||
ChannelMessageActionName,
|
||||
ChannelMessageToolDiscovery,
|
||||
ChannelMessageToolSchemaContribution,
|
||||
ChannelStructuredComponents,
|
||||
ChannelStatusIssue,
|
||||
ChannelThreadingContext,
|
||||
ChannelThreadingToolContext,
|
||||
} from "../channels/plugins/types.js";
|
||||
|
||||
export type { ChannelDirectoryAdapter } from "../channels/plugins/types.adapters.js";
|
||||
export type {
|
||||
ChannelDirectoryAdapter,
|
||||
ChannelDoctorAdapter,
|
||||
ChannelDoctorConfigMutation,
|
||||
ChannelDoctorEmptyAllowlistAccountContext,
|
||||
ChannelDoctorSequenceResult,
|
||||
} from "../channels/plugins/types.adapters.js";
|
||||
|
||||
Reference in New Issue
Block a user