n8n-nodes-wecom 0.1.7 → 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 (332) hide show
  1. package/README.md +148 -82
  2. package/dist/nodes/WeCom/WeCom.node.js +43 -8
  3. package/dist/nodes/WeCom/WeCom.node.js.map +1 -1
  4. package/dist/nodes/WeCom/resources/appChat/createAppChat.d.ts +2 -0
  5. package/dist/nodes/WeCom/resources/appChat/createAppChat.js +55 -0
  6. package/dist/nodes/WeCom/resources/appChat/createAppChat.js.map +1 -0
  7. package/dist/nodes/WeCom/resources/appChat/execute.d.ts +2 -0
  8. package/dist/nodes/WeCom/resources/appChat/execute.js +180 -0
  9. package/dist/nodes/WeCom/resources/appChat/execute.js.map +1 -0
  10. package/dist/nodes/WeCom/resources/appChat/getAppChat.d.ts +2 -0
  11. package/dist/nodes/WeCom/resources/appChat/getAppChat.js +22 -0
  12. package/dist/nodes/WeCom/resources/appChat/getAppChat.js.map +1 -0
  13. package/dist/nodes/WeCom/resources/appChat/index.d.ts +2 -0
  14. package/dist/nodes/WeCom/resources/appChat/index.js +85 -0
  15. package/dist/nodes/WeCom/resources/appChat/index.js.map +1 -0
  16. package/dist/nodes/WeCom/resources/appChat/sendFile.d.ts +2 -0
  17. package/dist/nodes/WeCom/resources/appChat/sendFile.js +84 -0
  18. package/dist/nodes/WeCom/resources/appChat/sendFile.js.map +1 -0
  19. package/dist/nodes/WeCom/resources/appChat/sendImage.d.ts +2 -0
  20. package/dist/nodes/WeCom/resources/appChat/sendImage.js +84 -0
  21. package/dist/nodes/WeCom/resources/appChat/sendImage.js.map +1 -0
  22. package/dist/nodes/WeCom/resources/appChat/sendMarkdown.d.ts +2 -0
  23. package/dist/nodes/WeCom/resources/appChat/sendMarkdown.js +37 -0
  24. package/dist/nodes/WeCom/resources/appChat/sendMarkdown.js.map +1 -0
  25. package/dist/nodes/WeCom/resources/appChat/sendNews.d.ts +2 -0
  26. package/dist/nodes/WeCom/resources/appChat/sendNews.js +79 -0
  27. package/dist/nodes/WeCom/resources/appChat/sendNews.js.map +1 -0
  28. package/dist/nodes/WeCom/resources/appChat/sendText.d.ts +2 -0
  29. package/dist/nodes/WeCom/resources/appChat/sendText.js +48 -0
  30. package/dist/nodes/WeCom/resources/appChat/sendText.js.map +1 -0
  31. package/dist/nodes/WeCom/resources/appChat/updateAppChat.d.ts +2 -0
  32. package/dist/nodes/WeCom/resources/appChat/updateAppChat.js +111 -0
  33. package/dist/nodes/WeCom/resources/appChat/updateAppChat.js.map +1 -0
  34. package/dist/nodes/WeCom/resources/contact/addTagUsers.d.ts +2 -0
  35. package/dist/nodes/WeCom/resources/contact/addTagUsers.js +44 -0
  36. package/dist/nodes/WeCom/resources/contact/addTagUsers.js.map +1 -0
  37. package/dist/nodes/WeCom/resources/contact/batchDeleteUser.d.ts +2 -0
  38. package/dist/nodes/WeCom/resources/contact/batchDeleteUser.js +22 -0
  39. package/dist/nodes/WeCom/resources/contact/batchDeleteUser.js.map +1 -0
  40. package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.d.ts +2 -0
  41. package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.js +33 -0
  42. package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.js.map +1 -0
  43. package/dist/nodes/WeCom/resources/contact/batchReplaceUser.d.ts +2 -0
  44. package/dist/nodes/WeCom/resources/contact/batchReplaceUser.js +33 -0
  45. package/dist/nodes/WeCom/resources/contact/batchReplaceUser.js.map +1 -0
  46. package/dist/nodes/WeCom/resources/contact/batchSyncUser.d.ts +2 -0
  47. package/dist/nodes/WeCom/resources/contact/batchSyncUser.js +33 -0
  48. package/dist/nodes/WeCom/resources/contact/batchSyncUser.js.map +1 -0
  49. package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.d.ts +2 -0
  50. package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.js +22 -0
  51. package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.js.map +1 -0
  52. package/dist/nodes/WeCom/resources/contact/createDepartment.d.ts +2 -0
  53. package/dist/nodes/WeCom/resources/contact/createDepartment.js +67 -0
  54. package/dist/nodes/WeCom/resources/contact/createDepartment.js.map +1 -0
  55. package/dist/nodes/WeCom/resources/contact/createTag.d.ts +2 -0
  56. package/dist/nodes/WeCom/resources/contact/createTag.js +33 -0
  57. package/dist/nodes/WeCom/resources/contact/createTag.js.map +1 -0
  58. package/dist/nodes/WeCom/resources/contact/createUser.d.ts +2 -0
  59. package/dist/nodes/WeCom/resources/contact/createUser.js +203 -0
  60. package/dist/nodes/WeCom/resources/contact/createUser.js.map +1 -0
  61. package/dist/nodes/WeCom/resources/contact/delTagUsers.d.ts +2 -0
  62. package/dist/nodes/WeCom/resources/contact/delTagUsers.js +44 -0
  63. package/dist/nodes/WeCom/resources/contact/delTagUsers.js.map +1 -0
  64. package/dist/nodes/WeCom/resources/contact/deleteDepartment.d.ts +2 -0
  65. package/dist/nodes/WeCom/resources/contact/deleteDepartment.js +22 -0
  66. package/dist/nodes/WeCom/resources/contact/deleteDepartment.js.map +1 -0
  67. package/dist/nodes/WeCom/resources/contact/deleteTag.d.ts +2 -0
  68. package/dist/nodes/WeCom/resources/contact/deleteTag.js +22 -0
  69. package/dist/nodes/WeCom/resources/contact/deleteTag.js.map +1 -0
  70. package/dist/nodes/WeCom/resources/contact/deleteUser.d.ts +2 -0
  71. package/dist/nodes/WeCom/resources/contact/deleteUser.js +22 -0
  72. package/dist/nodes/WeCom/resources/contact/deleteUser.js.map +1 -0
  73. package/dist/nodes/WeCom/resources/contact/execute.js +305 -0
  74. package/dist/nodes/WeCom/resources/contact/execute.js.map +1 -1
  75. package/dist/nodes/WeCom/resources/contact/exportDepartment.d.ts +2 -0
  76. package/dist/nodes/WeCom/resources/contact/exportDepartment.js +32 -0
  77. package/dist/nodes/WeCom/resources/contact/exportDepartment.js.map +1 -0
  78. package/dist/nodes/WeCom/resources/contact/exportSimpleUser.d.ts +2 -0
  79. package/dist/nodes/WeCom/resources/contact/exportSimpleUser.js +32 -0
  80. package/dist/nodes/WeCom/resources/contact/exportSimpleUser.js.map +1 -0
  81. package/dist/nodes/WeCom/resources/contact/exportTagUser.d.ts +2 -0
  82. package/dist/nodes/WeCom/resources/contact/exportTagUser.js +44 -0
  83. package/dist/nodes/WeCom/resources/contact/exportTagUser.js.map +1 -0
  84. package/dist/nodes/WeCom/resources/contact/exportUser.d.ts +2 -0
  85. package/dist/nodes/WeCom/resources/contact/exportUser.js +32 -0
  86. package/dist/nodes/WeCom/resources/contact/exportUser.js.map +1 -0
  87. package/dist/nodes/WeCom/resources/contact/getAsyncResult.d.ts +2 -0
  88. package/dist/nodes/WeCom/resources/contact/getAsyncResult.js +22 -0
  89. package/dist/nodes/WeCom/resources/contact/getAsyncResult.js.map +1 -0
  90. package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.d.ts +2 -0
  91. package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.js +22 -0
  92. package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.js.map +1 -0
  93. package/dist/nodes/WeCom/resources/contact/getExportResult.d.ts +2 -0
  94. package/dist/nodes/WeCom/resources/contact/getExportResult.js +22 -0
  95. package/dist/nodes/WeCom/resources/contact/getExportResult.js.map +1 -0
  96. package/dist/nodes/WeCom/resources/contact/getJoinQrCode.d.ts +2 -0
  97. package/dist/nodes/WeCom/resources/contact/getJoinQrCode.js +39 -0
  98. package/dist/nodes/WeCom/resources/contact/getJoinQrCode.js.map +1 -0
  99. package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.d.ts +2 -0
  100. package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.js +21 -0
  101. package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.js.map +1 -0
  102. package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.d.ts +2 -0
  103. package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.js +44 -0
  104. package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.js.map +1 -0
  105. package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.d.ts +2 -0
  106. package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.js +22 -0
  107. package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.js.map +1 -0
  108. package/dist/nodes/WeCom/resources/contact/index.js +217 -3
  109. package/dist/nodes/WeCom/resources/contact/index.js.map +1 -1
  110. package/dist/nodes/WeCom/resources/contact/inviteUser.d.ts +2 -0
  111. package/dist/nodes/WeCom/resources/contact/inviteUser.js +43 -0
  112. package/dist/nodes/WeCom/resources/contact/inviteUser.js.map +1 -0
  113. package/dist/nodes/WeCom/resources/contact/updateDepartment.d.ts +2 -0
  114. package/dist/nodes/WeCom/resources/contact/updateDepartment.js +66 -0
  115. package/dist/nodes/WeCom/resources/contact/updateDepartment.js.map +1 -0
  116. package/dist/nodes/WeCom/resources/contact/updateTag.d.ts +2 -0
  117. package/dist/nodes/WeCom/resources/contact/updateTag.js +34 -0
  118. package/dist/nodes/WeCom/resources/contact/updateTag.js.map +1 -0
  119. package/dist/nodes/WeCom/resources/contact/updateUser.d.ts +2 -0
  120. package/dist/nodes/WeCom/resources/contact/updateUser.js +190 -0
  121. package/dist/nodes/WeCom/resources/contact/updateUser.js.map +1 -0
  122. package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.d.ts +2 -0
  123. package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.js +46 -0
  124. package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.js.map +1 -0
  125. package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.d.ts +2 -0
  126. package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.js +34 -0
  127. package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.js.map +1 -0
  128. package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.d.ts +2 -0
  129. package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.js +34 -0
  130. package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.js.map +1 -0
  131. package/dist/nodes/WeCom/resources/linkedcorp/execute.d.ts +2 -0
  132. package/dist/nodes/WeCom/resources/linkedcorp/execute.js +185 -0
  133. package/dist/nodes/WeCom/resources/linkedcorp/execute.js.map +1 -0
  134. package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.d.ts +2 -0
  135. package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.js +32 -0
  136. package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.js.map +1 -0
  137. package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.d.ts +2 -0
  138. package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.js +22 -0
  139. package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.js.map +1 -0
  140. package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.d.ts +2 -0
  141. package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.js +21 -0
  142. package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.js.map +1 -0
  143. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.d.ts +2 -0
  144. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.js +34 -0
  145. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.js.map +1 -0
  146. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.d.ts +2 -0
  147. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.js +22 -0
  148. package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.js.map +1 -0
  149. package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.d.ts +2 -0
  150. package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.js +34 -0
  151. package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.js.map +1 -0
  152. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.d.ts +2 -0
  153. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.js +55 -0
  154. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.js.map +1 -0
  155. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.d.ts +2 -0
  156. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.js +55 -0
  157. package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.js.map +1 -0
  158. package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.d.ts +2 -0
  159. package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.js +67 -0
  160. package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.js.map +1 -0
  161. package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.d.ts +2 -0
  162. package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.js +22 -0
  163. package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.js.map +1 -0
  164. package/dist/nodes/WeCom/resources/linkedcorp/index.d.ts +2 -0
  165. package/dist/nodes/WeCom/resources/linkedcorp/index.js +50 -0
  166. package/dist/nodes/WeCom/resources/linkedcorp/index.js.map +1 -0
  167. package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.d.ts +2 -0
  168. package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.js +34 -0
  169. package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.js.map +1 -0
  170. package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.d.ts +2 -0
  171. package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.js +56 -0
  172. package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.js.map +1 -0
  173. package/dist/nodes/WeCom/resources/material/execute.js +70 -6
  174. package/dist/nodes/WeCom/resources/material/execute.js.map +1 -1
  175. package/dist/nodes/WeCom/resources/material/getHighQualityVoice.d.ts +2 -0
  176. package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js +22 -0
  177. package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js.map +1 -0
  178. package/dist/nodes/WeCom/resources/material/getPermanent.js +2 -2
  179. package/dist/nodes/WeCom/resources/material/getTemp.js +2 -2
  180. package/dist/nodes/WeCom/resources/material/index.js +8 -26
  181. package/dist/nodes/WeCom/resources/material/index.js.map +1 -1
  182. package/dist/nodes/WeCom/resources/material/uploadImage.d.ts +2 -0
  183. package/dist/nodes/WeCom/resources/material/uploadImage.js +33 -0
  184. package/dist/nodes/WeCom/resources/material/uploadImage.js.map +1 -0
  185. package/dist/nodes/WeCom/resources/material/uploadTempAsync.d.ts +2 -0
  186. package/dist/nodes/WeCom/resources/material/uploadTempAsync.js +74 -0
  187. package/dist/nodes/WeCom/resources/material/uploadTempAsync.js.map +1 -0
  188. package/dist/nodes/WeCom/resources/message/execute.js +47 -8
  189. package/dist/nodes/WeCom/resources/message/execute.js.map +1 -1
  190. package/dist/nodes/WeCom/resources/message/index.js +4 -87
  191. package/dist/nodes/WeCom/resources/message/index.js.map +1 -1
  192. package/dist/nodes/WeCom/resources/message/sendFile.js +1 -1
  193. package/dist/nodes/WeCom/resources/message/sendImage.js +1 -1
  194. package/dist/nodes/WeCom/resources/message/sendMpNews.js +2 -2
  195. package/dist/nodes/WeCom/resources/message/sendSchoolNotice.d.ts +2 -0
  196. package/dist/nodes/WeCom/resources/message/sendSchoolNotice.js +100 -0
  197. package/dist/nodes/WeCom/resources/message/sendSchoolNotice.js.map +1 -0
  198. package/dist/nodes/WeCom/resources/message/sendVideo.js +2 -2
  199. package/dist/nodes/WeCom/resources/message/sendVoice.js +2 -2
  200. package/dist/nodes/WeCom/resources/pushMessage/execute.js +2 -2
  201. package/dist/nodes/WeCom/resources/pushMessage/sendFile.js +1 -1
  202. package/dist/nodes/WeCom/resources/pushMessage/sendTemplateCard.js +2 -2
  203. package/dist/nodes/WeCom/resources/pushMessage/sendVoice.js +1 -1
  204. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.d.ts +2 -0
  205. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.js +10 -0
  206. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.js.map +1 -0
  207. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.d.ts +2 -0
  208. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.js +10 -0
  209. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.js.map +1 -0
  210. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.d.ts +2 -0
  211. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.js +9 -0
  212. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.js.map +1 -0
  213. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.d.ts +2 -0
  214. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.js +10 -0
  215. package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.js.map +1 -0
  216. package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.d.ts +2 -0
  217. package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.js +8 -0
  218. package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.js.map +1 -0
  219. package/dist/nodes/WeCom/resources/wedoc/createDoc.d.ts +2 -0
  220. package/dist/nodes/WeCom/resources/wedoc/createDoc.js +59 -0
  221. package/dist/nodes/WeCom/resources/wedoc/createDoc.js.map +1 -0
  222. package/dist/nodes/WeCom/resources/wedoc/createForm.d.ts +2 -0
  223. package/dist/nodes/WeCom/resources/wedoc/createForm.js +10 -0
  224. package/dist/nodes/WeCom/resources/wedoc/createForm.js.map +1 -0
  225. package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.d.ts +2 -0
  226. package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.js +8 -0
  227. package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.js.map +1 -0
  228. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.d.ts +2 -0
  229. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.js +10 -0
  230. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.js.map +1 -0
  231. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.d.ts +2 -0
  232. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.js +10 -0
  233. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.js.map +1 -0
  234. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.d.ts +2 -0
  235. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.js +9 -0
  236. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.js.map +1 -0
  237. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.d.ts +2 -0
  238. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.js +10 -0
  239. package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.js.map +1 -0
  240. package/dist/nodes/WeCom/resources/wedoc/deleteDoc.d.ts +2 -0
  241. package/dist/nodes/WeCom/resources/wedoc/deleteDoc.js +22 -0
  242. package/dist/nodes/WeCom/resources/wedoc/deleteDoc.js.map +1 -0
  243. package/dist/nodes/WeCom/resources/wedoc/execute.d.ts +2 -0
  244. package/dist/nodes/WeCom/resources/wedoc/execute.js +385 -0
  245. package/dist/nodes/WeCom/resources/wedoc/execute.js.map +1 -0
  246. package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.d.ts +2 -0
  247. package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.js +12 -0
  248. package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.js.map +1 -0
  249. package/dist/nodes/WeCom/resources/wedoc/getDocAuth.d.ts +2 -0
  250. package/dist/nodes/WeCom/resources/wedoc/getDocAuth.js +8 -0
  251. package/dist/nodes/WeCom/resources/wedoc/getDocAuth.js.map +1 -0
  252. package/dist/nodes/WeCom/resources/wedoc/getDocData.d.ts +2 -0
  253. package/dist/nodes/WeCom/resources/wedoc/getDocData.js +8 -0
  254. package/dist/nodes/WeCom/resources/wedoc/getDocData.js.map +1 -0
  255. package/dist/nodes/WeCom/resources/wedoc/getDocInfo.d.ts +2 -0
  256. package/dist/nodes/WeCom/resources/wedoc/getDocInfo.js +22 -0
  257. package/dist/nodes/WeCom/resources/wedoc/getDocInfo.js.map +1 -0
  258. package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.d.ts +2 -0
  259. package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.js +13 -0
  260. package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.js.map +1 -0
  261. package/dist/nodes/WeCom/resources/wedoc/getFormInfo.d.ts +2 -0
  262. package/dist/nodes/WeCom/resources/wedoc/getFormInfo.js +8 -0
  263. package/dist/nodes/WeCom/resources/wedoc/getFormInfo.js.map +1 -0
  264. package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.d.ts +2 -0
  265. package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.js +8 -0
  266. package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.js.map +1 -0
  267. package/dist/nodes/WeCom/resources/wedoc/getSheetData.d.ts +2 -0
  268. package/dist/nodes/WeCom/resources/wedoc/getSheetData.js +9 -0
  269. package/dist/nodes/WeCom/resources/wedoc/getSheetData.js.map +1 -0
  270. package/dist/nodes/WeCom/resources/wedoc/getSheetRange.d.ts +2 -0
  271. package/dist/nodes/WeCom/resources/wedoc/getSheetRange.js +8 -0
  272. package/dist/nodes/WeCom/resources/wedoc/getSheetRange.js.map +1 -0
  273. package/dist/nodes/WeCom/resources/wedoc/index.d.ts +2 -0
  274. package/dist/nodes/WeCom/resources/wedoc/index.js +336 -0
  275. package/dist/nodes/WeCom/resources/wedoc/index.js.map +1 -0
  276. package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.d.ts +2 -0
  277. package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.js +10 -0
  278. package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.js.map +1 -0
  279. package/dist/nodes/WeCom/resources/wedoc/modDocContent.d.ts +2 -0
  280. package/dist/nodes/WeCom/resources/wedoc/modDocContent.js +34 -0
  281. package/dist/nodes/WeCom/resources/wedoc/modDocContent.js.map +1 -0
  282. package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.d.ts +2 -0
  283. package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.js +9 -0
  284. package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.js.map +1 -0
  285. package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.d.ts +2 -0
  286. package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.js +9 -0
  287. package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.js.map +1 -0
  288. package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.d.ts +2 -0
  289. package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.js +9 -0
  290. package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.js.map +1 -0
  291. package/dist/nodes/WeCom/resources/wedoc/modForm.d.ts +2 -0
  292. package/dist/nodes/WeCom/resources/wedoc/modForm.js +9 -0
  293. package/dist/nodes/WeCom/resources/wedoc/modForm.js.map +1 -0
  294. package/dist/nodes/WeCom/resources/wedoc/modSheetContent.d.ts +2 -0
  295. package/dist/nodes/WeCom/resources/wedoc/modSheetContent.js +34 -0
  296. package/dist/nodes/WeCom/resources/wedoc/modSheetContent.js.map +1 -0
  297. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.d.ts +2 -0
  298. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.js +9 -0
  299. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.js.map +1 -0
  300. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.d.ts +2 -0
  301. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.js +11 -0
  302. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.js.map +1 -0
  303. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.d.ts +2 -0
  304. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.js +8 -0
  305. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.js.map +1 -0
  306. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.d.ts +2 -0
  307. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.js +9 -0
  308. package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.js.map +1 -0
  309. package/dist/nodes/WeCom/resources/wedoc/renameDoc.d.ts +2 -0
  310. package/dist/nodes/WeCom/resources/wedoc/renameDoc.js +34 -0
  311. package/dist/nodes/WeCom/resources/wedoc/renameDoc.js.map +1 -0
  312. package/dist/nodes/WeCom/resources/wedoc/shareDoc.d.ts +2 -0
  313. package/dist/nodes/WeCom/resources/wedoc/shareDoc.js +22 -0
  314. package/dist/nodes/WeCom/resources/wedoc/shareDoc.js.map +1 -0
  315. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.d.ts +2 -0
  316. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.js +11 -0
  317. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.js.map +1 -0
  318. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.d.ts +2 -0
  319. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.js +10 -0
  320. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.js.map +1 -0
  321. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.d.ts +2 -0
  322. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.js +10 -0
  323. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.js.map +1 -0
  324. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.d.ts +2 -0
  325. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.js +11 -0
  326. package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.js.map +1 -0
  327. package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.d.ts +2 -0
  328. package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.js +10 -0
  329. package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.js.map +1 -0
  330. package/dist/package.json +1 -1
  331. package/dist/tsconfig.tsbuildinfo +1 -1
  332. package/package.json +1 -1
