n8n-nodes-base 2.3.1 → 2.4.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/nodes/ActiveCampaign/__schema__/v1.0.0/contactTag/add.json +13 -1
- package/dist/nodes/Affinity/__schema__/v1.0.0/listEntry/getAll.json +4 -1
- package/dist/nodes/Affinity/__schema__/v1.0.0/organization/get.json +4 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/click.json +15 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/interaction/type.json +56 -0
- package/dist/nodes/Airtop/__schema__/v1.0.0/session/create.json +4 -1
- package/dist/nodes/Airtop/__schema__/v1.0.0/window/create.json +4 -1
- package/dist/nodes/Aws/DynamoDB/__schema__/v1.0.0/item/delete.json +9 -0
- package/dist/nodes/Aws/IAM/__schema__/v1.0.0/user/getAll.json +25 -25
- package/dist/nodes/Aws/S3/__schema__/v2.0.0/bucket/getAll.json +4 -1
- package/dist/nodes/Aws/S3/__schema__/v2.0.0/file/download.json +19 -18
- package/dist/nodes/Aws/SES/__schema__/v1.0.0/email/sendTemplate.json +30 -0
- package/dist/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/create.json +7 -1
- package/dist/nodes/Aws/Transcribe/__schema__/v1.0.0/transcriptionJob/get.json +38 -41
- package/dist/nodes/BambooHr/__schema__/v1.0.0/companyReport/get.json +10 -1
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/get.json +4 -1
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/getAll.json +7 -1
- package/dist/nodes/BambooHr/__schema__/v1.0.0/employee/update.json +9 -0
- package/dist/nodes/Box/BoxTrigger.node.js +3 -3
- package/dist/nodes/Box/BoxTrigger.node.js.map +1 -1
- package/dist/nodes/Box/__schema__/v1.0.0/file/download.json +30 -1
- package/dist/nodes/ClickUp/__schema__/v1.0.0/task/create.json +7 -1
- package/dist/nodes/ConvertKit/__schema__/v1.0.0/tagSubscriber/add.json +42 -42
- package/dist/nodes/DataTable/__schema__/v1.1.0/row/get.json +15 -0
- package/dist/nodes/DataTable/__schema__/v1.1.0/row/insert.json +15 -0
- package/dist/nodes/Dropbox/__schema__/v1.0.0/folder/delete.json +26 -0
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/enrich.json +7 -1
- package/dist/nodes/Dropcontact/__schema__/v1.0.0/contact/fetchRequest.json +1 -1
- package/dist/nodes/ERPNext/__schema__/v1.0.0/document/create.json +114 -1
- package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/Form/common.descriptions.js +7 -1
- package/dist/nodes/Form/common.descriptions.js.map +1 -1
- package/dist/nodes/FreshworksCrm/__schema__/v1.0.0/search/query.json +4 -1
- package/dist/nodes/Git/GenericFunctions.d.ts +9 -0
- package/dist/nodes/Git/GenericFunctions.d.ts.map +1 -0
- package/dist/nodes/Git/GenericFunctions.js +31 -0
- package/dist/nodes/Git/GenericFunctions.js.map +1 -0
- package/dist/nodes/Git/Git.node.d.ts.map +1 -1
- package/dist/nodes/Git/Git.node.js +52 -2
- package/dist/nodes/Git/Git.node.js.map +1 -1
- package/dist/nodes/Git/descriptions/ReflogDescription.d.ts +3 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.d.ts.map +1 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.js +57 -0
- package/dist/nodes/Git/descriptions/ReflogDescription.js.map +1 -0
- package/dist/nodes/Git/descriptions/index.d.ts +1 -0
- package/dist/nodes/Git/descriptions/index.d.ts.map +1 -1
- package/dist/nodes/Git/descriptions/index.js +1 -0
- package/dist/nodes/Git/descriptions/index.js.map +1 -1
- package/dist/nodes/Github/GithubTrigger.node.js +1 -1
- package/dist/nodes/Github/GithubTrigger.node.js.map +1 -1
- package/dist/nodes/Github/__schema__/v1.1.0/file/get.json +42 -1
- package/dist/nodes/Github/__schema__/v1.1.0/workflow/dispatchAndWait.json +9 -0
- package/dist/nodes/Github/__schema__/v1.1.0/workflow/get.json +36 -0
- package/dist/nodes/Github/__schema__/v1.1.0/workflow/list.json +47 -0
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/create.json +12 -0
- package/dist/nodes/Gitlab/__schema__/v1.0.0/file/get.json +4 -1
- package/dist/nodes/Google/Ads/__schema__/v1.0.0/campaign/getAll.json +4 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.d.ts.map +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +0 -16
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
- package/dist/nodes/Google/Calendar/__schema__/v1.3.0/event/get.json +7 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/message/get.json +66 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/get.json +7 -1
- package/dist/nodes/Google/Chat/__schema__/v1.0.0/space/getAll.json +4 -1
- package/dist/nodes/Google/Contacts/__schema__/v1.0.0/contact/create.json +48 -1
- package/dist/nodes/Google/Drive/__schema__/v3.0.0/file/upload.json +18 -1
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.d.ts.map +1 -1
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js +0 -16
- package/dist/nodes/Google/Drive/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/group/create.json +27 -0
- package/dist/nodes/Google/GSuiteAdmin/__schema__/v1.0.0/user/addToGroup.json +9 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/draft/create.json +26 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/label/getAll.json +21 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/addLabels.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/get.json +151 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/getAll.json +55 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/markAsRead.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/reply.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/send.json +18 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/message/sendAndWait.json +14 -0
- package/dist/nodes/Google/Gmail/__schema__/v2.2.0/thread/getAll.json +15 -0
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.d.ts.map +1 -1
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js +0 -16
- package/dist/nodes/Google/Gmail/v2/GmailV2.node.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.d.ts.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +0 -16
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Task/__schema__/v1.0.0/task/create.json +4 -1
- package/dist/nodes/HackerNews/__schema__/v1.0.0/article/get.json +4 -1
- package/dist/nodes/HelpScout/__schema__/v1.0.0/mailbox/getAll.json +53 -0
- package/dist/nodes/HttpRequest/V3/Description.d.ts.map +1 -1
- package/dist/nodes/HttpRequest/V3/Description.js +32 -30
- package/dist/nodes/HttpRequest/V3/Description.js.map +1 -1
- package/dist/nodes/Hubspot/__schema__/v2.2.0/company/getAll.json +83 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/contact/search.json +4 -1
- package/dist/nodes/Hubspot/__schema__/v2.2.0/contactList/add.json +30 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/getAll.json +83 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/deal/search.json +4 -1
- package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/get.json +81 -0
- package/dist/nodes/Hubspot/__schema__/v2.2.0/ticket/getAll.json +18 -0
- package/dist/nodes/JinaAI/__schema__/v1.0.0/reader/read.json +7 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/delete.json +9 -0
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/get.json +414 -1
- package/dist/nodes/Jira/__schema__/v1.0.0/issue/getAll.json +535 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/enrich/get.json +108 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/create.json +4 -1
- package/dist/nodes/Lemlist/__schema__/v2.0.0/lead/get.json +7 -1
- package/dist/nodes/Linear/__schema__/v1.1.0/comment/addComment.json +17 -0
- package/dist/nodes/Linear/__schema__/v1.1.0/issue/create.json +49 -0
- package/dist/nodes/Linear/__schema__/v1.1.0/issue/get.json +43 -0
- package/dist/nodes/Mailcheck/__schema__/v1.0.0/email/check.json +30 -0
- package/dist/nodes/Mailjet/EmailDescription.d.ts.map +1 -1
- package/dist/nodes/Mailjet/EmailDescription.js +24 -0
- package/dist/nodes/Mailjet/EmailDescription.js.map +1 -1
- package/dist/nodes/Mailjet/GenericFunctions.d.ts +2 -0
- package/dist/nodes/Mailjet/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Mailjet/Mailjet.node.d.ts.map +1 -1
- package/dist/nodes/Mailjet/Mailjet.node.js +12 -0
- package/dist/nodes/Mailjet/Mailjet.node.js.map +1 -1
- package/dist/nodes/Marketstack/__schema__/v1.0.0/endOfDayData/getAll.json +4 -1
- package/dist/nodes/Matrix/__schema__/v1.0.0/message/getAll.json +4 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.d.ts.map +1 -1
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js +76 -26
- package/dist/nodes/Merge/v3/actions/mode/combineBySql.js.map +1 -1
- package/dist/nodes/Metabase/__schema__/v1.0.0/questions/get.json +257 -248
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/get.json +9 -0
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/getAll.json +72 -1
- package/dist/nodes/Microsoft/AzureCosmosDb/__schema__/v1.0.0/item/query.json +31 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/download.json +7 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/file/share.json +4 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/create.json +15 -1
- package/dist/nodes/Microsoft/OneDrive/__schema__/v1.0.0/folder/share.json +41 -0
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/contact/getAll.json +4 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/draft/get.json +7 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/folder/get.json +4 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/get.json +108 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/message/getAll.json +7 -1
- package/dist/nodes/Microsoft/Outlook/__schema__/v2.0.0/messageAttachment/download.json +4 -1
- package/dist/nodes/Microsoft/SharePoint/__schema__/v1.0.0/item/getAll.json +57 -1
- package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts +2 -0
- package/dist/nodes/Microsoft/Sql/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Sql/GenericFunctions.js +24 -11
- package/dist/nodes/Microsoft/Sql/GenericFunctions.js.map +1 -1
- package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/blob/get.json +13 -1
- package/dist/nodes/Microsoft/Storage/__schema__/v1.0.0/container/getAll.json +41 -0
- package/dist/nodes/Microsoft/Teams/__schema__/v2.0.0/channel/getAll.json +4 -1
- package/dist/nodes/Microsoft/ToDo/__schema__/v1.0.0/list/get.json +27 -0
- package/dist/nodes/MistralAI/__schema__/v1.0.0/document/extractText.json +98 -0
- package/dist/nodes/MySql/v2/actions/common.descriptions.d.ts +2 -1
- package/dist/nodes/MySql/v2/actions/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/common.descriptions.js +40 -39
- package/dist/nodes/MySql/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js +1 -1
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.js +1 -1
- package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.d.ts +2 -0
- package/dist/nodes/MySql/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.js +34 -2
- package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/get.json +4 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/execution/getAll.json +10 -1
- package/dist/nodes/N8nTrainingCustomerDatastore/__schema__/v1.0.0/workflow/create.json +16 -1
- package/dist/nodes/Nasa/__schema__/v1.0.0/donkiSolarFlare/get.json +4 -1
- package/dist/nodes/Notion/__schema__/v1.0.0/page/get.json +4 -1
- package/dist/nodes/Notion/__schema__/v2.2.0/block/append.json +4 -1
- package/dist/nodes/Notion/__schema__/v2.2.0/database/get.json +4 -1
- package/dist/nodes/Okta/__schema__/v1.0.0/user/get.json +56 -1
- package/dist/nodes/Okta/__schema__/v1.0.0/user/getAll.json +77 -1
- package/dist/nodes/Onfleet/OnfleetTrigger.node.js +1 -1
- package/dist/nodes/Onfleet/OnfleetTrigger.node.js.map +1 -1
- package/dist/nodes/OpenAi/__schema__/v1.1.0/chat/complete.json +29 -1
- package/dist/nodes/PayPal/__schema__/v1.0.0/payout/create.json +45 -0
- package/dist/nodes/Perplexity/__schema__/v1.0.0/chat/complete.json +7 -1
- package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/get.json +40 -1
- package/dist/nodes/Pipedrive/__schema__/v1.0.0/person/search.json +12 -1
- package/dist/nodes/PostHog/__schema__/v1.0.0/event/create.json +2 -2
- package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts +2 -1
- package/dist/nodes/Postgres/v2/actions/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/actions/common.descriptions.js +40 -39
- package/dist/nodes/Postgres/v2/actions/common.descriptions.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js +1 -1
- package/dist/nodes/Postgres/v2/actions/database/deleteTable.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/actions/database/select.operation.js +6 -3
- package/dist/nodes/Postgres/v2/actions/database/select.operation.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +2 -0
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.js +32 -1
- package/dist/nodes/Postgres/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/QuickBase/__schema__/v1.0.0/record/create.json +9 -0
- package/dist/nodes/QuickBase/__schema__/v1.0.0/record/getAll.json +7 -1
- package/dist/nodes/Reddit/__schema__/v1.0.0/post/getAll.json +57 -1
- package/dist/nodes/S3/__schema__/v1.0.0/bucket/create.json +9 -0
- package/dist/nodes/Salesforce/__schema__/v1.0.0/account/delete.json +9 -0
- package/dist/nodes/Salesforce/__schema__/v1.0.0/account/get.json +65 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/get.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/customObject/getAll.json +4 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/getAll.json +18 -0
- package/dist/nodes/Salesforce/__schema__/v1.0.0/flow/invoke.json +83 -1
- package/dist/nodes/Salesforce/__schema__/v1.0.0/lead/getAll.json +4 -1
- package/dist/nodes/Ssh/Ssh.node.d.ts.map +1 -1
- package/dist/nodes/Ssh/Ssh.node.js +4 -1
- package/dist/nodes/Ssh/Ssh.node.js.map +1 -1
- package/dist/nodes/Switch/V3/SwitchV3.node.js +1 -1
- package/dist/nodes/Switch/V3/SwitchV3.node.js.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.d.ts.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.js +0 -16
- package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/nodes.json +21 -21
- package/dist/utils/sendAndWait/utils.d.ts.map +1 -1
- package/dist/utils/sendAndWait/utils.js +1 -0
- package/dist/utils/sendAndWait/utils.js.map +1 -1
- package/package.json +7 -7
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.