

















@@ -1,32 +1,29 @@
11/** @deprecated Compatibility helper for legacy reply dispatch bridges. */
2-export { buildChannelMessageReplyDispatchBase } from "./inbound-reply-dispatch.js";
2+export { buildChannelMessageReplyDispatchBase } from "./channel-message.js";
33/** @deprecated Compatibility reply-dispatch bridge. Use `sendDurableMessageBatch(...)` or `deliverInboundReplyWithMessageSendContext(...)`. */
4-export { dispatchChannelMessageReplyWithBase } from "./inbound-reply-dispatch.js";
4+export { dispatchChannelMessageReplyWithBase } from "./channel-message.js";
55/** @deprecated Compatibility helper for legacy reply dispatch results. */
6-export { hasFinalChannelMessageReplyDispatch } from "./inbound-reply-dispatch.js";
6+export { hasFinalChannelMessageReplyDispatch } from "./channel-message.js";
77/** @deprecated Compatibility helper for legacy reply dispatch results. */
8-export { hasVisibleChannelMessageReplyDispatch } from "./inbound-reply-dispatch.js";
8+export { hasVisibleChannelMessageReplyDispatch } from "./channel-message.js";
99/** @deprecated Compatibility reply-dispatch bridge. Use `sendDurableMessageBatch(...)` or `deliverInboundReplyWithMessageSendContext(...)`. */
10-export { recordChannelMessageReplyDispatch } from "./inbound-reply-dispatch.js";
10+export { recordChannelMessageReplyDispatch } from "./channel-message.js";
1111/** @deprecated Compatibility helper for legacy reply dispatch results. */
12-export { resolveChannelMessageReplyDispatchCounts } from "./inbound-reply-dispatch.js";
12+export { resolveChannelMessageReplyDispatchCounts } from "./channel-message.js";
1313/** @deprecated Compatibility assembly for legacy buffered reply dispatchers. */
14-export { createChannelTurnReplyPipeline } from "../channels/turn/kernel.js";
14+export { createChannelTurnReplyPipeline } from "./channel-message.js";
1515/** @deprecated Use `deliverInboundReplyWithMessageSendContext(...)`. */
16-export { deliverDurableInboundReplyPayload } from "../channels/turn/kernel.js";
17-export { deliverInboundReplyWithMessageSendContext } from "../channels/turn/kernel.js";
16+export { deliverDurableInboundReplyPayload } from "./channel-message.js";
17+export { deliverInboundReplyWithMessageSendContext } from "./channel-message.js";
1818export type {
1919DurableInboundReplyDeliveryOptions,
2020DurableInboundReplyDeliveryParams,
2121DurableInboundReplyDeliveryResult,
22-} from "../channels/turn/kernel.js";
23-export {
24-sendDurableMessageBatch,
25-withDurableMessageSendContext,
26-} from "../channels/message/runtime.js";
22+} from "./channel-message.js";
23+export { sendDurableMessageBatch, withDurableMessageSendContext } from "./channel-message.js";
2724export type {
2825DurableMessageBatchSendParams,
2926DurableMessageBatchSendResult,
3027DurableMessageSendContext,
3128DurableMessageSendContextParams,
32-} from "../channels/message/runtime.js";
29+} from "./channel-message.js";
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。