@@ -15,6 +15,7 @@ const sendTaskCard_1 = require("./sendTaskCard");
15
15
  const sendTemplateCard_1 = require("./sendTemplateCard");
16
16
  const updateTemplateCard_1 = require("./updateTemplateCard");
17
17
  const recallMessage_1 = require("./recallMessage");
18
+ const sendSchoolNotice_1 = require("./sendSchoolNotice");
18
19
  const showOnlyForMessage = {
19
20
  resource: ['message'],
20
21
  };
@@ -27,93 +28,8 @@ exports.messageDescription = [
27
28
  displayOptions: {
28
29
  show: showOnlyForMessage,
29
30
  },
30
- options: [
31
- {
32
- name: '发送 Markdown 消息',
33
- value: 'sendMarkdown',
34
- action: '发送 Markdown 消息',
35
- description: '发送 Markdown 格式的消息',
36
- },
37
- {
38
- name: '发送任务卡片消息',
39
- value: 'sendTaskCard',
40
- action: '发送任务卡片消息',
41
- description: '发送任务卡片类型的消息',
42
- },
43
- {
44
- name: '发送图文消息',
45
- value: 'sendNews',
46
- action: '发送图文消息',
47
- description: '发送图文消息(news类型)',
48
- },
49
- {
50
- name: '发送图文消息(Mpnews)',
51
- value: 'sendMpNews',
52
- action: 'Send mpnews message',
53
- description: '发送图文消息(mpnews类型)',
54
- },
55
- {
56
- name: '发送图片消息',
57
- value: 'sendImage',
58
- action: '发送图片消息',
59
- description: '发送图片类型的消息',
60
- },
61
- {
62
- name: '发送小程序通知消息',
63
- value: 'sendMiniprogramNotice',
64
- action: '发送小程序通知消息',
65
- description: '发送小程序通知类型的消息',
66
- },
67
- {
68
- name: '发送文件消息',
69
- value: 'sendFile',
70
- action: '发送文件消息',
71
- description: '发送文件类型的消息',
72
- },
73
- {
74
- name: '发送文本卡片消息',
75
- value: 'sendTextCard',
76
- action: '发送文本卡片消息',
77
- description: '发送文本卡片类型的消息',
78
- },
79
- {
80
- name: '发送文本消息',
81
- value: 'sendText',
82
- action: '发送文本消息',
83
- description: '发送文本类型的消息',
84
- },
85
- {
86
- name: '发送模板卡片消息',
87
- value: 'sendTemplateCard',
88
- action: '发送模板卡片消息',
89
- description: '发送模板卡片类型的消息',
90
- },
91
- {
92
- name: '发送视频消息',
93
- value: 'sendVideo',
94
- action: '发送视频消息',
95
- description: '发送视频类型的消息',
96
- },
97
- {
98
- name: '发送语音消息',
99
- value: 'sendVoice',
100
- action: '发送语音消息',
101
- description: '发送语音类型的消息',
102
- },
103
- {
104
- name: '撤回应用消息',
105
- value: 'recallMessage',
106
- action: '撤回应用消息',
107
- description: '撤回已发送的应用消息',
108
- },
109
- {
110
- name: '更新模板卡片消息',
111
- value: 'updateTemplateCard',
112
- action: '更新模板卡片消息',
113
- description: '更新已发送的模板卡片消息内容',
114
- },
115
- ],
116
- default: 'sendText',
31
+ options: [],
32
+ default: '',
117
33
  },
