n8n-nodes-wecom 0.1.8 → 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.
Files changed (305) hide show
  1. package/README.md +135 -3
  2. package/dist/nodes/WeCom/WeCom.node.js +26 -2
  3. package/dist/nodes/WeCom/WeCom.node.js.map +1 -1
  4. package/dist/nodes/WeCom/resources/appChat/execute.js +4 -4
  5. package/dist/nodes/WeCom/resources/appChat/sendFile.js +3 -3
  6. package/dist/nodes/WeCom/resources/appChat/sendImage.js +3 -3
  7. package/dist/nodes/WeCom/resources/contact/addTagUsers.d.ts +2 -0
  8. package/dist/nodes/WeCom/resources/contact/addTagUsers.js +44 -0
  9. package/dist/nodes/WeCom/resources/contact/addTagUsers.js.map +1 -0
  10. package/dist/nodes/WeCom/resources/contact/batchDeleteUser.d.ts +2 -0
  11. package/dist/nodes/WeCom/resources/contact/batchDeleteUser.js +22 -0
  12. package/dist/nodes/WeCom/resources/contact/batchDeleteUser.js.map +1 -0
  13. package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.d.ts +2 -0
  14. package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.js +33 -0
  15. package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.js.map +1 -0
  16. package/dist/nodes/WeCom/resources/contact/batchReplaceUser.d.ts +2 -0
  17. package/dist/nodes/WeCom/resources/contact/batchReplaceUser.js +33 -0
  18. package/dist/nodes/WeCom/resources/contact/batchReplaceUser.js.map +1 -0
  19. package/dist/nodes/WeCom/resources/contact/batchSyncUser.d.ts +2 -0
  20. package/dist/nodes/WeCom/resources/contact/batchSyncUser.js +33 -0
  21. package/dist/nodes/WeCom/resources/contact/batchSyncUser.js.map +1 -0
  22. package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.d.ts +2 -0
  23. package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.js +22 -0
  24. package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.js.map +1 -0
  25. package/dist/nodes/WeCom/resources/contact/createDepartment.d.ts +2 -0
  26. package/dist/nodes/WeCom/resources/contact/createDepartment.js +67 -0
  27. package/dist/nodes/WeCom/resources/contact/createDepartment.js.map +1 -0
  28. package/dist/nodes/WeCom/resources/contact/createTag.d.ts +2 -0
  29. package/dist/nodes/WeCom/resources/contact/createTag.js +33 -0
  30. package/dist/nodes/WeCom/resources/contact/createTag.js.map +1 -0
  31. package/dist/nodes/WeCom/resources/contact/createUser.d.ts +2 -0
  32. package/dist/nodes/WeCom/resources/contact/createUser.js +203 -0
  33. package/dist/nodes/WeCom/resources/contact/createUser.js.map +1 -0
  34. package/dist/nodes/WeCom/resources/contact/delTagUsers.d.ts +2 -0
  35. package/dist/nodes/WeCom/resources/contact/delTagUsers.js +44 -0
  36. package/dist/nodes/WeCom/resources/contact/delTagUsers.js.map +1 -0
  37. package/dist/nodes/WeCom/resources/contact/deleteDepartment.d.ts +2 -0
  38. package/dist/nodes/WeCom/resources/contact/deleteDepartment.js +22 -0
  39. package/dist/nodes/WeCom/resources/contact/deleteDepartment.js.map +1 -0
  40. package/dist/nodes/WeCom/resources/contact/deleteTag.d.ts +2 -0
  41. package/dist/nodes/WeCom/resources/contact/deleteTag.js +22 -0
  42. package/dist/nodes/WeCom/resources/contact/deleteTag.js.map +1 -0
  43. package/dist/nodes/WeCom/resources/contact/deleteUser.d.ts +2 -0
  44. package/dist/nodes/WeCom/resources/contact/deleteUser.js +22 -0
  45. package/dist/nodes/WeCom/resources/contact/deleteUser.js.map +1 -0
  46. package/dist/nodes/WeCom/resources/contact/execute.js +305 -0
  47. package/dist/nodes/WeCom/resources/contact/execute.js.map +1 -1
  48. package/dist/nodes/WeCom/resources/contact/exportDepartment.d.ts +2 -0
  49. package/dist/nodes/WeCom/resources/contact/exportDepartment.js +32 -0
  50. package/dist/nodes/WeCom/resources/contact/exportDepartment.js.map +1 -0
  51. package/dist/nodes/WeCom/resources/contact/exportSimpleUser.d.ts +2 -0
  52. package/dist/nodes/WeCom/resources/contact/exportSimpleUser.js +32 -0
  53. package/dist/nodes/WeCom/resources/contact/exportSimpleUser.js.map +1 -0
  54. package/dist/nodes/WeCom/resources/contact/exportTagUser.d.ts +2 -0
  55. package/dist/nodes/WeCom/resources/contact/exportTagUser.js +44 -0
  56. package/dist/nodes/WeCom/resources/contact/exportTagUser.js.map +1 -0
  57. package/dist/nodes/WeCom/resources/contact/exportUser.d.ts +2 -0
  58. package/dist/nodes/WeCom/resources/contact/exportUser.js +32 -0
  59. package/dist/nodes/WeCom/resources/contact/exportUser.js.map +1 -0
  60. package/dist/nodes/WeCom/resources/contact/getAsyncResult.d.ts +2 -0
  61. package/dist/nodes/WeCom/resources/contact/getAsyncResult.js +22 -0
  62. package/dist/nodes/WeCom/resources/contact/getAsyncResult.js.map +1 -0
  63. package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.d.ts +2 -0
  64. package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.js +22 -0
  65. package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.js.map +1 -0
  66. package/dist/nodes/WeCom/resources/contact/getExportResult.d.ts +2 -0
  67. package/dist/nodes/WeCom/resources/contact/getExportResult.js +22 -0
  68. package/dist/nodes/WeCom/resources/contact/getExportResult.js.map +1 -0
  69. package/dist/nodes/WeCom/resources/contact/getJoinQrCode.d.ts +2 -0
  70. package/dist/nodes/WeCom/resources/contact/getJoinQrCode.js +39 -0
  71. package/dist/nodes/WeCom/resources/contact/getJoinQrCode.js.map +1 -0
  72. package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.d.ts +2 -0
  73. package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.js +21 -0
  74. package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.js.map +1 -0
  75. package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.d.ts +2 -0
  76. package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.js +44 -0
  77. package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.js.map +1 -0
  78. package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.d.ts +2 -0
  79. package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.js +22 -0
  80. package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.js.map +1 -0
  81. package/dist/nodes/WeCom/resources/contact/index.js +217 -3
  82. package/dist/nodes/WeCom/resources/contact/index.js.map +1 -1
  83. package/dist/nodes/WeCom/resources/contact/inviteUser.d.ts +2 -0
  84. package/dist/nodes/WeCom/resources/contact/inviteUser.js +43 -0
  85. package/dist/nodes/WeCom/resources/contact/inviteUser.js.map +1 -0
  86. package/dist/nodes/WeCom/resources/contact/updateDepartment.d.ts +2 -0
  87. package/dist/nodes/WeCom/resources/contact/updateDepartment.js +66 -0
  88. package/dist/nodes/WeCom/resources/contact/updateDepartment.js.map +1 -0
  89. package/dist/nodes/WeCom/resources/contact/updateTag.d.ts +2 -0
  90. package/dist/nodes/WeCom/resources/contact/updateTag.js +34 -0
  91. package/dist/nodes/WeCom/resources/contact/updateTag.js.map +1 -0
  92. package/dist/nodes/WeCom/resources/contact/updateUser.d.ts +2 -0
  93. package/dist/nodes/WeCom/resources/contact/updateUser.js +190 -0
  94. package/dist/nodes/WeCom/resources/contact/updateUser.js.map +1 -0
  95. package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.d.ts +2 -0
  96. package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.js +46 -0
  97. package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.js.map +1 -0
  98. package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.d.ts +2 -0
  99. package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.js +34 -0
  100. package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.js.map +1 -0
  101. package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.d.ts +2 -0
  102. package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.js +34 -0
  103. package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.js.map +1 -0
  104. package/dist/nodes/WeCom/resources/linkedcorp/execute.d.ts +2 -0
  105. package/dist/nodes/WeCom/resources/linkedcorp/execute.js +185 -0
  106. package/dist/nodes/WeCom/resources/linkedcorp/execute.js.map +1 -0
  107. package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.d.ts +2 -0
  108. package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.js +32 -0
  109. package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.js.map +1 -0
  110. package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.d.ts +2 -0
  111. package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.js +22 -0
  112. package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.js.map +1 -0
  113. package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.d.ts +2 -0
  114. package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.js +21 -0
  115. package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.js.map +1 -0
  116. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.d.ts +2 -0
  117. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.js +34 -0
  118. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.js.map +1 -0
  119. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.d.ts +2 -0
  120. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.js +22 -0
  121. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.js.map +1 -0
  122. package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.d.ts +2 -0
  123. package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.js +34 -0
  124. package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.js.map +1 -0
  125. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.d.ts +2 -0
  126. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.js +55 -0
  127. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.js.map +1 -0
  128. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.d.ts +2 -0
  129. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.js +55 -0
  130. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.js.map +1 -0
  131. package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.d.ts +2 -0
  132. package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.js +67 -0
  133. package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.js.map +1 -0
  134. package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.d.ts +2 -0
  135. package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.js +22 -0
  136. package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.js.map +1 -0
  137. package/dist/nodes/WeCom/resources/linkedcorp/index.d.ts +2 -0
  138. package/dist/nodes/WeCom/resources/linkedcorp/index.js +50 -0
  139. package/dist/nodes/WeCom/resources/linkedcorp/index.js.map +1 -0
  140. package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.d.ts +2 -0
  141. package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.js +34 -0
  142. package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.js.map +1 -0
  143. package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.d.ts +2 -0
  144. package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.js +56 -0
  145. package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.js.map +1 -0
  146. package/dist/nodes/WeCom/resources/material/execute.js +70 -6
  147. package/dist/nodes/WeCom/resources/material/execute.js.map +1 -1
  148. package/dist/nodes/WeCom/resources/material/getHighQualityVoice.d.ts +2 -0
  149. package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js +22 -0
  150. package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js.map +1 -0
  151. package/dist/nodes/WeCom/resources/material/getPermanent.js +2 -2
  152. package/dist/nodes/WeCom/resources/material/getTemp.js +2 -2
  153. package/dist/nodes/WeCom/resources/material/index.js +8 -26
  154. package/dist/nodes/WeCom/resources/material/index.js.map +1 -1
  155. package/dist/nodes/WeCom/resources/material/uploadImage.d.ts +2 -0
  156. package/dist/nodes/WeCom/resources/material/uploadImage.js +33 -0
  157. package/dist/nodes/WeCom/resources/material/uploadImage.js.map +1 -0
  158. package/dist/nodes/WeCom/resources/material/uploadTempAsync.d.ts +2 -0
  159. package/dist/nodes/WeCom/resources/material/uploadTempAsync.js +74 -0
  160. package/dist/nodes/WeCom/resources/material/uploadTempAsync.js.map +1 -0
  161. package/dist/nodes/WeCom/resources/message/execute.js +47 -8
  162. package/dist/nodes/WeCom/resources/message/execute.js.map +1 -1
  163. package/dist/nodes/WeCom/resources/message/index.js +4 -87
  164. package/dist/nodes/WeCom/resources/message/index.js.map +1 -1
  165. package/dist/nodes/WeCom/resources/message/sendFile.js +1 -1
  166. package/dist/nodes/WeCom/resources/message/sendImage.js +1 -1
  167. package/dist/nodes/WeCom/resources/message/sendMpNews.js +2 -2
  168. package/dist/nodes/WeCom/resources/message/sendSchoolNotice.d.ts +2 -0
  169. package/dist/nodes/WeCom/resources/message/sendSchoolNotice.js +100 -0
  170. package/dist/nodes/WeCom/resources/message/sendSchoolNotice.js.map +1 -0
  171. package/dist/nodes/WeCom/resources/message/sendVideo.js +2 -2
  172. package/dist/nodes/WeCom/resources/message/sendVoice.js +2 -2
  173. package/dist/nodes/WeCom/resources/pushMessage/execute.js +2 -2
  174. package/dist/nodes/WeCom/resources/pushMessage/sendFile.js +1 -1
  175. package/dist/nodes/WeCom/resources/pushMessage/sendTemplateCard.js +2 -2
  176. package/dist/nodes/WeCom/resources/pushMessage/sendVoice.js +1 -1
  177. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.d.ts +2 -0
  178. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.js +10 -0
  179. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.js.map +1 -0
  180. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.d.ts +2 -0
  181. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.js +10 -0
  182. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.js.map +1 -0
  183. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.d.ts +2 -0
  184. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.js +9 -0
  185. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.js.map +1 -0
  186. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.d.ts +2 -0
  187. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.js +10 -0
  188. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.js.map +1 -0
  189. package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.d.ts +2 -0
  190. package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.js +8 -0
  191. package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.js.map +1 -0
  192. package/dist/nodes/WeCom/resources/wedoc/createDoc.d.ts +2 -0
  193. package/dist/nodes/WeCom/resources/wedoc/createDoc.js +59 -0
  194. package/dist/nodes/WeCom/resources/wedoc/createDoc.js.map +1 -0
  195. package/dist/nodes/WeCom/resources/wedoc/createForm.d.ts +2 -0
  196. package/dist/nodes/WeCom/resources/wedoc/createForm.js +10 -0
  197. package/dist/nodes/WeCom/resources/wedoc/createForm.js.map +1 -0
  198. package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.d.ts +2 -0
  199. package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.js +8 -0
  200. package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.js.map +1 -0
  201. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.d.ts +2 -0
  202. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.js +10 -0
  203. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.js.map +1 -0
  204. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.d.ts +2 -0
  205. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.js +10 -0
  206. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.js.map +1 -0
  207. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.d.ts +2 -0
  208. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.js +9 -0
  209. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.js.map +1 -0
  210. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.d.ts +2 -0
  211. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.js +10 -0
  212. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.js.map +1 -0
  213. package/dist/nodes/WeCom/resources/wedoc/deleteDoc.d.ts +2 -0
  214. package/dist/nodes/WeCom/resources/wedoc/deleteDoc.js +22 -0
  215. package/dist/nodes/WeCom/resources/wedoc/deleteDoc.js.map +1 -0
  216. package/dist/nodes/WeCom/resources/wedoc/execute.d.ts +2 -0
  217. package/dist/nodes/WeCom/resources/wedoc/execute.js +385 -0
  218. package/dist/nodes/WeCom/resources/wedoc/execute.js.map +1 -0
  219. package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.d.ts +2 -0
  220. package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.js +12 -0
  221. package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.js.map +1 -0
  222. package/dist/nodes/WeCom/resources/wedoc/getDocAuth.d.ts +2 -0
  223. package/dist/nodes/WeCom/resources/wedoc/getDocAuth.js +8 -0
  224. package/dist/nodes/WeCom/resources/wedoc/getDocAuth.js.map +1 -0
  225. package/dist/nodes/WeCom/resources/wedoc/getDocData.d.ts +2 -0
  226. package/dist/nodes/WeCom/resources/wedoc/getDocData.js +8 -0
  227. package/dist/nodes/WeCom/resources/wedoc/getDocData.js.map +1 -0
  228. package/dist/nodes/WeCom/resources/wedoc/getDocInfo.d.ts +2 -0
  229. package/dist/nodes/WeCom/resources/wedoc/getDocInfo.js +22 -0
  230. package/dist/nodes/WeCom/resources/wedoc/getDocInfo.js.map +1 -0
  231. package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.d.ts +2 -0
  232. package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.js +13 -0
  233. package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.js.map +1 -0
  234. package/dist/nodes/WeCom/resources/wedoc/getFormInfo.d.ts +2 -0
  235. package/dist/nodes/WeCom/resources/wedoc/getFormInfo.js +8 -0
  236. package/dist/nodes/WeCom/resources/wedoc/getFormInfo.js.map +1 -0
  237. package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.d.ts +2 -0
  238. package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.js +8 -0
  239. package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.js.map +1 -0
  240. package/dist/nodes/WeCom/resources/wedoc/getSheetData.d.ts +2 -0
  241. package/dist/nodes/WeCom/resources/wedoc/getSheetData.js +9 -0
  242. package/dist/nodes/WeCom/resources/wedoc/getSheetData.js.map +1 -0
  243. package/dist/nodes/WeCom/resources/wedoc/getSheetRange.d.ts +2 -0
  244. package/dist/nodes/WeCom/resources/wedoc/getSheetRange.js +8 -0
  245. package/dist/nodes/WeCom/resources/wedoc/getSheetRange.js.map +1 -0
  246. package/dist/nodes/WeCom/resources/wedoc/index.d.ts +2 -0
  247. package/dist/nodes/WeCom/resources/wedoc/index.js +336 -0
  248. package/dist/nodes/WeCom/resources/wedoc/index.js.map +1 -0
  249. package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.d.ts +2 -0
  250. package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.js +10 -0
  251. package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.js.map +1 -0
  252. package/dist/nodes/WeCom/resources/wedoc/modDocContent.d.ts +2 -0
  253. package/dist/nodes/WeCom/resources/wedoc/modDocContent.js +34 -0
  254. package/dist/nodes/WeCom/resources/wedoc/modDocContent.js.map +1 -0
  255. package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.d.ts +2 -0
  256. package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.js +9 -0
  257. package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.js.map +1 -0
  258. package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.d.ts +2 -0
  259. package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.js +9 -0
  260. package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.js.map +1 -0
  261. package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.d.ts +2 -0
  262. package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.js +9 -0
  263. package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.js.map +1 -0
  264. package/dist/nodes/WeCom/resources/wedoc/modForm.d.ts +2 -0
  265. package/dist/nodes/WeCom/resources/wedoc/modForm.js +9 -0
  266. package/dist/nodes/WeCom/resources/wedoc/modForm.js.map +1 -0
  267. package/dist/nodes/WeCom/resources/wedoc/modSheetContent.d.ts +2 -0
  268. package/dist/nodes/WeCom/resources/wedoc/modSheetContent.js +34 -0
  269. package/dist/nodes/WeCom/resources/wedoc/modSheetContent.js.map +1 -0
  270. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.d.ts +2 -0
  271. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.js +9 -0
  272. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.js.map +1 -0
  273. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.d.ts +2 -0
  274. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.js +11 -0
  275. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.js.map +1 -0
  276. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.d.ts +2 -0
  277. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.js +8 -0
  278. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.js.map +1 -0
  279. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.d.ts +2 -0
  280. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.js +9 -0
  281. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.js.map +1 -0
  282. package/dist/nodes/WeCom/resources/wedoc/renameDoc.d.ts +2 -0
  283. package/dist/nodes/WeCom/resources/wedoc/renameDoc.js +34 -0
  284. package/dist/nodes/WeCom/resources/wedoc/renameDoc.js.map +1 -0
  285. package/dist/nodes/WeCom/resources/wedoc/shareDoc.d.ts +2 -0
  286. package/dist/nodes/WeCom/resources/wedoc/shareDoc.js +22 -0
  287. package/dist/nodes/WeCom/resources/wedoc/shareDoc.js.map +1 -0
  288. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.d.ts +2 -0
  289. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.js +11 -0
  290. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.js.map +1 -0
  291. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.d.ts +2 -0
  292. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.js +10 -0
  293. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.js.map +1 -0
  294. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.d.ts +2 -0
  295. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.js +10 -0
  296. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.js.map +1 -0
  297. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.d.ts +2 -0
  298. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.js +11 -0
  299. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.js.map +1 -0
  300. package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.d.ts +2 -0
  301. package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.js +10 -0
  302. package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.js.map +1 -0
  303. package/dist/package.json +1 -1
  304. package/dist/tsconfig.tsbuildinfo +1 -1
  305. package/package.json +1 -1
