n8n-nodes-wecom 0.1.20 → 0.1.21
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 +59 -0
- package/dist/nodes/WeCom/resources/mail/allocateMailAdvancedAccount.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/allocateMailAdvancedAccount.js +22 -0
- package/dist/nodes/WeCom/resources/mail/allocateMailAdvancedAccount.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/createMailGroup.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/createMailGroup.js +65 -0
- package/dist/nodes/WeCom/resources/mail/createMailGroup.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/createPublicMailbox.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/createPublicMailbox.js +55 -0
- package/dist/nodes/WeCom/resources/mail/createPublicMailbox.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/deallocateMailAdvancedAccount.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/deallocateMailAdvancedAccount.js +22 -0
- package/dist/nodes/WeCom/resources/mail/deallocateMailAdvancedAccount.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/deleteClientPassword.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/deleteClientPassword.js +34 -0
- package/dist/nodes/WeCom/resources/mail/deleteClientPassword.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/deleteMailGroup.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/deleteMailGroup.js +22 -0
- package/dist/nodes/WeCom/resources/mail/deleteMailGroup.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/deletePublicMailbox.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/deletePublicMailbox.js +22 -0
- package/dist/nodes/WeCom/resources/mail/deletePublicMailbox.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/execute.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/execute.js +283 -0
- package/dist/nodes/WeCom/resources/mail/execute.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getAppMailbox.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getAppMailbox.js +22 -0
- package/dist/nodes/WeCom/resources/mail/getAppMailbox.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getClientPasswordList.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getClientPasswordList.js +22 -0
- package/dist/nodes/WeCom/resources/mail/getClientPasswordList.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getMailAdvancedAccountList.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getMailAdvancedAccountList.js +35 -0
- package/dist/nodes/WeCom/resources/mail/getMailAdvancedAccountList.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getMailContent.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getMailContent.js +32 -0
- package/dist/nodes/WeCom/resources/mail/getMailContent.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getMailGroup.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getMailGroup.js +22 -0
- package/dist/nodes/WeCom/resources/mail/getMailGroup.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getMailList.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getMailList.js +71 -0
- package/dist/nodes/WeCom/resources/mail/getMailList.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getMailUnreadCount.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getMailUnreadCount.js +22 -0
- package/dist/nodes/WeCom/resources/mail/getMailUnreadCount.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getPublicMailbox.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getPublicMailbox.js +22 -0
- package/dist/nodes/WeCom/resources/mail/getPublicMailbox.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/getUserMailAttribute.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/getUserMailAttribute.js +22 -0
- package/dist/nodes/WeCom/resources/mail/getUserMailAttribute.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/index.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/index.js +222 -0
- package/dist/nodes/WeCom/resources/mail/index.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/searchMailGroup.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/searchMailGroup.js +47 -0
- package/dist/nodes/WeCom/resources/mail/searchMailGroup.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/searchPublicMailbox.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/searchPublicMailbox.js +47 -0
- package/dist/nodes/WeCom/resources/mail/searchPublicMailbox.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/sendMail.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/sendMail.js +68 -0
- package/dist/nodes/WeCom/resources/mail/sendMail.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/sendMeetingMail.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/sendMeetingMail.js +68 -0
- package/dist/nodes/WeCom/resources/mail/sendMeetingMail.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/sendScheduleMail.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/sendScheduleMail.js +68 -0
- package/dist/nodes/WeCom/resources/mail/sendScheduleMail.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/toggleMailboxStatus.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/toggleMailboxStatus.js +44 -0
- package/dist/nodes/WeCom/resources/mail/toggleMailboxStatus.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/updateAppMailbox.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/updateAppMailbox.js +42 -0
- package/dist/nodes/WeCom/resources/mail/updateAppMailbox.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/updateMailGroup.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/updateMailGroup.js +64 -0
- package/dist/nodes/WeCom/resources/mail/updateMailGroup.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/updatePublicMailbox.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/updatePublicMailbox.js +54 -0
- package/dist/nodes/WeCom/resources/mail/updatePublicMailbox.js.map +1 -0
- package/dist/nodes/WeCom/resources/mail/updateUserMailAttribute.d.ts +2 -0
- package/dist/nodes/WeCom/resources/mail/updateUserMailAttribute.js +33 -0
- package/dist/nodes/WeCom/resources/mail/updateUserMailAttribute.js.map +1 -0
- package/dist/nodes/WeComOffice/WeComOffice.node.js +12 -1
- package/dist/nodes/WeComOffice/WeComOffice.node.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,9 @@
|
|
|
7
7
|
本插件按照企业微信官方文档的分类结构,提供以下节点:
|
|
8
8
|
|
|
9
9
|
### 1. 企业微信-基础
|
|
10
|
+
|
|
10
11
|
包含企业微信的基础通信和管理功能:
|
|
12
|
+
|
|
11
13
|
- **通讯录管理** - 成员、部门、标签管理
|
|
12
14
|
- **应用消息** - 发送各类应用消息
|
|
13
15
|
- **群聊会话** - 群聊管理和消息发送
|
|
@@ -16,11 +18,14 @@
|
|
|
16
18
|
- **素材管理** - 素材上传和管理
|
|
17
19
|
|
|
18
20
|
### 2. 企业微信-办公
|
|
21
|
+
|
|
19
22
|
包含企业微信的协同办公功能:
|
|
23
|
+
- **邮件管理** - 企业邮箱、邮件群组、公共邮箱
|
|
20
24
|
- **文档管理** - 在线文档、表格、智能表格
|
|
21
25
|
- **微盘管理** - 微盘空间和文件管理
|
|
22
26
|
|
|
23
27
|
### 3. 企业微信消息接收(Trigger)
|
|
28
|
+
|
|
24
29
|
接收企业微信的消息和事件推送
|
|
25
30
|
|
|
26
31
|
## 隐私与安全
|
|
@@ -298,6 +303,60 @@ npm install n8n-nodes-wecom
|
|
|
298
303
|
|
|
299
304
|
## 二、办公功能(企业微信-办公 节点)
|
|
300
305
|
|
|
306
|
+
### 📧 邮件管理
|
|
307
|
+
|
|
308
|
+
> 📖 [官方文档:邮件](https://developer.work.weixin.qq.com/document/path/95486)
|
|
309
|
+
|
|
310
|
+
#### 发送邮件
|
|
311
|
+
|
|
312
|
+
- ✅ [发送普通邮件](https://developer.work.weixin.qq.com/document/path/97445)
|
|
313
|
+
- ✅ [发送日程邮件](https://developer.work.weixin.qq.com/document/path/97854)
|
|
314
|
+
- ✅ [发送会议邮件](https://developer.work.weixin.qq.com/document/path/97855)
|
|
315
|
+
|
|
316
|
+
#### 获取接收的邮件
|
|
317
|
+
|
|
318
|
+
- ✅ [获取收件箱邮件列表](https://developer.work.weixin.qq.com/document/path/97369)
|
|
319
|
+
- ✅ [获取邮件内容](https://developer.work.weixin.qq.com/document/path/97979)
|
|
320
|
+
|
|
321
|
+
#### 管理应用邮箱账号
|
|
322
|
+
|
|
323
|
+
- ✅ [更新应用邮箱账号](https://developer.work.weixin.qq.com/document/path/97373)
|
|
324
|
+
- ✅ [查询应用邮箱账号](https://developer.work.weixin.qq.com/document/path/97991)
|
|
325
|
+
|
|
326
|
+
#### 管理邮件群组
|
|
327
|
+
|
|
328
|
+
- ✅ [创建邮件群组](https://developer.work.weixin.qq.com/document/path/95510)
|
|
329
|
+
- ✅ [更新邮件群组](https://developer.work.weixin.qq.com/document/path/97995)
|
|
330
|
+
- ✅ [删除邮件群组](https://developer.work.weixin.qq.com/document/path/97996)
|
|
331
|
+
- ✅ [获取邮件群组详情](https://developer.work.weixin.qq.com/document/path/97997)
|
|
332
|
+
- ✅ [模糊搜索邮件群组](https://developer.work.weixin.qq.com/document/path/97998)
|
|
333
|
+
|
|
334
|
+
#### 管理公共邮箱
|
|
335
|
+
|
|
336
|
+
- ✅ [创建公共邮箱](https://developer.work.weixin.qq.com/document/path/95511)
|
|
337
|
+
- ✅ [更新公共邮箱](https://developer.work.weixin.qq.com/document/path/98000)
|
|
338
|
+
- ✅ [删除公共邮箱](https://developer.work.weixin.qq.com/document/path/98001)
|
|
339
|
+
- ✅ [获取公共邮箱详情](https://developer.work.weixin.qq.com/document/path/98002)
|
|
340
|
+
- ✅ [模糊搜索公共邮箱](https://developer.work.weixin.qq.com/document/path/98003)
|
|
341
|
+
|
|
342
|
+
#### 客户端专用密码
|
|
343
|
+
|
|
344
|
+
- ✅ [获取客户端专用密码列表](https://developer.work.weixin.qq.com/document/path/100183)
|
|
345
|
+
- ✅ [删除客户端专用密码](https://developer.work.weixin.qq.com/document/path/100184)
|
|
346
|
+
|
|
347
|
+
#### 高级功能账号管理
|
|
348
|
+
|
|
349
|
+
- ✅ [分配高级功能账号](https://developer.work.weixin.qq.com/document/path/99316)
|
|
350
|
+
- ✅ [取消高级功能账号](https://developer.work.weixin.qq.com/document/path/99317)
|
|
351
|
+
- ✅ [获取高级功能账号列表](https://developer.work.weixin.qq.com/document/path/99318)
|
|
352
|
+
- ✅ [禁用/启用邮箱账号](https://developer.work.weixin.qq.com/document/path/95512)
|
|
353
|
+
|
|
354
|
+
#### 其他邮件客户端登录设置
|
|
355
|
+
|
|
356
|
+
- ✅ [获取用户功能属性](https://developer.work.weixin.qq.com/document/path/95513)
|
|
357
|
+
- ✅ [更改用户功能属性](https://developer.work.weixin.qq.com/document/path/98008)
|
|
358
|
+
- ✅ [获取邮件未读数](https://developer.work.weixin.qq.com/document/path/95514)
|
|
359
|
+
|
|
301
360
|
### 📄 文档管理
|
|
302
361
|
|
|
303
362
|
#### 管理文档
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.allocateMailAdvancedAccountDescription = void 0;
|
|
4
|
+
const showOnlyForAllocateMailAdvancedAccount = {
|
|
5
|
+
resource: ['mail'],
|
|
6
|
+
operation: ['allocateMailAdvancedAccount'],
|
|
7
|
+
};
|
|
8
|
+
exports.allocateMailAdvancedAccountDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: '邮箱列表',
|
|
11
|
+
name: 'mailbox_list',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: {
|
|
15
|
+
show: showOnlyForAllocateMailAdvancedAccount,
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: '要分配高级功能的邮箱地址列表,用逗号分隔',
|
|
19
|
+
hint: '邮箱地址列表,用逗号分隔',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=allocateMailAdvancedAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"allocateMailAdvancedAccount.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/mail/allocateMailAdvancedAccount.ts"],"names":[],"mappings":";;;AAEA,MAAM,sCAAsC,GAAG;IAC9C,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,6BAA6B,CAAC;CAC1C,CAAC;AAEW,QAAA,sCAAsC,GAAsB;IACxE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,sCAAsC;SAC5C;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,cAAc;KACpB;CACD,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createMailGroupDescription = void 0;
|
|
4
|
+
const showOnlyForCreateMailGroup = {
|
|
5
|
+
resource: ['mail'],
|
|
6
|
+
operation: ['createMailGroup'],
|
|
7
|
+
};
|
|
8
|
+
exports.createMailGroupDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: '群组地址',
|
|
11
|
+
name: 'groupid',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: {
|
|
15
|
+
show: showOnlyForCreateMailGroup,
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: '群组邮箱地址',
|
|
19
|
+
hint: '群组地址',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: '群组名称',
|
|
23
|
+
name: 'groupname',
|
|
24
|
+
type: 'string',
|
|
25
|
+
required: true,
|
|
26
|
+
displayOptions: {
|
|
27
|
+
show: showOnlyForCreateMailGroup,
|
|
28
|
+
},
|
|
29
|
+
default: '',
|
|
30
|
+
hint: '群组名称',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
displayName: '成员列表',
|
|
34
|
+
name: 'userlist',
|
|
35
|
+
type: 'string',
|
|
36
|
+
displayOptions: {
|
|
37
|
+
show: showOnlyForCreateMailGroup,
|
|
38
|
+
},
|
|
39
|
+
default: '',
|
|
40
|
+
description: '群组成员邮箱列表,用逗号分隔',
|
|
41
|
+
hint: '成员邮箱列表,用逗号分隔(可选)',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
displayName: '允许外部成员',
|
|
45
|
+
name: 'allow_type',
|
|
46
|
+
type: 'options',
|
|
47
|
+
displayOptions: {
|
|
48
|
+
show: showOnlyForCreateMailGroup,
|
|
49
|
+
},
|
|
50
|
+
options: [
|
|
51
|
+
{
|
|
52
|
+
name: '仅内部成员',
|
|
53
|
+
value: 0,
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: '允许外部成员',
|
|
57
|
+
value: 1,
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
default: 0,
|
|
61
|
+
description: '是否允许外部成员',
|
|
62
|
+
hint: '是否允许外部成员',
|
|
63
|
+
},
|
|
64
|
+
];
|
|
65
|
+
//# sourceMappingURL=createMailGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createMailGroup.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/mail/createMailGroup.ts"],"names":[],"mappings":";;;AAEA,MAAM,0BAA0B,GAAG;IAClC,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,iBAAiB,CAAC;CAC9B,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAC5D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE,EAAE;QACX,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,kBAAkB;KACxB;IACD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,OAAO;gBACb,KAAK,EAAE,CAAC;aACR;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,CAAC;aACR;SACD;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,UAAU;KAChB;CACD,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createPublicMailboxDescription = void 0;
|
|
4
|
+
const showOnlyForCreatePublicMailbox = {
|
|
5
|
+
resource: ['mail'],
|
|
6
|
+
operation: ['createPublicMailbox'],
|
|
7
|
+
};
|
|
8
|
+
exports.createPublicMailboxDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: '邮箱地址',
|
|
11
|
+
name: 'mailbox',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: {
|
|
15
|
+
show: showOnlyForCreatePublicMailbox,
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: '公共邮箱地址',
|
|
19
|
+
hint: '邮箱地址',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: '邮箱名称',
|
|
23
|
+
name: 'name',
|
|
24
|
+
type: 'string',
|
|
25
|
+
required: true,
|
|
26
|
+
displayOptions: {
|
|
27
|
+
show: showOnlyForCreatePublicMailbox,
|
|
28
|
+
},
|
|
29
|
+
default: '',
|
|
30
|
+
hint: '邮箱名称',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
displayName: '管理员列表',
|
|
34
|
+
name: 'admin_list',
|
|
35
|
+
type: 'string',
|
|
36
|
+
displayOptions: {
|
|
37
|
+
show: showOnlyForCreatePublicMailbox,
|
|
38
|
+
},
|
|
39
|
+
default: '',
|
|
40
|
+
description: '管理员邮箱列表,用逗号分隔',
|
|
41
|
+
hint: '管理员邮箱列表(可选)',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
displayName: '成员列表',
|
|
45
|
+
name: 'member_list',
|
|
46
|
+
type: 'string',
|
|
47
|
+
displayOptions: {
|
|
48
|
+
show: showOnlyForCreatePublicMailbox,
|
|
49
|
+
},
|
|
50
|
+
default: '',
|
|
51
|
+
description: '成员邮箱列表,用逗号分隔',
|
|
52
|
+
hint: '成员邮箱列表(可选)',
|
|
53
|
+
},
|
|
54
|
+
];
|
|
55
|
+
//# sourceMappingURL=createPublicMailbox.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createPublicMailbox.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/mail/createPublicMailbox.ts"],"names":[],"mappings":";;;AAEA,MAAM,8BAA8B,GAAG;IACtC,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,qBAAqB,CAAC;CAClC,CAAC;AAEW,QAAA,8BAA8B,GAAsB;IAChE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,8BAA8B;SACpC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,8BAA8B;SACpC;QACD,OAAO,EAAE,EAAE;QACX,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,8BAA8B;SACpC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,aAAa;KACnB;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,8BAA8B;SACpC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,YAAY;KAClB;CACD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deallocateMailAdvancedAccountDescription = void 0;
|
|
4
|
+
const showOnlyForDeallocateMailAdvancedAccount = {
|
|
5
|
+
resource: ['mail'],
|
|
6
|
+
operation: ['deallocateMailAdvancedAccount'],
|
|
7
|
+
};
|
|
8
|
+
exports.deallocateMailAdvancedAccountDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: '邮箱列表',
|
|
11
|
+
name: 'mailbox_list',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: {
|
|
15
|
+
show: showOnlyForDeallocateMailAdvancedAccount,
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: '要取消高级功能的邮箱地址列表,用逗号分隔',
|
|
19
|
+
hint: '邮箱地址列表,用逗号分隔',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=deallocateMailAdvancedAccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deallocateMailAdvancedAccount.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/mail/deallocateMailAdvancedAccount.ts"],"names":[],"mappings":";;;AAEA,MAAM,wCAAwC,GAAG;IAChD,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,+BAA+B,CAAC;CAC5C,CAAC;AAEW,QAAA,wCAAwC,GAAsB;IAC1E;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,wCAAwC;SAC9C;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,cAAc;KACpB;CACD,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteClientPasswordDescription = void 0;
|
|
4
|
+
const showOnlyForDeleteClientPassword = {
|
|
5
|
+
resource: ['mail'],
|
|
6
|
+
operation: ['deleteClientPassword'],
|
|
7
|
+
};
|
|
8
|
+
exports.deleteClientPasswordDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: '邮箱地址',
|
|
11
|
+
name: 'mailbox',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: {
|
|
15
|
+
show: showOnlyForDeleteClientPassword,
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
hint: '邮箱地址',
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
displayName: '密码ID',
|
|
22
|
+
name: 'password_id',
|
|
23
|
+
type: 'string',
|
|
24
|
+
typeOptions: { password: true },
|
|
25
|
+
required: true,
|
|
26
|
+
displayOptions: {
|
|
27
|
+
show: showOnlyForDeleteClientPassword,
|
|
28
|
+
},
|
|
29
|
+
default: '',
|
|
30
|
+
description: '要删除的客户端专用密码ID',
|
|
31
|
+
hint: '密码ID',
|
|
32
|
+
},
|
|
33
|
+
];
|
|
34
|
+
//# sourceMappingURL=deleteClientPassword.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteClientPassword.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/mail/deleteClientPassword.ts"],"names":[],"mappings":";;;AAEA,MAAM,+BAA+B,GAAG;IACvC,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,sBAAsB,CAAC;CACnC,CAAC;AAEW,QAAA,+BAA+B,GAAsB;IACjE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,+BAA+B;SACrC;QACD,OAAO,EAAE,EAAE;QACX,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;QAC/B,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,+BAA+B;SACrC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,MAAM;KACZ;CACD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteMailGroupDescription = void 0;
|
|
4
|
+
const showOnlyForDeleteMailGroup = {
|
|
5
|
+
resource: ['mail'],
|
|
6
|
+
operation: ['deleteMailGroup'],
|
|
7
|
+
};
|
|
8
|
+
exports.deleteMailGroupDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: '群组地址',
|
|
11
|
+
name: 'groupid',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: {
|
|
15
|
+
show: showOnlyForDeleteMailGroup,
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: '要删除的群组邮箱地址',
|
|
19
|
+
hint: '群组地址',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=deleteMailGroup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deleteMailGroup.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/mail/deleteMailGroup.ts"],"names":[],"mappings":";;;AAEA,MAAM,0BAA0B,GAAG;IAClC,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,iBAAiB,CAAC;CAC9B,CAAC;AAEW,QAAA,0BAA0B,GAAsB;IAC5D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,0BAA0B;SAChC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,MAAM;KACZ;CACD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deletePublicMailboxDescription = void 0;
|
|
4
|
+
const showOnlyForDeletePublicMailbox = {
|
|
5
|
+
resource: ['mail'],
|
|
6
|
+
operation: ['deletePublicMailbox'],
|
|
7
|
+
};
|
|
8
|
+
exports.deletePublicMailboxDescription = [
|
|
9
|
+
{
|
|
10
|
+
displayName: '邮箱地址',
|
|
11
|
+
name: 'mailbox',
|
|
12
|
+
type: 'string',
|
|
13
|
+
required: true,
|
|
14
|
+
displayOptions: {
|
|
15
|
+
show: showOnlyForDeletePublicMailbox,
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: '要删除的公共邮箱地址',
|
|
19
|
+
hint: '邮箱地址',
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
//# sourceMappingURL=deletePublicMailbox.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"deletePublicMailbox.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/mail/deletePublicMailbox.ts"],"names":[],"mappings":";;;AAEA,MAAM,8BAA8B,GAAG;IACtC,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,SAAS,EAAE,CAAC,qBAAqB,CAAC;CAClC,CAAC;AAEW,QAAA,8BAA8B,GAAsB;IAChE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,8BAA8B;SACpC;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,MAAM;KACZ;CACD,CAAC"}
|