@openclaw-china/feishu 0.1.8 → 0.1.10
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 +25 -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,14 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw-china/feishu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
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
|
],
|
|
13
|
+
"openclaw": {
|
|
14
|
+
"extensions": [
|
|
15
|
+
"./dist/index.js"
|
|
16
|
+
],
|
|
17
|
+
"channel": {
|
|
18
|
+
"id": "feishu",
|
|
19
|
+
"label": "Feishu",
|
|
20
|
+
"selectionLabel": "Feishu/Lark (飞书)",
|
|
21
|
+
"docsPath": "/channels/feishu",
|
|
22
|
+
"blurb": "飞书/Lark 企业消息",
|
|
23
|
+
"aliases": [
|
|
24
|
+
"lark"
|
|
25
|
+
],
|
|
26
|
+
"order": 70
|
|
27
|
+
},
|
|
28
|
+
"install": {
|
|
29
|
+
"npmSpec": "@openclaw-china/feishu",
|
|
30
|
+
"localPath": ".",
|
|
31
|
+
"defaultChoice": "npm"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
12
34
|
"moltbot": {
|
|
13
35
|
"extensions": [
|
|
14
36
|
"./dist/index.js"
|
|
@@ -70,7 +92,7 @@
|
|
|
70
92
|
"release:major": "npm run build && npm version major && npm publish"
|
|
71
93
|
},
|
|
72
94
|
"dependencies": {
|
|
73
|
-
"@openclaw-china/shared": "0.1.
|
|
95
|
+
"@openclaw-china/shared": "0.1.18",
|
|
74
96
|
"@larksuiteoapi/node-sdk": "^1.46.0"
|
|
75
97
|
},
|
|
76
98
|
"devDependencies": {
|