@@ -51,6 +51,10 @@ async function executeContact(operation, items) {
51
51
  const openid = this.getNodeParameter('openid', i);
52
52
  response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/user/convert_to_userid', { openid });
53
53
  }
54
+ else if (operation === 'convertTmpExternalUserId') {
55
+ const tmp_external_userid = this.getNodeParameter('tmp_external_userid', i);
56
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/externalcontact/get_by_tmp_external_userid', { tmp_external_userid });
57
+ }
54
58
  else if (operation === 'getTagList') {
55
59
  const tag_type = this.getNodeParameter('tag_type', i, '');
56
60
  const qs = {};
@@ -63,6 +67,307 @@ async function executeContact(operation, items) {
63
67
  const tagid = this.getNodeParameter('tagid', i);
64
68
  response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/tag/get', {}, { tagid });
65
69
  }
70
+ else if (operation === 'createUser') {
71
+ const userid = this.getNodeParameter('userid', i);
72
+ const name = this.getNodeParameter('name', i);
73
+ const mobile = this.getNodeParameter('mobile', i, '');
74
+ const department = this.getNodeParameter('department', i);
75
+ const departmentArray = department.split(',').map((id) => parseInt(id.trim(), 10));
76
+ const body = {
77
+ userid,
78
+ name,
79
+ department: departmentArray,
80
+ };
81
+ if (mobile)
82
+ body.mobile = mobile;
83
+ const position = this.getNodeParameter('position', i, '');
84
+ if (position)
85
+ body.position = position;
86
+ const gender = this.getNodeParameter('gender', i, '0');
87
+ if (gender)
88
+ body.gender = gender;
89
+ const email = this.getNodeParameter('email', i, '');
90
+ if (email)
91
+ body.email = email;
92
+ const biz_mail = this.getNodeParameter('biz_mail', i, '');
93
+ if (biz_mail)
94
+ body.biz_mail = biz_mail;
95
+ const address = this.getNodeParameter('address', i, '');
96
+ if (address)
97
+ body.address = address;
98
+ const alias = this.getNodeParameter('alias', i, '');
99
+ if (alias)
100
+ body.alias = alias;
101
+ const telephone = this.getNodeParameter('telephone', i, '');
102
+ if (telephone)
103
+ body.telephone = telephone;
104
+ const enable = this.getNodeParameter('enable', i, 1);
105
+ body.enable = enable;
106
+ const avatar_mediaid = this.getNodeParameter('avatar_mediaid', i, '');
107
+ if (avatar_mediaid)
108
+ body.avatar_mediaid = avatar_mediaid;
109
+ const external_profile = this.getNodeParameter('external_profile', i, '{}');
110
+ if (external_profile && external_profile !== '{}') {
111
+ body.external_profile = JSON.parse(external_profile);
112
+ }
113
+ const to_invite = this.getNodeParameter('to_invite', i, true);
114
+ body.to_invite = to_invite;
115
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/user/create', body);
116
+ }
117
+ else if (operation === 'updateUser') {
118
+ const userid = this.getNodeParameter('userid', i);
119
+ const body = { userid };
120
+ const name = this.getNodeParameter('name', i, '');
121
+ if (name)
122
+ body.name = name;
123
+ const mobile = this.getNodeParameter('mobile', i, '');
124
+ if (mobile)
125
+ body.mobile = mobile;
126
+ const department = this.getNodeParameter('department', i, '');
127
+ if (department) {
128
+ body.department = department.split(',').map((id) => parseInt(id.trim(), 10));
129
+ }
130
+ const position = this.getNodeParameter('position', i, '');
131
+ if (position)
132
+ body.position = position;
133
+ const gender = this.getNodeParameter('gender', i, '');
134
+ if (gender)
135
+ body.gender = gender;
136
+ const email = this.getNodeParameter('email', i, '');
137
+ if (email)
138
+ body.email = email;
139
+ const biz_mail = this.getNodeParameter('biz_mail', i, '');
140
+ if (biz_mail)
141
+ body.biz_mail = biz_mail;
142
+ const address = this.getNodeParameter('address', i, '');
143
+ if (address)
144
+ body.address = address;
145
+ const alias = this.getNodeParameter('alias', i, '');
146
+ if (alias)
147
+ body.alias = alias;
148
+ const telephone = this.getNodeParameter('telephone', i, '');
149
+ if (telephone)
150
+ body.telephone = telephone;
151
+ const enable = this.getNodeParameter('enable', i, undefined);
152
+ if (enable !== undefined)
153
+ body.enable = enable;
154
+ const avatar_mediaid = this.getNodeParameter('avatar_mediaid', i, '');
155
+ if (avatar_mediaid)
156
+ body.avatar_mediaid = avatar_mediaid;
157
+ const external_profile = this.getNodeParameter('external_profile', i, '');
158
+ if (external_profile && external_profile !== '{}') {
159
+ body.external_profile = JSON.parse(external_profile);
160
+ }
161
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/user/update', body);
162
+ }
163
+ else if (operation === 'deleteUser') {
164
+ const userid = this.getNodeParameter('userid', i);
165
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/user/delete', {}, { userid });
166
+ }
167
+ else if (operation === 'batchDeleteUser') {
168
+ const useridlist = this.getNodeParameter('useridlist', i);
169
+ const useridArray = useridlist.split(',').map((id) => id.trim());
170
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/user/batchdelete', {
171
+ useridlist: useridArray,
172
+ });
173
+ }
174
+ else if (operation === 'getUserIdByMobile') {
175
+ const mobile = this.getNodeParameter('mobile', i);
176
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/user/getuserid', { mobile });
177
+ }
178
+ else if (operation === 'getUserIdByEmail') {
179
+ const email = this.getNodeParameter('email', i);
180
+ const email_type = this.getNodeParameter('email_type', i, 1);
181
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/user/get_userid_by_email', {
182
+ email,
183
+ email_type,
184
+ });
185
+ }
186
+ else if (operation === 'inviteUser') {
187
+ const user = this.getNodeParameter('user', i, '');
188
+ const party = this.getNodeParameter('party', i, '');
189
+ const tag = this.getNodeParameter('tag', i, '');
190
+ const body = {};
191
+ if (user)
192
+ body.user = user.split(',').map((id) => id.trim());
193
+ if (party)
194
+ body.party = party.split(',').map((id) => parseInt(id.trim(), 10));
195
+ if (tag)
196
+ body.tag = tag.split(',').map((id) => parseInt(id.trim(), 10));
197
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/batch/invite', body);
198
+ }
199
+ else if (operation === 'getJoinQrCode') {
200
+ const size_type = this.getNodeParameter('size_type', i, 1);
201
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/corp/get_join_qrcode', {}, { size_type });
202
+ }
203
+ else if (operation === 'createDepartment') {
204
+ const name = this.getNodeParameter('name', i);
205
+ const parentid = this.getNodeParameter('parentid', i, '1');
206
+ const body = {
207
+ name,
208
+ parentid: parseInt(parentid, 10),
209
+ };
210
+ const name_en = this.getNodeParameter('name_en', i, '');
211
+ if (name_en)
212
+ body.name_en = name_en;
213
+ const order = this.getNodeParameter('order', i, 1);
214
+ if (order)
215
+ body.order = order;
216
+ const id = this.getNodeParameter('id', i, '');
217
+ if (id)
218
+ body.id = parseInt(id, 10);
219
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/department/create', body);
220
+ }
221
+ else if (operation === 'updateDepartment') {
222
+ const id = this.getNodeParameter('id', i);
223
+ const body = { id: parseInt(id, 10) };
224
+ const name = this.getNodeParameter('name', i, '');
225
+ if (name)
226
+ body.name = name;
227
+ const name_en = this.getNodeParameter('name_en', i, '');
228
+ if (name_en)
229
+ body.name_en = name_en;
230
+ const parentid = this.getNodeParameter('parentid', i, '');
231
+ if (parentid)
232
+ body.parentid = parseInt(parentid, 10);
233
+ const order = this.getNodeParameter('order', i, undefined);
234
+ if (order !== undefined)
235
+ body.order = order;
236
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/department/update', body);
237
+ }
238
+ else if (operation === 'deleteDepartment') {
239
+ const id = this.getNodeParameter('id', i);
240
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/department/delete', {}, { id });
241
+ }
242
+ else if (operation === 'getSubDepartmentIds') {
243
+ const id = this.getNodeParameter('id', i, '');
244
+ const qs = {};
245
+ if (id)
246
+ qs.id = id;
247
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/department/simplelist', {}, qs);
248
+ }
249
+ else if (operation === 'getDepartmentDetail') {
250
+ const id = this.getNodeParameter('id', i);
251
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/department/get', {}, { id });
252
+ }
253
+ else if (operation === 'createTag') {
254
+ const tagname = this.getNodeParameter('tagname', i);
255
+ const body = { tagname };
256
+ const tagid = this.getNodeParameter('tagid', i, '');
257
+ if (tagid)
258
+ body.tagid = parseInt(tagid, 10);
259
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/tag/create', body);
260
+ }
261
+ else if (operation === 'updateTag') {
262
+ const tagid = this.getNodeParameter('tagid', i);
263
+ const tagname = this.getNodeParameter('tagname', i);
264
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/tag/update', {
265
+ tagid: parseInt(tagid, 10),
266
+ tagname,
267
+ });
268
+ }
269
+ else if (operation === 'deleteTag') {
270
+ const tagid = this.getNodeParameter('tagid', i);
271
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/tag/delete', {}, { tagid });
272
+ }
273
+ else if (operation === 'addTagUsers') {
274
+ const tagid = this.getNodeParameter('tagid', i);
275
+ const userlist = this.getNodeParameter('userlist', i, '');
276
+ const partylist = this.getNodeParameter('partylist', i, '');
277
+ const body = { tagid: parseInt(tagid, 10) };
278
+ if (userlist)
279
+ body.userlist = userlist.split(',').map((id) => id.trim());
280
+ if (partylist)
281
+ body.partylist = partylist.split(',').map((id) => parseInt(id.trim(), 10));
282
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/tag/addtagusers', body);
283
+ }
284
+ else if (operation === 'delTagUsers') {
285
+ const tagid = this.getNodeParameter('tagid', i);
286
+ const userlist = this.getNodeParameter('userlist', i, '');
287
+ const partylist = this.getNodeParameter('partylist', i, '');
288
+ const body = { tagid: parseInt(tagid, 10) };
289
+ if (userlist)
290
+ body.userlist = userlist.split(',').map((id) => id.trim());
291
+ if (partylist)
292
+ body.partylist = partylist.split(',').map((id) => parseInt(id.trim(), 10));
293
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/tag/deltagusers', body);
294
+ }
295
+ else if (operation === 'batchSyncUser') {
296
+ const media_ID = this.getNodeParameter('media_ID', i);
297
+ const body = { media_ID };
298
+ const callback = this.getNodeParameter('callback', i, '{}');
299
+ if (callback && callback !== '{}') {
300
+ body.callback = JSON.parse(callback);
301
+ }
302
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/batch/syncuser', body);
303
+ }
304
+ else if (operation === 'batchReplaceUser') {
305
+ const media_ID = this.getNodeParameter('media_ID', i);
306
+ const body = { media_ID };
307
+ const callback = this.getNodeParameter('callback', i, '{}');
308
+ if (callback && callback !== '{}') {
309
+ body.callback = JSON.parse(callback);
310
+ }
311
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/batch/replaceuser', body);
312
+ }
313
+ else if (operation === 'batchReplaceDepartment') {
314
+ const media_ID = this.getNodeParameter('media_ID', i);
315
+ const body = { media_ID };
316
+ const callback = this.getNodeParameter('callback', i, '{}');
317
+ if (callback && callback !== '{}') {
318
+ body.callback = JSON.parse(callback);
319
+ }
320
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/batch/replaceparty', body);
321
+ }
322
+ else if (operation === 'getAsyncResult') {
323
+ const jobid = this.getNodeParameter('jobid', i);
324
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/batch/getresult', {}, { jobid });
325
+ }
326
+ else if (operation === 'exportSimpleUser') {
327
+ const body = {};
328
+ const encoding_aeskey = this.getNodeParameter('encoding_aeskey', i, '');
329
+ if (encoding_aeskey)
330
+ body.encoding_aeskey = encoding_aeskey;
331
+ const block_size = this.getNodeParameter('block_size', i, 100000);
332
+ if (block_size)
333
+ body.block_size = block_size;
334
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/export/simple_user', body);
335
+ }
336
+ else if (operation === 'exportUser') {
337
+ const body = {};
338
+ const encoding_aeskey = this.getNodeParameter('encoding_aeskey', i, '');
339
+ if (encoding_aeskey)
340
+ body.encoding_aeskey = encoding_aeskey;
341
+ const block_size = this.getNodeParameter('block_size', i, 100000);
342
+ if (block_size)
343
+ body.block_size = block_size;
344
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/export/user', body);
345
+ }
346
+ else if (operation === 'exportDepartment') {
347
+ const body = {};
348
+ const encoding_aeskey = this.getNodeParameter('encoding_aeskey', i, '');
349
+ if (encoding_aeskey)
350
+ body.encoding_aeskey = encoding_aeskey;
351
+ const block_size = this.getNodeParameter('block_size', i, 100000);
352
+ if (block_size)
353
+ body.block_size = block_size;
354
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/export/department', body);
355
+ }
356
+ else if (operation === 'exportTagUser') {
357
+ const tagid = this.getNodeParameter('tagid', i);
358
+ const body = { tagid: parseInt(tagid, 10) };
359
+ const encoding_aeskey = this.getNodeParameter('encoding_aeskey', i, '');
360
+ if (encoding_aeskey)
361
+ body.encoding_aeskey = encoding_aeskey;
362
+ const block_size = this.getNodeParameter('block_size', i, 100000);
363
+ if (block_size)
364
+ body.block_size = block_size;
365
+ response = await transport_1.weComApiRequest.call(this, 'POST', '/cgi-bin/export/taguser', body);
366
+ }
367
+ else if (operation === 'getExportResult') {
368
+ const jobid = this.getNodeParameter('jobid', i);
369
+ response = await transport_1.weComApiRequest.call(this, 'GET', '/cgi-bin/export/get_result', {}, { jobid });
370
+ }
66
371
  else {
67
372
  response = {};
68
373
  }
