n8n-nodes-wecom 0.1.23 → 0.1.25

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.
Files changed (133) hide show
  1. package/README.md +120 -2
  2. package/dist/nodes/WeCom/resources/calendar/addScheduleAttendees.d.ts +2 -0
  3. package/dist/nodes/WeCom/resources/calendar/addScheduleAttendees.js +34 -0
  4. package/dist/nodes/WeCom/resources/calendar/addScheduleAttendees.js.map +1 -0
  5. package/dist/nodes/WeCom/resources/calendar/cancelSchedule.d.ts +2 -0
  6. package/dist/nodes/WeCom/resources/calendar/cancelSchedule.js +22 -0
  7. package/dist/nodes/WeCom/resources/calendar/cancelSchedule.js.map +1 -0
  8. package/dist/nodes/WeCom/resources/calendar/createCalendar.d.ts +2 -0
  9. package/dist/nodes/WeCom/resources/calendar/createCalendar.js +81 -0
  10. package/dist/nodes/WeCom/resources/calendar/createCalendar.js.map +1 -0
  11. package/dist/nodes/WeCom/resources/calendar/createSchedule.d.ts +2 -0
  12. package/dist/nodes/WeCom/resources/calendar/createSchedule.js +33 -0
  13. package/dist/nodes/WeCom/resources/calendar/createSchedule.js.map +1 -0
  14. package/dist/nodes/WeCom/resources/calendar/deleteCalendar.d.ts +2 -0
  15. package/dist/nodes/WeCom/resources/calendar/deleteCalendar.js +22 -0
  16. package/dist/nodes/WeCom/resources/calendar/deleteCalendar.js.map +1 -0
  17. package/dist/nodes/WeCom/resources/calendar/deleteScheduleAttendees.d.ts +2 -0
  18. package/dist/nodes/WeCom/resources/calendar/deleteScheduleAttendees.js +34 -0
  19. package/dist/nodes/WeCom/resources/calendar/deleteScheduleAttendees.js.map +1 -0
  20. package/dist/nodes/WeCom/resources/calendar/execute.d.ts +2 -0
  21. package/dist/nodes/WeCom/resources/calendar/execute.js +189 -0
  22. package/dist/nodes/WeCom/resources/calendar/execute.js.map +1 -0
  23. package/dist/nodes/WeCom/resources/calendar/getCalendar.d.ts +2 -0
  24. package/dist/nodes/WeCom/resources/calendar/getCalendar.js +22 -0
  25. package/dist/nodes/WeCom/resources/calendar/getCalendar.js.map +1 -0
  26. package/dist/nodes/WeCom/resources/calendar/getSchedule.d.ts +2 -0
  27. package/dist/nodes/WeCom/resources/calendar/getSchedule.js +22 -0
  28. package/dist/nodes/WeCom/resources/calendar/getSchedule.js.map +1 -0
  29. package/dist/nodes/WeCom/resources/calendar/index.d.ts +2 -0
  30. package/dist/nodes/WeCom/resources/calendar/index.js +117 -0
  31. package/dist/nodes/WeCom/resources/calendar/index.js.map +1 -0
  32. package/dist/nodes/WeCom/resources/calendar/listCalendarSchedules.d.ts +2 -0
  33. package/dist/nodes/WeCom/resources/calendar/listCalendarSchedules.js +47 -0
  34. package/dist/nodes/WeCom/resources/calendar/listCalendarSchedules.js.map +1 -0
  35. package/dist/nodes/WeCom/resources/calendar/updateCalendar.d.ts +2 -0
  36. package/dist/nodes/WeCom/resources/calendar/updateCalendar.js +80 -0
  37. package/dist/nodes/WeCom/resources/calendar/updateCalendar.js.map +1 -0
  38. package/dist/nodes/WeCom/resources/calendar/updateRecurringSchedule.d.ts +2 -0
  39. package/dist/nodes/WeCom/resources/calendar/updateRecurringSchedule.js +34 -0
  40. package/dist/nodes/WeCom/resources/calendar/updateRecurringSchedule.js.map +1 -0
  41. package/dist/nodes/WeCom/resources/calendar/updateSchedule.d.ts +2 -0
  42. package/dist/nodes/WeCom/resources/calendar/updateSchedule.js +34 -0
  43. package/dist/nodes/WeCom/resources/calendar/updateSchedule.js.map +1 -0
  44. package/dist/nodes/WeCom/resources/meeting/allocateMeetingAdvancedAccount.d.ts +2 -0
  45. package/dist/nodes/WeCom/resources/meeting/allocateMeetingAdvancedAccount.js +22 -0
  46. package/dist/nodes/WeCom/resources/meeting/allocateMeetingAdvancedAccount.js.map +1 -0
  47. package/dist/nodes/WeCom/resources/meeting/cancelMeeting.d.ts +2 -0
  48. package/dist/nodes/WeCom/resources/meeting/cancelMeeting.js +22 -0
  49. package/dist/nodes/WeCom/resources/meeting/cancelMeeting.js.map +1 -0
  50. package/dist/nodes/WeCom/resources/meeting/createAdvancedMeeting.d.ts +2 -0
  51. package/dist/nodes/WeCom/resources/meeting/createAdvancedMeeting.js +22 -0
  52. package/dist/nodes/WeCom/resources/meeting/createAdvancedMeeting.js.map +1 -0
  53. package/dist/nodes/WeCom/resources/meeting/createMeeting.d.ts +2 -0
  54. package/dist/nodes/WeCom/resources/meeting/createMeeting.js +72 -0
  55. package/dist/nodes/WeCom/resources/meeting/createMeeting.js.map +1 -0
  56. package/dist/nodes/WeCom/resources/meeting/deallocateMeetingAdvancedAccount.d.ts +2 -0
  57. package/dist/nodes/WeCom/resources/meeting/deallocateMeetingAdvancedAccount.js +22 -0
  58. package/dist/nodes/WeCom/resources/meeting/deallocateMeetingAdvancedAccount.js.map +1 -0
  59. package/dist/nodes/WeCom/resources/meeting/endMeeting.d.ts +2 -0
  60. package/dist/nodes/WeCom/resources/meeting/endMeeting.js +22 -0
  61. package/dist/nodes/WeCom/resources/meeting/endMeeting.js.map +1 -0
  62. package/dist/nodes/WeCom/resources/meeting/execute.d.ts +2 -0
  63. package/dist/nodes/WeCom/resources/meeting/execute.js +228 -0
  64. package/dist/nodes/WeCom/resources/meeting/execute.js.map +1 -0
  65. package/dist/nodes/WeCom/resources/meeting/getLiveParticipants.d.ts +2 -0
  66. package/dist/nodes/WeCom/resources/meeting/getLiveParticipants.js +47 -0
  67. package/dist/nodes/WeCom/resources/meeting/getLiveParticipants.js.map +1 -0
  68. package/dist/nodes/WeCom/resources/meeting/getMeetingAdvancedAccountList.d.ts +2 -0
  69. package/dist/nodes/WeCom/resources/meeting/getMeetingAdvancedAccountList.js +35 -0
  70. package/dist/nodes/WeCom/resources/meeting/getMeetingAdvancedAccountList.js.map +1 -0
  71. package/dist/nodes/WeCom/resources/meeting/getMeetingInfo.d.ts +2 -0
  72. package/dist/nodes/WeCom/resources/meeting/getMeetingInfo.js +22 -0
  73. package/dist/nodes/WeCom/resources/meeting/getMeetingInfo.js.map +1 -0
  74. package/dist/nodes/WeCom/resources/meeting/getMeetingInvitees.d.ts +2 -0
  75. package/dist/nodes/WeCom/resources/meeting/getMeetingInvitees.js +47 -0
  76. package/dist/nodes/WeCom/resources/meeting/getMeetingInvitees.js.map +1 -0
  77. package/dist/nodes/WeCom/resources/meeting/getMeetingRecords.d.ts +2 -0
  78. package/dist/nodes/WeCom/resources/meeting/getMeetingRecords.js +70 -0
  79. package/dist/nodes/WeCom/resources/meeting/getMeetingRecords.js.map +1 -0
  80. package/dist/nodes/WeCom/resources/meeting/getParticipants.d.ts +2 -0
  81. package/dist/nodes/WeCom/resources/meeting/getParticipants.js +47 -0
  82. package/dist/nodes/WeCom/resources/meeting/getParticipants.js.map +1 -0
  83. package/dist/nodes/WeCom/resources/meeting/getRecordingAddress.d.ts +2 -0
  84. package/dist/nodes/WeCom/resources/meeting/getRecordingAddress.js +22 -0
  85. package/dist/nodes/WeCom/resources/meeting/getRecordingAddress.js.map +1 -0
  86. package/dist/nodes/WeCom/resources/meeting/getUserMeetings.d.ts +2 -0
  87. package/dist/nodes/WeCom/resources/meeting/getUserMeetings.js +47 -0
  88. package/dist/nodes/WeCom/resources/meeting/getUserMeetings.js.map +1 -0
  89. package/dist/nodes/WeCom/resources/meeting/index.d.ts +2 -0
  90. package/dist/nodes/WeCom/resources/meeting/index.js +181 -0
  91. package/dist/nodes/WeCom/resources/meeting/index.js.map +1 -0
  92. package/dist/nodes/WeCom/resources/meeting/listRecordings.d.ts +2 -0
  93. package/dist/nodes/WeCom/resources/meeting/listRecordings.js +22 -0
  94. package/dist/nodes/WeCom/resources/meeting/listRecordings.js.map +1 -0
  95. package/dist/nodes/WeCom/resources/meeting/muteMember.d.ts +2 -0
  96. package/dist/nodes/WeCom/resources/meeting/muteMember.js +50 -0
  97. package/dist/nodes/WeCom/resources/meeting/muteMember.js.map +1 -0
  98. package/dist/nodes/WeCom/resources/meeting/removeMember.d.ts +2 -0
  99. package/dist/nodes/WeCom/resources/meeting/removeMember.js +34 -0
  100. package/dist/nodes/WeCom/resources/meeting/removeMember.js.map +1 -0
  101. package/dist/nodes/WeCom/resources/meeting/updateAdvancedMeeting.d.ts +2 -0
  102. package/dist/nodes/WeCom/resources/meeting/updateAdvancedMeeting.js +34 -0
  103. package/dist/nodes/WeCom/resources/meeting/updateAdvancedMeeting.js.map +1 -0
  104. package/dist/nodes/WeCom/resources/meeting/updateMeeting.d.ts +2 -0
  105. package/dist/nodes/WeCom/resources/meeting/updateMeeting.js +55 -0
  106. package/dist/nodes/WeCom/resources/meeting/updateMeeting.js.map +1 -0
  107. package/dist/nodes/WeCom/resources/meeting/updateMeetingInvitees.d.ts +2 -0
  108. package/dist/nodes/WeCom/resources/meeting/updateMeetingInvitees.js +34 -0
  109. package/dist/nodes/WeCom/resources/meeting/updateMeetingInvitees.js.map +1 -0
  110. package/dist/nodes/WeCom/resources/system/execute.d.ts +2 -0
  111. package/dist/nodes/WeCom/resources/system/execute.js +21 -0
  112. package/dist/nodes/WeCom/resources/system/execute.js.map +1 -0
  113. package/dist/nodes/WeCom/resources/system/getApiDomainIp.d.ts +2 -0
  114. package/dist/nodes/WeCom/resources/system/getApiDomainIp.js +9 -0
  115. package/dist/nodes/WeCom/resources/system/getApiDomainIp.js.map +1 -0
  116. package/dist/nodes/WeCom/resources/system/getCallbackIp.d.ts +2 -0
  117. package/dist/nodes/WeCom/resources/system/getCallbackIp.js +9 -0
  118. package/dist/nodes/WeCom/resources/system/getCallbackIp.js.map +1 -0
  119. package/dist/nodes/WeCom/resources/system/index.d.ts +2 -0
  120. package/dist/nodes/WeCom/resources/system/index.js +32 -0
  121. package/dist/nodes/WeCom/resources/system/index.js.map +1 -0
  122. package/dist/nodes/WeCom/shared/crypto.d.ts +2 -0
  123. package/dist/nodes/WeCom/shared/crypto.js +70 -0
  124. package/dist/nodes/WeCom/shared/crypto.js.map +1 -1
  125. package/dist/nodes/WeComBase/WeComBase.node.js +17 -2
  126. package/dist/nodes/WeComBase/WeComBase.node.js.map +1 -1
  127. package/dist/nodes/WeComOffice/WeComOffice.node.js +28 -6
  128. package/dist/nodes/WeComOffice/WeComOffice.node.js.map +1 -1
  129. package/dist/nodes/WeComTrigger/WeComTrigger.node.js +152 -1
  130. package/dist/nodes/WeComTrigger/WeComTrigger.node.js.map +1 -1
  131. package/dist/package.json +1 -1
  132. package/dist/tsconfig.tsbuildinfo +1 -1
  133. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/execute.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const getCalendarDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getCalendarDescription = void 0;
