@openclaw/feishu 2026.7.1-beta.5 → 2026.7.1-beta.6
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/dist/api.js +3 -3
- package/dist/{channel-DwCydAeD.js → channel-DRQRQQQ3.js} +4 -4
- package/dist/channel-plugin-api.js +1 -1
- package/dist/{channel.runtime-COT2fcCf.js → channel.runtime-pvr-Y5ji.js} +5 -5
- package/dist/{client-BwgAJuvo.js → client-B7EAV_Ss.js} +1 -1
- package/dist/{drive-BupYOoHa.js → drive-D0lIhxqZ.js} +1 -1
- package/dist/{monitor-5gbbXIO-.js → monitor-CsbheK9J.js} +2 -2
- package/dist/{monitor.account-lMwQ5v1Q.js → monitor.account-Dr7do33p.js} +20 -13
- package/dist/{monitor.state-R4ZgNpac.js → monitor.state-DAHbcR2N.js} +1 -1
- package/dist/{probe-Cv2M2Ivr.js → probe-Dxyo9zlw.js} +1 -1
- package/dist/{send-DzLGqjEt.js → send-Be2GMA6Z.js} +1 -1
- package/dist/setup-api.js +1 -1
- package/npm-shrinkwrap.json +3 -3
- package/package.json +4 -4
package/dist/api.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as listEnabledFeishuAccounts } from "./accounts-Bs5uJ4h0.js";
|
|
2
|
-
import { a as setFeishuNamedAccountEnabled, i as feishuSetupAdapter, n as feishuSetupWizard, r as runFeishuLogin, t as feishuPlugin } from "./channel-
|
|
2
|
+
import { a as setFeishuNamedAccountEnabled, i as feishuSetupAdapter, n as feishuSetupWizard, r as runFeishuLogin, t as feishuPlugin } from "./channel-DRQRQQQ3.js";
|
|
3
3
|
import { a as parseFeishuTargetId, i as parseFeishuDirectConversationId, n as buildFeishuModelOverrideParentCandidates, r as parseFeishuConversationId, t as buildFeishuConversationId } from "./conversation-id-CdLdoot3.js";
|
|
4
4
|
import { t as getFeishuRuntime } from "./runtime-C5JxBWZp.js";
|
|
5
|
-
import { r as createFeishuClient } from "./client-
|
|
6
|
-
import { a as toolExecutionErrorResult, d as createFeishuToolClient, f as resolveAnyEnabledFeishuToolsConfig, m as resolveToolsConfig, n as registerFeishuDriveTools, o as unknownToolActionResult, p as resolveFeishuToolAccount, u as registerFeishuChatTools } from "./drive-
|
|
5
|
+
import { r as createFeishuClient } from "./client-B7EAV_Ss.js";
|
|
6
|
+
import { a as toolExecutionErrorResult, d as createFeishuToolClient, f as resolveAnyEnabledFeishuToolsConfig, m as resolveToolsConfig, n as registerFeishuDriveTools, o as unknownToolActionResult, p as resolveFeishuToolAccount, u as registerFeishuChatTools } from "./drive-D0lIhxqZ.js";
|
|
7
7
|
import { n as getFeishuThreadBindingManager, r as testing, t as createFeishuThreadBindingManager } from "./thread-bindings-V0bwk0A1.js";
|
|
8
8
|
import { n as handleFeishuSubagentEnded, r as handleFeishuSubagentSpawning, t as handleFeishuSubagentDeliveryTarget } from "./subagent-hooks-B2iWPYJ1.js";
|
|
9
9
|
import { normalizeLowercaseStringOrEmpty, normalizeOptionalString, readStringValue, uniqueStrings } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
@@ -1651,7 +1651,7 @@ const feishuSetupWizard = {
|
|
|
1651
1651
|
});
|
|
1652
1652
|
let probeResult = null;
|
|
1653
1653
|
if (configured && account.configured) try {
|
|
1654
|
-
const { probeFeishu } = await import("./probe-
|
|
1654
|
+
const { probeFeishu } = await import("./probe-Dxyo9zlw.js").then((n) => n.n);
|
|
1655
1655
|
probeResult = await probeFeishu(account);
|
|
1656
1656
|
} catch {}
|
|
1657
1657
|
if (!configured) return [formatFeishuStatusLine("needs-credentials")];
|
|
@@ -1727,7 +1727,7 @@ const meta = {
|
|
|
1727
1727
|
order: 70,
|
|
1728
1728
|
preferSessionLookupForAnnounceTarget: true
|
|
1729
1729
|
};
|
|
1730
|
-
const loadFeishuChannelRuntime = createLazyRuntimeNamedExport(() => import("./channel.runtime-
|
|
1730
|
+
const loadFeishuChannelRuntime = createLazyRuntimeNamedExport(() => import("./channel.runtime-pvr-Y5ji.js"), "feishuChannelRuntime");
|
|
1731
1731
|
function toFeishuMessageSendResult(result, kind) {
|
|
1732
1732
|
const receipt = result.receipt ?? createFeishuSendReceipt({
|
|
1733
1733
|
messageId: result.messageId,
|
|
@@ -1771,7 +1771,7 @@ const feishuMessageAdapter = defineChannelMessageAdapter({
|
|
|
1771
1771
|
}
|
|
1772
1772
|
});
|
|
1773
1773
|
async function createFeishuActionClient(account) {
|
|
1774
|
-
const { createFeishuClient } = await import("./client-
|
|
1774
|
+
const { createFeishuClient } = await import("./client-B7EAV_Ss.js").then((n) => n.t);
|
|
1775
1775
|
return createFeishuClient(account);
|
|
1776
1776
|
}
|
|
1777
1777
|
const collectFeishuSecurityWarnings = createAllowlistProviderGroupPolicyWarningCollector({
|
|
@@ -2569,7 +2569,7 @@ const feishuPlugin = createChatChannelPlugin({
|
|
|
2569
2569
|
})
|
|
2570
2570
|
}),
|
|
2571
2571
|
gateway: { startAccount: async (ctx) => {
|
|
2572
|
-
const { monitorFeishuProvider } = await import("./monitor-
|
|
2572
|
+
const { monitorFeishuProvider } = await import("./monitor-CsbheK9J.js");
|
|
2573
2573
|
const account = resolveFeishuRuntimeAccount({
|
|
2574
2574
|
cfg: ctx.cfg,
|
|
2575
2575
|
accountId: ctx.accountId
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as feishuPlugin } from "./channel-
|
|
1
|
+
import { t as feishuPlugin } from "./channel-DRQRQQQ3.js";
|
|
2
2
|
export { feishuPlugin };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { o as resolveFeishuAccount, s as resolveFeishuRuntimeAccount, v as parseFeishuCommentTarget } from "./accounts-Bs5uJ4h0.js";
|
|
2
|
-
import { h as listFeishuDirectoryPeers, m as listFeishuDirectoryGroups, o as buildFeishuPresentationCardElements } from "./channel-
|
|
2
|
+
import { h as listFeishuDirectoryPeers, m as listFeishuDirectoryGroups, o as buildFeishuPresentationCardElements } from "./channel-DRQRQQQ3.js";
|
|
3
3
|
import { a as readNativeFeishuCardJson, o as resolveFeishuCardTemplate, s as sanitizeNativeFeishuCard } from "./send-result-BMQw-YhV.js";
|
|
4
|
-
import { r as createFeishuClient } from "./client-
|
|
5
|
-
import { c as getChatMembers, l as getFeishuMemberInfo, r as cleanupAmbientCommentTypingReaction, s as getChatInfo, t as deliverCommentThreadText } from "./drive-
|
|
4
|
+
import { r as createFeishuClient } from "./client-B7EAV_Ss.js";
|
|
5
|
+
import { c as getChatMembers, l as getFeishuMemberInfo, r as cleanupAmbientCommentTypingReaction, s as getChatInfo, t as deliverCommentThreadText } from "./drive-D0lIhxqZ.js";
|
|
6
6
|
import { chunkTextForOutbound } from "./runtime-api.js";
|
|
7
|
-
import { a as sendMarkdownCardFeishu, h as shouldSuppressFeishuTextForVoiceMedia, i as sendCardFeishu, m as sendMediaFeishu, n as getMessageFeishu, o as sendMessageFeishu, s as sendStructuredCardFeishu, t as editMessageFeishu, v as resolveFeishuIdentityHeaderTitle } from "./send-
|
|
8
|
-
import { t as probeFeishu } from "./probe-
|
|
7
|
+
import { a as sendMarkdownCardFeishu, h as shouldSuppressFeishuTextForVoiceMedia, i as sendCardFeishu, m as sendMediaFeishu, n as getMessageFeishu, o as sendMessageFeishu, s as sendStructuredCardFeishu, t as editMessageFeishu, v as resolveFeishuIdentityHeaderTitle } from "./send-Be2GMA6Z.js";
|
|
8
|
+
import { t as probeFeishu } from "./probe-Dxyo9zlw.js";
|
|
9
9
|
import { interactiveReplyToPresentation, normalizeInteractiveReply, normalizeMessagePresentation, renderMessagePresentationFallbackText, resolveInteractiveTextFallback } from "openclaw/plugin-sdk/interactive-runtime";
|
|
10
10
|
import { isRecord, normalizeLowercaseStringOrEmpty, normalizeStringEntries } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
11
11
|
import path from "node:path";
|
|
@@ -160,4 +160,4 @@ function createEventDispatcher(account) {
|
|
|
160
160
|
});
|
|
161
161
|
}
|
|
162
162
|
//#endregion
|
|
163
|
-
export { getFeishuUserAgent as a, createFeishuWSClient as i, createEventDispatcher as n, createFeishuClient as r, client_exports as t };
|
|
163
|
+
export { getFeishuUserAgent as a, createFeishuWSClient as i, createEventDispatcher as n, FEISHU_HTTP_TIMEOUT_MS as o, createFeishuClient as r, resolveConfiguredHttpTimeoutMs as s, client_exports as t };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as encodeQuery, d as isRecord$1, i as listFeishuAccountIds, l as extractReplyText, m as readString, o as resolveFeishuAccount, r as listEnabledFeishuAccounts, s as resolveFeishuRuntimeAccount, u as formatFeishuApiError, v as parseFeishuCommentTarget } from "./accounts-Bs5uJ4h0.js";
|
|
2
|
-
import { r as createFeishuClient } from "./client-
|
|
2
|
+
import { r as createFeishuClient } from "./client-B7EAV_Ss.js";
|
|
3
3
|
import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
4
4
|
import { optionalPositiveIntegerSchema } from "openclaw/plugin-sdk/channel-actions";
|
|
5
5
|
import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { r as listEnabledFeishuAccounts, s as resolveFeishuRuntimeAccount } from "./accounts-Bs5uJ4h0.js";
|
|
2
|
-
import { f as fetchBotIdentityForMonitor } from "./monitor.state-
|
|
2
|
+
import { f as fetchBotIdentityForMonitor } from "./monitor.state-DAHbcR2N.js";
|
|
3
3
|
import { createLazyRuntimeModule } from "openclaw/plugin-sdk/lazy-runtime";
|
|
4
4
|
//#region extensions/feishu/src/monitor.ts
|
|
5
|
-
const loadMonitorAccountRuntime = createLazyRuntimeModule(() => import("./monitor.account-
|
|
5
|
+
const loadMonitorAccountRuntime = createLazyRuntimeModule(() => import("./monitor.account-Dr7do33p.js"));
|
|
6
6
|
async function monitorFeishuProvider(opts = {}) {
|
|
7
7
|
const cfg = opts.config;
|
|
8
8
|
if (!cfg) throw new Error("Config is required for Feishu monitor");
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { _ as normalizeCommentFileType, c as encodeQuery, d as isRecord$1, f as normalizeString, g as buildFeishuCommentTarget, h as requestFeishuApi, l as extractReplyText, m as readString, o as resolveFeishuAccount, p as parseCommentContentElements, s as resolveFeishuRuntimeAccount } from "./accounts-Bs5uJ4h0.js";
|
|
2
2
|
import { i as resolveReceiveIdType } from "./targets-BUjQ1TcA.js";
|
|
3
|
-
import { c as normalizeFeishuAllowEntry, d as resolveFeishuGroupConversationIngressAccess, f as resolveFeishuGroupSenderActivationIngressAccess, l as resolveFeishuDmIngressAccess, p as resolveFeishuReplyPolicy, s as hasExplicitFeishuGroupConfig, u as resolveFeishuGroupConfig } from "./channel-
|
|
3
|
+
import { c as normalizeFeishuAllowEntry, d as resolveFeishuGroupConversationIngressAccess, f as resolveFeishuGroupSenderActivationIngressAccess, l as resolveFeishuDmIngressAccess, p as resolveFeishuReplyPolicy, s as hasExplicitFeishuGroupConfig, u as resolveFeishuGroupConfig } from "./channel-DRQRQQQ3.js";
|
|
4
4
|
import { d as decodeFeishuCardAction, l as buildFeishuCardActionTextFallback, o as resolveFeishuCardTemplate, u as createFeishuCardInteractionEnvelope } from "./send-result-BMQw-YhV.js";
|
|
5
5
|
import { o as resolveConfiguredFeishuGroupSessionScope, t as buildFeishuConversationId } from "./conversation-id-CdLdoot3.js";
|
|
6
6
|
import { t as getFeishuRuntime } from "./runtime-C5JxBWZp.js";
|
|
7
|
-
import { a as getFeishuUserAgent, i as createFeishuWSClient, n as createEventDispatcher, r as createFeishuClient } from "./client-
|
|
8
|
-
import { i as createCommentTypingReactionLifecycle, s as getChatInfo, t as deliverCommentThreadText } from "./drive-
|
|
7
|
+
import { a as getFeishuUserAgent, i as createFeishuWSClient, n as createEventDispatcher, r as createFeishuClient, s as resolveConfiguredHttpTimeoutMs } from "./client-B7EAV_Ss.js";
|
|
8
|
+
import { i as createCommentTypingReactionLifecycle, s as getChatInfo, t as deliverCommentThreadText } from "./drive-D0lIhxqZ.js";
|
|
9
9
|
import { t as createFeishuThreadBindingManager } from "./thread-bindings-V0bwk0A1.js";
|
|
10
10
|
import { createReplyPrefixContext, evaluateSupplementalContextVisibility, getSessionEntry, normalizeAgentId as normalizeAgentId$2, resolveChannelContextVisibilityMode } from "./runtime-api.js";
|
|
11
11
|
import { t as readFeishuJsonResponse } from "./json-response-CheljwGr.js";
|
|
12
|
-
import { _ as resolveFeishuIdentityEmoji, c as parsePostContent, d as isMentionForwardRequest, f as isFeishuGroupChatType, g as normalizeFeishuExternalKey, h as shouldSuppressFeishuTextForVoiceMedia, i as sendCardFeishu, l as extractMentionTargets, m as sendMediaFeishu, n as getMessageFeishu, o as sendMessageFeishu, p as saveMessageResourceFeishu, r as listFeishuThreadMessages, s as sendStructuredCardFeishu, u as isFeishuBroadcastMention } from "./send-
|
|
13
|
-
import { i as waitForAbortableDelay, r as raceWithTimeoutAndAbort } from "./probe-
|
|
14
|
-
import { a as clearFeishuBotIdentityState, c as httpServers, d as wsClients, f as fetchBotIdentityForMonitor, i as botOpenIds, l as recordWebhookStatus, n as FEISHU_WEBHOOK_MAX_BODY_BYTES, o as closeTrackedFeishuHttpServer, r as botNames, s as feishuWebhookRateLimiter, t as FEISHU_WEBHOOK_BODY_TIMEOUT_MS, u as setFeishuBotIdentityState } from "./monitor.state-
|
|
12
|
+
import { _ as resolveFeishuIdentityEmoji, c as parsePostContent, d as isMentionForwardRequest, f as isFeishuGroupChatType, g as normalizeFeishuExternalKey, h as shouldSuppressFeishuTextForVoiceMedia, i as sendCardFeishu, l as extractMentionTargets, m as sendMediaFeishu, n as getMessageFeishu, o as sendMessageFeishu, p as saveMessageResourceFeishu, r as listFeishuThreadMessages, s as sendStructuredCardFeishu, u as isFeishuBroadcastMention } from "./send-Be2GMA6Z.js";
|
|
13
|
+
import { i as waitForAbortableDelay, r as raceWithTimeoutAndAbort } from "./probe-Dxyo9zlw.js";
|
|
14
|
+
import { a as clearFeishuBotIdentityState, c as httpServers, d as wsClients, f as fetchBotIdentityForMonitor, i as botOpenIds, l as recordWebhookStatus, n as FEISHU_WEBHOOK_MAX_BODY_BYTES, o as closeTrackedFeishuHttpServer, r as botNames, s as feishuWebhookRateLimiter, t as FEISHU_WEBHOOK_BODY_TIMEOUT_MS, u as setFeishuBotIdentityState } from "./monitor.state-DAHbcR2N.js";
|
|
15
15
|
import { createChannelMessageReplyPipeline, formatChannelProgressDraftLineForEntry, isChannelProgressDraftWorkToolName, resolveAgentOutboundIdentity } from "openclaw/plugin-sdk/channel-outbound";
|
|
16
16
|
import { createChannelPairingController, createChannelPairingController as createChannelPairingController$1 } from "openclaw/plugin-sdk/channel-pairing";
|
|
17
17
|
import { ensureConfiguredBindingRouteReady, resolveConfiguredBindingRoute, resolveRuntimeConversationBindingRoute } from "openclaw/plugin-sdk/conversation-runtime";
|
|
@@ -950,7 +950,8 @@ async function getToken(creds, deps) {
|
|
|
950
950
|
fetchImpl: deps?.fetchImpl,
|
|
951
951
|
lookupFn: deps?.lookupFn,
|
|
952
952
|
policy: { allowedHostnames: resolveAllowedHostnames(creds.domain) },
|
|
953
|
-
auditContext: "feishu.streaming-card.token"
|
|
953
|
+
auditContext: "feishu.streaming-card.token",
|
|
954
|
+
timeoutMs: creds.httpTimeoutMs ?? 3e4
|
|
954
955
|
});
|
|
955
956
|
let data;
|
|
956
957
|
try {
|
|
@@ -1068,7 +1069,8 @@ var FeishuStreamingSession = class {
|
|
|
1068
1069
|
fetchImpl: this.fetchImpl,
|
|
1069
1070
|
lookupFn: this.lookupFn,
|
|
1070
1071
|
policy: { allowedHostnames: resolveAllowedHostnames(this.creds.domain) },
|
|
1071
|
-
auditContext: "feishu.streaming-card.create"
|
|
1072
|
+
auditContext: "feishu.streaming-card.create",
|
|
1073
|
+
timeoutMs: this.creds.httpTimeoutMs ?? 3e4
|
|
1072
1074
|
});
|
|
1073
1075
|
let createData;
|
|
1074
1076
|
try {
|
|
@@ -1147,7 +1149,8 @@ var FeishuStreamingSession = class {
|
|
|
1147
1149
|
fetchImpl: this.fetchImpl,
|
|
1148
1150
|
lookupFn: this.lookupFn,
|
|
1149
1151
|
policy: { allowedHostnames: resolveAllowedHostnames(this.creds.domain) },
|
|
1150
|
-
auditContext: "feishu.streaming-card.update"
|
|
1152
|
+
auditContext: "feishu.streaming-card.update",
|
|
1153
|
+
timeoutMs: this.creds.httpTimeoutMs ?? 3e4
|
|
1151
1154
|
});
|
|
1152
1155
|
await release();
|
|
1153
1156
|
if (!response.ok) {
|
|
@@ -1190,7 +1193,8 @@ var FeishuStreamingSession = class {
|
|
|
1190
1193
|
fetchImpl: this.fetchImpl,
|
|
1191
1194
|
lookupFn: this.lookupFn,
|
|
1192
1195
|
policy: { allowedHostnames: resolveAllowedHostnames(this.creds.domain) },
|
|
1193
|
-
auditContext: "feishu.streaming-card.replace"
|
|
1196
|
+
auditContext: "feishu.streaming-card.replace",
|
|
1197
|
+
timeoutMs: this.creds.httpTimeoutMs ?? 3e4
|
|
1194
1198
|
});
|
|
1195
1199
|
await release();
|
|
1196
1200
|
if (!response.ok) {
|
|
@@ -1269,7 +1273,8 @@ var FeishuStreamingSession = class {
|
|
|
1269
1273
|
fetchImpl: this.fetchImpl,
|
|
1270
1274
|
lookupFn: this.lookupFn,
|
|
1271
1275
|
policy: { allowedHostnames: resolveAllowedHostnames(this.creds.domain) },
|
|
1272
|
-
auditContext: "feishu.streaming-card.note-update"
|
|
1276
|
+
auditContext: "feishu.streaming-card.note-update",
|
|
1277
|
+
timeoutMs: this.creds.httpTimeoutMs ?? 3e4
|
|
1273
1278
|
}).then(async ({ release }) => {
|
|
1274
1279
|
await release();
|
|
1275
1280
|
}).catch((e) => this.log?.(`Note update failed: ${String(e)}`));
|
|
@@ -1317,7 +1322,8 @@ var FeishuStreamingSession = class {
|
|
|
1317
1322
|
fetchImpl: this.fetchImpl,
|
|
1318
1323
|
lookupFn: this.lookupFn,
|
|
1319
1324
|
policy: { allowedHostnames: resolveAllowedHostnames(this.creds.domain) },
|
|
1320
|
-
auditContext: "feishu.streaming-card.close"
|
|
1325
|
+
auditContext: "feishu.streaming-card.close",
|
|
1326
|
+
timeoutMs: this.creds.httpTimeoutMs ?? 3e4
|
|
1321
1327
|
}).then(async ({ release }) => {
|
|
1322
1328
|
await release();
|
|
1323
1329
|
}).catch((e) => this.log?.(`Close failed: ${String(e)}`));
|
|
@@ -1683,7 +1689,8 @@ function createFeishuReplyDispatcher(params) {
|
|
|
1683
1689
|
const creds = account.appId && account.appSecret ? {
|
|
1684
1690
|
appId: account.appId,
|
|
1685
1691
|
appSecret: account.appSecret,
|
|
1686
|
-
domain: account.domain
|
|
1692
|
+
domain: account.domain,
|
|
1693
|
+
httpTimeoutMs: resolveConfiguredHttpTimeoutMs(account)
|
|
1687
1694
|
} : null;
|
|
1688
1695
|
if (!creds) return;
|
|
1689
1696
|
streaming = new FeishuStreamingSession(createFeishuClient(account), creds, (message) => params.runtime.log?.(`feishu[${account.accountId}] ${message}`));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as probeFeishu } from "./probe-
|
|
1
|
+
import { t as probeFeishu } from "./probe-Dxyo9zlw.js";
|
|
2
2
|
import { parseStrictPositiveInteger } from "openclaw/plugin-sdk/number-runtime";
|
|
3
3
|
import { normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
4
4
|
import { WEBHOOK_ANOMALY_COUNTER_DEFAULTS, WEBHOOK_RATE_LIMIT_DEFAULTS, createFixedWindowRateLimiter, createWebhookAnomalyTracker } from "openclaw/plugin-sdk/webhook-ingress";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as __exportAll } from "./rolldown-runtime-8H4AJuhK.js";
|
|
2
|
-
import { r as createFeishuClient } from "./client-
|
|
2
|
+
import { r as createFeishuClient } from "./client-B7EAV_Ss.js";
|
|
3
3
|
import { asDateTimestampMs, resolveExpiresAtMsFromDurationMs, resolveTimerTimeoutMs } from "openclaw/plugin-sdk/number-runtime";
|
|
4
4
|
import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
|
|
5
5
|
//#region extensions/feishu/src/async.ts
|
|
@@ -2,7 +2,7 @@ import { d as isRecord$1, h as requestFeishuApi, s as resolveFeishuRuntimeAccoun
|
|
|
2
2
|
import { i as resolveReceiveIdType, r as normalizeFeishuTarget } from "./targets-BUjQ1TcA.js";
|
|
3
3
|
import { i as toFeishuSendResult, o as resolveFeishuCardTemplate, r as resolveFeishuReceiptKind, t as assertFeishuMessageApiSuccess } from "./send-result-BMQw-YhV.js";
|
|
4
4
|
import { t as getFeishuRuntime } from "./runtime-C5JxBWZp.js";
|
|
5
|
-
import { r as createFeishuClient } from "./client-
|
|
5
|
+
import { r as createFeishuClient } from "./client-B7EAV_Ss.js";
|
|
6
6
|
import { parseStrictNonNegativeInteger } from "openclaw/plugin-sdk/number-runtime";
|
|
7
7
|
import { isRecord, normalizeLowercaseStringOrEmpty } from "openclaw/plugin-sdk/string-coerce-runtime";
|
|
8
8
|
import { convertMarkdownTables } from "openclaw/plugin-sdk/text-chunking";
|
package/dist/setup-api.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as feishuSetupAdapter, n as feishuSetupWizard, t as feishuPlugin } from "./channel-
|
|
1
|
+
import { i as feishuSetupAdapter, n as feishuSetupWizard, t as feishuPlugin } from "./channel-DRQRQQQ3.js";
|
|
2
2
|
export { feishuPlugin, feishuSetupAdapter, feishuSetupWizard };
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/feishu",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/feishu",
|
|
9
|
-
"version": "2026.7.1-beta.
|
|
9
|
+
"version": "2026.7.1-beta.6",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@larksuiteoapi/node-sdk": "1.68.0",
|
|
12
12
|
"typebox": "1.3.3",
|
|
13
13
|
"zod": "4.4.3"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"openclaw": ">=2026.7.1-beta.
|
|
16
|
+
"openclaw": ">=2026.7.1-beta.6"
|
|
17
17
|
},
|
|
18
18
|
"peerDependenciesMeta": {
|
|
19
19
|
"openclaw": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/feishu",
|
|
3
|
-
"version": "2026.7.1-beta.
|
|
3
|
+
"version": "2026.7.1-beta.6",
|
|
4
4
|
"description": "OpenClaw Feishu/Lark channel plugin for chats and workplace tools (community maintained by @m1heng).",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"zod": "4.4.3"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"openclaw": ">=2026.7.1-beta.
|
|
16
|
+
"openclaw": ">=2026.7.1-beta.6"
|
|
17
17
|
},
|
|
18
18
|
"peerDependenciesMeta": {
|
|
19
19
|
"openclaw": {
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"minHostVersion": ">=2026.5.29"
|
|
48
48
|
},
|
|
49
49
|
"compat": {
|
|
50
|
-
"pluginApi": ">=2026.7.1-beta.
|
|
50
|
+
"pluginApi": ">=2026.7.1-beta.6"
|
|
51
51
|
},
|
|
52
52
|
"build": {
|
|
53
|
-
"openclawVersion": "2026.7.1-beta.
|
|
53
|
+
"openclawVersion": "2026.7.1-beta.6"
|
|
54
54
|
},
|
|
55
55
|
"release": {
|
|
56
56
|
"publishToClawHub": true,
|