@colinlu50/openclaw-lark-stream 260328.1.3 → 260330.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -166,7 +166,6 @@ async function configureBotIfNeeded() {
166
166
  connectionMode: "websocket",
167
167
  domain,
168
168
  streaming: true,
169
- defaultAccount: "main",
170
169
  replyMode: {
171
170
  direct: "streaming",
172
171
  group: "streaming",
package/dist/index.js CHANGED
@@ -122874,7 +122874,8 @@ var feishuOutbound = {
122874
122874
  };
122875
122875
 
122876
122876
  // src/messaging/outbound/actions.ts
122877
- import { extractToolSend, jsonResult, readStringParam, readReactionParams } from "openclaw/plugin-sdk";
122877
+ import { jsonResult, readStringParam, readReactionParams } from "openclaw/plugin-sdk/param-readers";
122878
+ import { extractToolSend } from "openclaw/plugin-sdk/tool-send";
122878
122879
 
122879
122880
  // src/messaging/outbound/reactions.ts
122880
122881
  init_lark_client();