n8n-nodes-base 1.42.0 → 1.43.0
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/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/CodaApi.credentials.d.ts +2 -1
- package/dist/credentials/CodaApi.credentials.js +8 -0
- package/dist/credentials/CodaApi.credentials.js.map +1 -1
- package/dist/credentials/TelegramApi.credentials.js +8 -1
- package/dist/credentials/TelegramApi.credentials.js.map +1 -1
- package/dist/known/credentials.json +2 -1
- package/dist/known/nodes.json +4 -0
- package/dist/methods/defined.json +3 -0
- package/dist/methods/referenced.json +3 -0
- package/dist/nodes/Airtable/Airtable.node.js +2 -1
- package/dist/nodes/Airtable/Airtable.node.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/base/getMany.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/record/get.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/record/search.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/record/search.operation.js +62 -48
- package/dist/nodes/Airtable/v2/actions/record/search.operation.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/update.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/record/upsert.operation.d.ts +1 -1
- package/dist/nodes/Airtable/v2/actions/versionDescription.js +1 -1
- package/dist/nodes/Airtable/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Coda/Coda.node.js +133 -92
- package/dist/nodes/Coda/Coda.node.js.map +1 -1
- package/dist/nodes/Coda/TableDescription.js +2 -1
- package/dist/nodes/Coda/TableDescription.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/channel/create.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/channel/deleteChannel.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/channel/get.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/channel/getAll.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/channel/update.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/member/getAll.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/member/roleAdd.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/member/roleRemove.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/message/deleteMessage.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/message/get.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/message/getAll.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/message/react.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/message/send.operation.d.ts +1 -1
- package/dist/nodes/Discord/v2/actions/webhook/sendLegacy.operation.d.ts +1 -1
- package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js +5 -3
- package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js.map +1 -1
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js +5 -3
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js.map +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.d.ts +1 -1
- package/dist/nodes/FileMaker/FileMaker.node.js +16 -8
- package/dist/nodes/FileMaker/FileMaker.node.js.map +1 -1
- package/dist/nodes/Files/ConvertToFile/actions/spreadsheet.operation.d.ts +1 -1
- package/dist/nodes/Files/ConvertToFile/actions/toBinary.operation.d.ts +1 -1
- package/dist/nodes/Files/ConvertToFile/actions/toJson.operation.d.ts +1 -1
- package/dist/nodes/Files/ConvertToFile/actions/toText.operation.d.ts +1 -1
- package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.d.ts +1 -1
- package/dist/nodes/Files/ExtractFromFile/actions/pdf.operation.d.ts +1 -1
- package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.js +1 -1
- package/dist/nodes/Files/ExtractFromFile/actions/spreadsheet.operation.js.map +1 -1
- package/dist/nodes/Files/ReadWriteFile/actions/read.operation.d.ts +1 -1
- package/dist/nodes/Files/ReadWriteFile/actions/write.operation.d.ts +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.d.ts +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +1 -1
- package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js +75 -38
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js.map +1 -1
- package/dist/nodes/Google/Gmail/GmailTrigger.node.js +39 -15
- package/dist/nodes/Google/Gmail/GmailTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js +4 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +4 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +4 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/delete.operation.js.map +1 -1
- package/dist/nodes/Html/Html.node.js +1 -1
- package/dist/nodes/Html/Html.node.js.map +1 -1
- package/dist/nodes/Hubspot/HubspotTrigger.node.js +3 -0
- package/dist/nodes/Hubspot/HubspotTrigger.node.js.map +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +1 -1
- package/dist/nodes/Linear/Queries.js +4 -0
- package/dist/nodes/Linear/Queries.js.map +1 -1
- package/dist/nodes/Mattermost/v1/methods/loadOptions.js +4 -4
- package/dist/nodes/Mattermost/v1/methods/loadOptions.js.map +1 -1
- package/dist/nodes/Merge/v2/MergeV2.node.js +6 -6
- package/dist/nodes/Merge/v2/MergeV2.node.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js +6 -7
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/delete.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/delete.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/delete.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/send.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/delete.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/delete.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/delete.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/move.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/reply.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/send.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/add.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/download.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +41 -13
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/deleteChannel.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/update.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/task/create.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/task/deleteTask.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/task/get.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/task/getAll.operation.d.ts +1 -1
- package/dist/nodes/Microsoft/Teams/v2/actions/task/update.operation.d.ts +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.d.ts +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.js +3 -2
- package/dist/nodes/MongoDb/GenericFunctions.js.map +1 -1
- package/dist/nodes/MongoDb/MongoDb.node.js +98 -75
- package/dist/nodes/MongoDb/MongoDb.node.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts +1 -1
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts +1 -1
- package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts +1 -1
- package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts +1 -1
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js +10 -1
- package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/RssFeedRead/RssFeedRead.node.js +62 -37
- package/dist/nodes/RssFeedRead/RssFeedRead.node.js.map +1 -1
- package/dist/nodes/RssFeedRead/RssFeedReadTrigger.node.js +2 -1
- package/dist/nodes/RssFeedRead/RssFeedReadTrigger.node.js.map +1 -1
- package/dist/nodes/Set/v2/helpers/utils.d.ts +1 -1
- package/dist/nodes/Set/v2/helpers/utils.js +3 -2
- package/dist/nodes/Set/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Set/v2/manual.mode.d.ts +2 -2
- package/dist/nodes/Set/v2/raw.mode.d.ts +1 -1
- package/dist/nodes/Slack/SlackTrigger.node.d.ts +20 -0
- package/dist/nodes/Slack/SlackTrigger.node.js +353 -0
- package/dist/nodes/Slack/SlackTrigger.node.js.map +1 -0
- package/dist/nodes/Slack/SlackTriggerHelpers.d.ts +4 -0
- package/dist/nodes/Slack/SlackTriggerHelpers.js +51 -0
- package/dist/nodes/Slack/SlackTriggerHelpers.js.map +1 -0
- package/dist/nodes/Slack/SlackTriggger.node.json +18 -0
- package/dist/nodes/Slack/V2/GenericFunctions.d.ts +2 -2
- package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
- package/dist/nodes/SpreadsheetFile/description.js +20 -0
- package/dist/nodes/SpreadsheetFile/description.js.map +1 -1
- package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.js +1 -0
- package/dist/nodes/SpreadsheetFile/v2/fromFile.operation.js.map +1 -1
- package/dist/nodes/Strava/ActivityDescription.js +138 -0
- package/dist/nodes/Strava/ActivityDescription.js.map +1 -1
- package/dist/nodes/Strava/Strava.node.js +10 -3
- package/dist/nodes/Strava/Strava.node.js.map +1 -1
- package/dist/nodes/Telegram/GenericFunctions.js +1 -1
- package/dist/nodes/Telegram/GenericFunctions.js.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.js +1 -1
- package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
- package/dist/nodes/Telegram/TelegramTrigger.node.js +1 -1
- package/dist/nodes/Telegram/TelegramTrigger.node.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/create.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/deleteAlert.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/executeResponder.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/get.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/merge.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/promote.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/search.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/status.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/update.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/addAttachment.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/create.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/deleteAttachment.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/deleteCase.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/executeResponder.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/get.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/getAttachment.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/getTimeline.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/search.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/case/update.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/comment/add.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/comment/deleteComment.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/comment/search.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/comment/update.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/log/addAttachment.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/log/create.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/log/deleteAttachment.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/log/deleteLog.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/log/executeResponder.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/log/get.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/log/search.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/create.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/deleteObservable.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/executeResponder.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/get.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/search.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/observable/update.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/page/create.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/page/deletePage.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/page/search.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/page/update.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/query/executeQuery.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/task/create.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/task/deleteTask.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/task/executeResponder.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/task/get.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/task/search.operation.d.ts +1 -1
- package/dist/nodes/TheHiveProject/actions/task/update.operation.d.ts +1 -1
- package/dist/nodes/Transform/SplitOut/SplitOut.node.d.ts +1 -1
- package/dist/nodes/Transform/SplitOut/SplitOut.node.js +23 -0
- package/dist/nodes/Transform/SplitOut/SplitOut.node.js.map +1 -1
- package/dist/types/credentials.json +2 -2
- package/dist/types/nodes.json +15 -14
- package/dist/utils/utilities.d.ts +1 -1
- package/package.json +5 -4
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number): Promise<INodeExecutionData[]>;
|
|
@@ -19,7 +19,7 @@ export declare const description: {
|
|
|
19
19
|
modes?: import("n8n-workflow").INodePropertyMode[] | undefined;
|
|
20
20
|
requiresDataPath?: "single" | "multiple" | undefined;
|
|
21
21
|
doNotInherit?: boolean | undefined;
|
|
22
|
-
validateType?: import("n8n-workflow").
|
|
22
|
+
validateType?: keyof import("n8n-workflow").FieldTypeMap | undefined;
|
|
23
23
|
ignoreValidationDuringExecution?: boolean | undefined;
|
|
24
24
|
}[];
|
|
25
25
|
export declare function execute(this: IExecuteFunctions, i: number, item: INodeExecutionData): Promise<INodeExecutionData[]>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
2
2
|
export declare class SplitOut implements INodeType {
|
|
3
3
|
description: INodeTypeDescription;
|
|
4
4
|
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
@@ -106,6 +106,7 @@ class SplitOut {
|
|
|
106
106
|
async execute() {
|
|
107
107
|
const returnData = [];
|
|
108
108
|
const items = this.getInputData();
|
|
109
|
+
const notFoundedFields = {};
|
|
109
110
|
for (let i = 0; i < items.length; i++) {
|
|
110
111
|
const fieldsToSplitOut = this.getNodeParameter('fieldToSplitOut', i)
|
|
111
112
|
.split(',')
|
|
@@ -140,6 +141,15 @@ class SplitOut {
|
|
|
140
141
|
}
|
|
141
142
|
if (entityToSplit === undefined) {
|
|
142
143
|
entityToSplit = [];
|
|
144
|
+
if (!notFoundedFields[fieldToSplitOut]) {
|
|
145
|
+
notFoundedFields[fieldToSplitOut] = [];
|
|
146
|
+
}
|
|
147
|
+
notFoundedFields[fieldToSplitOut].push(false);
|
|
148
|
+
}
|
|
149
|
+
else {
|
|
150
|
+
if (notFoundedFields[fieldToSplitOut]) {
|
|
151
|
+
notFoundedFields[fieldToSplitOut].push(true);
|
|
152
|
+
}
|
|
143
153
|
}
|
|
144
154
|
if (typeof entityToSplit !== 'object' || entityToSplit === null) {
|
|
145
155
|
entityToSplit = [entityToSplit];
|
|
@@ -216,6 +226,19 @@ class SplitOut {
|
|
|
216
226
|
returnData.push(newItem);
|
|
217
227
|
}
|
|
218
228
|
}
|
|
229
|
+
if (Object.keys(notFoundedFields).length) {
|
|
230
|
+
const hints = [];
|
|
231
|
+
for (const [field, values] of Object.entries(notFoundedFields)) {
|
|
232
|
+
if (values.every((value) => !value)) {
|
|
233
|
+
hints.push({
|
|
234
|
+
message: `The field '${field}' wasn't found in any input item`,
|
|
235
|
+
location: 'outputPane',
|
|
236
|
+
});
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
if (hints.length)
|
|
240
|
+
return new n8n_workflow_1.NodeExecutionOutput([returnData], hints);
|
|
241
|
+
}
|
|
219
242
|
return [returnData];
|
|
220
243
|
}
|
|
221
244
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SplitOut.node.js","sourceRoot":"","sources":["../../../../nodes/Transform/SplitOut/SplitOut.node.ts"],"names":[],"mappings":";;;;;;AAAA,qDAA6B;AAC7B,yDAAiC;AACjC,+
|
|
1
|
+
{"version":3,"file":"SplitOut.node.js","sourceRoot":"","sources":["../../../../nodes/Transform/SplitOut/SplitOut.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
{"name":"clickUpOAuth2Api","extends":["oAuth2Api"],"displayName":"ClickUp OAuth2 API","documentationUrl":"clickUp","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://app.clickup.com/api","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://api.clickup.com/api/v2/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}]},
|
|
46
46
|
{"name":"clockifyApi","displayName":"Clockify API","documentationUrl":"clockify","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"X-Api-Key":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.clockify.me/api/v1","url":"/workspaces"}}},
|
|
47
47
|
{"name":"cockpitApi","displayName":"Cockpit API","documentationUrl":"cockpit","properties":[{"displayName":"Cockpit URL","name":"url","type":"string","default":"","placeholder":"https://example.com"},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}]},
|
|
48
|
-
{"name":"codaApi","displayName":"Coda API","documentationUrl":"coda","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}]},
|
|
48
|
+
{"name":"codaApi","displayName":"Coda API","documentationUrl":"coda","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"test":{"request":{"baseURL":"https://coda.io/apis/v1/whoami","headers":{"Authorization":"=Bearer {{$credentials.accessToken}}"}}}},
|
|
49
49
|
{"name":"contentfulApi","displayName":"Contentful API","documentationUrl":"contentful","properties":[{"displayName":"Space ID","name":"spaceId","type":"string","default":"","required":true,"description":"The ID for the Contentful space"},{"displayName":"Content Delivery API Access Token","name":"ContentDeliveryaccessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Access token that has access to the space. Can be left empty if only Delivery API should be used."},{"displayName":"Content Preview API Access Token","name":"ContentPreviewaccessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Access token that has access to the space. Can be left empty if only Preview API should be used."}]},
|
|
50
50
|
{"name":"convertKitApi","displayName":"ConvertKit API","documentationUrl":"convertKit","properties":[{"displayName":"API Secret","name":"apiSecret","type":"string","default":"","typeOptions":{"password":true}}]},
|
|
51
51
|
{"name":"copperApi","displayName":"Copper API","documentationUrl":"copper","properties":[{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Email","name":"email","required":true,"type":"string","placeholder":"name@email.com","default":""}]},
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
{"name":"syncroMspApi","displayName":"SyncroMSP API","documentationUrl":"syncromsp","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Subdomain","name":"subdomain","type":"string","default":""}]},
|
|
304
304
|
{"name":"taigaApi","displayName":"Taiga API","documentationUrl":"taiga","properties":[{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Environment","name":"environment","type":"options","default":"cloud","options":[{"name":"Cloud","value":"cloud"},{"name":"Self-Hosted","value":"selfHosted"}]},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://taiga.yourdomain.com","displayOptions":{"show":{"environment":["selfHosted"]}}}]},
|
|
305
305
|
{"name":"tapfiliateApi","displayName":"Tapfiliate API","documentationUrl":"tapfiliate","properties":[{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""}]},
|
|
306
|
-
{"name":"telegramApi","displayName":"Telegram API","documentationUrl":"telegram","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Chat with the <a href=\"https://telegram.me/botfather\">bot father</a> to obtain the access token"}],"test":{"request":{"baseURL":"=
|
|
306
|
+
{"name":"telegramApi","displayName":"Telegram API","documentationUrl":"telegram","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":"","description":"Chat with the <a href=\"https://telegram.me/botfather\">bot father</a> to obtain the access token"},{"displayName":"Base URL","name":"baseUrl","type":"string","default":"https://api.telegram.org","description":"Base URL for Telegram Bot API"}],"test":{"request":{"baseURL":"={{$credentials.baseUrl}}/bot{{$credentials.accessToken}}","url":"/getMe"}}},
|
|
307
307
|
{"name":"theHiveProjectApi","displayName":"The Hive 5 API","documentationUrl":"theHive","properties":[{"displayName":"API Key","name":"ApiKey","type":"string","default":"","typeOptions":{"password":true}},{"displayName":"URL","name":"url","default":"","type":"string","description":"The URL of TheHive instance","placeholder":"https://localhost:9000"},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials?.ApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/api/case"}}},
|
|
308
308
|
{"name":"theHiveApi","displayName":"The Hive API","documentationUrl":"theHive","properties":[{"displayName":"API Key","name":"ApiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"URL","name":"url","default":"","type":"string","description":"The URL of TheHive instance","placeholder":"https://localhost:9000"},{"displayName":"API Version","name":"apiVersion","default":"","type":"options","description":"The version of api to be used","options":[{"name":"TheHive 4+ (api v1)","value":"v1","description":"API version with TheHive 4 support, also works with TheHive 5 but not all features are supported"},{"name":"TheHive 3 (api v0)","value":"","description":"API version with TheHive 3 support"}]},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials?.ApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/api/case"}}},
|
|
309
309
|
{"name":"timescaleDb","displayName":"TimescaleDB","documentationUrl":"timescaleDb","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"postgres"},{"displayName":"User","name":"user","type":"string","default":"postgres"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"SSL","name":"ssl","type":"options","displayOptions":{"show":{"allowUnauthorizedCerts":[false]}},"options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"},{"name":"Verify (Not Implemented)","value":"verify"},{"name":"Verify-Full (Not Implemented)","value":"verify-full"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432}]},
|