n8n-nodes-base 0.232.1 → 0.234.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/{SendInBlueApi.credentials.d.ts → BrevoApi.credentials.d.ts} +1 -1
- package/dist/credentials/{SendInBlueApi.credentials.js → BrevoApi.credentials.js} +7 -7
- package/dist/credentials/BrevoApi.credentials.js.map +1 -0
- package/dist/credentials/CrowdDevApi.credentials.d.ts +9 -0
- package/dist/credentials/CrowdDevApi.credentials.js +62 -0
- package/dist/credentials/CrowdDevApi.credentials.js.map +1 -0
- package/dist/credentials/GoogleDriveOAuth2Api.credentials.js +6 -0
- package/dist/credentials/GoogleDriveOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/HttpCustomAuth.credentials.d.ts +9 -0
- package/dist/credentials/HttpCustomAuth.credentials.js +25 -0
- package/dist/credentials/HttpCustomAuth.credentials.js.map +1 -0
- package/dist/credentials/TwitterOAuth1Api.credentials.js +6 -0
- package/dist/credentials/TwitterOAuth1Api.credentials.js.map +1 -1
- package/dist/credentials/TwitterOAuth2Api.credentials.d.ts +8 -0
- package/dist/credentials/TwitterOAuth2Api.credentials.js +73 -0
- package/dist/credentials/TwitterOAuth2Api.credentials.js.map +1 -0
- package/dist/known/credentials.json +35 -11
- package/dist/known/nodes.json +16 -8
- package/dist/nodes/{SendInBlue → Brevo}/AttributeDescription.js +1 -1
- package/dist/nodes/Brevo/AttributeDescription.js.map +1 -0
- package/dist/nodes/{SendInBlue/SendInBlue.node.d.ts → Brevo/Brevo.node.d.ts} +1 -1
- package/dist/nodes/{SendInBlue/SendInBlue.node.js → Brevo/Brevo.node.js} +9 -9
- package/dist/nodes/Brevo/Brevo.node.js.map +1 -0
- package/dist/nodes/{SendInBlue/SendInBlue.node.json → Brevo/Brevo.node.json} +5 -4
- package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.d.ts → Brevo/BrevoTrigger.node.d.ts} +1 -1
- package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.js → Brevo/BrevoTrigger.node.js} +11 -11
- package/dist/nodes/Brevo/BrevoTrigger.node.js.map +1 -0
- package/dist/nodes/{SendInBlue/SendInBlueTrigger.node.json → Brevo/BrevoTrigger.node.json} +5 -4
- package/dist/nodes/Brevo/ContactDescription.js.map +1 -0
- package/dist/nodes/{SendInBlue → Brevo}/EmailDescription.js +10 -10
- package/dist/nodes/Brevo/EmailDescription.js.map +1 -0
- package/dist/nodes/{SendInBlue → Brevo}/GenericFunctions.d.ts +2 -2
- package/dist/nodes/{SendInBlue → Brevo}/GenericFunctions.js +14 -14
- package/dist/nodes/Brevo/GenericFunctions.js.map +1 -0
- package/dist/nodes/Brevo/SenderDescrition.js.map +1 -0
- package/dist/nodes/Brevo/brevo.svg +4 -0
- package/dist/nodes/CompareDatasets/GenericFunctions.js.map +1 -1
- package/dist/nodes/CrateDb/CrateDb.node.js +5 -2
- package/dist/nodes/CrateDb/CrateDb.node.js.map +1 -1
- package/dist/nodes/CrowdDev/CrowdDev.node.d.ts +4 -0
- package/dist/nodes/CrowdDev/CrowdDev.node.js +36 -0
- package/dist/nodes/CrowdDev/CrowdDev.node.js.map +1 -0
- package/dist/nodes/CrowdDev/CrowdDev.node.json +18 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.d.ts +12 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js +145 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.js.map +1 -0
- package/dist/nodes/CrowdDev/CrowdDevTrigger.node.json +18 -0
- package/dist/nodes/CrowdDev/GenericFunctions.d.ts +7 -0
- package/dist/nodes/CrowdDev/GenericFunctions.js +157 -0
- package/dist/nodes/CrowdDev/GenericFunctions.js.map +1 -0
- package/dist/nodes/CrowdDev/crowdDev.svg +15 -0
- package/dist/nodes/CrowdDev/descriptions/activityFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/activityFields.js +180 -0
- package/dist/nodes/CrowdDev/descriptions/activityFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/automationFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/automationFields.js +126 -0
- package/dist/nodes/CrowdDev/descriptions/automationFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/index.d.ts +2 -0
- package/dist/nodes/CrowdDev/descriptions/index.js +26 -0
- package/dist/nodes/CrowdDev/descriptions/index.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/memberFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/memberFields.js +291 -0
- package/dist/nodes/CrowdDev/descriptions/memberFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/noteFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/noteFields.js +90 -0
- package/dist/nodes/CrowdDev/descriptions/noteFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/organizationFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/organizationFields.js +146 -0
- package/dist/nodes/CrowdDev/descriptions/organizationFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/resources.d.ts +2 -0
- package/dist/nodes/CrowdDev/descriptions/resources.js +38 -0
- package/dist/nodes/CrowdDev/descriptions/resources.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/shared.d.ts +2 -0
- package/dist/nodes/CrowdDev/descriptions/shared.js +29 -0
- package/dist/nodes/CrowdDev/descriptions/shared.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/taskFields.d.ts +4 -0
- package/dist/nodes/CrowdDev/descriptions/taskFields.js +159 -0
- package/dist/nodes/CrowdDev/descriptions/taskFields.js.map +1 -0
- package/dist/nodes/CrowdDev/descriptions/utils.d.ts +5 -0
- package/dist/nodes/CrowdDev/descriptions/utils.js +55 -0
- package/dist/nodes/CrowdDev/descriptions/utils.js.map +1 -0
- package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js +8 -0
- package/dist/nodes/EmailReadImap/v1/EmailReadImapV1.node.js.map +1 -1
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js +8 -0
- package/dist/nodes/EmailReadImap/v2/EmailReadImapV2.node.js.map +1 -1
- package/dist/nodes/EmailSend/v2/send.operation.js.map +1 -1
- package/dist/nodes/Google/Analytics/v1/GoogleAnalyticsV1.node.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v1/GoogleBigQueryV1.node.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js +6 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/Google/BigQuery/v2/actions/database/insert.operation.js.map +1 -1
- package/dist/nodes/Google/Drive/GoogleDrive.node.d.ts +3 -12
- package/dist/nodes/Google/Drive/GoogleDrive.node.js +10 -2301
- package/dist/nodes/Google/Drive/GoogleDrive.node.js.map +1 -1
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.d.ts +1 -1
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js +2 -2
- package/dist/nodes/Google/Drive/GoogleDriveTrigger.node.js.map +1 -1
- package/dist/nodes/Google/Drive/test/v2/node/helpers.d.ts +3 -0
- package/dist/nodes/Google/Drive/test/v2/node/helpers.js +34 -0
- package/dist/nodes/Google/Drive/test/v2/node/helpers.js.map +1 -0
- package/dist/nodes/Google/Drive/{GenericFunctions.js → v1/GenericFunctions.js} +1 -1
- package/dist/nodes/Google/Drive/v1/GenericFunctions.js.map +1 -0
- package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.d.ts +14 -0
- package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js +2324 -0
- package/dist/nodes/Google/Drive/v1/GoogleDriveV1.node.js.map +1 -0
- package/dist/nodes/Google/Drive/v1/SearchFunctions.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.d.ts +10 -0
- package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js +20 -0
- package/dist/nodes/Google/Drive/v2/GoogleDriveV2.node.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/common.descriptions.d.ts +19 -0
- package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js +598 -0
- package/dist/nodes/Google/Drive/v2/actions/common.descriptions.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.d.ts +8 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js +88 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/Drive.resource.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js +235 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/create.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js +31 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/deleteDrive.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js +50 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/get.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js +81 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/list.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js +100 -0
- package/dist/nodes/Google/Drive/v2/actions/drive/update.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/File.resource.d.ts +11 -0
- package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js +115 -0
- package/dist/nodes/Google/Drive/v2/actions/file/File.resource.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js +104 -0
- package/dist/nodes/Google/Drive/v2/actions/file/copy.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js +134 -0
- package/dist/nodes/Google/Drive/v2/actions/file/createFromText.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js +57 -0
- package/dist/nodes/Google/Drive/v2/actions/file/deleteFile.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js +218 -0
- package/dist/nodes/Google/Drive/v2/actions/file/download.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/move.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js +60 -0
- package/dist/nodes/Google/Drive/v2/actions/file/move.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/share.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js +43 -0
- package/dist/nodes/Google/Drive/v2/actions/file/share.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/update.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js +221 -0
- package/dist/nodes/Google/Drive/v2/actions/file/update.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js +135 -0
- package/dist/nodes/Google/Drive/v2/actions/file/upload.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.d.ts +4 -0
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js +52 -0
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/FileFolder.resource.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js +335 -0
- package/dist/nodes/Google/Drive/v2/actions/fileFolder/search.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.d.ts +6 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js +70 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/Folder.resource.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js +92 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/create.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js +59 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/deleteFolder.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.d.ts +23 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js +43 -0
- package/dist/nodes/Google/Drive/v2/actions/folder/share.operation.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/node.type.d.ts +9 -0
- package/dist/nodes/Google/Drive/v2/actions/node.type.js +3 -0
- package/dist/nodes/Google/Drive/v2/actions/node.type.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/router.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/router.js +76 -0
- package/dist/nodes/Google/Drive/v2/actions/router.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.d.ts +2 -0
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +112 -0
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/helpers/interfaces.d.ts +34 -0
- package/dist/nodes/Google/Drive/v2/helpers/interfaces.js +26 -0
- package/dist/nodes/Google/Drive/v2/helpers/interfaces.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/helpers/utils.d.ts +15 -0
- package/dist/nodes/Google/Drive/v2/helpers/utils.js +104 -0
- package/dist/nodes/Google/Drive/v2/helpers/utils.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/methods/index.d.ts +1 -0
- package/dist/nodes/Google/Drive/v2/methods/index.js +28 -0
- package/dist/nodes/Google/Drive/v2/methods/index.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/methods/listSearch.d.ts +6 -0
- package/dist/nodes/Google/Drive/v2/methods/listSearch.js +144 -0
- package/dist/nodes/Google/Drive/v2/methods/listSearch.js.map +1 -0
- package/dist/nodes/Google/Drive/v2/transport/index.d.ts +4 -0
- package/dist/nodes/Google/Drive/v2/transport/index.js +68 -0
- package/dist/nodes/Google/Drive/v2/transport/index.js.map +1 -0
- package/dist/nodes/Google/Gmail/v1/GmailV1.node.js.map +1 -1
- package/dist/nodes/GraphQL/GraphQL.node.js +32 -0
- package/dist/nodes/GraphQL/GraphQL.node.js.map +1 -1
- package/dist/nodes/Html/Html.node.js +2 -1
- package/dist/nodes/Html/Html.node.js.map +1 -1
- package/dist/nodes/Html/utils.d.ts +0 -1
- package/dist/nodes/Html/utils.js +1 -15
- package/dist/nodes/Html/utils.js.map +1 -1
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js +6 -0
- package/dist/nodes/HttpRequest/V1/HttpRequestV1.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js +6 -0
- package/dist/nodes/HttpRequest/V2/HttpRequestV2.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +28 -0
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/ItemLists/ItemLists.node.js +3 -1
- package/dist/nodes/ItemLists/ItemLists.node.js.map +1 -1
- package/dist/nodes/ItemLists/V3/ItemListsV3.node.d.ts +6 -0
- package/dist/nodes/ItemLists/V3/ItemListsV3.node.js +18 -0
- package/dist/nodes/ItemLists/V3/ItemListsV3.node.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/common.descriptions.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/common.descriptions.js +11 -0
- package/dist/nodes/ItemLists/V3/actions/common.descriptions.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js +303 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/concatenateItems.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/index.d.ts +9 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/index.js +97 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/index.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js +57 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/limit.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js +204 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/removeDuplicates.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js +262 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/sort.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js +183 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/splitOutItems.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.d.ts +23 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js +491 -0
- package/dist/nodes/ItemLists/V3/actions/itemList/summarize.operation.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/node.type.d.ts +6 -0
- package/dist/nodes/ItemLists/V3/actions/node.type.js +3 -0
- package/dist/nodes/ItemLists/V3/actions/node.type.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/router.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/router.js +53 -0
- package/dist/nodes/ItemLists/V3/actions/router.js.map +1 -0
- package/dist/nodes/ItemLists/V3/actions/versionDescription.d.ts +2 -0
- package/dist/nodes/ItemLists/V3/actions/versionDescription.js +58 -0
- package/dist/nodes/ItemLists/V3/actions/versionDescription.js.map +1 -0
- package/dist/nodes/ItemLists/V3/helpers/utils.d.ts +5 -0
- package/dist/nodes/ItemLists/V3/helpers/utils.js +57 -0
- package/dist/nodes/ItemLists/V3/helpers/utils.js.map +1 -0
- package/dist/nodes/ItemLists/test/node/workflow.update_3.json +606 -0
- package/dist/nodes/LocalFileTrigger/LocalFileTrigger.node.js +8 -0
- package/dist/nodes/LocalFileTrigger/LocalFileTrigger.node.js.map +1 -1
- package/dist/nodes/MQTT/MqttTrigger.node.js +9 -0
- package/dist/nodes/MQTT/MqttTrigger.node.js.map +1 -1
- package/dist/nodes/Matrix/GenericFunctions.js +8 -2
- package/dist/nodes/Matrix/GenericFunctions.js.map +1 -1
- package/dist/nodes/Matrix/MediaDescription.js +23 -1
- package/dist/nodes/Matrix/MediaDescription.js.map +1 -1
- package/dist/nodes/Merge/v1/MergeV1.node.js.map +1 -1
- package/dist/nodes/Merge/v2/GenericFunctions.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/addTable.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/append.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/convertToRange.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/deleteTable.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getColumns.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/getRows.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/table/lookup.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/addWorksheet.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/deleteWorkbook.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/workbook/getAll.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/append.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/clear.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/deleteWorksheet.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/getAll.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/readRows.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/update.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/actions/worksheet/upsert.operation.js.map +1 -1
- package/dist/nodes/Microsoft/Excel/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js +6 -2
- package/dist/nodes/Microsoft/Sql/MicrosoftSql.node.js.map +1 -1
- package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js +7 -0
- package/dist/nodes/Microsoft/ToDo/MicrosoftToDo.node.js.map +1 -1
- package/dist/nodes/Microsoft/ToDo/TaskDescription.js +7 -0
- package/dist/nodes/Microsoft/ToDo/TaskDescription.js.map +1 -1
- package/dist/nodes/MySql/v1/MySqlV1.node.js +2 -1
- package/dist/nodes/MySql/v1/MySqlV1.node.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +6 -2
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/insert.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
- package/dist/nodes/Notion/DatabasePageDescription.js +41 -0
- package/dist/nodes/Notion/DatabasePageDescription.js.map +1 -1
- package/dist/nodes/Notion/v2/NotionV2.node.js +9 -0
- package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
- package/dist/nodes/Postgres/PostgresTrigger.node.js +9 -0
- package/dist/nodes/Postgres/PostgresTrigger.node.js.map +1 -1
- package/dist/nodes/Postgres/v1/PostgresV1.node.js +2 -1
- package/dist/nodes/Postgres/v1/PostgresV1.node.js.map +1 -1
- package/dist/nodes/Postgres/v1/genericFunctions.d.ts +4 -1
- package/dist/nodes/Postgres/v1/genericFunctions.js +11 -3
- package/dist/nodes/Postgres/v1/genericFunctions.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js +7 -3
- package/dist/nodes/Postgres/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/insert.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/update.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/upsert.operation.js.map +1 -1
- package/dist/nodes/QuestDb/QuestDb.node.js +6 -2
- package/dist/nodes/QuestDb/QuestDb.node.js.map +1 -1
- package/dist/nodes/RabbitMQ/RabbitMQTrigger.node.js +9 -0
- package/dist/nodes/RabbitMQ/RabbitMQTrigger.node.js.map +1 -1
- package/dist/nodes/Slack/V1/SlackV1.node.js.map +1 -1
- package/dist/nodes/Snowflake/Snowflake.node.js +6 -1
- package/dist/nodes/Snowflake/Snowflake.node.js.map +1 -1
- package/dist/nodes/SseTrigger/SseTrigger.node.js +8 -0
- package/dist/nodes/SseTrigger/SseTrigger.node.js.map +1 -1
- package/dist/nodes/Strava/ActivityDescription.js +7 -0
- package/dist/nodes/Strava/ActivityDescription.js.map +1 -1
- package/dist/nodes/Strava/Strava.node.js +0 -6
- package/dist/nodes/Strava/Strava.node.js.map +1 -1
- package/dist/nodes/TimescaleDb/TimescaleDb.node.js +5 -2
- package/dist/nodes/TimescaleDb/TimescaleDb.node.js.map +1 -1
- package/dist/nodes/Twitter/Twitter.node.d.ts +3 -9
- package/dist/nodes/Twitter/Twitter.node.js +12 -224
- package/dist/nodes/Twitter/Twitter.node.js.map +1 -1
- package/dist/nodes/Twitter/Twitter.node.json +2 -1
- package/dist/nodes/Twitter/V1/DirectMessageDescription.js.map +1 -0
- package/dist/nodes/Twitter/V1/GenericFunctions.js.map +1 -0
- package/dist/nodes/Twitter/V1/TweetDescription.js.map +1 -0
- package/dist/nodes/Twitter/V1/TweetInterface.js.map +1 -0
- package/dist/nodes/Twitter/V1/TwitterV1.node.d.ts +11 -0
- package/dist/nodes/Twitter/V1/TwitterV1.node.js +235 -0
- package/dist/nodes/Twitter/V1/TwitterV1.node.js.map +1 -0
- package/dist/nodes/Twitter/V2/DirectMessageDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/DirectMessageDescription.js +100 -0
- package/dist/nodes/Twitter/V2/DirectMessageDescription.js.map +1 -0
- package/dist/nodes/Twitter/V2/GenericFunctions.d.ts +5 -0
- package/dist/nodes/Twitter/V2/GenericFunctions.js +88 -0
- package/dist/nodes/Twitter/V2/GenericFunctions.js.map +1 -0
- package/dist/nodes/Twitter/V2/ListDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/ListDescription.js +92 -0
- package/dist/nodes/Twitter/V2/ListDescription.js.map +1 -0
- package/dist/nodes/Twitter/V2/TweetDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/TweetDescription.js +452 -0
- package/dist/nodes/Twitter/V2/TweetDescription.js.map +1 -0
- package/dist/nodes/Twitter/V2/TweetInterface.d.ts +23 -0
- package/dist/nodes/Twitter/V2/TweetInterface.js +3 -0
- package/dist/nodes/Twitter/V2/TweetInterface.js.map +1 -0
- package/dist/nodes/Twitter/V2/TwitterV2.node.d.ts +11 -0
- package/dist/nodes/Twitter/V2/TwitterV2.node.js +245 -0
- package/dist/nodes/Twitter/V2/TwitterV2.node.js.map +1 -0
- package/dist/nodes/Twitter/V2/UserDescription.d.ts +3 -0
- package/dist/nodes/Twitter/V2/UserDescription.js +76 -0
- package/dist/nodes/Twitter/V2/UserDescription.js.map +1 -0
- package/dist/nodes/Twitter/test/Workflow_Twitter_UnitTest.json +284 -0
- package/dist/nodes/Wait/Wait.node.d.ts +7 -4
- package/dist/nodes/Wait/Wait.node.js +77 -499
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/dist/nodes/Webhook/Webhook.node.d.ts +8 -3
- package/dist/nodes/Webhook/Webhook.node.js +148 -460
- package/dist/nodes/Webhook/Webhook.node.js.map +1 -1
- package/dist/nodes/Webhook/description.d.ts +10 -0
- package/dist/nodes/Webhook/description.js +325 -0
- package/dist/nodes/Webhook/description.js.map +1 -0
- package/dist/nodes/Webhook/error.d.ts +4 -0
- package/dist/nodes/Webhook/error.js +20 -0
- package/dist/nodes/Webhook/error.js.map +1 -0
- package/dist/package.json +10 -5
- package/dist/types/credentials.json +6 -3
- package/dist/types/nodes.json +46 -40
- package/dist/utils/utilities.d.ts +1 -0
- package/dist/utils/utilities.js +15 -1
- package/dist/utils/utilities.js.map +1 -1
- package/package.json +12 -7
- package/dist/credentials/SendInBlueApi.credentials.js.map +0 -1
- package/dist/nodes/Google/Drive/GenericFunctions.js.map +0 -1
- package/dist/nodes/Google/Drive/SearchFunctions.js.map +0 -1
- package/dist/nodes/SendInBlue/AttributeDescription.js.map +0 -1
- package/dist/nodes/SendInBlue/ContactDescription.js.map +0 -1
- package/dist/nodes/SendInBlue/EmailDescription.js.map +0 -1
- package/dist/nodes/SendInBlue/GenericFunctions.js.map +0 -1
- package/dist/nodes/SendInBlue/SendInBlue.node.js.map +0 -1
- package/dist/nodes/SendInBlue/SendInBlueTrigger.node.js.map +0 -1
- package/dist/nodes/SendInBlue/SenderDescrition.js.map +0 -1
- package/dist/nodes/SendInBlue/sendinblue.svg +0 -20
- package/dist/nodes/Twitter/DirectMessageDescription.js.map +0 -1
- package/dist/nodes/Twitter/GenericFunctions.js.map +0 -1
- package/dist/nodes/Twitter/TweetDescription.js.map +0 -1
- package/dist/nodes/Twitter/TweetInterface.js.map +0 -1
- /package/dist/nodes/{SendInBlue → Brevo}/AttributeDescription.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/ContactDescription.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/ContactDescription.js +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/EmailDescription.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/SenderDescrition.d.ts +0 -0
- /package/dist/nodes/{SendInBlue → Brevo}/SenderDescrition.js +0 -0
- /package/dist/nodes/Google/Drive/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +0 -0
- /package/dist/nodes/Google/Drive/{SearchFunctions.d.ts → v1/SearchFunctions.d.ts} +0 -0
- /package/dist/nodes/Google/Drive/{SearchFunctions.js → v1/SearchFunctions.js} +0 -0
- /package/dist/nodes/Twitter/{DirectMessageDescription.d.ts → V1/DirectMessageDescription.d.ts} +0 -0
- /package/dist/nodes/Twitter/{DirectMessageDescription.js → V1/DirectMessageDescription.js} +0 -0
- /package/dist/nodes/Twitter/{GenericFunctions.d.ts → V1/GenericFunctions.d.ts} +0 -0
- /package/dist/nodes/Twitter/{GenericFunctions.js → V1/GenericFunctions.js} +0 -0
- /package/dist/nodes/Twitter/{TweetDescription.d.ts → V1/TweetDescription.d.ts} +0 -0
- /package/dist/nodes/Twitter/{TweetDescription.js → V1/TweetDescription.js} +0 -0
- /package/dist/nodes/Twitter/{TweetInterface.d.ts → V1/TweetInterface.d.ts} +0 -0
- /package/dist/nodes/Twitter/{TweetInterface.js → V1/TweetInterface.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Webhook.node.js","sourceRoot":"","sources":["../../../nodes/Webhook/Webhook.node.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Webhook.node.js","sourceRoot":"","sources":["../../../nodes/Webhook/Webhook.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { INodeProperties, INodeTypeDescription, IWebhookDescription } from 'n8n-workflow';
|
|
2
|
+
export declare const defaultWebhookDescription: IWebhookDescription;
|
|
3
|
+
export declare const credentialsProperty: (propertyName?: string) => INodeTypeDescription['credentials'];
|
|
4
|
+
export declare const authenticationProperty: (propertyName?: string) => INodeProperties;
|
|
5
|
+
export declare const httpMethodsProperty: INodeProperties;
|
|
6
|
+
export declare const responseCodeProperty: INodeProperties;
|
|
7
|
+
export declare const responseModeProperty: INodeProperties;
|
|
8
|
+
export declare const responseDataProperty: INodeProperties;
|
|
9
|
+
export declare const responseBinaryPropertyNameProperty: INodeProperties;
|
|
10
|
+
export declare const optionsProperty: INodeProperties;
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.optionsProperty = exports.responseBinaryPropertyNameProperty = exports.responseDataProperty = exports.responseModeProperty = exports.responseCodeProperty = exports.httpMethodsProperty = exports.authenticationProperty = exports.credentialsProperty = exports.defaultWebhookDescription = void 0;
|
|
4
|
+
exports.defaultWebhookDescription = {
|
|
5
|
+
name: 'default',
|
|
6
|
+
httpMethod: '={{$parameter["httpMethod"]}}',
|
|
7
|
+
isFullPath: true,
|
|
8
|
+
responseCode: '={{$parameter["responseCode"]}}',
|
|
9
|
+
responseMode: '={{$parameter["responseMode"]}}',
|
|
10
|
+
responseData: '={{$parameter["responseData"] || ($parameter.options.noResponseBody ? "noData" : undefined) }}',
|
|
11
|
+
responseBinaryPropertyName: '={{$parameter["responseBinaryPropertyName"]}}',
|
|
12
|
+
responseContentType: '={{$parameter["options"]["responseContentType"]}}',
|
|
13
|
+
responsePropertyName: '={{$parameter["options"]["responsePropertyName"]}}',
|
|
14
|
+
responseHeaders: '={{$parameter["options"]["responseHeaders"]}}',
|
|
15
|
+
path: '={{$parameter["path"]}}',
|
|
16
|
+
};
|
|
17
|
+
const credentialsProperty = (propertyName = 'authentication') => [
|
|
18
|
+
{
|
|
19
|
+
name: 'httpBasicAuth',
|
|
20
|
+
required: true,
|
|
21
|
+
displayOptions: {
|
|
22
|
+
show: {
|
|
23
|
+
[propertyName]: ['basicAuth'],
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
name: 'httpHeaderAuth',
|
|
29
|
+
required: true,
|
|
30
|
+
displayOptions: {
|
|
31
|
+
show: {
|
|
32
|
+
[propertyName]: ['headerAuth'],
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
];
|
|
37
|
+
exports.credentialsProperty = credentialsProperty;
|
|
38
|
+
const authenticationProperty = (propertyName = 'authentication') => ({
|
|
39
|
+
displayName: 'Authentication',
|
|
40
|
+
name: propertyName,
|
|
41
|
+
type: 'options',
|
|
42
|
+
options: [
|
|
43
|
+
{
|
|
44
|
+
name: 'Basic Auth',
|
|
45
|
+
value: 'basicAuth',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
name: 'Header Auth',
|
|
49
|
+
value: 'headerAuth',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
name: 'None',
|
|
53
|
+
value: 'none',
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
default: 'none',
|
|
57
|
+
description: 'The way to authenticate',
|
|
58
|
+
});
|
|
59
|
+
exports.authenticationProperty = authenticationProperty;
|
|
60
|
+
exports.httpMethodsProperty = {
|
|
61
|
+
displayName: 'HTTP Method',
|
|
62
|
+
name: 'httpMethod',
|
|
63
|
+
type: 'options',
|
|
64
|
+
options: [
|
|
65
|
+
{
|
|
66
|
+
name: 'DELETE',
|
|
67
|
+
value: 'DELETE',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'GET',
|
|
71
|
+
value: 'GET',
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
name: 'HEAD',
|
|
75
|
+
value: 'HEAD',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'PATCH',
|
|
79
|
+
value: 'PATCH',
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
name: 'POST',
|
|
83
|
+
value: 'POST',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'PUT',
|
|
87
|
+
value: 'PUT',
|
|
88
|
+
},
|
|
89
|
+
],
|
|
90
|
+
default: 'GET',
|
|
91
|
+
description: 'The HTTP method to listen to',
|
|
92
|
+
};
|
|
93
|
+
exports.responseCodeProperty = {
|
|
94
|
+
displayName: 'Response Code',
|
|
95
|
+
name: 'responseCode',
|
|
96
|
+
type: 'number',
|
|
97
|
+
displayOptions: {
|
|
98
|
+
hide: {
|
|
99
|
+
responseMode: ['responseNode'],
|
|
100
|
+
},
|
|
101
|
+
},
|
|
102
|
+
typeOptions: {
|
|
103
|
+
minValue: 100,
|
|
104
|
+
maxValue: 599,
|
|
105
|
+
},
|
|
106
|
+
default: 200,
|
|
107
|
+
description: 'The HTTP Response code to return',
|
|
108
|
+
};
|
|
109
|
+
exports.responseModeProperty = {
|
|
110
|
+
displayName: 'Respond',
|
|
111
|
+
name: 'responseMode',
|
|
112
|
+
type: 'options',
|
|
113
|
+
options: [
|
|
114
|
+
{
|
|
115
|
+
name: 'Immediately',
|
|
116
|
+
value: 'onReceived',
|
|
117
|
+
description: 'As soon as this node executes',
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
name: 'When Last Node Finishes',
|
|
121
|
+
value: 'lastNode',
|
|
122
|
+
description: 'Returns data of the last-executed node',
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
name: "Using 'Respond to Webhook' Node",
|
|
126
|
+
value: 'responseNode',
|
|
127
|
+
description: 'Response defined in that node',
|
|
128
|
+
},
|
|
129
|
+
],
|
|
130
|
+
default: 'onReceived',
|
|
131
|
+
description: 'When and how to respond to the webhook',
|
|
132
|
+
};
|
|
133
|
+
exports.responseDataProperty = {
|
|
134
|
+
displayName: 'Response Data',
|
|
135
|
+
name: 'responseData',
|
|
136
|
+
type: 'options',
|
|
137
|
+
displayOptions: {
|
|
138
|
+
show: {
|
|
139
|
+
responseMode: ['lastNode'],
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
options: [
|
|
143
|
+
{
|
|
144
|
+
name: 'All Entries',
|
|
145
|
+
value: 'allEntries',
|
|
146
|
+
description: 'Returns all the entries of the last node. Always returns an array.',
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
name: 'First Entry JSON',
|
|
150
|
+
value: 'firstEntryJson',
|
|
151
|
+
description: 'Returns the JSON data of the first entry of the last node. Always returns a JSON object.',
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
name: 'First Entry Binary',
|
|
155
|
+
value: 'firstEntryBinary',
|
|
156
|
+
description: 'Returns the binary data of the first entry of the last node. Always returns a binary file.',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
name: 'No Response Body',
|
|
160
|
+
value: 'noData',
|
|
161
|
+
description: 'Returns without a body',
|
|
162
|
+
},
|
|
163
|
+
],
|
|
164
|
+
default: 'firstEntryJson',
|
|
165
|
+
description: 'What data should be returned. If it should return all items as an array or only the first item as object.',
|
|
166
|
+
};
|
|
167
|
+
exports.responseBinaryPropertyNameProperty = {
|
|
168
|
+
displayName: 'Property Name',
|
|
169
|
+
name: 'responseBinaryPropertyName',
|
|
170
|
+
type: 'string',
|
|
171
|
+
required: true,
|
|
172
|
+
default: 'data',
|
|
173
|
+
displayOptions: {
|
|
174
|
+
show: {
|
|
175
|
+
responseData: ['firstEntryBinary'],
|
|
176
|
+
},
|
|
177
|
+
},
|
|
178
|
+
description: 'Name of the binary property to return',
|
|
179
|
+
};
|
|
180
|
+
exports.optionsProperty = {
|
|
181
|
+
displayName: 'Options',
|
|
182
|
+
name: 'options',
|
|
183
|
+
type: 'collection',
|
|
184
|
+
placeholder: 'Add Option',
|
|
185
|
+
default: {},
|
|
186
|
+
options: [
|
|
187
|
+
{
|
|
188
|
+
displayName: 'Binary Data',
|
|
189
|
+
name: 'binaryData',
|
|
190
|
+
type: 'boolean',
|
|
191
|
+
displayOptions: {
|
|
192
|
+
show: {
|
|
193
|
+
'/httpMethod': ['PATCH', 'PUT', 'POST'],
|
|
194
|
+
},
|
|
195
|
+
},
|
|
196
|
+
default: false,
|
|
197
|
+
description: 'Whether the webhook will receive binary data',
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
displayName: 'Binary Property',
|
|
201
|
+
name: 'binaryPropertyName',
|
|
202
|
+
type: 'string',
|
|
203
|
+
default: 'data',
|
|
204
|
+
required: true,
|
|
205
|
+
displayOptions: {
|
|
206
|
+
show: {
|
|
207
|
+
binaryData: [true],
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
description: 'Name of the binary property to write the data of the received file to. If the data gets received via "Form-Data Multipart" it will be the prefix and a number starting with 0 will be attached to it.',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
displayName: 'Ignore Bots',
|
|
214
|
+
name: 'ignoreBots',
|
|
215
|
+
type: 'boolean',
|
|
216
|
+
default: false,
|
|
217
|
+
description: 'Whether to ignore requests from bots like link previewers and web crawlers',
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
displayName: 'No Response Body',
|
|
221
|
+
name: 'noResponseBody',
|
|
222
|
+
type: 'boolean',
|
|
223
|
+
default: false,
|
|
224
|
+
description: 'Whether to send any body in the response',
|
|
225
|
+
displayOptions: {
|
|
226
|
+
hide: {
|
|
227
|
+
rawBody: [true],
|
|
228
|
+
},
|
|
229
|
+
show: {
|
|
230
|
+
'/responseMode': ['onReceived'],
|
|
231
|
+
},
|
|
232
|
+
},
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
displayName: 'Raw Body',
|
|
236
|
+
name: 'rawBody',
|
|
237
|
+
type: 'boolean',
|
|
238
|
+
displayOptions: {
|
|
239
|
+
hide: {
|
|
240
|
+
binaryData: [true],
|
|
241
|
+
noResponseBody: [true],
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
default: false,
|
|
245
|
+
description: 'Raw body (binary)',
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
displayName: 'Response Data',
|
|
249
|
+
name: 'responseData',
|
|
250
|
+
type: 'string',
|
|
251
|
+
displayOptions: {
|
|
252
|
+
show: {
|
|
253
|
+
'/responseMode': ['onReceived'],
|
|
254
|
+
},
|
|
255
|
+
hide: {
|
|
256
|
+
noResponseBody: [true],
|
|
257
|
+
},
|
|
258
|
+
},
|
|
259
|
+
default: '',
|
|
260
|
+
placeholder: 'success',
|
|
261
|
+
description: 'Custom response data to send',
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
displayName: 'Response Content-Type',
|
|
265
|
+
name: 'responseContentType',
|
|
266
|
+
type: 'string',
|
|
267
|
+
displayOptions: {
|
|
268
|
+
show: {
|
|
269
|
+
'/responseData': ['firstEntryJson'],
|
|
270
|
+
'/responseMode': ['lastNode'],
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
default: '',
|
|
274
|
+
placeholder: 'application/xml',
|
|
275
|
+
description: 'Set a custom content-type to return if another one as the "application/json" should be returned',
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
displayName: 'Response Headers',
|
|
279
|
+
name: 'responseHeaders',
|
|
280
|
+
placeholder: 'Add Response Header',
|
|
281
|
+
description: 'Add headers to the webhook response',
|
|
282
|
+
type: 'fixedCollection',
|
|
283
|
+
typeOptions: {
|
|
284
|
+
multipleValues: true,
|
|
285
|
+
},
|
|
286
|
+
default: {},
|
|
287
|
+
options: [
|
|
288
|
+
{
|
|
289
|
+
name: 'entries',
|
|
290
|
+
displayName: 'Entries',
|
|
291
|
+
values: [
|
|
292
|
+
{
|
|
293
|
+
displayName: 'Name',
|
|
294
|
+
name: 'name',
|
|
295
|
+
type: 'string',
|
|
296
|
+
default: '',
|
|
297
|
+
description: 'Name of the header',
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
displayName: 'Value',
|
|
301
|
+
name: 'value',
|
|
302
|
+
type: 'string',
|
|
303
|
+
default: '',
|
|
304
|
+
description: 'Value of the header',
|
|
305
|
+
},
|
|
306
|
+
],
|
|
307
|
+
},
|
|
308
|
+
],
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
displayName: 'Property Name',
|
|
312
|
+
name: 'responsePropertyName',
|
|
313
|
+
type: 'string',
|
|
314
|
+
displayOptions: {
|
|
315
|
+
show: {
|
|
316
|
+
'/responseData': ['firstEntryJson'],
|
|
317
|
+
'/responseMode': ['lastNode'],
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
|
+
default: 'data',
|
|
321
|
+
description: 'Name of the property to return the data of instead of the whole JSON',
|
|
322
|
+
},
|
|
323
|
+
],
|
|
324
|
+
};
|
|
325
|
+
//# sourceMappingURL=description.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"description.js","sourceRoot":"","sources":["../../../nodes/Webhook/description.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WebhookAuthorizationError = void 0;
|
|
4
|
+
class WebhookAuthorizationError extends Error {
|
|
5
|
+
constructor(responseCode, message) {
|
|
6
|
+
if (message === undefined) {
|
|
7
|
+
message = 'Authorization problem!';
|
|
8
|
+
if (responseCode === 401) {
|
|
9
|
+
message = 'Authorization is required!';
|
|
10
|
+
}
|
|
11
|
+
else if (responseCode === 403) {
|
|
12
|
+
message = 'Authorization data is wrong!';
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
super(message);
|
|
16
|
+
this.responseCode = responseCode;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.WebhookAuthorizationError = WebhookAuthorizationError;
|
|
20
|
+
//# sourceMappingURL=error.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error.js","sourceRoot":"","sources":["../../../nodes/Webhook/error.ts"],"names":[],"mappings":";;;AAAA,MAAa,yBAA0B,SAAQ,KAAK;IACnD,YAAqB,YAAoB,EAAE,OAAgB;QAC1D,IAAI,OAAO,KAAK,SAAS,EAAE;YAC1B,OAAO,GAAG,wBAAwB,CAAC;YACnC,IAAI,YAAY,KAAK,GAAG,EAAE;gBACzB,OAAO,GAAG,4BAA4B,CAAC;aACvC;iBAAM,IAAI,YAAY,KAAK,GAAG,EAAE;gBAChC,OAAO,GAAG,8BAA8B,CAAC;aACzC;SACD;QACD,KAAK,CAAC,OAAO,CAAC,CAAC;QATK,iBAAY,GAAZ,YAAY,CAAQ;IAUzC,CAAC;CACD;AAZD,8DAYC"}
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.234.0",
|
|
4
4
|
"description": "Base nodes of n8n",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://n8n.io",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"clean": "rimraf dist .turbo",
|
|
18
18
|
"dev": "pnpm watch",
|
|
19
19
|
"typecheck": "tsc",
|
|
20
|
-
"build": "tsc -p tsconfig.build.json && gulp build:icons && gulp build:translations && pnpm build:metadata",
|
|
20
|
+
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && gulp build:icons && gulp build:translations && pnpm build:metadata",
|
|
21
21
|
"build:translations": "gulp build:translations",
|
|
22
22
|
"build:metadata": "pnpm n8n-generate-known && pnpm n8n-generate-ui-types",
|
|
23
23
|
"format": "prettier --write . --ignore-path ../../.prettierignore",
|
|
@@ -77,6 +77,7 @@
|
|
|
77
77
|
"dist/credentials/CopperApi.credentials.js",
|
|
78
78
|
"dist/credentials/CortexApi.credentials.js",
|
|
79
79
|
"dist/credentials/CrateDb.credentials.js",
|
|
80
|
+
"dist/credentials/CrowdDevApi.credentials.js",
|
|
80
81
|
"dist/credentials/CustomerIoApi.credentials.js",
|
|
81
82
|
"dist/credentials/DeepLApi.credentials.js",
|
|
82
83
|
"dist/credentials/DemioApi.credentials.js",
|
|
@@ -152,6 +153,7 @@
|
|
|
152
153
|
"dist/credentials/HttpBasicAuth.credentials.js",
|
|
153
154
|
"dist/credentials/HttpDigestAuth.credentials.js",
|
|
154
155
|
"dist/credentials/HttpHeaderAuth.credentials.js",
|
|
156
|
+
"dist/credentials/HttpCustomAuth.credentials.js",
|
|
155
157
|
"dist/credentials/HttpQueryAuth.credentials.js",
|
|
156
158
|
"dist/credentials/HubspotApi.credentials.js",
|
|
157
159
|
"dist/credentials/HubspotAppToken.credentials.js",
|
|
@@ -270,7 +272,7 @@
|
|
|
270
272
|
"dist/credentials/SecurityScorecardApi.credentials.js",
|
|
271
273
|
"dist/credentials/SegmentApi.credentials.js",
|
|
272
274
|
"dist/credentials/SendGridApi.credentials.js",
|
|
273
|
-
"dist/credentials/
|
|
275
|
+
"dist/credentials/BrevoApi.credentials.js",
|
|
274
276
|
"dist/credentials/SendyApi.credentials.js",
|
|
275
277
|
"dist/credentials/SentryIoApi.credentials.js",
|
|
276
278
|
"dist/credentials/SentryIoOAuth2Api.credentials.js",
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
"dist/credentials/TwilioApi.credentials.js",
|
|
319
321
|
"dist/credentials/TwistOAuth2Api.credentials.js",
|
|
320
322
|
"dist/credentials/TwitterOAuth1Api.credentials.js",
|
|
323
|
+
"dist/credentials/TwitterOAuth2Api.credentials.js",
|
|
321
324
|
"dist/credentials/TypeformApi.credentials.js",
|
|
322
325
|
"dist/credentials/TypeformOAuth2Api.credentials.js",
|
|
323
326
|
"dist/credentials/UnleashedSoftwareApi.credentials.js",
|
|
@@ -421,6 +424,8 @@
|
|
|
421
424
|
"dist/nodes/Cortex/Cortex.node.js",
|
|
422
425
|
"dist/nodes/CrateDb/CrateDb.node.js",
|
|
423
426
|
"dist/nodes/Cron/Cron.node.js",
|
|
427
|
+
"dist/nodes/CrowdDev/CrowdDev.node.js",
|
|
428
|
+
"dist/nodes/CrowdDev/CrowdDevTrigger.node.js",
|
|
424
429
|
"dist/nodes/Crypto/Crypto.node.js",
|
|
425
430
|
"dist/nodes/CustomerIo/CustomerIo.node.js",
|
|
426
431
|
"dist/nodes/CustomerIo/CustomerIoTrigger.node.js",
|
|
@@ -597,8 +602,8 @@
|
|
|
597
602
|
"dist/nodes/Netlify/NetlifyTrigger.node.js",
|
|
598
603
|
"dist/nodes/NextCloud/NextCloud.node.js",
|
|
599
604
|
"dist/nodes/NocoDB/NocoDB.node.js",
|
|
600
|
-
"dist/nodes/
|
|
601
|
-
"dist/nodes/
|
|
605
|
+
"dist/nodes/Brevo/Brevo.node.js",
|
|
606
|
+
"dist/nodes/Brevo/BrevoTrigger.node.js",
|
|
602
607
|
"dist/nodes/StickyNote/StickyNote.node.js",
|
|
603
608
|
"dist/nodes/NoOp/NoOp.node.js",
|
|
604
609
|
"dist/nodes/Onfleet/Onfleet.node.js",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
{"name":"copperApi","displayName":"Copper API","documentationUrl":"copper","properties":[{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Email","name":"email","required":true,"type":"string","placeholder":"name@email.com","default":""}]},
|
|
46
46
|
{"name":"cortexApi","displayName":"Cortex API","documentationUrl":"cortex","properties":[{"displayName":"API Key","name":"cortexApiKey","type":"string","default":""},{"displayName":"Cortex Instance","name":"host","type":"string","description":"The URL of the Cortex instance","default":"","placeholder":"https://localhost:9001"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.cortexApiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/analyzer"}}},
|
|
47
47
|
{"name":"crateDb","displayName":"CrateDB","documentationUrl":"crateDb","properties":[{"displayName":"Host","name":"host","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"doc"},{"displayName":"User","name":"user","type":"string","default":"crate"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"SSL","name":"ssl","type":"options","options":[{"name":"Allow","value":"allow"},{"name":"Disable","value":"disable"},{"name":"Require","value":"require"},{"name":"Verify (Not Implemented)","value":"verify"},{"name":"Verify-Full (Not Implemented)","value":"verify-full"}],"default":"disable"},{"displayName":"Port","name":"port","type":"number","default":5432}]},
|
|
48
|
+
{"name":"crowdDevApi","displayName":"crowd.dev API","documentationUrl":"crowdDev","properties":[{"displayName":"URL","name":"url","type":"string","default":"https://app.crowd.dev"},{"displayName":"Tenant ID","name":"tenantId","type":"string","default":""},{"displayName":"Token","name":"token","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Ignore SSL Issues","name":"allowUnauthorizedCerts","type":"boolean","description":"Whether to connect even if SSL certificate validation is not possible","default":false}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"={{\"Bearer \" + $credentials.token}}"}}},"test":{"request":{"method":"POST","baseURL":"={{$credentials.url.replace(/\\/$/, \"\") + \"/api/tenant/\" + $credentials.tenantId}}","url":"/member/query","skipSslCertificateValidation":"={{ $credentials.allowUnauthorizedCerts }}","body":{"limit":1,"offset":0}}}},
|
|
48
49
|
{"name":"customerIoApi","displayName":"Customer.io API","documentationUrl":"customerIo","properties":[{"displayName":"Tracking API Key","name":"trackingApiKey","type":"string","default":"","description":"Required for tracking API","required":true},{"displayName":"Region","name":"region","type":"options","options":[{"name":"EU region","value":"track-eu.customer.io"},{"name":"Global region","value":"track.customer.io"}],"default":"track.customer.io","description":"Should be set based on your account region","hint":"The region will be omited when being used with the HTTP node","required":true},{"displayName":"Tracking Site ID","name":"trackingSiteId","type":"string","default":"","description":"Required for tracking API"},{"displayName":"App API Key","name":"appApiKey","type":"string","default":"","description":"Required for App API"}],"authenticate":{}},
|
|
49
50
|
{"name":"deepLApi","displayName":"DeepL API","documentationUrl":"deepL","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Plan","name":"apiPlan","type":"options","options":[{"name":"Pro Plan","value":"pro"},{"name":"Free Plan","value":"free"}],"default":"pro"}],"authenticate":{"type":"generic","properties":{"qs":{"auth_key":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"={{$credentials.apiPlan === \"pro\" ? \"https://api.deepl.com/v2\" : \"https://api-free.deepl.com/v2\" }}","url":"/usage"}}},
|
|
50
51
|
{"name":"demioApi","displayName":"Demio API","documentationUrl":"demio","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"API Secret","name":"apiSecret","type":"string","default":""}]},
|
|
@@ -95,7 +96,7 @@
|
|
|
95
96
|
{"name":"googleCloudStorageOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Cloud Storage OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloud-platform.read-only https://www.googleapis.com/auth/devstorage.full_control https://www.googleapis.com/auth/devstorage.read_only https://www.googleapis.com/auth/devstorage.read_write"}]},
|
|
96
97
|
{"name":"googleContactsOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Contacts OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/contacts"}]},
|
|
97
98
|
{"name":"googleDocsOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Docs OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/documents https://www.googleapis.com/auth/drive https://www.googleapis.com/auth/drive.file"}]},
|
|
98
|
-
{"name":"googleDriveOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Drive OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/drive https://www.googleapis.com/auth/drive.appdata https://www.googleapis.com/auth/drive.photos.readonly"}]},
|
|
99
|
+
{"name":"googleDriveOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Drive OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/drive https://www.googleapis.com/auth/drive.appdata https://www.googleapis.com/auth/drive.photos.readonly"},{"displayName":"Make sure that you have enabled the Google Drive API in the Google Cloud Console. <a href=\"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-generic/#scopes\" target=\"_blank\">More info</a>.","name":"notice","type":"notice","default":""}]},
|
|
99
100
|
{"name":"googleFirebaseCloudFirestoreOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Firebase Cloud Firestore OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/datastore https://www.googleapis.com/auth/firebase"}]},
|
|
100
101
|
{"name":"googleFirebaseRealtimeDatabaseOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Firebase Realtime Database OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/firebase.database https://www.googleapis.com/auth/firebase"},{"displayName":"Region","name":"region","type":"options","default":"firebaseio.com","options":[{"name":"us-central1","value":"firebaseio.com"},{"name":"europe-west1","value":"europe-west1.firebasedatabase.app"},{"name":"asia-southeast1","value":"asia-southeast1.firebasedatabase.app"}]}]},
|
|
101
102
|
{"name":"googleOAuth2Api","extends":["oAuth2Api"],"displayName":"Google OAuth2 API","documentationUrl":"google/oauth-generic","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://accounts.google.com/o/oauth2/v2/auth"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://oauth2.googleapis.com/token"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"access_type=offline&prompt=consent"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/Google.svg"},
|
|
@@ -120,6 +121,7 @@
|
|
|
120
121
|
{"name":"httpBasicAuth","displayName":"Basic Auth","documentationUrl":"httpRequest","genericAuth":true,"icon":"node:n8n-nodes-base.httpRequest","properties":[{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""}]},
|
|
121
122
|
{"name":"httpDigestAuth","displayName":"Digest Auth","documentationUrl":"httpRequest","genericAuth":true,"icon":"node:n8n-nodes-base.httpRequest","properties":[{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""}]},
|
|
122
123
|
{"name":"httpHeaderAuth","displayName":"Header Auth","documentationUrl":"httpRequest","genericAuth":true,"icon":"node:n8n-nodes-base.httpRequest","properties":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"={{$credentials.name}}":"={{$credentials.value}}"}}}},
|
|
124
|
+
{"name":"httpCustomAuth","displayName":"Custom Auth","documentationUrl":"httpRequest","genericAuth":true,"icon":"node:n8n-nodes-base.httpRequest","properties":[{"displayName":"JSON","name":"json","type":"json","required":true,"description":"Use json to specify authentication values for headers, body and qs.","placeholder":"{ \"headers\": { \"key\" : \"value\" }, \"body\": { \"key\": \"value\" }, \"qs\": { \"key\": \"value\" } }","default":""}]},
|
|
123
125
|
{"name":"httpQueryAuth","displayName":"Query Auth","documentationUrl":"httpRequest","genericAuth":true,"icon":"node:n8n-nodes-base.httpRequest","properties":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","typeOptions":{"password":true},"default":""}]},
|
|
124
126
|
{"name":"hubspotApi","displayName":"HubSpot API","documentationUrl":"hubspot","properties":[{"displayName":"On 30 November, 2022 Hubspot will remove API key support. You will have to connect to HubSpot using private app or Oauth2 auth method. <a target=\"_blank\" href=\"https://developers.hubspot.com/changelog/upcoming-api-key-sunset\">More details (HubSpot.com)</a>","name":"notice","type":"notice","default":""},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"qs":{"hapikey":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.hubapi.com","url":"/account-info/v3/details"}}},
|
|
125
127
|
{"name":"hubspotAppToken","displayName":"HubSpot App Token","documentationUrl":"hubspot","properties":[{"displayName":"APP Token","name":"appToken","type":"string","default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.appToken}}"}}},"test":{"request":{"baseURL":"https://api.hubapi.com","url":"/account-info/v3/details"}}},
|
|
@@ -237,7 +239,7 @@
|
|
|
237
239
|
{"name":"securityScorecardApi","displayName":"SecurityScorecard API","documentationUrl":"securityScorecard","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","required":true}]},
|
|
238
240
|
{"name":"segmentApi","displayName":"Segment API","documentationUrl":"segment","properties":[{"displayName":"Write Key","name":"writekey","type":"string","default":""}],"authenticate":{}},
|
|
239
241
|
{"name":"sendGridApi","displayName":"SendGrid API","documentationUrl":"sendgrid","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.sendgrid.com/v3","url":"/marketing/contacts"}}},
|
|
240
|
-
{"name":"sendInBlueApi","displayName":"
|
|
242
|
+
{"name":"sendInBlueApi","displayName":"Brevo","documentationUrl":"brevo","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"api-key":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.brevo.com/v3","url":"/account"}}},
|
|
241
243
|
{"name":"sendyApi","displayName":"Sendy API","documentationUrl":"sendy","properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://yourdomain.com"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}]},
|
|
242
244
|
{"name":"sentryIoApi","displayName":"Sentry.io API","documentationUrl":"sentryIo","properties":[{"displayName":"Token","name":"token","type":"string","default":""}]},
|
|
243
245
|
{"name":"sentryIoOAuth2Api","extends":["oAuth2Api"],"displayName":"Sentry.io OAuth2 API","documentationUrl":"sentryIo","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://sentry.io/oauth/authorize/","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://sentry.io/oauth/token/","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"event:admin event:read org:read project:read project:releases team:read event:write org:admin project:write team:write project:admin team:admin"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}]},
|
|
@@ -284,7 +286,8 @@
|
|
|
284
286
|
{"name":"twakeServerApi","displayName":"Twake Server API","documentationUrl":"twake","properties":[{"displayName":"Host URL","name":"hostUrl","type":"string","default":""},{"displayName":"Public ID","name":"publicId","type":"string","default":""},{"displayName":"Private API Key","name":"privateApiKey","type":"string","default":""}]},
|
|
285
287
|
{"name":"twilioApi","displayName":"Twilio API","documentationUrl":"twilio","properties":[{"displayName":"Auth Type","name":"authType","type":"options","default":"authToken","options":[{"name":"Auth Token","value":"authToken"},{"name":"API Key","value":"apiKey"}]},{"displayName":"Account SID","name":"accountSid","type":"string","default":""},{"displayName":"Auth Token","name":"authToken","type":"string","default":"","displayOptions":{"show":{"authType":["authToken"]}}},{"displayName":"API Key SID","name":"apiKeySid","type":"string","default":"","displayOptions":{"show":{"authType":["apiKey"]}}},{"displayName":"API Key Secret","name":"apiKeySecret","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"authType":["apiKey"]}}}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{ $credentials.authType === \"apiKey\" ? $credentials.apiKeySid : $credentials.accountSid }}","password":"={{ $credentials.authType === \"apiKey\" ? $credentials.apiKeySecret : $credentials.authToken }}"}}}},
|
|
286
288
|
{"name":"twistOAuth2Api","extends":["oAuth2Api"],"displayName":"Twist OAuth2 API","documentationUrl":"twist","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://twist.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://twist.com/oauth/access_token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"attachments:write,channels:remove,comments:remove,messages:remove,threads:remove,workspaces:read"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}]},
|
|
287
|
-
{"name":"twitterOAuth1Api","extends":["oAuth1Api"],"displayName":"Twitter OAuth API","documentationUrl":"twitter","properties":[{"displayName":"Request Token URL","name":"requestTokenUrl","type":"hidden","default":"https://api.twitter.com/oauth/request_token"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://api.twitter.com/oauth/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://api.twitter.com/oauth/access_token"},{"displayName":"Signature Method","name":"signatureMethod","type":"hidden","default":"HMAC-SHA1"}]},
|
|
289
|
+
{"name":"twitterOAuth1Api","extends":["oAuth1Api"],"displayName":"Twitter OAuth API","documentationUrl":"twitter","properties":[{"displayName":"Request Token URL","name":"requestTokenUrl","type":"hidden","default":"https://api.twitter.com/oauth/request_token"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://api.twitter.com/oauth/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://api.twitter.com/oauth/access_token"},{"displayName":"Signature Method","name":"signatureMethod","type":"hidden","default":"HMAC-SHA1"},{"displayName":"Some operations requires a Basic or a Pro API for more informations see <a href=\"https://developer.twitter.com/en/products/twitter-api\" target=\"_blank\">Twitter Api Doc</a>","name":"apiPermissioms","type":"notice","default":""}]},
|
|
290
|
+
{"name":"twitterOAuth2Api","extends":["oAuth2Api"],"displayName":"Twitter OAuth2 API","documentationUrl":"twitter","properties":[{"displayName":"Some operations requires a Basic or a Pro API for more informations see <a href=\"https://developer.twitter.com/en/products/twitter-api\" target=\"_blank\">Twitter Api Doc</a>","name":"apiPermissioms","type":"notice","default":""},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"pkce"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://twitter.com/i/oauth2/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://api.twitter.com/2/oauth2/token"},{"displayName":"Scope","name":"scope","type":"hidden","default":"tweet.read users.read tweet.write tweet.moderate.write users.read follows.read follows.write offline.access like.read like.write dm.write dm.read list.read list.write"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}]},
|
|
288
291
|
{"name":"typeformApi","displayName":"Typeform API","documentationUrl":"typeform","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=bearer {{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"https://api.typeform.com","url":"/forms"}}},
|
|
289
292
|
{"name":"typeformOAuth2Api","extends":["oAuth2Api"],"displayName":"Typeform OAuth2 API","documentationUrl":"typeform","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://api.typeform.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://api.typeform.com/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"webhooks:write webhooks:read forms:read"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}]},
|
|
290
293
|
{"name":"unleashedSoftwareApi","displayName":"Unleashed API","documentationUrl":"unleashedSoftware","properties":[{"displayName":"API ID","name":"apiId","type":"string","default":""},{"displayName":"API Key","name":"apiKey","type":"string","default":"","typeOptions":{"password":true}}]},
|