n8n-nodes-base 1.67.0 → 1.69.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/OuraApi.credentials.d.ts +3 -1
- package/dist/credentials/OuraApi.credentials.js +14 -0
- package/dist/credentials/OuraApi.credentials.js.map +1 -1
- package/dist/nodes/AiTransform/AiTransform.node.js +7 -0
- package/dist/nodes/AiTransform/AiTransform.node.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/base/getMany.operation.d.ts +1 -0
- package/dist/nodes/Airtable/v2/actions/base/getSchema.operation.d.ts +1 -0
- package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts +1 -0
- package/dist/nodes/Airtable/v2/actions/record/deleteRecord.operation.d.ts +1 -0
- package/dist/nodes/Airtable/v2/actions/record/get.operation.d.ts +1 -0
- package/dist/nodes/Airtable/v2/actions/record/search.operation.d.ts +1 -0
- package/dist/nodes/Airtable/v2/actions/record/update.operation.d.ts +1 -0
- package/dist/nodes/Airtable/v2/actions/record/upsert.operation.d.ts +1 -0
- package/dist/nodes/Code/Code.node.js +1 -1
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/Discord/v2/actions/channel/create.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/channel/deleteChannel.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/channel/get.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/channel/getAll.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/channel/update.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/member/getAll.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/member/roleAdd.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/member/roleRemove.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/message/deleteMessage.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/message/get.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/message/getAll.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/message/react.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/message/send.operation.d.ts +1 -0
- package/dist/nodes/Discord/v2/actions/webhook/sendLegacy.operation.d.ts +1 -0
- package/dist/nodes/EmailSend/v2/send.operation.d.ts +1 -0
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js +53 -6
- package/dist/nodes/ExecuteWorkflow/ExecuteWorkflow.node.js.map +1 -1
- package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js +4 -1
- package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js.map +1 -1
- package/dist/nodes/FacebookLeadAds/GenericFunctions.js +3 -3
- package/dist/nodes/Files/ConvertToFile/actions/spreadsheet.operation.d.ts +1 -0
- package/dist/nodes/Files/ConvertToFile/actions/toBinary.operation.d.ts +1 -0
- package/dist/nodes/Files/ConvertToFile/actions/toJson.operation.d.ts +1 -0
- package/dist/nodes/Files/ConvertToFile/actions/toText.operation.d.ts +1 -0
- package/dist/nodes/Files/ExtractFromFile/actions/moveTo.operation.d.ts +1 -0
- package/dist/nodes/Files/ExtractFromFile/actions/pdf.operation.d.ts +1 -0
- package/dist/nodes/Files/ReadWriteFile/actions/read.operation.d.ts +1 -0
- package/dist/nodes/Files/ReadWriteFile/actions/read.operation.js +1 -0
- package/dist/nodes/Files/ReadWriteFile/actions/read.operation.js.map +1 -1
- package/dist/nodes/Files/ReadWriteFile/actions/write.operation.d.ts +1 -0
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.d.ts +1 -0
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.js +5 -0
- package/dist/nodes/Files/ReadWriteFile/helpers/utils.js.map +1 -1
- package/dist/nodes/Form/Form.node.js +26 -16
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Form/interfaces.d.ts +6 -0
- package/dist/nodes/Form/interfaces.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.d.ts +1 -0
- package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.d.ts +1 -0
- package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.js +1 -0
- package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.js.map +1 -1
- package/dist/nodes/Google/CloudStorage/BucketDescription.js +1 -1
- package/dist/nodes/Google/CloudStorage/BucketDescription.js.map +1 -1
- package/dist/nodes/Google/Drive/test/v2/node/helpers.d.ts +2 -0
- package/dist/nodes/Google/Drive/test/v2/node/helpers.js +19 -0
- package/dist/nodes/Google/Drive/test/v2/node/helpers.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js +4 -6
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/helpers/utils.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/helpers/utils.js +17 -0
- package/dist/nodes/Google/Drive/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Google/GenericFunctions.d.ts +2 -1
- package/dist/nodes/Google/GenericFunctions.js +12 -0
- package/dist/nodes/Google/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js +2 -2
- package/dist/nodes/Google/Sheet/GoogleSheetsTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +2 -2
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
- package/dist/nodes/Google/YouTube/YouTube.node.js +3 -15
- package/dist/nodes/Google/YouTube/YouTube.node.js.map +1 -1
- package/dist/nodes/Google/constants.d.ts +1 -0
- package/dist/nodes/Google/constants.js +2 -1
- package/dist/nodes/Google/constants.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +366 -343
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/HttpRequest/test/node/workflow.use_error_output.json +97 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +1 -0
- package/dist/nodes/Merge/v2/utils.d.ts +6 -0
- package/dist/nodes/Merge/v3/actions/mode/append.d.ts +1 -0
- package/dist/nodes/Merge/v3/actions/mode/chooseBranch.d.ts +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineAll.d.ts +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByFields.d.ts +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineByPosition.d.ts +1 -0
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts +1 -0
- package/dist/nodes/Merge/v3/helpers/utils.d.ts +6 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/delete.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/calendar/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/delete.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/contact/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/delete.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/send.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/draft/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/delete.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/event/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/delete.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folder/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/folderMessage/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/delete.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/move.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/reply.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/send.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/message/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/add.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/download.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/messageAttachment/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/deleteChannel.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/channel/update.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/channelMessage/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/chatMessage/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/task/create.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/task/deleteTask.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/task/get.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/task/getAll.operation.d.ts +1 -0
- package/dist/nodes/Microsoft/Teams/v2/actions/task/update.operation.d.ts +1 -0
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts +1 -0
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts +1 -0
- package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts +1 -0
- package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts +1 -0
- package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts +1 -0
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts +1 -0
- package/dist/nodes/Notion/shared/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Notion/shared/GenericFunctions.js +32 -12
- package/dist/nodes/Notion/shared/GenericFunctions.js.map +1 -1
- package/dist/nodes/Notion/v2/NotionV2.node.js +4 -4
- package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
- package/dist/nodes/Oura/GenericFunctions.js +2 -6
- package/dist/nodes/Oura/GenericFunctions.js.map +1 -1
- package/dist/nodes/Oura/Oura.node.js +47 -38
- package/dist/nodes/Oura/Oura.node.js.map +1 -1
- package/dist/nodes/Oura/test/apiResponses.d.ts +8 -0
- package/dist/nodes/Oura/test/apiResponses.js +12 -0
- package/dist/nodes/Oura/test/apiResponses.js.map +1 -0
- package/dist/nodes/Oura/test/oura_test_workflow.json +86 -0
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts +1 -0
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.d.ts +1 -0
- package/dist/nodes/Postgres/v2/actions/database/insert.operation.d.ts +1 -0
- package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +1 -0
- package/dist/nodes/Postgres/v2/actions/database/update.operation.d.ts +1 -0
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.d.ts +1 -0
- package/dist/nodes/Set/v2/manual.mode.d.ts +1 -0
- package/dist/nodes/Set/v2/raw.mode.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/report/create.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/report/get.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/report/getAll.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/search/create.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/search/get.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/search/getAll.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/search/getResult.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/user/create.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/user/get.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/user/getAll.operation.d.ts +1 -0
- package/dist/nodes/Splunk/v2/actions/user/update.operation.d.ts +1 -0
- package/dist/nodes/Supabase/Supabase.node.js +3 -6
- package/dist/nodes/Supabase/Supabase.node.js.map +1 -1
- package/dist/nodes/TheHiveProject/actions/alert/create.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/deleteAlert.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/executeResponder.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/get.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/merge.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/promote.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/search.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/status.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/alert/update.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/addAttachment.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/create.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/deleteAttachment.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/deleteCase.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/executeResponder.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/get.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/getAttachment.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/getTimeline.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/search.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/case/update.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/comment/add.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/comment/deleteComment.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/comment/search.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/comment/update.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/log/addAttachment.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/log/create.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/log/deleteAttachment.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/log/deleteLog.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/log/executeResponder.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/log/get.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/log/search.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/observable/create.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/observable/deleteObservable.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/observable/executeAnalyzer.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/observable/executeResponder.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/observable/get.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/observable/search.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/observable/update.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/page/create.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/page/deletePage.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/page/search.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/page/update.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/query/executeQuery.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/task/create.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/task/deleteTask.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/task/executeResponder.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/task/get.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/task/search.operation.d.ts +1 -0
- package/dist/nodes/TheHiveProject/actions/task/update.operation.d.ts +1 -0
- package/dist/nodes/Webflow/V2/actions/Item/create.operation.d.ts +1 -0
- package/dist/nodes/Webflow/V2/actions/Item/delete.operation.d.ts +1 -0
- package/dist/nodes/Webflow/V2/actions/Item/get.operation.d.ts +1 -0
- package/dist/nodes/Webflow/V2/actions/Item/getAll.operation.d.ts +1 -0
- package/dist/nodes/Webflow/V2/actions/Item/update.operation.d.ts +1 -0
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +6 -6
- package/dist/utils/sendAndWait/utils.d.ts +1 -0
- package/dist/utils/utilities.d.ts +1 -0
- package/package.json +6 -6
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -8,6 +8,7 @@ export declare const description: {
|
|
|
8
8
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
9
9
|
description?: string;
|
|
10
10
|
hint?: string;
|
|
11
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
11
12
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
12
13
|
placeholder?: string;
|
|
13
14
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -9,6 +9,7 @@ export declare const description: {
|
|
|
9
9
|
default: import("n8n-workflow").NodeParameterValueType;
|
|
10
10
|
description?: string;
|
|
11
11
|
hint?: string;
|
|
12
|
+
disabledOptions?: import("n8n-workflow").IDisplayOptions;
|
|
12
13
|
options?: Array<import("n8n-workflow").INodePropertyOptions | INodeProperties | import("n8n-workflow").INodePropertyCollection>;
|
|
13
14
|
placeholder?: string;
|
|
14
15
|
isNodeSetting?: boolean;
|
|
@@ -64,6 +64,7 @@ export type FileRecord = {
|
|
|
64
64
|
};
|
|
65
65
|
export declare function downloadFiles(this: IExecuteFunctions | IPollFunctions, records: FileRecord[], pairedItem?: IPairedItemData[]): Promise<INodeExecutionData[]>;
|
|
66
66
|
export declare function extractPageId(page?: string): string;
|
|
67
|
+
export declare function getPageId(this: IExecuteFunctions, i: number): string;
|
|
67
68
|
export declare function extractDatabaseId(database: string): string;
|
|
68
69
|
export declare function getSearchFilters(resource: string): ({
|
|
69
70
|
displayName: string;
|
|
@@ -21,6 +21,7 @@ exports.getFormattedChildren = getFormattedChildren;
|
|
|
21
21
|
exports.getConditions = getConditions;
|
|
22
22
|
exports.downloadFiles = downloadFiles;
|
|
23
23
|
exports.extractPageId = extractPageId;
|
|
24
|
+
exports.getPageId = getPageId;
|
|
24
25
|
exports.extractDatabaseId = extractDatabaseId;
|
|
25
26
|
exports.getSearchFilters = getSearchFilters;
|
|
26
27
|
exports.validateJSON = validateJSON;
|
|
@@ -468,7 +469,7 @@ function mapFilters(filtersList, timezone) {
|
|
|
468
469
|
}
|
|
469
470
|
}
|
|
470
471
|
return Object.assign(obj, {
|
|
471
|
-
['property']: getNameAndType(value.key)
|
|
472
|
+
['property']: getNameAndType(value.key)?.name,
|
|
472
473
|
[key]: { [`${value.condition}`]: valuePropertyName },
|
|
473
474
|
});
|
|
474
475
|
}, {});
|
|
@@ -500,7 +501,7 @@ function simplifyProperty(property) {
|
|
|
500
501
|
result = property[type];
|
|
501
502
|
}
|
|
502
503
|
else if (['created_by', 'last_edited_by', 'select'].includes(property.type)) {
|
|
503
|
-
result = property[type] ? property[type]
|
|
504
|
+
result = property[type] ? property[type]?.name : null;
|
|
504
505
|
}
|
|
505
506
|
else if (['people'].includes(property.type)) {
|
|
506
507
|
if (Array.isArray(property[type])) {
|
|
@@ -512,41 +513,41 @@ function simplifyProperty(property) {
|
|
|
512
513
|
}
|
|
513
514
|
else if (['multi_select'].includes(property.type)) {
|
|
514
515
|
if (Array.isArray(property[type])) {
|
|
515
|
-
result = property[type].map((e) => e
|
|
516
|
+
result = property[type].map((e) => e?.name || {});
|
|
516
517
|
}
|
|
517
518
|
else {
|
|
518
|
-
result = property[type].options.map((e) => e
|
|
519
|
+
result = property[type].options.map((e) => e?.name || {});
|
|
519
520
|
}
|
|
520
521
|
}
|
|
521
522
|
else if (['relation'].includes(property.type)) {
|
|
522
523
|
if (Array.isArray(property[type])) {
|
|
523
|
-
result = property[type].map((e) => e
|
|
524
|
+
result = property[type].map((e) => e?.id || {});
|
|
524
525
|
}
|
|
525
526
|
else {
|
|
526
|
-
result = property[type]
|
|
527
|
+
result = property[type]?.database_id;
|
|
527
528
|
}
|
|
528
529
|
}
|
|
529
530
|
else if (['formula'].includes(property.type)) {
|
|
530
|
-
result = property[type][property[type]
|
|
531
|
+
result = property[type]?.[property[type]?.type];
|
|
531
532
|
}
|
|
532
533
|
else if (['rollup'].includes(property.type)) {
|
|
533
|
-
const rollupFunction = property[type]
|
|
534
|
+
const rollupFunction = property[type]?.function;
|
|
534
535
|
if (rollupFunction.startsWith('count') || rollupFunction.includes('empty')) {
|
|
535
|
-
result = property[type]
|
|
536
|
+
result = property[type]?.number;
|
|
536
537
|
if (rollupFunction.includes('percent')) {
|
|
537
538
|
result = result * 100;
|
|
538
539
|
}
|
|
539
540
|
}
|
|
540
|
-
else if (rollupFunction.startsWith('show') && property[type]
|
|
541
|
+
else if (rollupFunction.startsWith('show') && property[type]?.type === 'array') {
|
|
541
542
|
const elements = property[type].array.map(simplifyProperty).flat();
|
|
542
543
|
result = rollupFunction === 'show_unique' ? [...new Set(elements)] : elements;
|
|
543
544
|
}
|
|
544
545
|
}
|
|
545
546
|
else if (['files'].includes(property.type)) {
|
|
546
|
-
result = property[type].map((file) => file[file.type]
|
|
547
|
+
result = property[type].map((file) => file[file.type]?.url);
|
|
547
548
|
}
|
|
548
549
|
else if (['status'].includes(property.type)) {
|
|
549
|
-
result = property[type]
|
|
550
|
+
result = property[type]?.name;
|
|
550
551
|
}
|
|
551
552
|
return result;
|
|
552
553
|
}
|
|
@@ -779,6 +780,25 @@ function extractPageId(page = '') {
|
|
|
779
780
|
}
|
|
780
781
|
return page;
|
|
781
782
|
}
|
|
783
|
+
function getPageId(i) {
|
|
784
|
+
const page = this.getNodeParameter('pageId', i, {});
|
|
785
|
+
let pageId = '';
|
|
786
|
+
if (page.value && typeof page.value === 'string') {
|
|
787
|
+
if (page.mode === 'id') {
|
|
788
|
+
pageId = page.value;
|
|
789
|
+
}
|
|
790
|
+
else if (page.value.includes('p=')) {
|
|
791
|
+
pageId = new URLSearchParams(page.value).get('p') || '';
|
|
792
|
+
}
|
|
793
|
+
else {
|
|
794
|
+
pageId = page.value.match(constants_1.databasePageUrlValidationRegexp)?.[1] || '';
|
|
795
|
+
}
|
|
796
|
+
}
|
|
797
|
+
if (!pageId) {
|
|
798
|
+
throw new n8n_workflow_1.NodeOperationError(this.getNode(), 'Could not extract page ID from URL: ' + page.value);
|
|
799
|
+
}
|
|
800
|
+
return pageId;
|
|
801
|
+
}
|
|
782
802
|
function extractDatabaseId(database) {
|
|
783
803
|
if (database.includes('?v=')) {
|
|
784
804
|
const data = database.split('?v=')[0].split('/');
|