118
34
  ...sendText_1.sendTextDescription,
119
35
  ...sendMarkdown_1.sendMarkdownDescription,
@@ -129,5 +45,6 @@ exports.messageDescription = [
129
45
  ...sendTemplateCard_1.sendTemplateCardDescription,
130
46
  ...recallMessage_1.recallMessageDescription,
131
47
  ...updateTemplateCard_1.updateTemplateCardDescription,
48
+ ...sendSchoolNotice_1.sendSchoolNoticeDescription,
132
49
  ];
133
50
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/message/index.ts"],"names":[],"mappings":";;;AACA,yCAAiD;AACjD,iDAAyD;AACzD,2CAAmD;AACnD,yCAAiD;AACjD,2CAAmD;AACnD,2CAAmD;AACnD,iDAAyD;AACzD,yCAAiD;AACjD,6CAAqD;AACrD,mEAA2E;AAC3E,iDAAyD;AACzD,yDAAiE;AACjE,6DAAqE;AACrE,mDAA2D;AAE3D,MAAM,kBAAkB,GAAG;IAC1B,QAAQ,EAAE,CAAC,SAAS,CAAC;CACrB,CAAC;AAEW,QAAA,kBAAkB,GAAsB;IACpD;QACC,WAAW,EAAE,IAAI;QACjB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,kBAAkB;SACxB;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,cAAc;gBACrB,MAAM,EAAE,gBAAgB;gBACxB,WAAW,EAAE,mBAAmB;aAChC;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,cAAc;gBACrB,MAAM,EAAE,UAAU;gBAClB,WAAW,EAAE,aAAa;aAC1B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,gBAAgB;aAC7B;YACD;gBACC,IAAI,EAAE,gBAAgB;gBACtB,KAAK,EAAE,YAAY;gBACnB,MAAM,EAAE,qBAAqB;gBAC7B,WAAW,EAAE,kBAAkB;aAC/B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,WAAW;aACxB;YACD;gBACC,IAAI,EAAE,WAAW;gBACjB,KAAK,EAAE,uBAAuB;gBAC9B,MAAM,EAAE,WAAW;gBACnB,WAAW,EAAE,cAAc;aAC3B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,WAAW;aACxB;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,cAAc;gBACrB,MAAM,EAAE,UAAU;gBAClB,WAAW,EAAE,aAAa;aAC1B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,UAAU;gBACjB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,WAAW;aACxB;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,kBAAkB;gBACzB,MAAM,EAAE,UAAU;gBAClB,WAAW,EAAE,aAAa;aAC1B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,WAAW;aACxB;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,WAAW;aACxB;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,eAAe;gBACtB,MAAM,EAAE,QAAQ;gBAChB,WAAW,EAAE,YAAY;aACzB;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,oBAAoB;gBAC3B,MAAM,EAAE,UAAU;gBAClB,WAAW,EAAE,gBAAgB;aAC7B;SACD;QACD,OAAO,EAAE,UAAU;KACnB;IACD,GAAG,8BAAmB;IACtB,GAAG,sCAAuB;IAC1B,GAAG,gCAAoB;IACvB,GAAG,gCAAoB;IACvB,GAAG,gCAAoB;IACvB,GAAG,8BAAmB;IACtB,GAAG,sCAAuB;IAC1B,GAAG,8BAAmB;IACtB,GAAG,kCAAqB;IACxB,GAAG,wDAAgC;IACnC,GAAG,sCAAuB;IAC1B,GAAG,8CAA2B;IAC9B,GAAG,wCAAwB;IAC3B,GAAG,kDAA6B;CAChC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/message/index.ts"],"names":[],"mappings":";;;AACA,yCAAiD;AACjD,iDAAyD;AACzD,2CAAmD;AACnD,yCAAiD;AACjD,2CAAmD;AACnD,2CAAmD;AACnD,iDAAyD;AACzD,yCAAiD;AACjD,6CAAqD;AACrD,mEAA2E;AAC3E,iDAAyD;AACzD,yDAAiE;AACjE,6DAAqE;AACrE,mDAA2D;AAC3D,yDAAiE;AAEjE,MAAM,kBAAkB,GAAG;IAC1B,QAAQ,EAAE,CAAC,SAAS,CAAC;CACrB,CAAC;AAEW,QAAA,kBAAkB,GAAsB;IACpD;QACC,WAAW,EAAE,IAAI;QACjB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,kBAAkB;SACxB;QACD,OAAO,EAAE,EACP;QACF,OAAO,EAAE,EAAE;KACX;IACD,GAAG,8BAAmB;IACtB,GAAG,sCAAuB;IAC1B,GAAG,gCAAoB;IACvB,GAAG,gCAAoB;IACvB,GAAG,gCAAoB;IACvB,GAAG,8BAAmB;IACtB,GAAG,sCAAuB;IAC1B,GAAG,8BAAmB;IACtB,GAAG,kCAAqB;IACxB,GAAG,wDAAgC;IACnC,GAAG,sCAAuB;IAC1B,GAAG,8CAA2B;IAC9B,GAAG,wCAAwB;IAC3B,GAAG,kDAA6B;IAChC,GAAG,8CAA2B;CAC9B,CAAC"}
@@ -32,7 +32,7 @@ exports.sendFileDescription = [
32
32
  },
