n8n-nodes-wecom 0.1.46 → 0.1.48
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/README.md +0 -2
- package/dist/nodes/WeCom/resources/kf/syncMsg.js +2 -2
- package/dist/nodes/WeCom/resources/kf/syncMsg.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/execute.js +121 -106
- package/dist/nodes/WeCom/resources/material/execute.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js +14 -3
- package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/getTemp.js +5 -3
- package/dist/nodes/WeCom/resources/material/getTemp.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/index.js +1 -7
- package/dist/nodes/WeCom/resources/material/index.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/uploadImage.js +5 -5
- package/dist/nodes/WeCom/resources/material/uploadImage.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/uploadTemp.js +7 -1
- package/dist/nodes/WeCom/resources/material/uploadTemp.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/uploadTempAsync.js +34 -10
- package/dist/nodes/WeCom/resources/material/uploadTempAsync.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/nodes/WeCom/resources/material/getPermanent.d.ts +0 -2
- package/dist/nodes/WeCom/resources/material/getPermanent.js +0 -31
- package/dist/nodes/WeCom/resources/material/getPermanent.js.map +0 -1
- package/dist/nodes/WeCom/resources/material/uploadPermanent.d.ts +0 -2
- package/dist/nodes/WeCom/resources/material/uploadPermanent.js +0 -49
- package/dist/nodes/WeCom/resources/material/uploadPermanent.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-wecom",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
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
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/funcodingdev/n8n-nodes-wecom",
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getPermanentDescription = void 0;
|
|
4
|
-
const showOnlyGetPermanent = {
|
|
5
|
-
resource: ['material'],
|
|
6
|
-
operation: ['getPermanent'],
|
|
7
|
-
};
|
|
8
|
-
exports.getPermanentDescription = [
|
|
9
|
-
{
|
|
10
|
-
displayName: '素材ID',
|
|
11
|
-
name: 'media_ID',
|
|
12
|
-
type: 'string',
|
|
13
|
-
default: '',
|
|
14
|
-
required: true,
|
|
15
|
-
displayOptions: {
|
|
16
|
-
show: showOnlyGetPermanent,
|
|
17
|
-
},
|
|
18
|
-
description: '永久素材的media_ID',
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
displayName: '下载到二进制属性',
|
|
22
|
-
name: 'binaryProperty',
|
|
23
|
-
type: 'string',
|
|
24
|
-
default: 'data',
|
|
25
|
-
displayOptions: {
|
|
26
|
-
show: showOnlyGetPermanent,
|
|
27
|
-
},
|
|
28
|
-
description: '将下载的文件存储到的二进制属性名称',
|
|
29
|
-
},
|
|
30
|
-
];
|
|
31
|
-
//# sourceMappingURL=getPermanent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPermanent.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/material/getPermanent.ts"],"names":[],"mappings":";;;AAEA,MAAM,oBAAoB,GAAG;IAC5B,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,cAAc,CAAC;CAC3B,CAAC;AAEW,QAAA,uBAAuB,GAAsB;IACzD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,EAAE;QACX,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,oBAAoB;SAC1B;QACD,WAAW,EAAE,eAAe;KAC5B;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,MAAM;QACf,cAAc,EAAE;YACf,IAAI,EAAE,oBAAoB;SAC1B;QACD,WAAW,EAAE,mBAAmB;KAChC;CACD,CAAC"}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.uploadPermanentDescription = void 0;
|
|
4
|
-
const showOnlyUploadPermanent = {
|
|
5
|
-
resource: ['material'],
|
|
6
|
-
operation: ['uploadPermanent'],
|
|
7
|
-
};
|
|
8
|
-
exports.uploadPermanentDescription = [
|
|
9
|
-
{
|
|
10
|
-
displayName: '素材类型',
|
|
11
|
-
name: 'type',
|
|
12
|
-
type: 'options',
|
|
13
|
-
options: [
|
|
14
|
-
{
|
|
15
|
-
name: '图片',
|
|
16
|
-
value: 'image',
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
name: '语音',
|
|
20
|
-
value: 'voice',
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
name: '视频',
|
|
24
|
-
value: 'video',
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
name: '文件',
|
|
28
|
-
value: 'file',
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
default: 'image',
|
|
32
|
-
required: true,
|
|
33
|
-
displayOptions: {
|
|
34
|
-
show: showOnlyUploadPermanent,
|
|
35
|
-
},
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
displayName: '文件',
|
|
39
|
-
name: 'binaryProperty',
|
|
40
|
-
type: 'string',
|
|
41
|
-
default: 'data',
|
|
42
|
-
required: true,
|
|
43
|
-
displayOptions: {
|
|
44
|
-
show: showOnlyUploadPermanent,
|
|
45
|
-
},
|
|
46
|
-
description: '要上传的二进制文件属性名称',
|
|
47
|
-
},
|
|
48
|
-
];
|
|
49
|
-
//# sourceMappingURL=uploadPermanent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"uploadPermanent.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/material/uploadPermanent.ts"],"names":[],"mappings":";;;AAEA,MAAM,uBAAuB,GAAG;IAC/B,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,iBAAiB,CAAC;CAC9B,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAC5D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,SAAS;QACf,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,IAAI;gBACV,KAAK,EAAE,OAAO;aACd;YACD;gBACC,IAAI,EAAE,IAAI;gBACV,KAAK,EAAE,OAAO;aACd;YACD;gBACC,IAAI,EAAE,IAAI;gBACV,KAAK,EAAE,OAAO;aACd;YACD;gBACC,IAAI,EAAE,IAAI;gBACV,KAAK,EAAE,MAAM;aACb;SACD;QACD,OAAO,EAAE,OAAO;QAChB,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;KACD;IACD;QACC,WAAW,EAAE,IAAI;QACjB,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,QAAQ;QACd,OAAO,EAAE,MAAM;QACf,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,WAAW,EAAE,eAAe;KAC5B;CACD,CAAC"}
|