n8n-nodes-base 1.7.0 → 1.8.1
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/credentials/LinearOAuth2Api.credentials.d.ts +8 -0
- package/dist/credentials/LinearOAuth2Api.credentials.js +73 -0
- package/dist/credentials/LinearOAuth2Api.credentials.js.map +1 -0
- package/dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js +15 -1
- package/dist/credentials/MicrosoftOutlookOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/Sms77Api.credentials.js +16 -3
- package/dist/credentials/Sms77Api.credentials.js.map +1 -1
- package/dist/credentials/TwitterOAuth1Api.credentials.js +2 -2
- package/dist/credentials/TwitterOAuth1Api.credentials.js.map +1 -1
- package/dist/credentials/TwitterOAuth2Api.credentials.js +2 -2
- package/dist/credentials/TwitterOAuth2Api.credentials.js.map +1 -1
- package/dist/known/credentials.json +12 -0
- package/dist/methods/defined.json +4 -1
- package/dist/methods/referenced.json +4 -1
- package/dist/nodes/Airtable/v2/actions/base/getMany.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/actions/record/get.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/actions/record/search.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/actions/record/update.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/actions/record/upsert.operation.d.ts +2 -0
- package/dist/nodes/Airtable/v2/methods/resourceMapping.js +2 -2
- package/dist/nodes/Airtable/v2/methods/resourceMapping.js.map +1 -1
- package/dist/nodes/Code/descriptions/JavascriptCodeDescription.js +1 -0
- package/dist/nodes/Code/descriptions/JavascriptCodeDescription.js.map +1 -1
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js +1 -0
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js.map +1 -1
- package/dist/nodes/CrateDb/CrateDb.node.js +1 -0
- package/dist/nodes/CrateDb/CrateDb.node.js.map +1 -1
- package/dist/nodes/E2eTest/E2eTest.node.js +7 -0
- package/dist/nodes/E2eTest/E2eTest.node.js.map +1 -1
- package/dist/nodes/E2eTest/mock.js +9 -0
- package/dist/nodes/E2eTest/mock.js.map +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.d.ts +2 -0
- package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.d.ts +2 -0
- package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js +2 -0
- package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +2 -0
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +25 -25
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/SpreadSheet.resource.js +2 -2
- package/dist/nodes/Google/Sheet/v2/actions/spreadsheet/SpreadSheet.resource.js.map +1 -1
- package/dist/nodes/Html/Html.node.js +10 -1
- package/dist/nodes/Html/Html.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +2 -0
- package/dist/nodes/Linear/GenericFunctions.js +2 -1
- package/dist/nodes/Linear/GenericFunctions.js.map +1 -1
- package/dist/nodes/Linear/Linear.node.js +30 -0
- package/dist/nodes/Linear/Linear.node.js.map +1 -1
- package/dist/nodes/Linear/LinearTrigger.node.js +30 -0
- package/dist/nodes/Linear/LinearTrigger.node.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.d.ts +2 -0
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.d.ts +3 -9
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js +9 -774
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/test/v2/node/calendar/create.workflow.json +92 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/calendar/delete.workflow.json +74 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/calendar/get.workflow.json +93 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/calendar/getAll.workflow.json +112 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/calendar/update.workflow.json +98 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/contact/create.workflow.json +121 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/contact/update.workflow.json +138 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/draft/create.workflow.json +154 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/draft/send.workflow.json +76 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/event/create.workflow.json +170 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/folder/create.workflow.json +85 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/folderMessage/getAll.workflow.json +84 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/message/move.workflow.json +81 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/message/reply.workflow.json +134 -0
- package/dist/nodes/Microsoft/Outlook/test/v2/node/message/send.workflow.json +73 -0
- package/dist/nodes/Microsoft/Outlook/v1/DraftDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v1/DraftMessageSharedDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v1/FolderDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v1/FolderMessageDecription.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v1/GenericFunctions.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v1/MessageAttachmentDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v1/MessageDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v1/MicrosoftOutlookV1.node.d.ts +11 -0
- package/dist/nodes/Microsoft/Outlook/v1/MicrosoftOutlookV1.node.js +811 -0
- package/dist/nodes/Microsoft/Outlook/v1/MicrosoftOutlookV1.node.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/MicrosoftOutlookV2.node.d.ts +11 -0
- package/dist/nodes/Microsoft/Outlook/v2/MicrosoftOutlookV2.node.js +20 -0
- package/dist/nodes/Microsoft/Outlook/v2/MicrosoftOutlookV2.node.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.js +105 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/delete.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/delete.operation.js +24 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/delete.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/get.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/get.operation.js +25 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/getAll.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/getAll.operation.js +61 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/index.d.ts +8 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/index.js +88 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/update.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/update.operation.js +99 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/create.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/create.operation.js +54 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/create.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/delete.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/delete.operation.js +24 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/delete.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/get.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/get.operation.js +69 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/getAll.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/getAll.operation.js +116 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/index.d.ts +8 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/index.js +88 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/update.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/update.operation.js +37 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.js +229 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/delete.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/delete.operation.js +24 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/delete.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/get.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/get.operation.js +108 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/index.d.ts +8 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/index.js +88 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/send.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/send.operation.js +44 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/send.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.js +189 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.js +270 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/delete.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/delete.operation.js +25 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/delete.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.js +71 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/getAll.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/getAll.operation.js +139 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/index.d.ts +8 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/index.js +88 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.js +257 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/create.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/create.operation.js +54 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/create.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/delete.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/delete.operation.js +25 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/delete.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/get.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/get.operation.js +52 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/getAll.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/getAll.operation.js +101 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/index.d.ts +8 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/index.js +88 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/update.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/update.operation.js +38 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/getAll.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/getAll.operation.js +253 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/index.d.ts +4 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/index.js +52 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/delete.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/delete.operation.js +24 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/delete.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/get.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/get.operation.js +146 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.js +269 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/index.d.ts +10 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/index.js +106 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/move.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/move.operation.js +33 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/move.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/reply.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/reply.operation.js +263 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/reply.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/send.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/send.operation.js +240 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/send.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/update.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/update.operation.js +197 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/update.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/add.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/add.operation.js +106 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/add.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/download.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/download.operation.js +54 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/download.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/get.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/get.operation.js +74 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/get.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/getAll.operation.d.ts +26 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/getAll.operation.js +81 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/getAll.operation.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/index.d.ts +7 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/index.js +79 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.d.ts +2 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js +106 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.type.d.ts +13 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.type.js +3 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.type.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/router.d.ts +2 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/router.js +97 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/router.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/common.descriptions.d.ts +7 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/common.descriptions.js +394 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/common.descriptions.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.d.ts +2 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.js +19 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/rlc.description.d.ts +8 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/rlc.description.js +223 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/rlc.description.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts +35 -0
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.js +266 -0
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/index.d.ts +2 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/index.js +29 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/index.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/listSearch.d.ts +8 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/listSearch.js +182 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/listSearch.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/loadOptions.d.ts +4 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/loadOptions.js +42 -0
- package/dist/nodes/Microsoft/Outlook/v2/methods/loadOptions.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/transport/index.d.ts +6 -0
- package/dist/nodes/Microsoft/Outlook/v2/transport/index.js +122 -0
- package/dist/nodes/Microsoft/Outlook/v2/transport/index.js.map +1 -0
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +2 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
- package/dist/nodes/MySql/v1/MySqlV1.node.js +1 -0
- package/dist/nodes/MySql/v1/MySqlV1.node.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts +2 -0
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts +2 -0
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +2 -1
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts +2 -0
- package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts +2 -0
- package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts +2 -0
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts +2 -0
- package/dist/nodes/Postgres/v1/PostgresV1.node.js +1 -0
- package/dist/nodes/Postgres/v1/PostgresV1.node.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +2 -0
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +2 -0
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +2 -1
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +2 -0
- package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +2 -0
- package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +2 -0
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +2 -0
- package/dist/nodes/Postgres/v2/actions/router.js +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
- package/dist/nodes/QuestDb/QuestDb.node.js +1 -0
- package/dist/nodes/QuestDb/QuestDb.node.js.map +1 -1
- package/dist/nodes/Set/Set.node.d.ts +3 -4
- package/dist/nodes/Set/Set.node.js +12 -173
- package/dist/nodes/Set/Set.node.js.map +1 -1
- package/dist/nodes/Set/Set.node.json +1 -1
- package/dist/nodes/Set/test/Set.v3.workflow.json +656 -0
- package/dist/nodes/Set/v1/SetV1.node.d.ts +6 -0
- package/dist/nodes/Set/v1/SetV1.node.js +191 -0
- package/dist/nodes/Set/v1/SetV1.node.js.map +1 -0
- package/dist/nodes/Set/v2/SetV2.node.d.ts +6 -0
- package/dist/nodes/Set/v2/SetV2.node.js +248 -0
- package/dist/nodes/Set/v2/SetV2.node.js.map +1 -0
- package/dist/nodes/Set/v2/helpers/interfaces.d.ts +23 -0
- package/dist/nodes/Set/v2/helpers/interfaces.js +10 -0
- package/dist/nodes/Set/v2/helpers/interfaces.js.map +1 -0
- package/dist/nodes/Set/v2/helpers/utils.d.ts +9 -0
- package/dist/nodes/Set/v2/helpers/utils.js +172 -0
- package/dist/nodes/Set/v2/helpers/utils.js.map +1 -0
- package/dist/nodes/Set/v2/manual.mode.d.ts +30 -0
- package/dist/nodes/Set/v2/manual.mode.js +178 -0
- package/dist/nodes/Set/v2/manual.mode.js.map +1 -0
- package/dist/nodes/Set/v2/raw.mode.d.ts +30 -0
- package/dist/nodes/Set/v2/raw.mode.js +51 -0
- package/dist/nodes/Set/v2/raw.mode.js.map +1 -0
- package/dist/nodes/Sms77/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Sms77/GenericFunctions.js +1 -1
- package/dist/nodes/Sms77/Sms77.node.js +4 -4
- package/dist/nodes/Sms77/Sms77.node.js.map +1 -1
- package/dist/nodes/Sms77/Sms77.node.json +2 -1
- package/dist/nodes/Sms77/seven.svg +1 -0
- package/dist/nodes/Snowflake/Snowflake.node.js +1 -0
- package/dist/nodes/Snowflake/Snowflake.node.js.map +1 -1
- package/dist/nodes/Spotify/Spotify.node.js +3 -3
- package/dist/nodes/Spotify/Spotify.node.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/create.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/deleteAlert.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/executeResponder.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/get.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/merge.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/promote.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/search.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/status.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/alert/update.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/addAttachment.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/create.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/deleteAttachment.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/deleteCase.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/executeResponder.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/get.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/getAttachment.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/getTimeline.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/search.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/case/update.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/comment/add.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/comment/deleteComment.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/comment/search.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/comment/update.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/log/addAttachment.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/log/create.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/log/deleteAttachment.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/log/deleteLog.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/log/executeResponder.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/log/get.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/log/search.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/observable/create.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/observable/deleteObservable.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/observable/executeResponder.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/observable/get.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/observable/search.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/observable/update.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/page/create.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/page/deletePage.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/page/search.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/page/update.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/query/executeQuery.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/task/create.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/task/deleteTask.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/task/executeResponder.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/task/get.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/task/search.operation.d.ts +2 -0
- package/dist/nodes/TheHiveProject/actions/task/update.operation.d.ts +2 -0
- package/dist/nodes/TimescaleDb/TimescaleDb.node.js +1 -0
- package/dist/nodes/TimescaleDb/TimescaleDb.node.js.map +1 -1
- package/dist/nodes/Twitter/Twitter.node.js +3 -3
- package/dist/nodes/Twitter/Twitter.node.js.map +1 -1
- package/dist/nodes/Twitter/Twitter.node.json +1 -1
- package/dist/nodes/Twitter/V2/TwitterV2.node.js +2 -2
- package/dist/nodes/Twitter/V2/TwitterV2.node.js.map +1 -1
- package/dist/nodes/Twitter/x.svg +1 -0
- package/dist/types/credentials.json +5 -4
- package/dist/types/nodes.json +30 -27
- package/dist/utils/utilities.d.ts +2 -0
- package/package.json +4 -3
- package/dist/nodes/Microsoft/Outlook/DraftDescription.js.map +0 -1
- package/dist/nodes/Microsoft/Outlook/DraftMessageSharedDescription.js.map +0 -1
- package/dist/nodes/Microsoft/Outlook/FolderDescription.js.map +0 -1
- package/dist/nodes/Microsoft/Outlook/FolderMessageDecription.js.map +0 -1
- package/dist/nodes/Microsoft/Outlook/GenericFunctions.js.map +0 -1
- package/dist/nodes/Microsoft/Outlook/MessageAttachmentDescription.js.map +0 -1
- package/dist/nodes/Microsoft/Outlook/MessageDescription.js.map +0 -1
- package/dist/nodes/Sms77/sms77.png +0 -0
- package/dist/nodes/Twitter/twitter.svg +0 -1
- /package/dist/nodes/Microsoft/Outlook/{DraftDescription.d.ts → v1/DraftDescription.d.ts} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{DraftDescription.js → v1/DraftDescription.js} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{DraftMessageSharedDescription.d.ts → v1/DraftMessageSharedDescription.d.ts} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{DraftMessageSharedDescription.js → v1/DraftMessageSharedDescription.js} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{FolderDescription.d.ts → v1/FolderDescription.d.ts} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{FolderDescription.js → v1/FolderDescription.js} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{FolderMessageDecription.d.ts → v1/FolderMessageDecription.d.ts} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{FolderMessageDecription.js → v1/FolderMessageDecription.js} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{GenericFunctions.js → v1/GenericFunctions.js} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{MessageAttachmentDescription.d.ts → v1/MessageAttachmentDescription.d.ts} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{MessageAttachmentDescription.js → v1/MessageAttachmentDescription.js} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{MessageDescription.d.ts → v1/MessageDescription.d.ts} +0 -0
- /package/dist/nodes/Microsoft/Outlook/{MessageDescription.js → v1/MessageDescription.js} +0 -0
|
@@ -0,0 +1,656 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "My workflow 22",
|
|
3
|
+
"nodes": [
|
|
4
|
+
{
|
|
5
|
+
"parameters": {},
|
|
6
|
+
"id": "fbb0f637-5a91-4227-af0a-cde04cd6059d",
|
|
7
|
+
"name": "When clicking \"Execute Workflow\"",
|
|
8
|
+
"type": "n8n-nodes-base.manualTrigger",
|
|
9
|
+
"typeVersion": 1,
|
|
10
|
+
"position": [
|
|
11
|
+
-460,
|
|
12
|
+
980
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"parameters": {
|
|
17
|
+
"jsCode": "return [\n {\n \"string\": {\n test2: \"hello\",\n test3: \" \",\n test4: \"\",\n test5: \"3\",\n test6: \"3,14\",\n test7: \"3.14\",\n test8: \"false\",\n test8: \"TRUE\",\n test9: \"false\",\n test10: \"1\",\n test11: '[\"apples\", \"oranges\"]',\n test12: '\"apples\", \"oranges\"',\n test13: '[1, 2]',\n test14: '{\"a\": 1, \"b\": { \"c\": 10, \"d\": \"test\"}}',\n test15: '{\"a\": 1}',\n test16: \"null\",\n test17: \"undefined\",\n test18: \"0\",\n },\n \"number\": {\n test1: 52472,\n test2: -1,\n test3: 0,\n test4: 1.334535,\n test5: null,\n test6: undefined,\n test7: 1,\n },\n \"boolean\": {\n // test1: 1,\n // test2: 0,\n test3: true,\n test4: false,\n },\n \"date\": {\n test1: $now,\n test2: \"2023-08-01T12:34:56Z\",\n test3: \"2016-05-25T09:24:15.123\",\n test4: \"Tue, 01 Nov 2016 13:23:12 +0630\",\n test5: \"2017-05-15 09:24:15\",\n test6: \"1542674993\",\n test7: 1542674993,\n },\n \"array\": {\n test13: [1,2,3,4],\n },\n \"object\": {\n obj: {\n objKey: 2,\n objArray: [1,2,3,4],\n objBool: true\n }\n },\n }\n];"
|
|
18
|
+
},
|
|
19
|
+
"id": "15a372ee-5243-409f-b28e-3eb3ec211e38",
|
|
20
|
+
"name": "Code1",
|
|
21
|
+
"type": "n8n-nodes-base.code",
|
|
22
|
+
"typeVersion": 1,
|
|
23
|
+
"position": [
|
|
24
|
+
-200,
|
|
25
|
+
980
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"parameters": {
|
|
30
|
+
"fields": {
|
|
31
|
+
"values": [
|
|
32
|
+
{
|
|
33
|
+
"name": "numberToString1",
|
|
34
|
+
"stringValue": "={{ $json.number.test1 }}"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "numberToString2",
|
|
38
|
+
"stringValue": "={{ $json.number.test2 }}"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "numberToString3",
|
|
42
|
+
"stringValue": "={{ $json.number.test4 }}"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "boolToString1",
|
|
46
|
+
"stringValue": "={{ $json.boolean.test3 }}"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "boolToString2",
|
|
50
|
+
"stringValue": "={{ $json.boolean.test4 }}"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "arrayToString1",
|
|
54
|
+
"stringValue": "={{ $json.array.test13 }}"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "objectToString1",
|
|
58
|
+
"stringValue": "={{ $json.object.obj }}"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
"include": "none",
|
|
63
|
+
"options": {}
|
|
64
|
+
},
|
|
65
|
+
"id": "570b8f0e-1153-40a5-984f-5c1ae370fc0b",
|
|
66
|
+
"name": "To String",
|
|
67
|
+
"type": "n8n-nodes-base.set",
|
|
68
|
+
"typeVersion": 3,
|
|
69
|
+
"position": [
|
|
70
|
+
160,
|
|
71
|
+
600
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"parameters": {
|
|
76
|
+
"fields": {
|
|
77
|
+
"values": [
|
|
78
|
+
{
|
|
79
|
+
"name": "stringToNumber1",
|
|
80
|
+
"type": "numberValue",
|
|
81
|
+
"numberValue": "={{ $json.string.test5 }}"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "stringToNumber2",
|
|
85
|
+
"type": "numberValue",
|
|
86
|
+
"numberValue": "={{ $json.string.test7 }}"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "boolToNumber1",
|
|
90
|
+
"type": "numberValue",
|
|
91
|
+
"numberValue": "={{ $json.boolean.test3 }}"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"name": "boolToNumber2",
|
|
95
|
+
"type": "numberValue",
|
|
96
|
+
"numberValue": "={{ $json.boolean.test4 }}"
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
100
|
+
"include": "none",
|
|
101
|
+
"options": {}
|
|
102
|
+
},
|
|
103
|
+
"id": "660214cb-d38f-4566-b91e-98f3407f7348",
|
|
104
|
+
"name": "To Number",
|
|
105
|
+
"type": "n8n-nodes-base.set",
|
|
106
|
+
"typeVersion": 3,
|
|
107
|
+
"position": [
|
|
108
|
+
160,
|
|
109
|
+
800
|
|
110
|
+
]
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"parameters": {
|
|
114
|
+
"fields": {
|
|
115
|
+
"values": [
|
|
116
|
+
{
|
|
117
|
+
"name": "stringToBoolean1",
|
|
118
|
+
"type": "booleanValue",
|
|
119
|
+
"booleanValue": "={{ $json.string.test8 }}"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "stringToBoolean3",
|
|
123
|
+
"type": "booleanValue",
|
|
124
|
+
"booleanValue": "={{ $json.string.test9 }}"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "stringToBoolean4",
|
|
128
|
+
"type": "booleanValue",
|
|
129
|
+
"booleanValue": "={{ $json.string.test10 }}"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "stringToBoolean5",
|
|
133
|
+
"type": "booleanValue",
|
|
134
|
+
"booleanValue": "={{ $json.string.test18 }}"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "numberToBoolean1",
|
|
138
|
+
"type": "booleanValue",
|
|
139
|
+
"booleanValue": "={{ $json.number.test3 }}"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "numberToBoolean2",
|
|
143
|
+
"type": "booleanValue",
|
|
144
|
+
"booleanValue": "={{ $json.number.test7 }}"
|
|
145
|
+
}
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"include": "none",
|
|
149
|
+
"options": {}
|
|
150
|
+
},
|
|
151
|
+
"id": "f3e5b73a-6b55-4822-8864-25e9a73a3fe7",
|
|
152
|
+
"name": "To Boolean",
|
|
153
|
+
"type": "n8n-nodes-base.set",
|
|
154
|
+
"typeVersion": 3,
|
|
155
|
+
"position": [
|
|
156
|
+
160,
|
|
157
|
+
980
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"parameters": {
|
|
162
|
+
"fields": {
|
|
163
|
+
"values": [
|
|
164
|
+
{
|
|
165
|
+
"name": "stringToArray1",
|
|
166
|
+
"type": "arrayValue",
|
|
167
|
+
"arrayValue": "={{ $json.string.test11 }}"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"name": "stringToArray2",
|
|
171
|
+
"type": "arrayValue",
|
|
172
|
+
"arrayValue": "={{ $json.string.test13 }}"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "arrayToArray1",
|
|
176
|
+
"type": "arrayValue",
|
|
177
|
+
"arrayValue": "={{ $json.array.test13 }}"
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
},
|
|
181
|
+
"include": "none",
|
|
182
|
+
"options": {}
|
|
183
|
+
},
|
|
184
|
+
"id": "1385e092-ad14-4be7-8e3b-3645a56e0e22",
|
|
185
|
+
"name": "To Array",
|
|
186
|
+
"type": "n8n-nodes-base.set",
|
|
187
|
+
"typeVersion": 3,
|
|
188
|
+
"position": [
|
|
189
|
+
160,
|
|
190
|
+
1180
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"parameters": {
|
|
195
|
+
"fields": {
|
|
196
|
+
"values": [
|
|
197
|
+
{
|
|
198
|
+
"name": "stringToObject1",
|
|
199
|
+
"type": "objectValue",
|
|
200
|
+
"objectValue": "={{ $json.string.test14 }}"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "stringToObject2",
|
|
204
|
+
"type": "objectValue",
|
|
205
|
+
"objectValue": "={{ $json.string.test15 }}"
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
"include": "none",
|
|
210
|
+
"options": {}
|
|
211
|
+
},
|
|
212
|
+
"id": "df394ded-3519-4604-859d-a50cbc788a56",
|
|
213
|
+
"name": "To Object",
|
|
214
|
+
"type": "n8n-nodes-base.set",
|
|
215
|
+
"typeVersion": 3,
|
|
216
|
+
"position": [
|
|
217
|
+
160,
|
|
218
|
+
1360
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"parameters": {
|
|
223
|
+
"content": "### Strict type checking",
|
|
224
|
+
"height": 1063.125,
|
|
225
|
+
"width": 369.6875
|
|
226
|
+
},
|
|
227
|
+
"id": "442560f9-6e05-467a-bdb4-02c8c8313e77",
|
|
228
|
+
"name": "Sticky Note",
|
|
229
|
+
"type": "n8n-nodes-base.stickyNote",
|
|
230
|
+
"typeVersion": 1,
|
|
231
|
+
"position": [
|
|
232
|
+
80,
|
|
233
|
+
540
|
|
234
|
+
]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"parameters": {
|
|
238
|
+
"content": "### Loose type checking",
|
|
239
|
+
"height": 1058.046875,
|
|
240
|
+
"width": 310.703125
|
|
241
|
+
},
|
|
242
|
+
"id": "b2ff8103-5d4c-46ec-9ca7-d7db8e4b3789",
|
|
243
|
+
"name": "Sticky Note1",
|
|
244
|
+
"type": "n8n-nodes-base.stickyNote",
|
|
245
|
+
"typeVersion": 1,
|
|
246
|
+
"position": [
|
|
247
|
+
560,
|
|
248
|
+
544.375
|
|
249
|
+
]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"parameters": {
|
|
253
|
+
"fields": {
|
|
254
|
+
"values": [
|
|
255
|
+
{
|
|
256
|
+
"name": "stringToNumber1",
|
|
257
|
+
"type": "numberValue",
|
|
258
|
+
"numberValue": "={{ $json.string.test2 }}"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "stringToNumber2",
|
|
262
|
+
"type": "numberValue",
|
|
263
|
+
"numberValue": "={{ $json.string.test3 }}"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "stringToNumber3",
|
|
267
|
+
"type": "numberValue",
|
|
268
|
+
"numberValue": "={{ $json.string.test9 }}"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "arrayToNumber1",
|
|
272
|
+
"type": "numberValue",
|
|
273
|
+
"numberValue": "={{ $json.array.test13 }}"
|
|
274
|
+
}
|
|
275
|
+
]
|
|
276
|
+
},
|
|
277
|
+
"include": "none",
|
|
278
|
+
"options": {
|
|
279
|
+
"ignoreConversionErrors": true
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"id": "ff5d7e99-4c8d-48e6-bfbf-70b32e3e19d9",
|
|
283
|
+
"name": "To Number1",
|
|
284
|
+
"type": "n8n-nodes-base.set",
|
|
285
|
+
"typeVersion": 3,
|
|
286
|
+
"position": [
|
|
287
|
+
600,
|
|
288
|
+
600
|
|
289
|
+
]
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"parameters": {
|
|
293
|
+
"fields": {
|
|
294
|
+
"values": [
|
|
295
|
+
{
|
|
296
|
+
"name": "stringToBoolean1",
|
|
297
|
+
"type": "booleanValue",
|
|
298
|
+
"booleanValue": "={{ $json.string.test5 }}"
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"name": "stringToBoolean2",
|
|
302
|
+
"type": "booleanValue",
|
|
303
|
+
"booleanValue": "=3,14"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "stringToBoolean3",
|
|
307
|
+
"type": "booleanValue",
|
|
308
|
+
"booleanValue": "={{ $json.string.test7 }}"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "stringToBoolean4",
|
|
312
|
+
"type": "booleanValue",
|
|
313
|
+
"booleanValue": "={{ $json.string.test11 }}"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"name": "stringToBoolean5",
|
|
317
|
+
"type": "booleanValue",
|
|
318
|
+
"booleanValue": "={{ $json.string.test12 }}"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"name": "stringToBoolean6",
|
|
322
|
+
"type": "booleanValue",
|
|
323
|
+
"booleanValue": "={{ $json.string.test17 }}"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"name": "numberToBoolean1",
|
|
327
|
+
"type": "booleanValue",
|
|
328
|
+
"booleanValue": "={{ $json.number.test1 }}"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "numberToBoolean2",
|
|
332
|
+
"type": "booleanValue",
|
|
333
|
+
"booleanValue": "={{ $json.number.test4 }}"
|
|
334
|
+
}
|
|
335
|
+
]
|
|
336
|
+
},
|
|
337
|
+
"include": "none",
|
|
338
|
+
"options": {
|
|
339
|
+
"ignoreConversionErrors": true
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"id": "7ec129f4-ac9d-4cff-b1a8-c957a8119a07",
|
|
343
|
+
"name": "To Boolean1",
|
|
344
|
+
"type": "n8n-nodes-base.set",
|
|
345
|
+
"typeVersion": 3,
|
|
346
|
+
"position": [
|
|
347
|
+
600,
|
|
348
|
+
800
|
|
349
|
+
]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"parameters": {
|
|
353
|
+
"fields": {
|
|
354
|
+
"values": [
|
|
355
|
+
{
|
|
356
|
+
"name": "stringToArray1",
|
|
357
|
+
"type": "arrayValue",
|
|
358
|
+
"arrayValue": "={{ $json.string.test2 }}"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"name": "stringToArray2",
|
|
362
|
+
"type": "arrayValue",
|
|
363
|
+
"arrayValue": "={{ $json.string.test5 }}"
|
|
364
|
+
}
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
"include": "none",
|
|
368
|
+
"options": {
|
|
369
|
+
"ignoreConversionErrors": true
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"id": "7b33fa7e-1cc8-44af-b251-f2521df25618",
|
|
373
|
+
"name": "To Array1",
|
|
374
|
+
"type": "n8n-nodes-base.set",
|
|
375
|
+
"typeVersion": 3,
|
|
376
|
+
"position": [
|
|
377
|
+
600,
|
|
378
|
+
980
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"parameters": {
|
|
383
|
+
"fields": {
|
|
384
|
+
"values": [
|
|
385
|
+
{
|
|
386
|
+
"name": "stringToObject1",
|
|
387
|
+
"type": "objectValue",
|
|
388
|
+
"objectValue": "={{ $json.string.test14 }}"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"name": "stringToObject2",
|
|
392
|
+
"type": "objectValue",
|
|
393
|
+
"objectValue": "={{ $json.string.test15 }}"
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
397
|
+
"include": "none",
|
|
398
|
+
"options": {
|
|
399
|
+
"ignoreConversionErrors": true
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
"id": "030066a3-7c27-45fc-9173-22866f977fea",
|
|
403
|
+
"name": "To Object1",
|
|
404
|
+
"type": "n8n-nodes-base.set",
|
|
405
|
+
"typeVersion": 3,
|
|
406
|
+
"position": [
|
|
407
|
+
600,
|
|
408
|
+
1180
|
|
409
|
+
]
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"parameters": {},
|
|
413
|
+
"id": "b19c8f55-836f-43c8-9eed-30f51e99d150",
|
|
414
|
+
"name": "No Operation, do nothing",
|
|
415
|
+
"type": "n8n-nodes-base.noOp",
|
|
416
|
+
"typeVersion": 1,
|
|
417
|
+
"position": [
|
|
418
|
+
100,
|
|
419
|
+
200
|
|
420
|
+
]
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"parameters": {},
|
|
424
|
+
"id": "8bacf8f8-314f-4be1-a090-667792000cb4",
|
|
425
|
+
"name": "No Operation, do nothing1",
|
|
426
|
+
"type": "n8n-nodes-base.noOp",
|
|
427
|
+
"typeVersion": 1,
|
|
428
|
+
"position": [
|
|
429
|
+
360,
|
|
430
|
+
200
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"pinData": {
|
|
435
|
+
"To String": [
|
|
436
|
+
{
|
|
437
|
+
"json": {
|
|
438
|
+
"numberToString1": "52472",
|
|
439
|
+
"numberToString2": "-1",
|
|
440
|
+
"numberToString3": "1.334535",
|
|
441
|
+
"boolToString1": "true",
|
|
442
|
+
"boolToString2": "false",
|
|
443
|
+
"arrayToString1": "[1,2,3,4]",
|
|
444
|
+
"objectToString1": "{\"objKey\":2,\"objArray\":[1,2,3,4],\"objBool\":true}"
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
],
|
|
448
|
+
"To Number": [
|
|
449
|
+
{
|
|
450
|
+
"json": {
|
|
451
|
+
"stringToNumber1": 3,
|
|
452
|
+
"stringToNumber2": 3.14,
|
|
453
|
+
"boolToNumber1": 1,
|
|
454
|
+
"boolToNumber2": 0
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
],
|
|
458
|
+
"To Boolean": [
|
|
459
|
+
{
|
|
460
|
+
"json": {
|
|
461
|
+
"stringToBoolean1": true,
|
|
462
|
+
"stringToBoolean3": false,
|
|
463
|
+
"stringToBoolean4": true,
|
|
464
|
+
"stringToBoolean5": false,
|
|
465
|
+
"numberToBoolean1": false,
|
|
466
|
+
"numberToBoolean2": true
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
],
|
|
470
|
+
"To Array": [
|
|
471
|
+
{
|
|
472
|
+
"json": {
|
|
473
|
+
"stringToArray1": [
|
|
474
|
+
"apples",
|
|
475
|
+
"oranges"
|
|
476
|
+
],
|
|
477
|
+
"stringToArray2": [
|
|
478
|
+
1,
|
|
479
|
+
2
|
|
480
|
+
],
|
|
481
|
+
"arrayToArray1": [
|
|
482
|
+
1,
|
|
483
|
+
2,
|
|
484
|
+
3,
|
|
485
|
+
4
|
|
486
|
+
]
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
],
|
|
490
|
+
"To Object": [
|
|
491
|
+
{
|
|
492
|
+
"json": {
|
|
493
|
+
"stringToObject1": {
|
|
494
|
+
"a": 1,
|
|
495
|
+
"b": {
|
|
496
|
+
"c": 10,
|
|
497
|
+
"d": "test"
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
"stringToObject2": {
|
|
501
|
+
"a": 1
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
],
|
|
506
|
+
"To Number1": [
|
|
507
|
+
{
|
|
508
|
+
"json": {
|
|
509
|
+
"stringToNumber1": "hello",
|
|
510
|
+
"stringToNumber2": 0,
|
|
511
|
+
"stringToNumber3": "false",
|
|
512
|
+
"arrayToNumber1": [
|
|
513
|
+
1,
|
|
514
|
+
2,
|
|
515
|
+
3,
|
|
516
|
+
4
|
|
517
|
+
]
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
],
|
|
521
|
+
"To Boolean1": [
|
|
522
|
+
{
|
|
523
|
+
"json": {
|
|
524
|
+
"stringToBoolean1": "3",
|
|
525
|
+
"stringToBoolean2": "3,14",
|
|
526
|
+
"stringToBoolean3": "3.14",
|
|
527
|
+
"stringToBoolean4": "[\"apples\", \"oranges\"]",
|
|
528
|
+
"stringToBoolean5": "\"apples\", \"oranges\"",
|
|
529
|
+
"stringToBoolean6": "undefined",
|
|
530
|
+
"numberToBoolean1": 52472,
|
|
531
|
+
"numberToBoolean2": 1.334535
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"To Object1": [
|
|
536
|
+
{
|
|
537
|
+
"json": {
|
|
538
|
+
"stringToObject1": {
|
|
539
|
+
"a": 1,
|
|
540
|
+
"b": {
|
|
541
|
+
"c": 10,
|
|
542
|
+
"d": "test"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
"stringToObject2": {
|
|
546
|
+
"a": 1
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
"To Array1": [
|
|
552
|
+
{
|
|
553
|
+
"json": {
|
|
554
|
+
"stringToArray1": "hello",
|
|
555
|
+
"stringToArray2": "3"
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
"connections": {
|
|
561
|
+
"When clicking \"Execute Workflow\"": {
|
|
562
|
+
"main": [
|
|
563
|
+
[
|
|
564
|
+
{
|
|
565
|
+
"node": "Code1",
|
|
566
|
+
"type": "main",
|
|
567
|
+
"index": 0
|
|
568
|
+
}
|
|
569
|
+
]
|
|
570
|
+
]
|
|
571
|
+
},
|
|
572
|
+
"Code1": {
|
|
573
|
+
"main": [
|
|
574
|
+
[
|
|
575
|
+
{
|
|
576
|
+
"node": "To String",
|
|
577
|
+
"type": "main",
|
|
578
|
+
"index": 0
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"node": "To Number",
|
|
582
|
+
"type": "main",
|
|
583
|
+
"index": 0
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
"node": "To Boolean",
|
|
587
|
+
"type": "main",
|
|
588
|
+
"index": 0
|
|
589
|
+
},
|
|
590
|
+
{
|
|
591
|
+
"node": "To Array",
|
|
592
|
+
"type": "main",
|
|
593
|
+
"index": 0
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"node": "To Object",
|
|
597
|
+
"type": "main",
|
|
598
|
+
"index": 0
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"node": "No Operation, do nothing",
|
|
602
|
+
"type": "main",
|
|
603
|
+
"index": 0
|
|
604
|
+
}
|
|
605
|
+
]
|
|
606
|
+
]
|
|
607
|
+
},
|
|
608
|
+
"No Operation, do nothing": {
|
|
609
|
+
"main": [
|
|
610
|
+
[
|
|
611
|
+
{
|
|
612
|
+
"node": "No Operation, do nothing1",
|
|
613
|
+
"type": "main",
|
|
614
|
+
"index": 0
|
|
615
|
+
}
|
|
616
|
+
]
|
|
617
|
+
]
|
|
618
|
+
},
|
|
619
|
+
"No Operation, do nothing1": {
|
|
620
|
+
"main": [
|
|
621
|
+
[
|
|
622
|
+
{
|
|
623
|
+
"node": "To Number1",
|
|
624
|
+
"type": "main",
|
|
625
|
+
"index": 0
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"node": "To Boolean1",
|
|
629
|
+
"type": "main",
|
|
630
|
+
"index": 0
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"node": "To Array1",
|
|
634
|
+
"type": "main",
|
|
635
|
+
"index": 0
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"node": "To Object1",
|
|
639
|
+
"type": "main",
|
|
640
|
+
"index": 0
|
|
641
|
+
}
|
|
642
|
+
]
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
"active": false,
|
|
647
|
+
"settings": {
|
|
648
|
+
"executionOrder": "v1"
|
|
649
|
+
},
|
|
650
|
+
"versionId": "b54f2d8f-158d-4540-839f-37c0bda20d9b",
|
|
651
|
+
"id": "yVUBwSyuyegX6JIL",
|
|
652
|
+
"meta": {
|
|
653
|
+
"instanceId": "b888bd11cd1ddbb95450babf3e199556799d999b896f650de768b8370ee50363"
|
|
654
|
+
},
|
|
655
|
+
"tags": []
|
|
656
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
+
export declare class SetV1 implements INodeType {
|
|
3
|
+
description: INodeTypeDescription;
|
|
4
|
+
constructor(baseDescription: INodeTypeBaseDescription);
|
|
5
|
+
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
6
|
+
}
|