33
33
  {
34
34
  displayName: 'Media ID',
35
- name: 'media_id',
35
+ name: 'media_ID',
36
36
  type: 'string',
37
37
  default: '',
38
38
  required: true,
@@ -32,7 +32,7 @@ exports.sendImageDescription = [
32
32
  },
33
33
  {
34
34
  displayName: 'Media ID',
35
- name: 'media_id',
35
+ name: 'media_ID',
36
36
  type: 'string',
37
37
  default: '',
38
38
  required: true,
@@ -57,11 +57,11 @@ exports.sendMpNewsDescription = [
57
57
  },
58
58
  {
59
59
  displayName: '图文消息缩略图的Media_id',
60
- name: 'thumb_media_id',
60
+ name: 'thumb_media_ID',
61
61
  type: 'string',
62
62
  required: true,
63
63
  default: '',
64
- description: '图文消息缩略图的media_id,可以在上传多媒体文件接口中获得。此处thumb_media_id即上传接口返回的media_id',
64
+ description: '图文消息缩略图的media_ID,可以在上传多媒体文件接口中获得。此处thumb_media_ID即上传接口返回的media_ID',
65
65
  },
66
66
  {
67
67
  displayName: '标题',
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const sendSchoolNoticeDescription: INodeProperties[];
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.sendSchoolNoticeDescription = void 0;
4
+ const showOnlyForSchoolNotice = {
5
+ resource: ['message'],
6
+ operation: ['sendSchoolNotice'],
7
+ };
8
+ exports.sendSchoolNoticeDescription = [
9
+ {
10
+ displayName: '接收对象',
11
+ name: 'touser',
12
+ type: 'string',
13
+ displayOptions: {
14
+ show: showOnlyForSchoolNotice,
15
+ },
16
+ default: '',
17
+ description: '指定接收消息的成员,成员ID列表(多个接收者用|分隔,最多支持1000个)。特殊情况:指定为@all,则向该企业应用的全部成员发送。',
18
+ hint: '成员ID列表,用|分隔',
19
+ },
20
+ {
21
+ displayName: '接收部门',
22
+ name: 'toparty',
23
+ type: 'string',
24
+ displayOptions: {
25
+ show: showOnlyForSchoolNotice,
26
+ },
27
+ default: '',
28
+ description: '指定接收消息的部门,部门ID列表,多个接收者用|分隔,最多支持100个。当touser为@all时忽略本参数。',
29
+ hint: '部门ID列表,用|分隔',
30
+ },
31
+ {
32
+ displayName: '接收标签',
33
+ name: 'totag',
34
+ type: 'string',
35
+ displayOptions: {
36
+ show: showOnlyForSchoolNotice,
37
+ },
38
+ default: '',
39
+ description: '指定接收消息的标签,标签ID列表,多个接收者用|分隔,最多支持100个。当touser为@all时忽略本参数。',
40
+ hint: '标签ID列表,用|分隔',
41
+ },
42
+ {
43
+ displayName: '标题',
44
+ name: 'title',
45
+ type: 'string',
46
+ required: true,
47
+ displayOptions: {
48
+ show: showOnlyForSchoolNotice,
49
+ },
50
+ default: '',
51
+ description: '消息标题,最多64个字节。',
52
+ hint: '通知标题',
53
+ },
54
+ {
55
+ displayName: '消息内容',
56
+ name: 'description',
57
+ type: 'string',
58
+ required: true,
59
+ displayOptions: {
60
+ show: showOnlyForSchoolNotice,
61
+ },
62
+ default: '',
63
+ description: '消息内容,最多600个字节。',
64
+ hint: '通知内容',
65
+ },
66
+ {
67
+ displayName: '点击后跳转的链接',
68
+ name: 'url',
69
+ type: 'string',
70
+ displayOptions: {
71
+ show: showOnlyForSchoolNotice,
72
+ },
73
+ default: '',
74
+ description: '点击后跳转的链接。',
75
+ hint: '跳转链接',
76
+ },
77
+ {
78
+ displayName: '是否放大第一个Card',
79
+ name: 'emphasis_first_item',
80
+ type: 'boolean',
81
+ displayOptions: {
82
+ show: showOnlyForSchoolNotice,
83
+ },
84
+ default: false,
85
+ description: 'Whether to enlarge the first card style',
86
+ hint: '是否放大第一项',
87
+ },
88
+ {
89
+ displayName: '内容区域',
90
+ name: 'content_item',
91
+ type: 'json',
92
+ displayOptions: {
93
+ show: showOnlyForSchoolNotice,
94
+ },
95
+ default: '[]',
96
+ description: '内容区,card_action和content_item至少要有一个。',
97
+ hint: '内容项JSON数组',
98
+ },
99
+ ];
100
+ //# sourceMappingURL=sendSchoolNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sendSchoolNotice.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/message/sendSchoolNotice.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,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,oEAAoE;QACjF,IAAI,EAAE,aAAa;KACnB;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,yDAAyD;QACtE,IAAI,EAAE,aAAa;KACnB;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,yDAAyD;QACtE,IAAI,EAAE,aAAa;KACnB;IACD;QACC,WAAW,EAAE,IAAI;QACjB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,yCAAyC;QACtD,IAAI,EAAE,SAAS;KACf;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,MAAM;QACZ,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,IAAI;QACb,WAAW,EAAE,qCAAqC;QAClD,IAAI,EAAE,WAAW;KACjB;CACD,CAAC"}
@@ -30,7 +30,7 @@ exports.sendVideoDescription = [
30
30
  },
31
31
  {
32
32
  displayName: 'Media ID',
33
- name: 'media_id',
33
+ name: 'media_ID',
34
34
  type: 'string',
35
35
  default: '',
36
36
  required: true,
@@ -40,7 +40,7 @@ exports.sendVideoDescription = [
40
40
  videoSource: ['mediaId'],
41
41
  },
42
42
  },
43
- description: '视频文件的media_id,可以调用上传临时素材接口获取',
43
+ description: '视频文件的media_ID,可以调用上传临时素材接口获取',
44
44
  },
45
45
  {
46
46
  displayName: '二进制属性名',
@@ -30,7 +30,7 @@ exports.sendVoiceDescription = [
30
30
  },
31
31
  {
32
32
  displayName: 'Media ID',
33
- name: 'media_id',
33
+ name: 'media_ID',
34
34
  type: 'string',
35
35
  default: '',
36
36
  required: true,
@@ -40,7 +40,7 @@ exports.sendVoiceDescription = [
40
40
  voiceSource: ['mediaId'],
41
41
  },
42
42
  },
43
- description: '语音文件的media_id,可以调用上传临时素材接口获取',
43
+ description: '语音文件的media_ID,可以调用上传临时素材接口获取',
44
44
  },
45
45
  {
46
46
  displayName: '二进制属性名',
@@ -77,7 +77,7 @@ async function executePushMessage(operation, items) {
77
77
  body = {
78
78
  msgtype: 'file',
79
79
  file: {
80
- media_id: mediaId,
80
+ media_ID: mediaId,
81
81
  },
82
82
  };
83
83
  }
@@ -86,7 +86,7 @@ async function executePushMessage(operation, items) {
86
86
  body = {
87
87
  msgtype: 'voice',
88
88
  voice: {
89
- media_id: mediaId,
89
+ media_ID: mediaId,
90
90
  },
91
91
  };
92
92
  }
@@ -15,7 +15,7 @@ exports.sendFileDescription = [
15
15
  },
16
16
  default: '',
17
17
  required: true,
18
- description: '文件的 media_id',
18
+ description: '文件的 media_ID',
19
19
  hint: '通过上传临时素材接口获取',
20
20
  },
21
21
  ];
@@ -204,7 +204,7 @@ exports.sendTemplateCardDescription = [
204
204
  },
205
205
  {
206
206
  displayName: 'Media ID',
207
- name: 'media_id',
207
+ name: 'media_ID',
208
208
  type: 'string',
209
209
  displayOptions: {
210
210
  show: {
@@ -212,7 +212,7 @@ exports.sendTemplateCardDescription = [
212
212
  },
213
213
  },
214
214
  default: '',
215
- description: '图片的media_id',
215
+ description: '图片的media_ID',
216
216
  },
217
217
  {
218
218
  displayName: '图片描述',
@@ -15,7 +15,7 @@ exports.sendVoiceDescription = [
15
15
  },
16
16
  default: '',
17
17
  required: true,
18
- description: '语音文件的 media_id',
18
+ description: '语音文件的 media_ID',
19
19
  hint: '通过上传临时素材接口获取,格式为AMR或SILK,大小不超过2M',
20
20
  },
21
21
  ];
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const addSmartsheetFieldDescription: INodeProperties[];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.addSmartsheetFieldDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['addSmartsheetField'] };
5
+ exports.addSmartsheetFieldDescription = [
6
+ { displayName: '文档ID', name: 'docid', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '智能表格的docid。', hint: '文档ID' },
7
+ { displayName: '子表ID', name: 'sheet_id', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '子表的sheet_id。', hint: '子表ID' },
8
+ { displayName: '字段配置', name: 'properties', type: 'json', required: true, displayOptions: { show: showOnly }, default: '{}', description: '字段配置,JSON格式。', hint: '字段配置JSON' },
9
+ ];
10
+ //# sourceMappingURL=addSmartsheetField.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addSmartsheetField.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/addSmartsheetField.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,oBAAoB,CAAC,EAAE,CAAC;AAC/D,QAAA,6BAA6B,GAAsB;IAC/D,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE;IACjK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE;IACrK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,UAAU,EAAE;CAC3K,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const addSmartsheetRecordDescription: INodeProperties[];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.addSmartsheetRecordDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['addSmartsheetRecord'] };
5
+ exports.addSmartsheetRecordDescription = [
6
+ { displayName: '文档ID', name: 'docid', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '智能表格的docid。', hint: '文档ID' },
7
+ { displayName: '子表ID', name: 'sheet_id', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '子表的sheet_id。', hint: '子表ID' },
8
+ { displayName: '记录列表', name: 'records', type: 'json', required: true, displayOptions: { show: showOnly }, default: '[]', description: '记录列表,JSON数组格式。', hint: '记录列表JSON' },
9
+ ];
10
+ //# sourceMappingURL=addSmartsheetRecord.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addSmartsheetRecord.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/addSmartsheetRecord.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,qBAAqB,CAAC,EAAE,CAAC;AAChE,QAAA,8BAA8B,GAAsB;IAChE,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE;IACjK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE;IACrK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,gBAAgB,EAAE,IAAI,EAAE,UAAU,EAAE;CAC1K,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const addSmartsheetSheetDescription: INodeProperties[];
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.addSmartsheetSheetDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['addSmartsheetSheet'] };
5
+ exports.addSmartsheetSheetDescription = [
6
+ { displayName: '文档ID', name: 'docid', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '智能表格的docid。', hint: '文档ID' },
7
+ { displayName: '子表配置', name: 'properties', type: 'json', required: true, displayOptions: { show: showOnly }, default: '{}', description: '子表配置,JSON格式。包含title等。', hint: '子表配置JSON' },
8
+ ];
9
+ //# sourceMappingURL=addSmartsheetSheet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addSmartsheetSheet.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/addSmartsheetSheet.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,oBAAoB,CAAC,EAAE,CAAC;AAC/D,QAAA,6BAA6B,GAAsB;IAC/D,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE;IACjK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,uBAAuB,EAAE,IAAI,EAAE,UAAU,EAAE;CACpL,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const addSmartsheetViewDescription: INodeProperties[];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.addSmartsheetViewDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['addSmartsheetView'] };
5
+ exports.addSmartsheetViewDescription = [
6
+ { displayName: '文档ID', name: 'docid', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '智能表格的docid。', hint: '文档ID' },
7
+ { displayName: '子表ID', name: 'sheet_id', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '子表的sheet_id。', hint: '子表ID' },
8
+ { displayName: '视图配置', name: 'properties', type: 'json', required: true, displayOptions: { show: showOnly }, default: '{}', description: '视图配置,JSON格式。', hint: '视图配置JSON' },
9
+ ];
10
+ //# sourceMappingURL=addSmartsheetView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addSmartsheetView.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/addSmartsheetView.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,mBAAmB,CAAC,EAAE,CAAC;AAC9D,QAAA,4BAA4B,GAAsB;IAC9D,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE;IACjK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE;IACrK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,UAAU,EAAE;CAC3K,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const allocateAdvancedAccountDescription: INodeProperties[];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.allocateAdvancedAccountDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['allocateAdvancedAccount'] };
5
+ exports.allocateAdvancedAccountDescription = [
6
+ { displayName: 'UserID列表', name: 'userids', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '成员userid列表,多个用逗号分隔。', hint: 'UserID列表' },
7
+ ];
8
+ //# sourceMappingURL=allocateAdvancedAccount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"allocateAdvancedAccount.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/allocateAdvancedAccount.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,yBAAyB,CAAC,EAAE,CAAC;AACpE,QAAA,kCAAkC,GAAsB;IACpE,EAAE,WAAW,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,qBAAqB,EAAE,IAAI,EAAE,UAAU,EAAE;CACnL,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const createDocDescription: INodeProperties[];
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createDocDescription = void 0;
4
+ const showOnlyForCreate = {
5
+ resource: ['wedoc'],
6
+ operation: ['createDoc'],
7
+ };
8
+ exports.createDocDescription = [
9
+ {
10
+ displayName: '文档类型',
11
+ name: 'doctype',
12
+ type: 'options',
13
+ required: true,
14
+ displayOptions: {
15
+ show: showOnlyForCreate,
16
+ },
17
+ options: [
18
+ {
19
+ name: '文档',
20
+ value: 3,
21
+ },
22
+ {
23
+ name: '表格',
24
+ value: 4,
25
+ },
26
+ {
27
+ name: '智能表格',
28
+ value: 5,
29
+ },
30
+ ],
31
+ default: 3,
32
+ description: '文档类型。3:文档 4:表格 5:智能表格。',
33
+ hint: '文档类型',
34
+ },
35
+ {
36
+ displayName: '文档名称',
37
+ name: 'doc_name',
38
+ type: 'string',
39
+ required: true,
40
+ displayOptions: {
41
+ show: showOnlyForCreate,
42
+ },
43
+ default: '',
44
+ description: '文档名称,最多255个字符。',
45
+ hint: '文档名称',
46
+ },
47
+ {
48
+ displayName: '管理员UserID列表',
49
+ name: 'admin_users',
50
+ type: 'string',
51
+ displayOptions: {
52
+ show: showOnlyForCreate,
53
+ },
54
+ default: '',
55
+ description: '文档管理员userid列表,多个用逗号分隔。创建者默认为管理员。',
56
+ hint: 'UserID列表,用逗号分隔',
57
+ },
58
+ ];
59
+ //# sourceMappingURL=createDoc.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createDoc.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/createDoc.ts"],"names":[],"mappings":";;;AAEA,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,SAAS,EAAE,CAAC,WAAW,CAAC;CACxB,CAAC;AAEW,QAAA,oBAAoB,GAAsB;IACtD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,SAAS;QACf,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,IAAI;gBACV,KAAK,EAAE,CAAC;aACR;YACD;gBACC,IAAI,EAAE,IAAI;gBACV,KAAK,EAAE,CAAC;aACR;YACD;gBACC,IAAI,EAAE,MAAM;gBACZ,KAAK,EAAE,CAAC;aACR;SACD;QACD,OAAO,EAAE,CAAC;QACV,WAAW,EAAE,wBAAwB;QACrC,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,QAAQ,EAAE,IAAI;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gBAAgB;QAC7B,IAAI,EAAE,MAAM;KACZ;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;QAC/C,IAAI,EAAE,gBAAgB;KACtB;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const createFormDescription: INodeProperties[];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.createFormDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['createForm'] };
5
+ exports.createFormDescription = [
6
+ { displayName: '文档ID', name: 'docid', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '关联的文档docid。', hint: '文档ID' },
7
+ { displayName: '收集表标题', name: 'title', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '收集表标题。', hint: '标题' },
8
+ { displayName: '收集表配置', name: 'form_setting', type: 'json', displayOptions: { show: showOnly }, default: '{}', description: '收集表配置,JSON格式。', hint: '配置JSON' },
9
+ ];
10
+ //# sourceMappingURL=createForm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createForm.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/createForm.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC;AACvD,QAAA,qBAAqB,GAAsB;IACvD,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE;IACjK,EAAE,WAAW,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE;IAC3J,EAAE,WAAW,EAAE,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,eAAe,EAAE,IAAI,EAAE,QAAQ,EAAE;CAC7J,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const deallocateAdvancedAccountDescription: INodeProperties[];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.deallocateAdvancedAccountDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['deallocateAdvancedAccount'] };
5
+ exports.deallocateAdvancedAccountDescription = [
6
+ { displayName: 'UserID列表', name: 'userids', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '成员userid列表,多个用逗号分隔。', hint: 'UserID列表' },
7
+ ];
8
+ //# sourceMappingURL=deallocateAdvancedAccount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deallocateAdvancedAccount.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,2BAA2B,CAAC,EAAE,CAAC;AACtE,QAAA,oCAAoC,GAAsB;IACtE,EAAE,WAAW,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,qBAAqB,EAAE,IAAI,EAAE,UAAU,EAAE;CACnL,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const delSmartsheetFieldDescription: INodeProperties[];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.delSmartsheetFieldDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['delSmartsheetField'] };
5
+ exports.delSmartsheetFieldDescription = [
6
+ { displayName: '文档ID', name: 'docid', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '智能表格的docid。', hint: '文档ID' },
7
+ { displayName: '子表ID', name: 'sheet_id', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '子表的sheet_id。', hint: '子表ID' },
8
+ { displayName: '字段ID', name: 'field_id', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '字段的field_id。', hint: '字段ID' },
9
+ ];
10
+ //# sourceMappingURL=delSmartsheetField.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delSmartsheetField.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/delSmartsheetField.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,oBAAoB,CAAC,EAAE,CAAC;AAC/D,QAAA,6BAA6B,GAAsB;IAC/D,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE;IACjK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE;IACrK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE;CACrK,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const delSmartsheetRecordDescription: INodeProperties[];
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.delSmartsheetRecordDescription = void 0;
4
+ const showOnly = { resource: ['wedoc'], operation: ['delSmartsheetRecord'] };
5
+ exports.delSmartsheetRecordDescription = [
6
+ { displayName: '文档ID', name: 'docid', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '智能表格的docid。', hint: '文档ID' },
7
+ { displayName: '子表ID', name: 'sheet_id', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '子表的sheet_id。', hint: '子表ID' },
8
+ { displayName: '记录ID列表', name: 'record_ids', type: 'string', required: true, displayOptions: { show: showOnly }, default: '', description: '记录ID列表,多个用逗号分隔。', hint: '记录ID列表' },
9
+ ];
10
+ //# sourceMappingURL=delSmartsheetRecord.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delSmartsheetRecord.js","sourceRoot":"","sources":["../../../../../nodes/WeCom/resources/wedoc/delSmartsheetRecord.ts"],"names":[],"mappings":";;;AACA,MAAM,QAAQ,GAAG,EAAE,QAAQ,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,CAAC,qBAAqB,CAAC,EAAE,CAAC;AAChE,QAAA,8BAA8B,GAAsB;IAChE,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,aAAa,EAAE,IAAI,EAAE,MAAM,EAAE;IACjK,EAAE,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,EAAE;IACrK,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,WAAW,EAAE,iBAAiB,EAAE,IAAI,EAAE,QAAQ,EAAE;CAC9K,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const delSmartsheetSheetDescription: INodeProperties[];