@openclaw-china/feishu 0.1.9 → 0.1.11
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/clawdbot.plugin.json +28 -28
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/moltbot.plugin.json +28 -28
- package/openclaw.plugin.json +29 -0
- package/package.json +4 -3
package/moltbot.plugin.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "feishu",
|
|
3
|
-
"name": "Feishu",
|
|
4
|
-
"description": "飞书/Lark 消息渠道插件",
|
|
5
|
-
"version": "0.1.0",
|
|
6
|
-
"channels": ["feishu"],
|
|
7
|
-
"configSchema": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"additionalProperties": false,
|
|
10
|
-
"properties": {
|
|
11
|
-
"enabled": { "type": "boolean" },
|
|
12
|
-
"appId": { "type": "string" },
|
|
13
|
-
"appSecret": { "type": "string" },
|
|
14
|
-
"connectionMode": { "type": "string", "enum": ["websocket"] },
|
|
15
|
-
"dmPolicy": { "type": "string", "enum": ["open", "pairing", "allowlist"] },
|
|
16
|
-
"groupPolicy": { "type": "string", "enum": ["open", "allowlist", "disabled"] },
|
|
17
|
-
"requireMention": { "type": "boolean" },
|
|
18
|
-
"allowFrom": { "type": "array", "items": { "type": "string" } },
|
|
19
|
-
"groupAllowFrom": { "type": "array", "items": { "type": "string" } },
|
|
20
|
-
"sendMarkdownAsCard": { "type": "boolean" },
|
|
21
|
-
"historyLimit": { "type": "integer", "minimum": 0 },
|
|
22
|
-
"textChunkLimit": { "type": "integer", "minimum": 1 }
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
"uiHints": {
|
|
26
|
-
"appId": { "label": "App ID" },
|
|
27
|
-
"appSecret": { "label": "App Secret", "sensitive": true }
|
|
28
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"id": "feishu",
|
|
3
|
+
"name": "Feishu",
|
|
4
|
+
"description": "飞书/Lark 消息渠道插件",
|
|
5
|
+
"version": "0.1.0",
|
|
6
|
+
"channels": ["feishu"],
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"enabled": { "type": "boolean" },
|
|
12
|
+
"appId": { "type": "string" },
|
|
13
|
+
"appSecret": { "type": "string" },
|
|
14
|
+
"connectionMode": { "type": "string", "enum": ["websocket"] },
|
|
15
|
+
"dmPolicy": { "type": "string", "enum": ["open", "pairing", "allowlist"] },
|
|
16
|
+
"groupPolicy": { "type": "string", "enum": ["open", "allowlist", "disabled"] },
|
|
17
|
+
"requireMention": { "type": "boolean" },
|
|
18
|
+
"allowFrom": { "type": "array", "items": { "type": "string" } },
|
|
19
|
+
"groupAllowFrom": { "type": "array", "items": { "type": "string" } },
|
|
20
|
+
"sendMarkdownAsCard": { "type": "boolean" },
|
|
21
|
+
"historyLimit": { "type": "integer", "minimum": 0 },
|
|
22
|
+
"textChunkLimit": { "type": "integer", "minimum": 1 }
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"uiHints": {
|
|
26
|
+
"appId": { "label": "App ID" },
|
|
27
|
+
"appSecret": { "label": "App Secret", "sensitive": true }
|
|
28
|
+
}
|
|
29
29
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "feishu",
|
|
3
|
+
"name": "Feishu",
|
|
4
|
+
"description": "飞书/Lark 消息渠道插件",
|
|
5
|
+
"version": "0.1.0",
|
|
6
|
+
"channels": ["feishu"],
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"enabled": { "type": "boolean" },
|
|
12
|
+
"appId": { "type": "string" },
|
|
13
|
+
"appSecret": { "type": "string" },
|
|
14
|
+
"connectionMode": { "type": "string", "enum": ["websocket"] },
|
|
15
|
+
"dmPolicy": { "type": "string", "enum": ["open", "pairing", "allowlist"] },
|
|
16
|
+
"groupPolicy": { "type": "string", "enum": ["open", "allowlist", "disabled"] },
|
|
17
|
+
"requireMention": { "type": "boolean" },
|
|
18
|
+
"allowFrom": { "type": "array", "items": { "type": "string" } },
|
|
19
|
+
"groupAllowFrom": { "type": "array", "items": { "type": "string" } },
|
|
20
|
+
"sendMarkdownAsCard": { "type": "boolean" },
|
|
21
|
+
"historyLimit": { "type": "integer", "minimum": 0 },
|
|
22
|
+
"textChunkLimit": { "type": "integer", "minimum": 1 }
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"uiHints": {
|
|
26
|
+
"appId": { "label": "App ID" },
|
|
27
|
+
"appSecret": { "label": "App Secret", "sensitive": true }
|
|
28
|
+
}
|
|
29
|
+
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw-china/feishu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Moltbot Feishu/Lark channel plugin",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist",
|
|
9
9
|
"moltbot.plugin.json",
|
|
10
|
-
"clawdbot.plugin.json"
|
|
10
|
+
"clawdbot.plugin.json",
|
|
11
|
+
"openclaw.plugin.json"
|
|
11
12
|
],
|
|
12
13
|
"openclaw": {
|
|
13
14
|
"extensions": [
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"release:major": "npm run build && npm version major && npm publish"
|
|
92
93
|
},
|
|
93
94
|
"dependencies": {
|
|
94
|
-
"@openclaw-china/shared": "0.1.
|
|
95
|
+
"@openclaw-china/shared": "0.1.19",
|
|
95
96
|
"@larksuiteoapi/node-sdk": "^1.46.0"
|
|
96
97
|
},
|
|
97
98
|
"devDependencies": {
|