mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-23 16:41:19 +00:00
* refactor(plugin-sdk)!: delete the zero-consumer channel-ingress facade, AccessFacts projections, and dead dispatch aliases * chore(plugin-sdk): refresh API baseline hash for the facade deletions * fix(channels): drop dead AccessFacts field writes stranded by the facade deletion * chore(plugin-sdk): refresh API baseline hash after rebase
7 lines
195 B
TypeScript
7 lines
195 B
TypeScript
/**
|
|
* @deprecated Use `openclaw/plugin-sdk/channel-outbound`. The outbound subpath
|
|
* contains message lifecycle contracts plus runtime send helpers.
|
|
*/
|
|
|
|
export * from "./channel-outbound.js";
|