4
+ const showOnlyForGet = {
5
+ resource: ['calendar'],
6
+ operation: ['getCalendar'],
7
+ };
8
+ exports.getCalendarDescription = [
9
+ {
10
+ displayName: '日历ID列表',
11
+ name: 'cal_id_list',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForGet,
16
+ },
17
+ default: '',
18
+ description: 'Calendar ID list, separated by commas',
19
+ hint: '日历ID列表,用逗号分隔',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=getCalendar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCalendar.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/getCalendar.ts"],"names":[],"mappings":";;;AAEA,MAAM,cAAc,GAAG;IACtB,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,aAAa,CAAC;CAC1B,CAAC;AAEW,QAAA,sBAAsB,GAAsB;IACxD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,cAAc;SACpB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,uCAAuC;QACpD,IAAI,EAAE,cAAc;KACpB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const getScheduleDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getScheduleDescription = void 0;
4
+ const showOnlyForGet = {
5
+ resource: ['calendar'],
6
+ operation: ['getSchedule'],
7
+ };
8
+ exports.getScheduleDescription = [
9
+ {
10
+ displayName: '日程ID列表',
11
+ name: 'schedule_id_list',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForGet,
16
+ },
17
+ default: '',
18
+ description: 'Schedule ID list, separated by commas',
19
+ hint: '日程ID列表,用逗号分隔',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=getSchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getSchedule.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/getSchedule.ts"],"names":[],"mappings":";;;AAEA,MAAM,cAAc,GAAG;IACtB,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,aAAa,CAAC;CAC1B,CAAC;AAEW,QAAA,sBAAsB,GAAsB;IACxD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,kBAAkB;QACxB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,cAAc;SACpB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,uCAAuC;QACpD,IAAI,EAAE,cAAc;KACpB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const calendarDescription: INodeProperties[];
@@ -0,0 +1,117 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.calendarDescription = void 0;
4
+ const createCalendar_1 = require("./createCalendar");
5
+ const updateCalendar_1 = require("./updateCalendar");
6
+ const getCalendar_1 = require("./getCalendar");
7
+ const deleteCalendar_1 = require("./deleteCalendar");
8
+ const createSchedule_1 = require("./createSchedule");
9
+ const updateSchedule_1 = require("./updateSchedule");
10
+ const updateRecurringSchedule_1 = require("./updateRecurringSchedule");
11
+ const addScheduleAttendees_1 = require("./addScheduleAttendees");
12
+ const deleteScheduleAttendees_1 = require("./deleteScheduleAttendees");
13
+ const listCalendarSchedules_1 = require("./listCalendarSchedules");
14
+ const getSchedule_1 = require("./getSchedule");
15
+ const cancelSchedule_1 = require("./cancelSchedule");
16
+ const showOnlyForCalendar = {
17
+ resource: ['calendar'],
18
+ };
19
+ exports.calendarDescription = [
20
+ {
21
+ displayName: '操作',
22
+ name: 'operation',
23
+ type: 'options',
24
+ noDataExpression: true,
25
+ displayOptions: {
26
+ show: showOnlyForCalendar,
27
+ },
28
+ options: [
29
+ {
30
+ name: '创建日历',
31
+ value: 'createCalendar',
32
+ action: '创建日历',
33
+ description: 'Create a new calendar',
34
+ },
35
+ {
36
+ name: '更新日历',
37
+ value: 'updateCalendar',
38
+ action: '更新日历',
39
+ description: 'Update calendar details',
40
+ },
41
+ {
42
+ name: '获取日历详情',
43
+ value: 'getCalendar',
44
+ action: '获取日历详情',
45
+ description: 'Get calendar details',
46
+ },
47
+ {
48
+ name: '删除日历',
49
+ value: 'deleteCalendar',
50
+ action: '删除日历',
51
+ description: 'Delete a calendar',
52
+ },
53
+ {
54
+ name: '创建日程',
55
+ value: 'createSchedule',
56
+ action: '创建日程',
57
+ description: 'Create a new schedule',
58
+ },
59
+ {
60
+ name: '更新日程',
61
+ value: 'updateSchedule',
62
+ action: '更新日程',
63
+ description: 'Update schedule details',
64
+ },
65
+ {
66
+ name: '更新重复日程',
67
+ value: 'updateRecurringSchedule',
68
+ action: '更新重复日程',
69
+ description: 'Update recurring schedule details',
70
+ },
71
+ {
72
+ name: '新增日程参与者',
73
+ value: 'addScheduleAttendees',
74
+ action: '新增日程参与者',
75
+ description: 'Add attendees to schedule',
76
+ },
77
+ {
78
+ name: '删除日程参与者',
79
+ value: 'deleteScheduleAttendees',
80
+ action: '删除日程参与者',
81
+ description: 'Delete attendees from schedule',
82
+ },
83
+ {
84
+ name: '获取日历下的日程列表',
85
+ value: 'listCalendarSchedules',
86
+ action: '获取日程列表',
87
+ description: 'Get schedule list under calendar',
88
+ },
89
+ {
90
+ name: '获取日程详情',
91
+ value: 'getSchedule',
92
+ action: '获取日程详情',
93
+ description: 'Get schedule details',
94
+ },
95
+ {
96
+ name: '取消日程',
97
+ value: 'cancelSchedule',
98
+ action: '取消日程',
99
+ description: 'Cancel a schedule',
100
+ },
101
+ ],
102
+ default: 'createCalendar',
103
+ },
104
+ ...createCalendar_1.createCalendarDescription,
105
+ ...updateCalendar_1.updateCalendarDescription,
106
+ ...getCalendar_1.getCalendarDescription,
107
+ ...deleteCalendar_1.deleteCalendarDescription,
108
+ ...createSchedule_1.createScheduleDescription,
109
+ ...updateSchedule_1.updateScheduleDescription,
110
+ ...updateRecurringSchedule_1.updateRecurringScheduleDescription,
111
+ ...addScheduleAttendees_1.addScheduleAttendeesDescription,
112
+ ...deleteScheduleAttendees_1.deleteScheduleAttendeesDescription,
113
+ ...listCalendarSchedules_1.listCalendarSchedulesDescription,
114
+ ...getSchedule_1.getScheduleDescription,
115
+ ...cancelSchedule_1.cancelScheduleDescription,
116
+ ];
117
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/index.ts"],"names":[],"mappings":";;;AAGA,qDAA6D;AAC7D,qDAA6D;AAC7D,+CAAuD;AACvD,qDAA6D;AAG7D,qDAA6D;AAC7D,qDAA6D;AAC7D,uEAA+E;AAC/E,iEAAyE;AACzE,uEAA+E;AAC/E,mEAA2E;AAC3E,+CAAuD;AACvD,qDAA6D;AAE7D,MAAM,mBAAmB,GAAG;IAC3B,QAAQ,EAAE,CAAC,UAAU,CAAC;CACtB,CAAC;AAEW,QAAA,mBAAmB,GAAsB;IACrD;QACC,WAAW,EAAE,IAAI;QACjB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,mBAAmB;SACzB;QAED,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,gBAAgB;gBACvB,MAAM,EAAE,MAAM;gBACd,WAAW,EAAE,uBAAuB;aACpC;YACD;gBACC,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,gBAAgB;gBACvB,MAAM,EAAE,MAAM;gBACd,WAAW,EAAE,yBAAyB;aACtC;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,sBAAsB;aACnC;YACD;gBACC,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,gBAAgB;gBACvB,MAAM,EAAE,MAAM;gBACd,WAAW,EAAE,mBAAmB;aAChC;YACD;gBACC,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,gBAAgB;gBACvB,MAAM,EAAE,MAAM;gBACd,WAAW,EAAE,uBAAuB;aACpC;YACD;gBACC,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,gBAAgB;gBACvB,MAAM,EAAE,MAAM;gBACd,WAAW,EAAE,yBAAyB;aACtC;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,yBAAyB;gBAChC,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,mCAAmC;aAChD;YACD;gBACC,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,sBAAsB;gBAC7B,MAAM,EAAE,SAAS;gBACjB,WAAW,EAAE,2BAA2B;aACxC;YACD;gBACC,IAAI,EAAE,SAAS;gBACf,KAAK,EAAE,yBAAyB;gBAChC,MAAM,EAAE,SAAS;gBACjB,WAAW,EAAE,gCAAgC;aAC7C;YACD;gBACC,IAAI,EAAE,YAAY;gBAClB,KAAK,EAAE,uBAAuB;gBAC9B,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,kCAAkC;aAC/C;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,aAAa;gBACpB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,sBAAsB;aACnC;YACD;gBACC,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,gBAAgB;gBACvB,MAAM,EAAE,MAAM;gBACd,WAAW,EAAE,mBAAmB;aAChC;SACD;QACD,OAAO,EAAE,gBAAgB;KACzB;IACD,GAAG,0CAAyB;IAC5B,GAAG,0CAAyB;IAC5B,GAAG,oCAAsB;IACzB,GAAG,0CAAyB;IAC5B,GAAG,0CAAyB;IAC5B,GAAG,0CAAyB;IAC5B,GAAG,4DAAkC;IACrC,GAAG,sDAA+B;IAClC,GAAG,4DAAkC;IACrC,GAAG,wDAAgC;IACnC,GAAG,oCAAsB;IACzB,GAAG,0CAAyB;CAC5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const listCalendarSchedulesDescription: INodeProperties[];
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.listCalendarSchedulesDescription = void 0;
4
+ const showOnlyForList = {
5
+ resource: ['calendar'],
6
+ operation: ['listCalendarSchedules'],
7
+ };
8
+ exports.listCalendarSchedulesDescription = [
9
+ {
10
+ displayName: '日历ID',
11
+ name: 'cal_id',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForList,
16
+ },
17
+ default: '',
18
+ description: 'Calendar ID',
19
+ hint: '日历ID',
20
+ },
21
+ {
22
+ displayName: '偏移量',
23
+ name: 'offset',
24
+ type: 'number',
25
+ displayOptions: {
26
+ show: showOnlyForList,
27
+ },
28
+ default: 0,
29
+ description: 'Offset for pagination',
30
+ hint: '分页偏移量',
31
+ },
32
+ {
33
+ displayName: '限制数量',
34
+ name: 'limit',
35
+ type: 'number',
36
+ typeOptions: {
37
+ minValue: 1,
38
+ },
39
+ displayOptions: {
40
+ show: showOnlyForList,
41
+ },
42
+ default: 50,
43
+ description: 'Max number of results to return',
44
+ hint: '返回的日程数量,最多1000',
45
+ },
46
+ ];
47
+ //# sourceMappingURL=listCalendarSchedules.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"listCalendarSchedules.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/listCalendarSchedules.ts"],"names":[],"mappings":";;;AAEA,MAAM,eAAe,GAAG;IACvB,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,uBAAuB,CAAC;CACpC,CAAC;AAEW,QAAA,gCAAgC,GAAsB;IAClE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,eAAe;SACrB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,KAAK;QAClB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,eAAe;SACrB;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,OAAO;KACb;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,cAAc,EAAE;YACf,IAAI,EAAE,eAAe;SACrB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;QAC9C,IAAI,EAAE,gBAAgB;KACtB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const updateCalendarDescription: INodeProperties[];
@@ -0,0 +1,80 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.updateCalendarDescription = void 0;
4
+ const showOnlyForUpdate = {
5
+ resource: ['calendar'],
6
+ operation: ['updateCalendar'],
7
+ };
8
+ exports.updateCalendarDescription = [
9
+ {
10
+ displayName: '日历ID',
11
+ name: 'cal_id',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForUpdate,
16
+ },
17
+ default: '',
18
+ description: 'Calendar ID',
19
+ hint: '日历ID',
20
+ },
21
+ {
22
+ displayName: '日历标题',
23
+ name: 'summary',
24
+ type: 'string',
25
+ displayOptions: {
26
+ show: showOnlyForUpdate,
27
+ },
28
+ default: '',
29
+ description: 'Calendar summary',
30
+ hint: '日历标题',
31
+ },
32
+ {
33
+ displayName: '日历描述',
34
+ name: 'description',
35
+ type: 'string',
36
+ displayOptions: {
37
+ show: showOnlyForUpdate,
38
+ },
39
+ default: '',
40
+ description: 'Calendar description',
41
+ hint: '日历描述',
42
+ },
43
+ {
44
+ displayName: '颜色',
45
+ name: 'color',
46
+ type: 'options',
47
+ displayOptions: {
48
+ show: showOnlyForUpdate,
49
+ },
50
+ options: [
51
+ { name: '默认蓝色', value: 0 },
52
+ { name: '荔枝红', value: 1 },
53
+ { name: '石榴红', value: 2 },
54
+ { name: '南瓜橙', value: 3 },
55
+ { name: '柠檬黄', value: 4 },
56
+ { name: '嫩草绿', value: 5 },
57
+ { name: '葱心绿', value: 6 },
58
+ { name: '天空蓝', value: 7 },
59
+ { name: '海水蓝', value: 8 },
60
+ { name: '丁香紫', value: 9 },
61
+ { name: '芋头紫', value: 10 },
62
+ { name: '灰', value: 11 },
63
+ ],
64
+ default: 0,
65
+ description: 'Calendar color',
66
+ hint: '日历颜色',
67
+ },
68
+ {
69
+ displayName: '共享范围',
70
+ name: 'shares',
71
+ type: 'json',
72
+ displayOptions: {
73
+ show: showOnlyForUpdate,
74
+ },
75
+ default: '',
76
+ description: 'Share scope, JSON format array',
77
+ hint: '共享范围,JSON格式数组',
78
+ },
79
+ ];
80
+ //# sourceMappingURL=updateCalendar.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateCalendar.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/updateCalendar.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,gBAAgB,CAAC;CAC7B,CAAC;AAEW,QAAA,yBAAyB,GAAsB;IAC3D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kBAAkB;QAC/B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,IAAI;QACjB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE;YACR,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE;YAC1B,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;YACzB,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE;YAC1B,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE;SACxB;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,MAAM;QACZ,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gCAAgC;QAC7C,IAAI,EAAE,eAAe;KACrB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const updateRecurringScheduleDescription: INodeProperties[];
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.updateRecurringScheduleDescription = void 0;
4
+ const showOnlyForUpdate = {
5
+ resource: ['calendar'],
6
+ operation: ['updateRecurringSchedule'],
7
+ };
8
+ exports.updateRecurringScheduleDescription = [
9
+ {
10
+ displayName: '日程ID',
11
+ name: 'schedule_id',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForUpdate,
16
+ },
17
+ default: '',
18
+ description: 'Recurring schedule ID',
19
+ hint: '重复日程ID',
20
+ },
21
+ {
22
+ displayName: '日程详情',
23
+ name: 'schedule',
24
+ type: 'json',
25
+ required: true,
26
+ displayOptions: {
27
+ show: showOnlyForUpdate,
28
+ },
29
+ default: '{\n "start_time": 1577836800,\n "end_time": 1577840400,\n "summary": "会议主题"\n}',
30
+ description: 'Schedule details to update for recurring schedule, JSON format',
31
+ hint: '要更新的重复日程详情,JSON格式',
32
+ },
33
+ ];
34
+ //# sourceMappingURL=updateRecurringSchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateRecurringSchedule.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/updateRecurringSchedule.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,yBAAyB,CAAC;CACtC,CAAC;AAEW,QAAA,kCAAkC,GAAsB;IACpE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,QAAQ;KACd;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,mFAAmF;QAC5F,WAAW,EAAE,gEAAgE;QAC7E,IAAI,EAAE,mBAAmB;KACzB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const updateScheduleDescription: INodeProperties[];
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.updateScheduleDescription = void 0;
4
+ const showOnlyForUpdate = {
5
+ resource: ['calendar'],
6
+ operation: ['updateSchedule'],
7
+ };
8
+ exports.updateScheduleDescription = [
9
+ {
10
+ displayName: '日程ID',
11
+ name: 'schedule_id',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForUpdate,
16
+ },
17
+ default: '',
18
+ description: 'Schedule ID',
19
+ hint: '日程ID',
20
+ },
21
+ {
22
+ displayName: '日程详情',
23
+ name: 'schedule',
24
+ type: 'json',
25
+ required: true,
26
+ displayOptions: {
27
+ show: showOnlyForUpdate,
28
+ },
29
+ default: '{\n "start_time": 1577836800,\n "end_time": 1577840400,\n "summary": "会议主题"\n}',
30
+ description: 'Schedule details to update, JSON format',
31
+ hint: '要更新的日程详情,JSON格式',
32
+ },
33
+ ];
34
+ //# sourceMappingURL=updateSchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"updateSchedule.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/calendar/updateSchedule.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,UAAU,CAAC;IACtB,SAAS,EAAE,CAAC,gBAAgB,CAAC;CAC7B,CAAC;AAEW,QAAA,yBAAyB,GAAsB;IAC3D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,mFAAmF;QAC5F,WAAW,EAAE,yCAAyC;QACtD,IAAI,EAAE,iBAAiB;KACvB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const allocateMeetingAdvancedAccountDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.allocateMeetingAdvancedAccountDescription = void 0;
4
+ const showOnlyForAllocate = {
5
+ resource: ['meeting'],
6
+ operation: ['allocateMeetingAdvancedAccount'],
7
+ };
8
+ exports.allocateMeetingAdvancedAccountDescription = [
9
+ {
10
+ displayName: '用户ID列表',
11
+ name: 'userids',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForAllocate,
16
+ },
17
+ default: '',
18
+ description: 'User ID list, separated by commas',
19
+ hint: '用户ID列表,用逗号分隔',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=allocateMeetingAdvancedAccount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allocateMeetingAdvancedAccount.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/meeting/allocateMeetingAdvancedAccount.ts"],"names":[],"mappings":";;;AAEA,MAAM,mBAAmB,GAAG;IAC3B,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,gCAAgC,CAAC;CAC7C,CAAC;AAEW,QAAA,yCAAyC,GAAsB;IAC3E;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,mBAAmB;SACzB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,mCAAmC;QAChD,IAAI,EAAE,cAAc;KACpB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const cancelMeetingDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.cancelMeetingDescription = void 0;
4
+ const showOnlyForCancel = {
5
+ resource: ['meeting'],
6
+ operation: ['cancelMeeting'],
7
+ };
8
+ exports.cancelMeetingDescription = [
9
+ {
10
+ displayName: '会议ID',
11
+ name: 'meetingid',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForCancel,
16
+ },
17
+ default: '',
18
+ description: 'Meeting ID to cancel',
19
+ hint: '要取消的会议ID',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=cancelMeeting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancelMeeting.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/meeting/cancelMeeting.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,eAAe,CAAC;CAC5B,CAAC;AAEW,QAAA,wBAAwB,GAAsB;IAC1D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,sBAAsB;QACnC,IAAI,EAAE,UAAU;KAChB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const createAdvancedMeetingDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createAdvancedMeetingDescription = void 0;
4
+ const showOnlyForCreate = {
5
+ resource: ['meeting'],
6
+ operation: ['createAdvancedMeeting'],
7
+ };
8
+ exports.createAdvancedMeetingDescription = [
9
+ {
10
+ displayName: '会议详情',
11
+ name: 'meeting_info',
12
+ type: 'json',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForCreate,
16
+ },
17
+ default: '{\n "subject": "会议主题",\n "start_time": 1577836800,\n "end_time": 1577840400,\n "invitees": [{"userid": "user1"}]\n}',
18
+ description: 'Advanced meeting information, JSON format',
19
+ hint: '高级会议信息,JSON格式',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=createAdvancedMeeting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createAdvancedMeeting.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/meeting/createAdvancedMeeting.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,uBAAuB,CAAC;CACpC,CAAC;AAEW,QAAA,gCAAgC,GAAsB;IAClE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,MAAM;QACZ,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,yHAAyH;QAClI,WAAW,EAAE,2CAA2C;QACxD,IAAI,EAAE,eAAe;KACrB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const createMeetingDescription: INodeProperties[];
@@ -0,0 +1,72 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createMeetingDescription = void 0;
4
+ const showOnlyForCreate = {
5
+ resource: ['meeting'],
6
+ operation: ['createMeeting'],
7
+ };
8
+ exports.createMeetingDescription = [
9
+ {
10
+ displayName: '会议主题',
11
+ name: 'subject',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForCreate,
16
+ },
17
+ default: '',
18
+ description: 'Meeting subject',
19
+ hint: '会议主题',
20
+ },
21
+ {
22
+ displayName: '会议开始时间',
23
+ name: 'start_time',
24
+ type: 'number',
25
+ required: true,
26
+ displayOptions: {
27
+ show: showOnlyForCreate,
28
+ },
29
+ default: 0,
30
+ description: 'Meeting start time (Unix timestamp)',
31
+ hint: '会议开始时间(Unix时间戳)',
32
+ },
33
+ {
34
+ displayName: '会议结束时间',
35
+ name: 'end_time',
36
+ type: 'number',
37
+ required: true,
38
+ displayOptions: {
39
+ show: showOnlyForCreate,
40
+ },
41
+ default: 0,
42
+ description: 'Meeting end time (Unix timestamp)',
43
+ hint: '会议结束时间(Unix时间戳)',
44
+ },
45
+ {
46
+ displayName: '会议类型',
47
+ name: 'type',
48
+ type: 'options',
49
+ displayOptions: {
50
+ show: showOnlyForCreate,
51
+ },
52
+ options: [
53
+ { name: '预约会议', value: 0 },
54
+ { name: '快速会议', value: 1 },
55
+ ],
56
+ default: 0,
57
+ description: 'Meeting type',
58
+ hint: '会议类型',
59
+ },
60
+ {
61
+ displayName: '参会人员',
62
+ name: 'attendees',
63
+ type: 'json',
64
+ displayOptions: {
65
+ show: showOnlyForCreate,
66
+ },
67
+ default: '[{"userid":"user1"}]',
68
+ description: 'Meeting attendees, JSON format array',
69
+ hint: '参会人员,JSON格式数组',
70
+ },
71
+ ];
72
+ //# sourceMappingURL=createMeeting.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createMeeting.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/meeting/createMeeting.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,eAAe,CAAC;CAC5B,CAAC;AAEW,QAAA,wBAAwB,GAAsB;IAC1D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iBAAiB;QAC9B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,qCAAqC;QAClD,IAAI,EAAE,iBAAiB;KACvB;IACD;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,mCAAmC;QAChD,IAAI,EAAE,iBAAiB;KACvB;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE;YACR,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE;YAC1B,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE;SAC1B;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,MAAM;QACZ,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,sBAAsB;QAC/B,WAAW,EAAE,sCAAsC;QACnD,IAAI,EAAE,eAAe;KACrB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const deallocateMeetingAdvancedAccountDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.deallocateMeetingAdvancedAccountDescription = void 0;
4
+ const showOnlyForDeallocate = {
5
+ resource: ['meeting'],
6
+ operation: ['deallocateMeetingAdvancedAccount'],
7
+ };
8
+ exports.deallocateMeetingAdvancedAccountDescription = [
9
+ {
10
+ displayName: '用户ID列表',
11
+ name: 'userids',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForDeallocate,
16
+ },
17
+ default: '',
18
+ description: 'User ID list, separated by commas',
19
+ hint: '用户ID列表,用逗号分隔',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=deallocateMeetingAdvancedAccount.js.map