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.
- package/README.md +148 -82
- package/dist/nodes/WeCom/WeCom.node.js +43 -8
- package/dist/nodes/WeCom/WeCom.node.js.map +1 -1
- package/dist/nodes/WeCom/resources/appChat/createAppChat.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/createAppChat.js +55 -0
- package/dist/nodes/WeCom/resources/appChat/createAppChat.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/execute.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/execute.js +180 -0
- package/dist/nodes/WeCom/resources/appChat/execute.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/getAppChat.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/getAppChat.js +22 -0
- package/dist/nodes/WeCom/resources/appChat/getAppChat.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/index.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/index.js +85 -0
- package/dist/nodes/WeCom/resources/appChat/index.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/sendFile.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/sendFile.js +84 -0
- package/dist/nodes/WeCom/resources/appChat/sendFile.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/sendImage.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/sendImage.js +84 -0
- package/dist/nodes/WeCom/resources/appChat/sendImage.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/sendMarkdown.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/sendMarkdown.js +37 -0
- package/dist/nodes/WeCom/resources/appChat/sendMarkdown.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/sendNews.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/sendNews.js +79 -0
- package/dist/nodes/WeCom/resources/appChat/sendNews.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/sendText.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/sendText.js +48 -0
- package/dist/nodes/WeCom/resources/appChat/sendText.js.map +1 -0
- package/dist/nodes/WeCom/resources/appChat/updateAppChat.d.ts +2 -0
- package/dist/nodes/WeCom/resources/appChat/updateAppChat.js +111 -0
- package/dist/nodes/WeCom/resources/appChat/updateAppChat.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/addTagUsers.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/addTagUsers.js +44 -0
- package/dist/nodes/WeCom/resources/contact/addTagUsers.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/batchDeleteUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/batchDeleteUser.js +22 -0
- package/dist/nodes/WeCom/resources/contact/batchDeleteUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.js +33 -0
- package/dist/nodes/WeCom/resources/contact/batchReplaceDepartment.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/batchReplaceUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/batchReplaceUser.js +33 -0
- package/dist/nodes/WeCom/resources/contact/batchReplaceUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/batchSyncUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/batchSyncUser.js +33 -0
- package/dist/nodes/WeCom/resources/contact/batchSyncUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.js +22 -0
- package/dist/nodes/WeCom/resources/contact/convertTmpExternalUserId.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/createDepartment.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/createDepartment.js +67 -0
- package/dist/nodes/WeCom/resources/contact/createDepartment.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/createTag.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/createTag.js +33 -0
- package/dist/nodes/WeCom/resources/contact/createTag.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/createUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/createUser.js +203 -0
- package/dist/nodes/WeCom/resources/contact/createUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/delTagUsers.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/delTagUsers.js +44 -0
- package/dist/nodes/WeCom/resources/contact/delTagUsers.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/deleteDepartment.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/deleteDepartment.js +22 -0
- package/dist/nodes/WeCom/resources/contact/deleteDepartment.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/deleteTag.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/deleteTag.js +22 -0
- package/dist/nodes/WeCom/resources/contact/deleteTag.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/deleteUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/deleteUser.js +22 -0
- package/dist/nodes/WeCom/resources/contact/deleteUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/execute.js +305 -0
- package/dist/nodes/WeCom/resources/contact/execute.js.map +1 -1
- package/dist/nodes/WeCom/resources/contact/exportDepartment.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/exportDepartment.js +32 -0
- package/dist/nodes/WeCom/resources/contact/exportDepartment.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/exportSimpleUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/exportSimpleUser.js +32 -0
- package/dist/nodes/WeCom/resources/contact/exportSimpleUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/exportTagUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/exportTagUser.js +44 -0
- package/dist/nodes/WeCom/resources/contact/exportTagUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/exportUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/exportUser.js +32 -0
- package/dist/nodes/WeCom/resources/contact/exportUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/getAsyncResult.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/getAsyncResult.js +22 -0
- package/dist/nodes/WeCom/resources/contact/getAsyncResult.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.js +22 -0
- package/dist/nodes/WeCom/resources/contact/getDepartmentDetail.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/getExportResult.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/getExportResult.js +22 -0
- package/dist/nodes/WeCom/resources/contact/getExportResult.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/getJoinQrCode.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/getJoinQrCode.js +39 -0
- package/dist/nodes/WeCom/resources/contact/getJoinQrCode.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.js +21 -0
- package/dist/nodes/WeCom/resources/contact/getSubDepartmentIds.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.js +44 -0
- package/dist/nodes/WeCom/resources/contact/getUserIdByEmail.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.js +22 -0
- package/dist/nodes/WeCom/resources/contact/getUserIdByMobile.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/index.js +217 -3
- package/dist/nodes/WeCom/resources/contact/index.js.map +1 -1
- package/dist/nodes/WeCom/resources/contact/inviteUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/inviteUser.js +43 -0
- package/dist/nodes/WeCom/resources/contact/inviteUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/updateDepartment.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/updateDepartment.js +66 -0
- package/dist/nodes/WeCom/resources/contact/updateDepartment.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/updateTag.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/updateTag.js +34 -0
- package/dist/nodes/WeCom/resources/contact/updateTag.js.map +1 -0
- package/dist/nodes/WeCom/resources/contact/updateUser.d.ts +2 -0
- package/dist/nodes/WeCom/resources/contact/updateUser.js +190 -0
- package/dist/nodes/WeCom/resources/contact/updateUser.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.js +46 -0
- package/dist/nodes/WeCom/resources/linkedcorp/addChainRule.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.js +34 -0
- package/dist/nodes/WeCom/resources/linkedcorp/batchImportChainContact.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.js +34 -0
- package/dist/nodes/WeCom/resources/linkedcorp/deleteChainRule.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/execute.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/execute.js +185 -0
- package/dist/nodes/WeCom/resources/linkedcorp/execute.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.js +32 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getAppShareInfo.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.js +22 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainAsyncResult.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.js +21 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainInfo.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.js +34 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleDetail.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.js +22 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getChainRuleList.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.js +34 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getCustomUserId.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.js +55 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCorpToken.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.js +55 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getLinkedCustomer.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.js +67 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getMiniProgramSession.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.js +22 -0
- package/dist/nodes/WeCom/resources/linkedcorp/getSubCorpChainList.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/index.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/index.js +50 -0
- package/dist/nodes/WeCom/resources/linkedcorp/index.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.js +34 -0
- package/dist/nodes/WeCom/resources/linkedcorp/removeChainCorp.js.map +1 -0
- package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.d.ts +2 -0
- package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.js +56 -0
- package/dist/nodes/WeCom/resources/linkedcorp/updateChainRule.js.map +1 -0
- package/dist/nodes/WeCom/resources/material/execute.js +70 -6
- package/dist/nodes/WeCom/resources/material/execute.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/getHighQualityVoice.d.ts +2 -0
- package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js +22 -0
- package/dist/nodes/WeCom/resources/material/getHighQualityVoice.js.map +1 -0
- package/dist/nodes/WeCom/resources/material/getPermanent.js +2 -2
- package/dist/nodes/WeCom/resources/material/getTemp.js +2 -2
- package/dist/nodes/WeCom/resources/material/index.js +8 -26
- package/dist/nodes/WeCom/resources/material/index.js.map +1 -1
- package/dist/nodes/WeCom/resources/material/uploadImage.d.ts +2 -0
- package/dist/nodes/WeCom/resources/material/uploadImage.js +33 -0
- package/dist/nodes/WeCom/resources/material/uploadImage.js.map +1 -0
- package/dist/nodes/WeCom/resources/material/uploadTempAsync.d.ts +2 -0
- package/dist/nodes/WeCom/resources/material/uploadTempAsync.js +74 -0
- package/dist/nodes/WeCom/resources/material/uploadTempAsync.js.map +1 -0
- package/dist/nodes/WeCom/resources/message/execute.js +47 -8
- package/dist/nodes/WeCom/resources/message/execute.js.map +1 -1
- package/dist/nodes/WeCom/resources/message/index.js +4 -87
- package/dist/nodes/WeCom/resources/message/index.js.map +1 -1
- package/dist/nodes/WeCom/resources/message/sendFile.js +1 -1
- package/dist/nodes/WeCom/resources/message/sendImage.js +1 -1
- package/dist/nodes/WeCom/resources/message/sendMpNews.js +2 -2
- package/dist/nodes/WeCom/resources/message/sendSchoolNotice.d.ts +2 -0
- package/dist/nodes/WeCom/resources/message/sendSchoolNotice.js +100 -0
- package/dist/nodes/WeCom/resources/message/sendSchoolNotice.js.map +1 -0
- package/dist/nodes/WeCom/resources/message/sendVideo.js +2 -2
- package/dist/nodes/WeCom/resources/message/sendVoice.js +2 -2
- package/dist/nodes/WeCom/resources/pushMessage/execute.js +2 -2
- package/dist/nodes/WeCom/resources/pushMessage/sendFile.js +1 -1
- package/dist/nodes/WeCom/resources/pushMessage/sendTemplateCard.js +2 -2
- package/dist/nodes/WeCom/resources/pushMessage/sendVoice.js +1 -1
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetField.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetRecord.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetSheet.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/addSmartsheetView.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/allocateAdvancedAccount.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/createDoc.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/createDoc.js +59 -0
- package/dist/nodes/WeCom/resources/wedoc/createDoc.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/createForm.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/createForm.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/createForm.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/deallocateAdvancedAccount.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetField.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetRecord.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetSheet.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/delSmartsheetView.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/deleteDoc.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/deleteDoc.js +22 -0
- package/dist/nodes/WeCom/resources/wedoc/deleteDoc.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/execute.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/execute.js +385 -0
- package/dist/nodes/WeCom/resources/wedoc/execute.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.js +12 -0
- package/dist/nodes/WeCom/resources/wedoc/getAdvancedAccountList.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocAuth.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocAuth.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocAuth.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocData.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocData.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocData.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocInfo.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocInfo.js +22 -0
- package/dist/nodes/WeCom/resources/wedoc/getDocInfo.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.js +13 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormAnswer.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormInfo.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormInfo.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormInfo.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/getFormStatistic.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getSheetData.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getSheetData.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/getSheetData.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/getSheetRange.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/getSheetRange.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/getSheetRange.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/index.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/index.js +336 -0
- package/dist/nodes/WeCom/resources/wedoc/index.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/manageSmartsheetAuth.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocContent.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocContent.js +34 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocContent.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocMemberRule.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocSafeRule.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/modDocShareScope.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/modForm.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/modForm.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/modForm.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/modSheetContent.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/modSheetContent.js +34 -0
- package/dist/nodes/WeCom/resources/wedoc/modSheetContent.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetField.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.js +11 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetRecord.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.js +8 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetSheet.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.js +9 -0
- package/dist/nodes/WeCom/resources/wedoc/querySmartsheetView.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/renameDoc.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/renameDoc.js +34 -0
- package/dist/nodes/WeCom/resources/wedoc/renameDoc.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/shareDoc.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/shareDoc.js +22 -0
- package/dist/nodes/WeCom/resources/wedoc/shareDoc.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.js +11 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetField.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetRecord.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetSheet.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.js +11 -0
- package/dist/nodes/WeCom/resources/wedoc/updateSmartsheetView.js.map +1 -0
- package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.d.ts +2 -0
- package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.js +10 -0
- package/dist/nodes/WeCom/resources/wedoc/uploadDocImage.js.map +1 -0
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- 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;
|
|
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"}
|
|
@@ -57,11 +57,11 @@ exports.sendMpNewsDescription = [
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
displayName: '图文消息缩略图的Media_id',
|
|
60
|
-
name: '
|
|
60
|
+
name: 'thumb_media_ID',
|
|
61
61
|
type: 'string',
|
|
62
62
|
required: true,
|
|
63
63
|
default: '',
|
|
64
|
-
description: '图文消息缩略图的
|
|
64
|
+
description: '图文消息缩略图的media_ID,可以在上传多媒体文件接口中获得。此处thumb_media_ID即上传接口返回的media_ID',
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
displayName: '标题',
|
|
@@ -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: '
|
|
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: '视频文件的
|
|
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: '
|
|
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: '语音文件的
|
|
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
|
-
|
|
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
|
-
|
|
89
|
+
media_ID: mediaId,
|
|
90
90
|
},
|
|
91
91
|
};
|
|
92
92
|
}
|
|
@@ -204,7 +204,7 @@ exports.sendTemplateCardDescription = [
|
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
displayName: 'Media ID',
|
|
207
|
-
name: '
|
|
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: '图片的
|
|
215
|
+
description: '图片的media_ID',
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
displayName: '图片描述',
|
|
@@ -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,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,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,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,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,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,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,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,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,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"}
|