n8n-nodes-wecom 0.2.0 → 0.2.1
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/LICENSE.md +19 -19
- package/README.md +762 -762
- package/dist/nodes/WeCom/resources/contact/listUsers.js +1 -1
- package/dist/nodes/WeCom/resources/contact/listUsers.js.map +1 -1
- package/dist/nodes/WeCom/resources/contact/listUsersDetail.js +1 -1
- package/dist/nodes/WeCom/resources/contact/listUsersDetail.js.map +1 -1
- package/dist/nodes/WeCom/resources/externalContact/batchGetExternalContact.js +1 -1
- package/dist/nodes/WeCom/resources/externalContact/batchGetExternalContact.js.map +1 -1
- package/dist/nodes/WeCom/resources/externalContact/getExternalContactList.js +1 -1
- package/dist/nodes/WeCom/resources/externalContact/getExternalContactList.js.map +1 -1
- package/dist/nodes/WeCom/resources/externalContact/markTag.js +1 -1
- package/dist/nodes/WeCom/resources/externalContact/markTag.js.map +1 -1
- package/dist/nodes/WeCom/resources/externalContact/resignedTransferCustomer.js +2 -2
- package/dist/nodes/WeCom/resources/externalContact/resignedTransferCustomer.js.map +1 -1
- package/dist/nodes/WeCom/resources/externalContact/transferCustomer.js +2 -2
- package/dist/nodes/WeCom/resources/externalContact/transferCustomer.js.map +1 -1
- package/dist/nodes/WeCom/resources/externalContact/updateExternalContactRemark.js +1 -1
- package/dist/nodes/WeCom/resources/externalContact/updateExternalContactRemark.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/addServicer.js +1 -1
- package/dist/nodes/WeCom/resources/kf/addServicer.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/delKfAccount.js +1 -1
- package/dist/nodes/WeCom/resources/kf/delKfAccount.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/delServicer.js +1 -1
- package/dist/nodes/WeCom/resources/kf/delServicer.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/getCorpStatistic.js +1 -1
- package/dist/nodes/WeCom/resources/kf/getCorpStatistic.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/getCustomerInfo.js +1 -1
- package/dist/nodes/WeCom/resources/kf/getCustomerInfo.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/getKfAccountLink.js +1 -1
- package/dist/nodes/WeCom/resources/kf/getKfAccountLink.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/getServicerStatistic.js +1 -1
- package/dist/nodes/WeCom/resources/kf/getServicerStatistic.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/listServicer.js +1 -1
- package/dist/nodes/WeCom/resources/kf/listServicer.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/sendKfMsg.js +1 -1
- package/dist/nodes/WeCom/resources/kf/sendKfMsg.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/setUpgradeService.js +1 -1
- package/dist/nodes/WeCom/resources/kf/setUpgradeService.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/syncMsg.js +1 -1
- package/dist/nodes/WeCom/resources/kf/syncMsg.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/transServiceState.js +1 -1
- package/dist/nodes/WeCom/resources/kf/transServiceState.js.map +1 -1
- package/dist/nodes/WeCom/resources/kf/updateKfAccount.js +1 -1
- package/dist/nodes/WeCom/resources/kf/updateKfAccount.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +74 -74
package/package.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "n8n-nodes-wecom",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "Complete n8n integration for WeCom (企业微信/WeChat Work). Send messages, manage contacts, departments, customer relations, meetings, documents, email, calendar, approvals, and more. Full-featured enterprise WeChat automation node.",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"homepage": "https://github.com/funcodingdev/n8n-nodes-wecom",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"n8n-community-node-package",
|
|
9
|
-
"wecom",
|
|
10
|
-
"wechat work",
|
|
11
|
-
"enterprise wechat",
|
|
12
|
-
"企业微信",
|
|
13
|
-
"weixin",
|
|
14
|
-
"qyweixin",
|
|
15
|
-
"wechat",
|
|
16
|
-
"messaging",
|
|
17
|
-
"contacts",
|
|
18
|
-
"crm",
|
|
19
|
-
"automation",
|
|
20
|
-
"workflow",
|
|
21
|
-
"china",
|
|
22
|
-
"business",
|
|
23
|
-
"communication",
|
|
24
|
-
"notification",
|
|
25
|
-
"webhook",
|
|
26
|
-
"trigger"
|
|
27
|
-
],
|
|
28
|
-
"author": {
|
|
29
|
-
"name": "funcodingdev",
|
|
30
|
-
"email": "funcodingdev@foxmail.com"
|
|
31
|
-
},
|
|
32
|
-
"repository": {
|
|
33
|
-
"type": "git",
|
|
34
|
-
"url": "https://github.com/funcodingdev/n8n-nodes-wecom.git"
|
|
35
|
-
},
|
|
36
|
-
"scripts": {
|
|
37
|
-
"build": "n8n-node build",
|
|
38
|
-
"build:watch": "tsc --watch",
|
|
39
|
-
"dev": "n8n-node dev",
|
|
40
|
-
"lint": "n8n-node lint",
|
|
41
|
-
"lint:fix": "n8n-node lint --fix",
|
|
42
|
-
"release": "n8n-node release",
|
|
43
|
-
"prepublishOnly": "n8n-node prerelease"
|
|
44
|
-
},
|
|
45
|
-
"files": [
|
|
46
|
-
"dist"
|
|
47
|
-
],
|
|
48
|
-
"n8n": {
|
|
49
|
-
"n8nNodesApiVersion": 1,
|
|
50
|
-
"strict": false,
|
|
51
|
-
"credentials": [
|
|
52
|
-
"dist/credentials/WeComApi.credentials.js",
|
|
53
|
-
"dist/credentials/WeComWebhookApi.credentials.js",
|
|
54
|
-
"dist/credentials/WeComReceiveApi.credentials.js"
|
|
55
|
-
],
|
|
56
|
-
"nodes": [
|
|
57
|
-
"dist/nodes/WeComBase/WeComBase.node.js",
|
|
58
|
-
"dist/nodes/WeComOffice/WeComOffice.node.js",
|
|
59
|
-
"dist/nodes/WeComTrigger/WeComTrigger.node.js",
|
|
60
|
-
"dist/nodes/WeComWechat/WeComWechat.node.js"
|
|
61
|
-
]
|
|
62
|
-
},
|
|
63
|
-
"devDependencies": {
|
|
64
|
-
"@n8n/node-cli": "*",
|
|
65
|
-
"@types/node": "^24.9.1",
|
|
66
|
-
"eslint": "9.32.0",
|
|
67
|
-
"prettier": "3.6.2",
|
|
68
|
-
"release-it": "^19.0.4",
|
|
69
|
-
"typescript": "5.9.2"
|
|
70
|
-
},
|
|
71
|
-
"peerDependencies": {
|
|
72
|
-
"n8n-workflow": "*"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "n8n-nodes-wecom",
|
|
3
|
+
"version": "0.2.1",
|
|
4
|
+
"description": "Complete n8n integration for WeCom (企业微信/WeChat Work). Send messages, manage contacts, departments, customer relations, meetings, documents, email, calendar, approvals, and more. Full-featured enterprise WeChat automation node.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"homepage": "https://github.com/funcodingdev/n8n-nodes-wecom",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"n8n-community-node-package",
|
|
9
|
+
"wecom",
|
|
10
|
+
"wechat work",
|
|
11
|
+
"enterprise wechat",
|
|
12
|
+
"企业微信",
|
|
13
|
+
"weixin",
|
|
14
|
+
"qyweixin",
|
|
15
|
+
"wechat",
|
|
16
|
+
"messaging",
|
|
17
|
+
"contacts",
|
|
18
|
+
"crm",
|
|
19
|
+
"automation",
|
|
20
|
+
"workflow",
|
|
21
|
+
"china",
|
|
22
|
+
"business",
|
|
23
|
+
"communication",
|
|
24
|
+
"notification",
|
|
25
|
+
"webhook",
|
|
26
|
+
"trigger"
|
|
27
|
+
],
|
|
28
|
+
"author": {
|
|
29
|
+
"name": "funcodingdev",
|
|
30
|
+
"email": "funcodingdev@foxmail.com"
|
|
31
|
+
},
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "https://github.com/funcodingdev/n8n-nodes-wecom.git"
|
|
35
|
+
},
|
|
36
|
+
"scripts": {
|
|
37
|
+
"build": "n8n-node build",
|
|
38
|
+
"build:watch": "tsc --watch",
|
|
39
|
+
"dev": "n8n-node dev",
|
|
40
|
+
"lint": "n8n-node lint",
|
|
41
|
+
"lint:fix": "n8n-node lint --fix",
|
|
42
|
+
"release": "n8n-node release",
|
|
43
|
+
"prepublishOnly": "n8n-node prerelease"
|
|
44
|
+
},
|
|
45
|
+
"files": [
|
|
46
|
+
"dist"
|
|
47
|
+
],
|
|
48
|
+
"n8n": {
|
|
49
|
+
"n8nNodesApiVersion": 1,
|
|
50
|
+
"strict": false,
|
|
51
|
+
"credentials": [
|
|
52
|
+
"dist/credentials/WeComApi.credentials.js",
|
|
53
|
+
"dist/credentials/WeComWebhookApi.credentials.js",
|
|
54
|
+
"dist/credentials/WeComReceiveApi.credentials.js"
|
|
55
|
+
],
|
|
56
|
+
"nodes": [
|
|
57
|
+
"dist/nodes/WeComBase/WeComBase.node.js",
|
|
58
|
+
"dist/nodes/WeComOffice/WeComOffice.node.js",
|
|
59
|
+
"dist/nodes/WeComTrigger/WeComTrigger.node.js",
|
|
60
|
+
"dist/nodes/WeComWechat/WeComWechat.node.js"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@n8n/node-cli": "*",
|
|
65
|
+
"@types/node": "^24.9.1",
|
|
66
|
+
"eslint": "9.32.0",
|
|
67
|
+
"prettier": "3.6.2",
|
|
68
|
+
"release-it": "^19.0.4",
|
|
69
|
+
"typescript": "5.9.2"
|
|
70
|
+
},
|
|
71
|
+
"peerDependencies": {
|
|
72
|
+
"n8n-workflow": "*"
|
|
73
|
+
}
|
|
74
|
+
}
|