@colinlu50/openclaw-lark-stream 260328.1.3 → 260329.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.
- package/bin/openclaw-lark.js +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/bin/openclaw-lark.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -122874,7 +122874,8 @@ var feishuOutbound = {
|
|
|
122874
122874
|
};
|
|
122875
122875
|
|
|
122876
122876
|
// src/messaging/outbound/actions.ts
|
|
122877
|
-
import {
|
|
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();
|