@@ -1 +1 @@
1
- {"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/execute.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"execute.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/execute.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const exportDepartmentDescription: INodeProperties[];
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.exportDepartmentDescription = void 0;
4
+ const showOnlyForExportDept = {
5
+ resource: ['contact'],
6
+ operation: ['exportDepartment'],
7
+ };
8
+ exports.exportDepartmentDescription = [
9
+ {
10
+ displayName: '编码类型',
11
+ name: 'encoding_aeskey',
12
+ type: 'string',
13
+ displayOptions: {
14
+ show: showOnlyForExportDept,
15
+ },
16
+ default: '',
17
+ description: 'Base64encode的加密密钥,长度固定为43字节,使用加密需要填写此字段。',
18
+ hint: '加密密钥',
19
+ },
20
+ {
21
+ displayName: '每块数据部门数',
22
+ name: 'block_size',
23
+ type: 'number',
24
+ displayOptions: {
25
+ show: showOnlyForExportDept,
26
+ },
27
+ default: 100000,
28
+ description: '每块数据的部门数,支持范围[104,106],默认值为100000。',
29
+ hint: '每块数据部门数',
30
+ },
31
+ ];
32
+ //# sourceMappingURL=exportDepartment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exportDepartment.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/exportDepartment.ts"],"names":[],"mappings":";;;AAEA,MAAM,qBAAqB,GAAG;IAC7B,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,kBAAkB,CAAC;CAC/B,CAAC;AAEW,QAAA,2BAA2B,GAAsB;IAC7D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,qBAAqB;SAC3B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,qBAAqB;SAC3B;QACD,OAAO,EAAE,MAAM;QACf,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,SAAS;KACf;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const exportSimpleUserDescription: INodeProperties[];
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.exportSimpleUserDescription = void 0;
4
+ const showOnlyForExportSimple = {
5
+ resource: ['contact'],
6
+ operation: ['exportSimpleUser'],
7
+ };
8
+ exports.exportSimpleUserDescription = [
9
+ {
10
+ displayName: '编码类型',
11
+ name: 'encoding_aeskey',
12
+ type: 'string',
13
+ displayOptions: {
14
+ show: showOnlyForExportSimple,
15
+ },
16
+ default: '',
17
+ description: 'Base64encode的加密密钥,长度固定为43字节,使用加密需要填写此字段。',
18
+ hint: '加密密钥',
19
+ },
20
+ {
21
+ displayName: '回调信息Token',
22
+ name: 'block_size',
23
+ type: 'number',
24
+ displayOptions: {
25
+ show: showOnlyForExportSimple,
26
+ },
27
+ default: 100000,
28
+ description: '每块数据的人员数,支持范围[104,106],默认值为100000。',
29
+ hint: '每块数据人员数',
30
+ },
31
+ ];
32
+ //# sourceMappingURL=exportSimpleUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exportSimpleUser.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/exportSimpleUser.ts"],"names":[],"mappings":";;;AAEA,MAAM,uBAAuB,GAAG;IAC/B,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,kBAAkB,CAAC;CAC/B,CAAC;AAEW,QAAA,2BAA2B,GAAsB;IAC7D;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,MAAM;QACf,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,SAAS;KACf;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const exportTagUserDescription: INodeProperties[];
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.exportTagUserDescription = void 0;
4
+ const showOnlyForExportTag = {
5
+ resource: ['contact'],
6
+ operation: ['exportTagUser'],
7
+ };
8
+ exports.exportTagUserDescription = [
9
+ {
10
+ displayName: '标签ID',
11
+ name: 'tagid',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForExportTag,
16
+ },
17
+ default: '',
18
+ description: '需要导出的标签。',
19
+ hint: '标签ID',
20
+ },
21
+ {
22
+ displayName: '编码类型',
23
+ name: 'encoding_aeskey',
24
+ type: 'string',
25
+ displayOptions: {
26
+ show: showOnlyForExportTag,
27
+ },
28
+ default: '',
29
+ description: 'Base64encode的加密密钥,长度固定为43字节,使用加密需要填写此字段。',
30
+ hint: '加密密钥',
31
+ },
32
+ {
33
+ displayName: '每块数据人员数',
34
+ name: 'block_size',
35
+ type: 'number',
36
+ displayOptions: {
37
+ show: showOnlyForExportTag,
38
+ },
39
+ default: 100000,
40
+ description: '每块数据的人员数,支持范围[104,106],默认值为100000。',
41
+ hint: '每块数据人员数',
42
+ },
43
+ ];
44
+ //# sourceMappingURL=exportTagUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exportTagUser.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/exportTagUser.ts"],"names":[],"mappings":";;;AAEA,MAAM,oBAAoB,GAAG;IAC5B,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,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,oBAAoB;SAC1B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,oBAAoB;SAC1B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,oBAAoB;SAC1B;QACD,OAAO,EAAE,MAAM;QACf,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,SAAS;KACf;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const exportUserDescription: INodeProperties[];
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.exportUserDescription = void 0;
4
+ const showOnlyForExport = {
5
+ resource: ['contact'],
6
+ operation: ['exportUser'],
7
+ };
8
+ exports.exportUserDescription = [
9
+ {
10
+ displayName: '编码类型',
11
+ name: 'encoding_aeskey',
12
+ type: 'string',
13
+ displayOptions: {
14
+ show: showOnlyForExport,
15
+ },
16
+ default: '',
17
+ description: 'Base64encode的加密密钥,长度固定为43字节,使用加密需要填写此字段。',
18
+ hint: '加密密钥',
19
+ },
20
+ {
21
+ displayName: '每块数据人员数',
22
+ name: 'block_size',
23
+ type: 'number',
24
+ displayOptions: {
25
+ show: showOnlyForExport,
26
+ },
27
+ default: 100000,
28
+ description: '每块数据的人员数,支持范围[104,106],默认值为100000。',
29
+ hint: '每块数据人员数',
30
+ },
31
+ ];
32
+ //# sourceMappingURL=exportUser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exportUser.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/exportUser.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,YAAY,CAAC;CACzB,CAAC;AAEW,QAAA,qBAAqB,GAAsB;IACvD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,iBAAiB;QACvB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0CAA0C;QACvD,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,MAAM;QACf,WAAW,EAAE,oCAAoC;QACjD,IAAI,EAAE,SAAS;KACf;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const getAsyncResultDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getAsyncResultDescription = void 0;
4
+ const showOnlyForGetResult = {
5
+ resource: ['contact'],
6
+ operation: ['getAsyncResult'],
7
+ };
8
+ exports.getAsyncResultDescription = [
9
+ {
10
+ displayName: 'Job ID',
11
+ name: 'jobid',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForGetResult,
16
+ },
17
+ default: '',
18
+ description: '异步任务ID,最大长度为64字节。',
19
+ hint: '任务ID',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=getAsyncResult.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAsyncResult.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/getAsyncResult.ts"],"names":[],"mappings":";;;AAEA,MAAM,oBAAoB,GAAG;IAC5B,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,gBAAgB,CAAC;CAC7B,CAAC;AAEW,QAAA,yBAAyB,GAAsB;IAC3D;QACC,WAAW,EAAE,QAAQ;QACrB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,oBAAoB;SAC1B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,mBAAmB;QAChC,IAAI,EAAE,MAAM;KACZ;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const getDepartmentDetailDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getDepartmentDetailDescription = void 0;
4
+ const showOnlyForGetDeptDetail = {
5
+ resource: ['contact'],
6
+ operation: ['getDepartmentDetail'],
7
+ };
8
+ exports.getDepartmentDetailDescription = [
9
+ {
10
+ displayName: '部门ID',
11
+ name: 'id',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForGetDeptDetail,
16
+ },
17
+ default: '',
18
+ description: '部门ID。',
19
+ hint: '部门ID',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=getDepartmentDetail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDepartmentDetail.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/contact/getDepartmentDetail.ts"],"names":[],"mappings":";;;AAEA,MAAM,wBAAwB,GAAG;IAChC,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,SAAS,EAAE,CAAC,qBAAqB,CAAC;CAClC,CAAC;AAEW,QAAA,8BAA8B,GAAsB;IAChE;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,IAAI;QACV,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,wBAAwB;SAC9B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,MAAM;KACZ;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const getExportResultDescription: INodeProperties[];
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getExportResultDescription = void 0;
4
+ const showOnlyForGetExportResult = {
5
+ resource: ['contact'],
6
+ operation: ['getExportResult'],
7
+ };
8
+ exports.getExportResultDescription = [
9
+ {
10
+ displayName: 'Job ID',
11
+ name: 'jobid',
12
+ type: 'string',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForGetExportResult,
16
+ },
17
+ default: '',
18
+ description: '异步任务ID,最大长度为64字节。',
19
+ hint: '任务ID',
20
+ },
21
+ ];
22
+ //# sourceMappingURL=getExportResult.js.map