@openclaw-china/dingtalk 0.1.7 → 0.1.9
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/moltbot.plugin.json +28 -28
- package/package.json +4 -3
package/clawdbot.plugin.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "dingtalk",
|
|
3
|
-
"name": "DingTalk",
|
|
4
|
-
"description": "钉钉消息渠道插件",
|
|
5
|
-
"version": "0.1.1",
|
|
6
|
-
"channels": ["dingtalk"],
|
|
7
|
-
"configSchema": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"additionalProperties": false,
|
|
10
|
-
"properties": {
|
|
11
|
-
"enabled": { "type": "boolean" },
|
|
12
|
-
"clientId": { "type": "string" },
|
|
13
|
-
"clientSecret": { "type": "string" },
|
|
14
|
-
"connectionMode": { "type": "string", "enum": ["stream", "webhook"] },
|
|
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
|
-
"historyLimit": { "type": "integer", "minimum": 0 },
|
|
21
|
-
"textChunkLimit": { "type": "integer", "minimum": 1 }
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"uiHints": {
|
|
25
|
-
"clientId": { "label": "Client ID (AppKey)" },
|
|
26
|
-
"clientSecret": { "label": "Client Secret (AppSecret)", "sensitive": true }
|
|
27
|
-
}
|
|
28
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"id": "dingtalk",
|
|
3
|
+
"name": "DingTalk",
|
|
4
|
+
"description": "钉钉消息渠道插件",
|
|
5
|
+
"version": "0.1.1",
|
|
6
|
+
"channels": ["dingtalk"],
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"enabled": { "type": "boolean" },
|
|
12
|
+
"clientId": { "type": "string" },
|
|
13
|
+
"clientSecret": { "type": "string" },
|
|
14
|
+
"connectionMode": { "type": "string", "enum": ["stream", "webhook"] },
|
|
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
|
+
"historyLimit": { "type": "integer", "minimum": 0 },
|
|
21
|
+
"textChunkLimit": { "type": "integer", "minimum": 1 }
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"uiHints": {
|
|
25
|
+
"clientId": { "label": "Client ID (AppKey)" },
|
|
26
|
+
"clientSecret": { "label": "Client Secret (AppSecret)", "sensitive": true }
|
|
27
|
+
}
|
|
28
|
+
}
|
package/moltbot.plugin.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "dingtalk",
|
|
3
|
-
"name": "DingTalk",
|
|
4
|
-
"description": "钉钉消息渠道插件",
|
|
5
|
-
"version": "0.1.0",
|
|
6
|
-
"channels": ["dingtalk"],
|
|
7
|
-
"configSchema": {
|
|
8
|
-
"type": "object",
|
|
9
|
-
"additionalProperties": false,
|
|
10
|
-
"properties": {
|
|
11
|
-
"enabled": { "type": "boolean" },
|
|
12
|
-
"clientId": { "type": "string" },
|
|
13
|
-
"clientSecret": { "type": "string" },
|
|
14
|
-
"connectionMode": { "type": "string", "enum": ["stream", "webhook"] },
|
|
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
|
-
"historyLimit": { "type": "integer", "minimum": 0 },
|
|
21
|
-
"textChunkLimit": { "type": "integer", "minimum": 1 }
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"uiHints": {
|
|
25
|
-
"clientId": { "label": "Client ID (AppKey)" },
|
|
26
|
-
"clientSecret": { "label": "Client Secret (AppSecret)", "sensitive": true }
|
|
27
|
-
}
|
|
28
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"id": "dingtalk",
|
|
3
|
+
"name": "DingTalk",
|
|
4
|
+
"description": "钉钉消息渠道插件",
|
|
5
|
+
"version": "0.1.0",
|
|
6
|
+
"channels": ["dingtalk"],
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {
|
|
11
|
+
"enabled": { "type": "boolean" },
|
|
12
|
+
"clientId": { "type": "string" },
|
|
13
|
+
"clientSecret": { "type": "string" },
|
|
14
|
+
"connectionMode": { "type": "string", "enum": ["stream", "webhook"] },
|
|
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
|
+
"historyLimit": { "type": "integer", "minimum": 0 },
|
|
21
|
+
"textChunkLimit": { "type": "integer", "minimum": 1 }
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"uiHints": {
|
|
25
|
+
"clientId": { "label": "Client ID (AppKey)" },
|
|
26
|
+
"clientSecret": { "label": "Client Secret (AppSecret)", "sensitive": true }
|
|
27
|
+
}
|
|
28
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw-china/dingtalk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Moltbot DingTalk channel plugin",
|
|
6
6
|
"license": "MIT",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"release:major": "npm run build && npm version major && npm publish"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@openclaw-china/shared": "0.1.
|
|
73
|
+
"@openclaw-china/shared": "0.1.8",
|
|
74
74
|
"dingtalk-stream": "^2.1.4"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
@@ -88,5 +88,6 @@
|
|
|
88
88
|
"moltbot": {
|
|
89
89
|
"optional": true
|
|
90
90
|
}
|
|
91
|
-
}
|
|
91
|
+
},
|
|
92
|
+
"private": false
|
|
92
93
|
}
|