@clawos-dev/clawd 0.2.292 → 0.2.294
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.
|
@@ -22178,8 +22178,10 @@ var SessionFileSchema = external_exports.object({
|
|
|
22178
22178
|
* 由 daemon lark-bot-connector 模块写入,UI 只读(sidebar 按此字段隐藏,Drawer 群清单按此聚合)。
|
|
22179
22179
|
*/
|
|
22180
22180
|
larkChatId: external_exports.string().min(1).optional(),
|
|
22181
|
-
/**
|
|
22181
|
+
/** 飞书会话名快照(展示用):群会话为群名、私聊会话为对方用户名;随事件更新,可能滞后 */
|
|
22182
22182
|
larkChatName: external_exports.string().min(1).optional(),
|
|
22183
|
+
/** lark 会话类型(spec 2026-08-06 P9):p2p 与群的 chat_id 形态无法区分,UI 文案分支需要。可选=兼容老数据(缺省按 group 展示) */
|
|
22184
|
+
larkChatType: external_exports.enum(["p2p", "group"]).optional(),
|
|
22183
22185
|
createdAt: external_exports.string().min(1),
|
|
22184
22186
|
updatedAt: external_exports.string().min(1)
|
|
22185
22187
|
});
|