n8n-nodes-base 2.28.1 → 2.29.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/cjs/build.tsbuildinfo +1 -1
- package/dist/credentials/Aws.credentials.d.ts.map +1 -1
- package/dist/credentials/Aws.credentials.js.map +1 -1
- package/dist/credentials/AwsAssumeRole.credentials.d.ts.map +1 -1
- package/dist/credentials/AwsAssumeRole.credentials.js.map +1 -1
- package/dist/credentials/DatabricksOAuth2Api.credentials.d.ts.map +1 -1
- package/dist/credentials/DatabricksOAuth2Api.credentials.js +11 -0
- package/dist/credentials/DatabricksOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/GithubAppApi.credentials.d.ts +11 -0
- package/dist/credentials/GithubAppApi.credentials.d.ts.map +1 -0
- package/dist/credentials/GithubAppApi.credentials.js +114 -0
- package/dist/credentials/GithubAppApi.credentials.js.map +1 -0
- package/dist/credentials/GoogleApi.credentials.d.ts.map +1 -1
- package/dist/credentials/GoogleApi.credentials.js +13 -5
- package/dist/credentials/GoogleApi.credentials.js.map +1 -1
- package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.d.ts +21 -0
- package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.d.ts.map +1 -0
- package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.js +218 -0
- package/dist/credentials/MicrosoftEntraServicePrincipalApi.credentials.js.map +1 -0
- package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js +1 -1
- package/dist/credentials/MicrosoftTeamsOAuth2Api.credentials.js.map +1 -1
- package/dist/credentials/OpenAiApi.credentials.d.ts.map +1 -1
- package/dist/credentials/OpenAiApi.credentials.js +4 -0
- package/dist/credentials/OpenAiApi.credentials.js.map +1 -1
- package/dist/credentials/SalesforceJwtApi.credentials.d.ts.map +1 -1
- package/dist/credentials/SalesforceJwtApi.credentials.js +2 -2
- package/dist/credentials/SalesforceJwtApi.credentials.js.map +1 -1
- package/dist/credentials/Snowflake.credentials.d.ts.map +1 -1
- package/dist/credentials/Snowflake.credentials.js +7 -0
- package/dist/credentials/Snowflake.credentials.js.map +1 -1
- package/dist/credentials/common/aws/descriptions.js +2 -2
- package/dist/credentials/common/aws/descriptions.js.map +1 -1
- package/dist/credentials/common/aws/regions.d.ts +19 -0
- package/dist/credentials/common/aws/regions.d.ts.map +1 -0
- package/dist/credentials/common/aws/regions.js +200 -0
- package/dist/credentials/common/aws/regions.js.map +1 -0
- package/dist/credentials/common/aws/system-credentials-sdk.d.ts +39 -0
- package/dist/credentials/common/aws/system-credentials-sdk.d.ts.map +1 -0
- package/dist/credentials/common/aws/system-credentials-sdk.js +200 -0
- package/dist/credentials/common/aws/system-credentials-sdk.js.map +1 -0
- package/dist/credentials/common/aws/system-credentials-utils.d.ts +25 -3
- package/dist/credentials/common/aws/system-credentials-utils.d.ts.map +1 -1
- package/dist/credentials/common/aws/system-credentials-utils.js +38 -18
- package/dist/credentials/common/aws/system-credentials-utils.js.map +1 -1
- package/dist/credentials/common/aws/types.d.ts +1 -11
- package/dist/credentials/common/aws/types.d.ts.map +1 -1
- package/dist/credentials/common/aws/types.js +0 -187
- package/dist/credentials/common/aws/types.js.map +1 -1
- package/dist/credentials/common/aws/utils.d.ts +2 -8
- package/dist/credentials/common/aws/utils.d.ts.map +1 -1
- package/dist/credentials/common/aws/utils.js +9 -24
- package/dist/credentials/common/aws/utils.js.map +1 -1
- package/dist/known/credentials.json +18 -0
- package/dist/methods/defined.json +0 -3
- package/dist/methods/referenced.json +0 -3
- package/dist/node-definitions/.nodes-hash +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_delete_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_delete_rows.ts +19 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v1/resource_row/operation_update.ts +19 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_delete_rows.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_delete_rows.ts +19 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/dataTable/v11/resource_row/operation_update.ts +19 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_delete.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_delete.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_edit.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_edit.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_list.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_file/operation_list.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create_comment.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_create_comment.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_edit.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_edit.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_lock.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_issue/operation_lock.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_members.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_members.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_repositories.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_organization/operation_get_repositories.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_close.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_close.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create_comment.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_create_comment.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_edit_comment.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_edit_comment.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_diff.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_diff.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_patch.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_get_patch.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_merge.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_merge.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_reopen.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_reopen.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_pull_request/operation_update.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_delete.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_delete.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_get_all.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_release/operation_update.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_issues.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_issues.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_license.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_license.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_profile.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_profile.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_pull_requests.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_get_pull_requests.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_popular_paths.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_popular_paths.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_referrers.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_repository/operation_list_referrers.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_get_all.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_review/operation_update.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_repositories.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_repositories.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_user_issues.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_get_user_issues.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_invite.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_user/operation_invite.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_disable.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_disable.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch_and_wait.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_dispatch_and_wait.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_enable.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_enable.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get_usage.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_get_usage.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_list.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v1/resource_workflow/operation_list.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_delete.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_delete.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_edit.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_edit.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_list.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_file/operation_list.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create_comment.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_create_comment.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_edit.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_edit.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_lock.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_issue/operation_lock.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_members.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_members.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_repositories.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_organization/operation_get_repositories.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_close.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_close.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create_comment.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_create_comment.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_edit_comment.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_edit_comment.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_diff.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_diff.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_patch.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_get_patch.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_merge.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_merge.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_reopen.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_reopen.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_pull_request/operation_update.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_delete.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_delete.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_get_all.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_release/operation_update.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_issues.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_issues.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_license.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_license.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_profile.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_profile.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_pull_requests.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_get_pull_requests.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_popular_paths.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_popular_paths.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_referrers.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_repository/operation_list_referrers.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_create.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get_all.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_get_all.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_review/operation_update.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_repositories.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_repositories.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_user_issues.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_get_user_issues.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_invite.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_user/operation_invite.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_disable.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_disable.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch_and_wait.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_dispatch_and_wait.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_enable.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_enable.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get_usage.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_get_usage.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_list.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/github/v11/resource_workflow/operation_list.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/githubTrigger/v1.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/githubTrigger/v1.ts +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleAnalytics/v2/resource_report/operation_get.ts +2 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v3/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v4/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v41/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v42/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v43/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v44/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v45/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v46/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_append.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_append_or_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_clear.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_create.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_delete.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_read.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_remove.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/googleSheets/v47/resource_sheet/operation_update.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_copy.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_copy.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_delete.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_delete.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_download.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_download.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_get.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_get.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_move.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_move.ts +60 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_rename.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_rename.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_search.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_search.ts +21 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_share.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_share.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_upload.schema.js +4 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_file/operation_upload.ts +21 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_create.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_create.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_delete.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_delete.ts +23 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_get_children.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_get_children.ts +23 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_move.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_move.ts +60 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_rename.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_rename.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_search.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_search.ts +21 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_share.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v1/resource_folder/operation_share.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_copy.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_copy.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_delete.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_delete.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_download.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_download.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_get.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_get.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_move.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_move.ts +60 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_rename.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_rename.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_search.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_search.ts +21 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_share.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_share.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_upload.schema.js +4 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_file/operation_upload.ts +21 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_create.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_create.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_delete.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_delete.ts +23 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_get_children.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_get_children.ts +23 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_move.schema.js +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_move.ts +60 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_rename.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_rename.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_search.schema.js +6 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_search.ts +21 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_share.schema.js +5 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDrive/v11/resource_folder/operation_share.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDriveTrigger/v1.schema.js +4 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOneDriveTrigger/v1.ts +20 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_create.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_create.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_delete.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_delete.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get_all.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_get_all.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_update.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_calendar/operation_update.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_create.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_create.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_delete.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_delete.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get_all.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_get_all.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_update.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_contact/operation_update.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_create.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_create.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_delete.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_delete.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_get.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_get.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_send.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_send.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_update.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_draft/operation_update.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_create.ts +10 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_delete.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_delete.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get_all.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_get_all.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_update.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_event/operation_update.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_create.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_create.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_delete.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_delete.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get_all.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_get_all.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_update.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder/operation_update.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder_message/operation_get_all.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_folder_message/operation_get_all.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_delete.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_delete.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get_all.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_get_all.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_move.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_move.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_reply.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_reply.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send_and_wait.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_send_and_wait.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_update.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message/operation_update.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_add.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_add.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_download.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_download.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get.schema.js +3 -2
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get_all.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlook/v2/resource_message_attachment/operation_get_all.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlookTrigger/v1.schema.js +2 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/microsoftOutlookTrigger/v1.ts +8 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_account/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_attachment/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_case/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_contact/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_document/operation_upload.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_document/operation_upload.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_lead/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_opportunity/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v1/resource_task/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_account/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_attachment/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_case/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_contact/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/operation_upload.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_document/operation_upload.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_lead/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_add_note.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_add_note.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_upsert.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_opportunity/operation_upsert.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_create.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_create.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_update.schema.js +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/salesforce/v11/resource_task/operation_update.ts +4 -3
- package/dist/node-definitions/nodes/n8n-nodes-base/sendInBlue/v1/resource_email/operation_send.ts +7 -7
- package/dist/node-definitions/nodes/n8n-nodes-base/sendInBlue/v1/resource_email/operation_send_template.ts +1 -1
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/index.schema.js +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/index.ts +9 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_delete_scheduled.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_delete_scheduled.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_get_many_scheduled.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_get_many_scheduled.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_schedule.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_message/operation_schedule.ts +221 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/operation_lookup_by_email.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v2/resource_user/operation_lookup_by_email.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/index.schema.js +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/index.ts +9 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_delete_scheduled.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_delete_scheduled.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_get_many_scheduled.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_get_many_scheduled.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_schedule.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_message/operation_schedule.ts +221 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/operation_lookup_by_email.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v21/resource_user/operation_lookup_by_email.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/index.schema.js +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/index.ts +9 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_delete_scheduled.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_delete_scheduled.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_get_many_scheduled.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_get_many_scheduled.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_schedule.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_message/operation_schedule.ts +221 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/operation_lookup_by_email.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v22/resource_user/operation_lookup_by_email.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/index.schema.js +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/index.ts +9 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_delete_scheduled.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_delete_scheduled.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_get_many_scheduled.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_get_many_scheduled.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_schedule.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_message/operation_schedule.ts +221 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/operation_lookup_by_email.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v23/resource_user/operation_lookup_by_email.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/index.schema.js +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/index.ts +9 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_delete_scheduled.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_delete_scheduled.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_get_many_scheduled.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_get_many_scheduled.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_schedule.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_message/operation_schedule.ts +221 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/operation_lookup_by_email.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v24/resource_user/operation_lookup_by_email.ts +28 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/index.schema.js +6 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/index.ts +9 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_delete_scheduled.schema.js +24 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_delete_scheduled.ts +33 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_get_many_scheduled.schema.js +25 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_get_many_scheduled.ts +51 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_schedule.schema.js +31 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_message/operation_schedule.ts +221 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/index.schema.js +2 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/index.ts +3 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_lookup_by_email.schema.js +23 -0
- package/dist/node-definitions/nodes/n8n-nodes-base/slack/v25/resource_user/operation_lookup_by_email.ts +28 -0
- package/dist/nodes/Aws/S3/V1/AwsS3V1.node.js +3 -3
- package/dist/nodes/Aws/S3/V2/AwsS3V2.node.js +3 -3
- package/dist/nodes/Brevo/EmailDescription.js +10 -10
- package/dist/nodes/Brevo/EmailDescription.js.map +1 -1
- package/dist/nodes/Brevo/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Brevo/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Brevo/GenericFunctions.js +2 -2
- package/dist/nodes/Brevo/GenericFunctions.js.map +1 -1
- package/dist/nodes/Code/ExecutionError.d.ts +2 -2
- package/dist/nodes/Code/ExecutionError.d.ts.map +1 -1
- package/dist/nodes/Code/ExecutionError.js +2 -2
- package/dist/nodes/Code/ExecutionError.js.map +1 -1
- package/dist/nodes/Code/ValidationError.d.ts +2 -2
- package/dist/nodes/Code/ValidationError.d.ts.map +1 -1
- package/dist/nodes/Code/ValidationError.js +2 -2
- package/dist/nodes/Code/ValidationError.js.map +1 -1
- package/dist/nodes/Code/errors/WrappedExecutionError.d.ts +2 -2
- package/dist/nodes/Code/errors/WrappedExecutionError.d.ts.map +1 -1
- package/dist/nodes/Code/errors/WrappedExecutionError.js +2 -2
- package/dist/nodes/Code/errors/WrappedExecutionError.js.map +1 -1
- package/dist/nodes/Crypto/v2/CryptoV2.node.d.ts.map +1 -1
- package/dist/nodes/Crypto/v2/CryptoV2.node.js +4 -4
- package/dist/nodes/Crypto/v2/CryptoV2.node.js.map +1 -1
- package/dist/nodes/DataTable/actions/row/delete.operation.js +1 -1
- package/dist/nodes/DataTable/actions/row/delete.operation.js.map +1 -1
- package/dist/nodes/DataTable/actions/row/update.operation.js +1 -1
- package/dist/nodes/DataTable/actions/row/update.operation.js.map +1 -1
- package/dist/nodes/ExecuteCommand/ExecuteCommand.node.d.ts.map +1 -1
- package/dist/nodes/ExecuteCommand/ExecuteCommand.node.js +55 -14
- package/dist/nodes/ExecuteCommand/ExecuteCommand.node.js.map +1 -1
- package/dist/nodes/Facebook/FacebookGraphApi.node.d.ts.map +1 -1
- package/dist/nodes/Facebook/FacebookGraphApi.node.js +17 -7
- package/dist/nodes/Facebook/FacebookGraphApi.node.js.map +1 -1
- package/dist/nodes/Facebook/FacebookTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Facebook/FacebookTrigger.node.js +3 -0
- package/dist/nodes/Facebook/FacebookTrigger.node.js.map +1 -1
- package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.d.ts.map +1 -1
- package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js +3 -0
- package/dist/nodes/FacebookLeadAds/FacebookLeadAdsTrigger.node.js.map +1 -1
- package/dist/nodes/Ftp/Ftp.node.d.ts.map +1 -1
- package/dist/nodes/Ftp/Ftp.node.js +4 -3
- package/dist/nodes/Ftp/Ftp.node.js.map +1 -1
- package/dist/nodes/Github/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Github/GenericFunctions.js +6 -0
- package/dist/nodes/Github/GenericFunctions.js.map +1 -1
- package/dist/nodes/Github/Github.node.d.ts.map +1 -1
- package/dist/nodes/Github/Github.node.js +13 -0
- package/dist/nodes/Github/Github.node.js.map +1 -1
- package/dist/nodes/Github/GithubTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Github/GithubTrigger.node.js +13 -0
- package/dist/nodes/Github/GithubTrigger.node.js.map +1 -1
- package/dist/nodes/Google/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Google/GenericFunctions.js +2 -2
- package/dist/nodes/Google/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/Sheet.resource.js.map +1 -1
- package/dist/nodes/HttpRequest/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/HttpRequest/GenericFunctions.js +5 -5
- package/dist/nodes/HttpRequest/GenericFunctions.js.map +1 -1
- package/dist/nodes/Jwt/Jwt.node.d.ts.map +1 -1
- package/dist/nodes/Jwt/Jwt.node.js +6 -6
- package/dist/nodes/Jwt/Jwt.node.js.map +1 -1
- package/dist/nodes/MQTT/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/MQTT/GenericFunctions.js +4 -4
- package/dist/nodes/MQTT/GenericFunctions.js.map +1 -1
- package/dist/nodes/MessageAnAgent/MessageAnAgent.node.d.ts.map +1 -1
- package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js +39 -2
- package/dist/nodes/MessageAnAgent/MessageAnAgent.node.js.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/FileDescription.d.ts.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/FileDescription.js +90 -1
- package/dist/nodes/Microsoft/OneDrive/FileDescription.js.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/FolderDescription.d.ts.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/FolderDescription.js +91 -0
- package/dist/nodes/Microsoft/OneDrive/FolderDescription.js.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/GenericFunctions.d.ts +57 -5
- package/dist/nodes/Microsoft/OneDrive/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/GenericFunctions.js +156 -12
- package/dist/nodes/Microsoft/OneDrive/GenericFunctions.js.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.d.ts.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.js +143 -22
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDrive.node.js.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js +29 -2
- package/dist/nodes/Microsoft/OneDrive/MicrosoftOneDriveTrigger.node.js.map +1 -1
- package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.d.ts +19 -0
- package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.d.ts.map +1 -0
- package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.js +93 -0
- package/dist/nodes/Microsoft/OneDrive/descriptions/TargetDescription.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.js +27 -0
- package/dist/nodes/Microsoft/Outlook/MicrosoftOutlookTrigger.node.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js +27 -0
- package/dist/nodes/Microsoft/Outlook/v2/actions/node.description.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.d.ts +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.js +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/index.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.d.ts +15 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.d.ts.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.js +38 -0
- package/dist/nodes/Microsoft/Outlook/v2/descriptions/mailbox.description.js.map +1 -0
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts +7 -1
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.js +34 -0
- package/dist/nodes/Microsoft/Outlook/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/transport/index.d.ts +14 -2
- package/dist/nodes/Microsoft/Outlook/v2/transport/index.d.ts.map +1 -1
- package/dist/nodes/Microsoft/Outlook/v2/transport/index.js +49 -7
- package/dist/nodes/Microsoft/Outlook/v2/transport/index.js.map +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/MongoDb/GenericFunctions.js +4 -4
- package/dist/nodes/MongoDb/GenericFunctions.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 +32 -21
- package/dist/nodes/MySql/v2/actions/database/deleteTable.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js +37 -24
- package/dist/nodes/MySql/v2/actions/database/executeQuery.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/insert.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/insert.operation.js +40 -27
- package/dist/nodes/MySql/v2/actions/database/insert.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 +39 -26
- package/dist/nodes/MySql/v2/actions/database/select.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/update.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/update.operation.js +43 -30
- package/dist/nodes/MySql/v2/actions/database/update.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.js +44 -31
- package/dist/nodes/MySql/v2/actions/database/upsert.operation.js.map +1 -1
- package/dist/nodes/MySql/v2/helpers/interfaces.d.ts +1 -0
- package/dist/nodes/MySql/v2/helpers/interfaces.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.d.ts +3 -26
- package/dist/nodes/MySql/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.js +11 -9
- package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/MySql/v2/transport/index.d.ts.map +1 -1
- package/dist/nodes/MySql/v2/transport/index.js +6 -6
- package/dist/nodes/MySql/v2/transport/index.js.map +1 -1
- package/dist/nodes/Notion/NotionTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Notion/NotionTrigger.node.js +2 -1
- package/dist/nodes/Notion/NotionTrigger.node.js.map +1 -1
- package/dist/nodes/Postgres/transport/index.d.ts +2 -0
- package/dist/nodes/Postgres/transport/index.d.ts.map +1 -1
- package/dist/nodes/Postgres/transport/index.js +24 -16
- package/dist/nodes/Postgres/transport/index.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/router.d.ts.map +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts +1 -24
- package/dist/nodes/Postgres/v2/helpers/utils.d.ts.map +1 -1
- package/dist/nodes/RabbitMQ/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/RabbitMQ/GenericFunctions.js +4 -5
- package/dist/nodes/RabbitMQ/GenericFunctions.js.map +1 -1
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.d.ts.map +1 -1
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js +2 -1
- package/dist/nodes/RespondToWebhook/RespondToWebhook.node.js.map +1 -1
- package/dist/nodes/S3/S3.node.js +3 -3
- package/dist/nodes/Salesforce/AccountDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/AccountDescription.js +93 -21
- package/dist/nodes/Salesforce/AccountDescription.js.map +1 -1
- package/dist/nodes/Salesforce/AttachmentDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/AttachmentDescription.js +62 -14
- package/dist/nodes/Salesforce/AttachmentDescription.js.map +1 -1
- package/dist/nodes/Salesforce/CaseDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/CaseDescription.js +62 -14
- package/dist/nodes/Salesforce/CaseDescription.js.map +1 -1
- package/dist/nodes/Salesforce/ContactDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/ContactDescription.js +93 -21
- package/dist/nodes/Salesforce/ContactDescription.js.map +1 -1
- package/dist/nodes/Salesforce/DocumentDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/DocumentDescription.js +31 -7
- package/dist/nodes/Salesforce/DocumentDescription.js.map +1 -1
- package/dist/nodes/Salesforce/GenericFunctions.d.ts +7 -0
- package/dist/nodes/Salesforce/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Salesforce/GenericFunctions.js +35 -2
- package/dist/nodes/Salesforce/GenericFunctions.js.map +1 -1
- package/dist/nodes/Salesforce/LeadDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/LeadDescription.js +93 -21
- package/dist/nodes/Salesforce/LeadDescription.js.map +1 -1
- package/dist/nodes/Salesforce/OpportunityDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/OpportunityDescription.js +93 -21
- package/dist/nodes/Salesforce/OpportunityDescription.js.map +1 -1
- package/dist/nodes/Salesforce/Salesforce.node.d.ts +6 -4
- package/dist/nodes/Salesforce/Salesforce.node.d.ts.map +1 -1
- package/dist/nodes/Salesforce/Salesforce.node.js +149 -121
- package/dist/nodes/Salesforce/Salesforce.node.js.map +1 -1
- package/dist/nodes/Salesforce/TaskDescription.d.ts.map +1 -1
- package/dist/nodes/Salesforce/TaskDescription.js +62 -14
- package/dist/nodes/Salesforce/TaskDescription.js.map +1 -1
- package/dist/nodes/Schedule/GenericFunctions.d.ts +17 -1
- package/dist/nodes/Schedule/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Schedule/GenericFunctions.js +67 -5
- package/dist/nodes/Schedule/GenericFunctions.js.map +1 -1
- package/dist/nodes/Schedule/ScheduleTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Schedule/ScheduleTrigger.node.js +8 -0
- package/dist/nodes/Schedule/ScheduleTrigger.node.js.map +1 -1
- package/dist/nodes/Slack/V2/MessageDescription.d.ts.map +1 -1
- package/dist/nodes/Slack/V2/MessageDescription.js +145 -10
- package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.d.ts.map +1 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js +72 -1
- package/dist/nodes/Slack/V2/SlackV2.node.js.map +1 -1
- package/dist/nodes/Slack/V2/UserDescription.d.ts.map +1 -1
- package/dist/nodes/Slack/V2/UserDescription.js +24 -0
- package/dist/nodes/Slack/V2/UserDescription.js.map +1 -1
- package/dist/nodes/Snowflake/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Snowflake/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Snowflake/GenericFunctions.js +7 -2
- package/dist/nodes/Snowflake/GenericFunctions.js.map +1 -1
- package/dist/nodes/Ssh/Ssh.node.d.ts.map +1 -1
- package/dist/nodes/Ssh/Ssh.node.js +3 -3
- package/dist/nodes/Ssh/Ssh.node.js.map +1 -1
- package/dist/nodes/Webhook/error.d.ts +2 -2
- package/dist/nodes/Webhook/error.d.ts.map +1 -1
- package/dist/nodes/Webhook/error.js +2 -2
- package/dist/nodes/Webhook/error.js.map +1 -1
- package/dist/nodes/Webhook/utils.d.ts.map +1 -1
- package/dist/nodes/Webhook/utils.js +2 -2
- package/dist/nodes/Webhook/utils.js.map +1 -1
- package/dist/nodes/WhatsApp/WhatsApp.node.json +1 -0
- package/dist/nodes/WhatsApp/WhatsAppTrigger.node.d.ts.map +1 -1
- package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js +3 -0
- package/dist/nodes/WhatsApp/WhatsAppTrigger.node.js.map +1 -1
- package/dist/nodes/WooCommerce/WooCommerce.node.d.ts.map +1 -1
- package/dist/nodes/WooCommerce/WooCommerce.node.js +400 -375
- package/dist/nodes/WooCommerce/WooCommerce.node.js.map +1 -1
- package/dist/types/credentials.json +7 -5
- package/dist/types/nodes.json +18 -18
- package/dist/utils/connection-pool-manager.d.ts.map +1 -1
- package/dist/utils/connection-pool-manager.js +1 -2
- package/dist/utils/connection-pool-manager.js.map +1 -1
- package/dist/utils/utilities.d.ts +0 -6
- package/dist/utils/utilities.d.ts.map +1 -1
- package/dist/utils/utilities.js +0 -53
- package/dist/utils/utilities.js.map +1 -1
- package/package.json +35 -18
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WooCommerce.node.js","sourceRoot":"","sources":["../../../nodes/WooCommerce/WooCommerce.node.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"WooCommerce.node.js","sourceRoot":"","sources":["../../../nodes/WooCommerce/WooCommerce.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
{"name":"currentsApi","displayName":"Currents API","documentationUrl":"https://docs.currents.dev/api","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","required":true,"description":"API key from Currents Dashboard (Organization > API & Record Keys)"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://api.currents.dev/v1","url":"/projects","method":"GET"}},"supportedNodes":["currents","currentsTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Currents/currents.svg"},
|
|
64
64
|
{"name":"customerIoApi","displayName":"Customer.io API","documentationUrl":"customerio","properties":[{"displayName":"Tracking API Key","name":"trackingApiKey","type":"string","typeOptions":{"password":true},"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 omitted 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","typeOptions":{"password":true},"default":"","description":"Required for App API"},{"displayName":"Webhook Signing Key","name":"webhookSigningKey","type":"string","typeOptions":{"password":true},"default":"","description":"Used to verify webhook authenticity. Found in Customer.io under Integrations → Reporting Webhooks."}],"supportedNodes":["customerIo","customerIoTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg","dark":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.dark.svg"},"authenticate":{}},
|
|
65
65
|
{"name":"databricksApi","displayName":"Databricks","documentationUrl":"https://docs.databricks.com/dev-tools/api/latest/authentication.html","properties":[{"displayName":"Host","name":"host","type":"string","default":"","placeholder":"https://adb-xxxxx.xx.azure.databricks.com","required":true,"description":"Domain of your Databricks workspace"},{"displayName":"Personal Access Token","name":"token","type":"string","typeOptions":{"password":true},"default":"","placeholder":"dapixxxxxxxxxxxxxxxxxxxxxx","required":true,"description":"Databricks personal access token"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.token}}"}}},"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/2.0/preview/scim/v2/Me","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/databricks.svg","supportedNodes":["databricks"]},
|
|
66
|
-
{"name":"databricksOAuth2Api","extends":["oAuth2Api"],"displayName":"Databricks OAuth2 API","documentationUrl":"https://docs.databricks.com/dev-tools/api/latest/authentication.html","properties":[{"displayName":"Host","name":"host","type":"string","default":"","placeholder":"https://adb-xxxxx.xx.azure.databricks.com","required":true,"description":"Domain of your Databricks workspace"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"clientCredentials"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"host\"]}}/oidc/v1/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"all-apis"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/2.0/preview/scim/v2/Me","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/databricks.svg","supportedNodes":["databricks"]},
|
|
66
|
+
{"name":"databricksOAuth2Api","extends":["oAuth2Api"],"displayName":"Databricks OAuth2 API","documentationUrl":"https://docs.databricks.com/dev-tools/api/latest/authentication.html","properties":[{"displayName":"Host","name":"host","type":"string","default":"","placeholder":"https://adb-xxxxx.xx.azure.databricks.com","required":true,"description":"Domain of your Databricks workspace"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"clientCredentials"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"host\"]}}/oidc/v1/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"all-apis"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"},{"displayName":"Token Expired Status Code","name":"tokenExpiredStatusCode","type":"number","default":401,"description":"HTTP status code that indicates the token has expired. Some APIs return 403 instead of 401."}],"test":{"request":{"baseURL":"={{$credentials.host}}","url":"/api/2.0/preview/scim/v2/Me","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/databricks.svg","supportedNodes":["databricks"]},
|
|
67
67
|
{"name":"datadogApi","displayName":"Datadog API","documentationUrl":"datadog","httpRequestNode":{"name":"Datadog","docsUrl":"https://docs.datadoghq.com/api/latest/","apiBaseUrlPlaceholder":"https://api.datadoghq.com/api/v1/metrics"},"properties":[{"displayName":"URL","name":"url","required":true,"type":"string","default":"https://api.datadoghq.com"},{"displayName":"API Key","name":"apiKey","required":true,"type":"string","typeOptions":{"password":true},"default":""},{"displayName":"APP Key","name":"appKey","required":false,"type":"string","default":"","typeOptions":{"password":true},"description":"For some endpoints, you also need an Application key."}],"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api/v1/validate","method":"GET"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/Datadog.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/Datadog.svg"},"supportedNodes":[],"authenticate":{}},
|
|
68
68
|
{"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":{"headers":{"Authorization":"={{ \"DeepL-Auth-Key \" + $credentials.apiKey }}"}}},"test":{"request":{"baseURL":"={{$credentials.apiPlan === \"pro\" ? \"https://api.deepl.com/v2\" : \"https://api-free.deepl.com/v2\" }}","url":"/usage"}},"supportedNodes":["deepL"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/DeepL/deepl.svg","dark":"icons/n8n-nodes-base/dist/nodes/DeepL/deepL.dark.svg"}},
|
|
69
69
|
{"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","typeOptions":{"password":true},"default":""}],"supportedNodes":["demio"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Demio/demio.svg"},
|
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
{"name":"ghostAdminApi","displayName":"Ghost Admin API","documentationUrl":"ghost","properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://localhost:3001"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/ghost/api/v2/admin/pages/"}},"supportedNodes":["ghost"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg","authenticate":{}},
|
|
112
112
|
{"name":"ghostContentApi","displayName":"Ghost Content API","documentationUrl":"ghost","properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://localhost:3001"},{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/ghost/api/v3/content/settings/","method":"GET"}},"supportedNodes":["ghost"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg","authenticate":{}},
|
|
113
113
|
{"name":"githubApi","displayName":"GitHub API","documentationUrl":"github","properties":[{"displayName":"Github Server","name":"server","type":"string","default":"https://api.github.com","description":"The server to connect to. Only has to be set if Github Enterprise is used."},{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=token {{$credentials?.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials?.server}}","url":"/user","method":"GET"}},"supportedNodes":["github","githubTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
114
|
+
{"name":"githubAppApi","displayName":"GitHub App API","documentationUrl":"github","properties":[{"displayName":"GitHub Server","name":"server","type":"string","default":"https://api.github.com","description":"The server to connect to. Only has to be set if Github Enterprise is used."},{"displayName":"App ID or Client ID","name":"appId","type":"string","required":true,"default":""},{"displayName":"Installation ID","name":"installationId","type":"string","required":true,"default":""},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"password":true},"required":true,"default":"","description":"PEM private key from the GitHub App"},{"displayName":"Access Token","name":"accessToken","type":"hidden","typeOptions":{"expirable":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.accessToken}}","Accept":"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28"}}},"test":{"request":{"baseURL":"={{$credentials?.server}}","url":"/installation/repositories"}},"supportedNodes":["github","githubTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
114
115
|
{"name":"githubOAuth2Api","extends":["oAuth2Api"],"displayName":"GitHub OAuth2 API","documentationUrl":"github","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Github Server","name":"server","type":"string","default":"https://api.github.com","description":"The server to connect to. Only has to be set if Github Enterprise is used."},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"={{$self[\"server\"] === \"https://api.github.com\" ? \"https://github.com\" : $self[\"server\"].split(\"://\")[0] + \"://\" + $self[\"server\"].split(\"://\")[1].split(\"/\")[0]}}/login/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"server\"] === \"https://api.github.com\" ? \"https://github.com\" : $self[\"server\"].split(\"://\")[0] + \"://\" + $self[\"server\"].split(\"://\")[1].split(\"/\")[0]}}/login/oauth/access_token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"repo,admin:repo_hook,admin:org,admin:org_hook,gist,notifications,user,write:packages,read:packages,delete:packages,workflow"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["github","githubTrigger"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
|
|
115
116
|
{"name":"gitlabApi","displayName":"GitLab API","documentationUrl":"gitlab","properties":[{"displayName":"Gitlab Server","name":"server","type":"string","default":"https://gitlab.com"},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Private-Token":"={{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.server.replace(new RegExp(\"/$\"), \"\") + \"/api/v4\" }}","url":"/personal_access_tokens/self"}},"supportedNodes":["gitlab","gitlabTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
|
|
116
117
|
{"name":"gitlabOAuth2Api","extends":["oAuth2Api"],"displayName":"GitLab OAuth2 API","documentationUrl":"gitlab","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Gitlab Server","name":"server","type":"string","default":"https://gitlab.com"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"={{$self[\"server\"]}}/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"={{$self[\"server\"]}}/oauth/token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"api"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"supportedNodes":["gitlab","gitlabTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
|
|
@@ -120,7 +121,7 @@
|
|
|
120
121
|
{"name":"gongOAuth2Api","extends":["oAuth2Api"],"displayName":"Gong OAuth2 API","documentationUrl":"gong","properties":[{"displayName":"Base URL","name":"baseUrl","type":"string","default":"https://api.gong.io"},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://app.gong.io/oauth2/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://app.gong.io/oauth2/generate-customer-token","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"api:calls:read:transcript api:provisioning:read api:workspaces:read api:meetings:user:delete api:crm:get-objects api:data-privacy:delete api:crm:schema api:flows:write api:crm:upload api:meetings:integration:status api:calls:read:extensive api:meetings:user:update api:integration-settings:write api:settings:scorecards:read api:stats:scorecards api:stats:interaction api:stats:user-actions api:crm:integration:delete api:calls:read:basic api:calls:read:media-url api:digital-interactions:write api:crm:integrations:read api:library:read api:data-privacy:read api:users:read api:logs:read api:calls:create api:meetings:user:create api:stats:user-actions:detailed api:settings:trackers:read api:crm:integration:register api:provisioning:read-write api:engagement-data:write api:permission-profile:read api:permission-profile:write api:flows:read api:crm-calls:manual-association:read"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"}],"supportedNodes":["gong"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gong/gong.svg"},
|
|
121
122
|
{"name":"googleAdsOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Ads OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Developer Token","name":"developerToken","type":"string","typeOptions":{"password":true},"default":"","required":true},{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/adwords"}],"supportedNodes":["googleAds"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
|
|
122
123
|
{"name":"googleAnalyticsOAuth2","extends":["googleOAuth2Api"],"displayName":"Google Analytics OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/analytics https://www.googleapis.com/auth/analytics.readonly"}],"supportedNodes":["googleAnalytics"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg"},
|
|
123
|
-
{"name":"googleApi","displayName":"Google Service Account API","documentationUrl":"google/service-account","properties":[{"displayName":"Region","name":"region","type":"options","options":[{"name":"Africa (Johannesburg) - africa-south1","value":"africa-south1"},{"name":"Asia Pacific (Changhua County) - asia-east1","value":"asia-east1"},{"name":"Asia Pacific (Hong Kong) - asia-east2","value":"asia-east2"},{"name":"Asia Pacific (Tokyo) - asia-northeast1","value":"asia-northeast1"},{"name":"Asia Pacific (Osaka) - asia-northeast2","value":"asia-northeast2"},{"name":"Asia Pacific (Seoul) - asia-northeast3","value":"asia-northeast3"},{"name":"Asia Pacific (Mumbai) - asia-south1","value":"asia-south1"},{"name":"Asia Pacific (Delhi) - asia-south2","value":"asia-south2"},{"name":"Asia Pacific (Jurong West) - asia-southeast1","value":"asia-southeast1"},{"name":"Asia Pacific (Jakarta) - asia-southeast2","value":"asia-southeast2"},{"name":"Asia Pacific (Sydney) - australia-southeast1","value":"australia-southeast1"},{"name":"Asia Pacific (Melbourne) - australia-southeast2","value":"australia-southeast2"},{"name":"Europe (Warsaw) - europe-central2","value":"europe-central2"},{"name":"Europe (Hamina) - europe-north1","value":"europe-north1"},{"name":"Europe (Madrid) - europe-southwest1","value":"europe-southwest1"},{"name":"Europe (St. Ghislain) - europe-west1","value":"europe-west1"},{"name":"Europe (Berlin) - europe-west10","value":"europe-west10"},{"name":"Europe (Turin) - europe-west12","value":"europe-west12"},{"name":"Europe (London) - europe-west2","value":"europe-west2"},{"name":"Europe (Frankfurt) - europe-west3","value":"europe-west3"},{"name":"Europe (Eemshaven) - europe-west4","value":"europe-west4"},{"name":"Europe (Zurich) - europe-west6","value":"europe-west6"},{"name":"Europe (Milan) - europe-west8","value":"europe-west8"},{"name":"Europe (Paris) - europe-west9","value":"europe-west9"},{"name":"Middle East (Doha) - me-central1","value":"me-central1"},{"name":"Middle East (Dammam) - me-central2","value":"me-central2"},{"name":"Middle East (Tel Aviv) - me-west1","value":"me-west1"},{"name":"Americas (Montréal) - northamerica-northeast1","value":"northamerica-northeast1"},{"name":"Americas (Toronto) - northamerica-northeast2","value":"northamerica-northeast2"},{"name":"Americas (Queretaro) - northamerica-south1","value":"northamerica-south1"},{"name":"Americas (Osasco) - southamerica-east1","value":"southamerica-east1"},{"name":"Americas (Santiago) - southamerica-west1","value":"southamerica-west1"},{"name":"Americas (Council Bluffs) - us-central1","value":"us-central1"},{"name":"Americas (Moncks Corner) - us-east1","value":"us-east1"},{"name":"Americas (Ashburn) - us-east4","value":"us-east4"},{"name":"Americas (Columbus) - us-east5","value":"us-east5"},{"name":"Americas (Dallas) - us-south1","value":"us-south1"},{"name":"Americas (The Dalles) - us-west1","value":"us-west1"},{"name":"Americas (Los Angeles) - us-west2","value":"us-west2"},{"name":"Americas (Salt Lake City) - us-west3","value":"us-west3"},{"name":"Americas (Las Vegas) - us-west4","value":"us-west4"}],"default":"
|
|
124
|
+
{"name":"googleApi","displayName":"Google Service Account API","documentationUrl":"google/service-account","properties":[{"displayName":"Region","name":"region","type":"options","options":[{"name":"Global (multi-region) - global","value":"global"},{"name":"EU (multi-region) - eu","value":"eu"},{"name":"US (multi-region) - us","value":"us"},{"name":"Africa (Johannesburg) - africa-south1","value":"africa-south1"},{"name":"Asia Pacific (Changhua County) - asia-east1","value":"asia-east1"},{"name":"Asia Pacific (Hong Kong) - asia-east2","value":"asia-east2"},{"name":"Asia Pacific (Tokyo) - asia-northeast1","value":"asia-northeast1"},{"name":"Asia Pacific (Osaka) - asia-northeast2","value":"asia-northeast2"},{"name":"Asia Pacific (Seoul) - asia-northeast3","value":"asia-northeast3"},{"name":"Asia Pacific (Mumbai) - asia-south1","value":"asia-south1"},{"name":"Asia Pacific (Delhi) - asia-south2","value":"asia-south2"},{"name":"Asia Pacific (Jurong West) - asia-southeast1","value":"asia-southeast1"},{"name":"Asia Pacific (Jakarta) - asia-southeast2","value":"asia-southeast2"},{"name":"Asia Pacific (Sydney) - australia-southeast1","value":"australia-southeast1"},{"name":"Asia Pacific (Melbourne) - australia-southeast2","value":"australia-southeast2"},{"name":"Europe (Warsaw) - europe-central2","value":"europe-central2"},{"name":"Europe (Hamina) - europe-north1","value":"europe-north1"},{"name":"Europe (Madrid) - europe-southwest1","value":"europe-southwest1"},{"name":"Europe (St. Ghislain) - europe-west1","value":"europe-west1"},{"name":"Europe (Berlin) - europe-west10","value":"europe-west10"},{"name":"Europe (Turin) - europe-west12","value":"europe-west12"},{"name":"Europe (London) - europe-west2","value":"europe-west2"},{"name":"Europe (Frankfurt) - europe-west3","value":"europe-west3"},{"name":"Europe (Eemshaven) - europe-west4","value":"europe-west4"},{"name":"Europe (Zurich) - europe-west6","value":"europe-west6"},{"name":"Europe (Milan) - europe-west8","value":"europe-west8"},{"name":"Europe (Paris) - europe-west9","value":"europe-west9"},{"name":"Middle East (Doha) - me-central1","value":"me-central1"},{"name":"Middle East (Dammam) - me-central2","value":"me-central2"},{"name":"Middle East (Tel Aviv) - me-west1","value":"me-west1"},{"name":"Americas (Montréal) - northamerica-northeast1","value":"northamerica-northeast1"},{"name":"Americas (Toronto) - northamerica-northeast2","value":"northamerica-northeast2"},{"name":"Americas (Queretaro) - northamerica-south1","value":"northamerica-south1"},{"name":"Americas (Osasco) - southamerica-east1","value":"southamerica-east1"},{"name":"Americas (Santiago) - southamerica-west1","value":"southamerica-west1"},{"name":"Americas (Council Bluffs) - us-central1","value":"us-central1"},{"name":"Americas (Moncks Corner) - us-east1","value":"us-east1"},{"name":"Americas (Ashburn) - us-east4","value":"us-east4"},{"name":"Americas (Columbus) - us-east5","value":"us-east5"},{"name":"Americas (Dallas) - us-south1","value":"us-south1"},{"name":"Americas (The Dalles) - us-west1","value":"us-west1"},{"name":"Americas (Los Angeles) - us-west2","value":"us-west2"},{"name":"Americas (Salt Lake City) - us-west3","value":"us-west3"},{"name":"Americas (Las Vegas) - us-west4","value":"us-west4"}],"default":"global","description":"The region where the Google Cloud service is located. This applies only to specific nodes, like the Google Vertex Chat Model"},{"displayName":"Service Account Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The Google Service account similar to user-808@project.iam.gserviceaccount.com","required":true},{"displayName":"Private Key","name":"privateKey","type":"string","default":"","placeholder":"-----BEGIN PRIVATE KEY-----\nXIYEvQIBADANBg<...>0IhA7TMoGYPQc=\n-----END PRIVATE KEY-----\n","description":"Enter the private key located in the JSON file downloaded from Google Cloud Console","required":true,"typeOptions":{"password":true}},{"displayName":"Impersonate a User","name":"inpersonate","type":"boolean","default":false},{"displayName":"Email","name":"delegatedEmail","type":"string","default":"","displayOptions":{"show":{"inpersonate":[true]}},"description":"The email address of the user for which the application is requesting delegated access"},{"displayName":"Set up for use in HTTP Request node","name":"httpNode","type":"boolean","default":false},{"displayName":"When using the HTTP Request node, you must specify the scopes you want to send. In other nodes, they're added automatically","name":"httpWarning","type":"notice","default":"","displayOptions":{"show":{"httpNode":[true]}}},{"displayName":"Scope(s)","name":"scopes","type":"string","default":"","description":"You can find the scopes for services <a href=\"https://developers.google.com/identity/protocols/oauth2/scopes\" target=\"_blank\">here</a>","displayOptions":{"show":{"httpNode":[true]}}}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Google.svg","supportedNodes":["evaluationTrigger","evaluation","googleBigQuery","googleBooks","googleChat","googleCloudStorage","googleDocs","googleDrive","googleDriveTrigger","googleFirebaseCloudFirestore","gmail","gmailTrigger","googleSheets","googleSheetsTrigger","googleSlides","googleTranslate"],"authenticate":{}},
|
|
124
125
|
{"name":"googleBigQueryOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google BigQuery OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/bigquery https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/drive"}],"supportedNodes":["googleBigQuery"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg"},
|
|
125
126
|
{"name":"googleBooksOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Books OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"https://www.googleapis.com/auth/books"}],"supportedNodes":["googleBooks"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Books/googlebooks.svg"},
|
|
126
127
|
{"name":"googleCalendarOAuth2Api","extends":["googleOAuth2Api"],"displayName":"Google Calendar OAuth2 API","documentationUrl":"google/oauth-single-service","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"https://www.googleapis.com/auth/calendar https://www.googleapis.com/auth/calendar.events\"}}"}],"supportedNodes":["googleCalendar","googleCalendarTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Calendar/googleCalendar.svg"},
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
{"name":"microsoftAzureMonitorOAuth2Api","displayName":"Microsoft Azure Monitor OAuth2 API","extends":["oAuth2Api"],"documentationUrl":"microsoftazuremonitor","httpRequestNode":{"name":"Microsoft Azure Monitor","docsUrl":"https://learn.microsoft.com/en-us/azure/azure-monitor/logs/api/request-format","apiBaseUrlPlaceholder":"https://api.loganalytics.azure.com/v1/workspaces/[workspace_id]/query"},"properties":[{"displayName":"Grant Type","name":"grantType","type":"options","options":[{"name":"Authorization Code","value":"authorizationCode"},{"name":"Client Credentials","value":"clientCredentials"}],"default":"authorizationCode"},{"displayName":"Tenant ID","required":true,"name":"tenantId","type":"string","default":""},{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Azure Log Analytics","value":"https://api.loganalytics.azure.com"},{"name":"Log Analytics","value":"https://api.loganalytics.io"},{"name":"Azure Monitor","value":"https://monitor.azure.com"},{"name":"Azure Management","value":"https://management.azure.com"}],"default":"https://api.loganalytics.azure.com"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"=https://login.microsoftonline.com/{{$self[\"tenantId\"]}}/oauth2/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"=https://login.microsoftonline.com/{{$self[\"tenantId\"]}}/oauth2/{{$self[\"grantType\"] === \"clientCredentials\" ? \"v2.0/\" : \"\"}}token"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"={{$self[\"grantType\"] === \"clientCredentials\" ? \"\" : \"resource=\" + $self[\"resource\"]}}"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"grantType\"] === \"clientCredentials\" ? $self[\"resource\"] + \"/.default\" : \"\"}}"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Microsoft.svg","supportedNodes":[]},
|
|
219
220
|
{"name":"microsoftDynamicsOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Dynamics OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Subdomain","name":"subdomain","type":"string","required":true,"placeholder":"organization","default":""},{"displayName":"Region","name":"region","type":"options","default":"crm.dynamics.com","options":[{"name":"Asia Pacific (APAC/ APJ)","value":"crm5.dynamics.com"},{"name":"Australia (OCE)","value":"crm6.dynamics.com"},{"name":"Canada (CAN)","value":"crm3.dynamics.com"},{"name":"China (CHN)","value":"crm.dynamics.cn"},{"name":"Europe, Middle East, Africa (EMEA/ EUR)","value":"crm4.dynamics.com"},{"name":"France (FRA)","value":"crm12.dynamics.com"},{"name":"Germany (GER)","value":"crm16.dynamics.com"},{"name":"India (IND)","value":"crm8.dynamics.com"},{"name":"Japan (JPN)","value":"crm7.dynamics.com"},{"name":"Microsoft Cloud Germany (DEU)","value":"crm.microsoftdynamics.de"},{"name":"North America (NAM)","value":"crm.dynamics.com"},{"name":"North America 2 (US Gov GCC)","value":"crm9.dynamics.com"},{"name":"South Africa (ZAF)","value":"crm14.dynamics.com"},{"name":"South America (LATAM/ SAM)","value":"crm2.dynamics.com"},{"name":"Switzerland (CHE)","value":"crm17.dynamics.com"},{"name":"United Arab Emirates (UAE)","value":"crm15.dynamics.com"},{"name":"United Kingdom (UK/ GBR)","value":"crm11.dynamics.com"},{"name":"United States Government Community Cloud (GCC High)","value":"crm.microsoftdynamics.us"}]},{"displayName":"Scope","name":"scope","type":"hidden","default":"=openid offline_access https://{{$self.subdomain}}.{{$self.region}}/.default"},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"hidden","default":"https://graph.microsoft.com"}],"supportedNodes":["microsoftDynamicsCrm"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.dark.svg"}},
|
|
220
221
|
{"name":"microsoftEntraOAuth2Api","displayName":"Microsoft Entra ID (Azure Active Directory) API","extends":["microsoftOAuth2Api"],"documentationUrl":"microsoftentra","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access AccessReview.ReadWrite.All Directory.ReadWrite.All NetworkAccessPolicy.ReadWrite.All DelegatedAdminRelationship.ReadWrite.All EntitlementManagement.ReadWrite.All User.ReadWrite.All Directory.AccessAsUser.All Sites.FullControl.All GroupMember.ReadWrite.All","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access AccessReview.ReadWrite.All Directory.ReadWrite.All NetworkAccessPolicy.ReadWrite.All DelegatedAdminRelationship.ReadWrite.All EntitlementManagement.ReadWrite.All User.ReadWrite.All Directory.AccessAsUser.All Sites.FullControl.All GroupMember.ReadWrite.All\"}}"}],"supportedNodes":["microsoftEntra"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.dark.svg"}},
|
|
222
|
+
{"name":"microsoftEntraServicePrincipalApi","displayName":"Microsoft Entra Service Principal","documentationUrl":"microsoftentra","properties":[{"displayName":"Access Token","name":"accessToken","type":"hidden","typeOptions":{"expirable":true},"default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"clientSecret"},{"displayName":"App-only access uses application permissions that an admin must consent to on the app registration. The connection test reads the organization via Microsoft Graph, so the app needs Organization.Read.All (or Directory.Read.All) for the test to pass.","name":"setupNotice","type":"notice","default":""},{"displayName":"Directory (Tenant) ID","name":"tenantId","type":"string","default":"","required":true,"description":"The Directory (tenant) ID from your app registration overview in the Microsoft Entra admin center"},{"displayName":"Application (Client) ID","name":"clientId","type":"string","default":"","required":true,"description":"The Application (client) ID from your app registration overview"},{"displayName":"Client Secret","name":"clientSecret","type":"string","typeOptions":{"password":true},"default":"","required":true,"displayOptions":{"show":{"authentication":["clientSecret"]}},"description":"A client secret created under Certificates & secrets"},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"options","options":[{"name":"Global (https://graph.microsoft.com)","value":"https://graph.microsoft.com"},{"name":"US Government (https://graph.microsoft.us)","value":"https://graph.microsoft.us"},{"name":"US Government DOD (https://dod-graph.microsoft.us)","value":"https://dod-graph.microsoft.us"},{"name":"China (https://microsoftgraph.chinacloudapi.cn)","value":"https://microsoftgraph.chinacloudapi.cn"}],"default":"https://graph.microsoft.com","description":"Select the endpoint for your Microsoft cloud environment."}],"test":{"request":{"baseURL":"={{$credentials.graphApiBaseUrl || \"https://graph.microsoft.com\"}}","url":"/v1.0/organization","method":"GET"}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Microsoft.svg","supportedNodes":["microsoftOneDrive","microsoftOneDriveTrigger","microsoftOutlook","microsoftOutlookTrigger"],"authenticate":{}},
|
|
221
223
|
{"name":"microsoftExcelOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Excel OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access Files.ReadWrite","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Files.ReadWrite\"}}"}],"supportedNodes":["microsoftExcel"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg"},
|
|
222
224
|
{"name":"microsoftGraphSecurityOAuth2Api","displayName":"Microsoft Graph Security OAuth2 API","extends":["microsoftOAuth2Api"],"documentationUrl":"microsoft","properties":[{"displayName":"Scope","name":"scope","type":"hidden","default":"SecurityEvents.ReadWrite.All offline_access"}],"supportedNodes":["microsoftGraphSecurity"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
|
|
223
225
|
{"name":"microsoftOAuth2Api","extends":["oAuth2Api"],"displayName":"Microsoft OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"string","default":"https://login.microsoftonline.com/common/oauth2/v2.0/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"string","default":"https://login.microsoftonline.com/common/oauth2/v2.0/token"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"response_mode=query&prompt=select_account"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"options","options":[{"name":"Global (https://graph.microsoft.com)","value":"https://graph.microsoft.com"},{"name":"US Government (https://graph.microsoft.us)","value":"https://graph.microsoft.us"},{"name":"US Government DOD (https://dod-graph.microsoft.us)","value":"https://dod-graph.microsoft.us"},{"name":"China (https://microsoftgraph.chinacloudapi.cn)","value":"https://microsoftgraph.chinacloudapi.cn"}],"default":"https://graph.microsoft.com","description":"Select the endpoint for your Microsoft cloud environment."}],"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/Microsoft.svg","supportedNodes":["microsoftExcel","microsoftGraphSecurity","microsoftOneDrive","microsoftOneDriveTrigger","microsoftOutlook","microsoftOutlookTrigger","microsoftTeams","microsoftTeamsTrigger","microsoftToDo"]},
|
|
@@ -225,7 +227,7 @@
|
|
|
225
227
|
{"name":"microsoftOutlookOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Outlook OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set. If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Contacts.Read Contacts.ReadWrite Calendars.Read Calendars.Read.Shared Calendars.ReadWrite Mail.ReadWrite Mail.ReadWrite.Shared Mail.Send Mail.Send.Shared MailboxSettings.Read\"}}"},{"displayName":"Use Shared Mailbox","name":"useShared","type":"boolean","default":false},{"displayName":"User Principal Name","name":"userPrincipalName","description":"Target user's UPN or ID","type":"string","default":"","displayOptions":{"show":{"useShared":[true]}}}],"supportedNodes":["microsoftOutlook","microsoftOutlookTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
|
|
226
228
|
{"name":"microsoftSharePointOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft SharePoint OAuth2 API","documentationUrl":"microsoft","httpRequestNode":{"name":"Microsoft SharePoint","docsUrl":"https://learn.microsoft.com/en-us/sharepoint/dev/apis/sharepoint-rest-graph","apiBaseUrlPlaceholder":"https://{subdomain}.sharepoint.com/_api/v2.0/","hidden":true},"properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly. Use the <code>{subdomain}</code> placeholder to reference the Subdomain value below.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access https://{subdomain}.sharepoint.com/.default","description":"Scopes that should be enabled. Use <code>{subdomain}</code> as a placeholder that will be replaced with the Subdomain value."},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{($self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access https://{subdomain}.sharepoint.com/.default\").replace(/\\{subdomain\\}/g, $self[\"subdomain\"])}}"},{"displayName":"Subdomain","name":"subdomain","type":"string","default":"","hint":"You can extract the subdomain from the URL. For example, in the URL \"https://tenant123.sharepoint.com\", the subdomain is \"tenant123\"."},{"displayName":"Microsoft Graph API Base URL","name":"graphApiBaseUrl","type":"hidden","default":"https://graph.microsoft.com"}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/microsoftSharePoint.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/microsoftSharePoint.svg"},"supportedNodes":["microsoftSharePoint"]},
|
|
227
229
|
{"name":"microsoftSql","displayName":"Microsoft SQL","documentationUrl":"microsoftsql","properties":[{"displayName":"Server","name":"server","type":"string","default":"localhost"},{"displayName":"Database","name":"database","type":"string","default":"master"},{"displayName":"User","name":"user","type":"string","default":"sa"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Port","name":"port","type":"number","default":1433},{"displayName":"Domain","name":"domain","type":"string","default":""},{"displayName":"TLS","name":"tls","type":"boolean","default":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Connect Timeout","name":"connectTimeout","type":"number","default":15000,"description":"Connection timeout in ms"},{"displayName":"Request Timeout","name":"requestTimeout","type":"number","default":15000,"description":"Request timeout in ms"},{"displayName":"TDS Version","name":"tdsVersion","type":"options","options":[{"name":"7_4 (SQL Server 2012 ~ 2019)","value":"7_4"},{"name":"7_3_B (SQL Server 2008R2)","value":"7_3_B"},{"name":"7_3_A (SQL Server 2008)","value":"7_3_A"},{"name":"7_2 (SQL Server 2005)","value":"7_2"},{"name":"7_1 (SQL Server 2000)","value":"7_1"}],"default":"7_4","description":"The version of TDS to use. If server doesn't support specified version, negotiated version is used instead."}],"supportedNodes":["microsoftSql"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
|
|
228
|
-
{"name":"microsoftTeamsOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Teams OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access User.Read.All Group.
|
|
230
|
+
{"name":"microsoftTeamsOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft Teams OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access User.Read.All Group.Read.All Chat.ReadWrite ChannelMessage.Read.All","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access User.Read.All Group.Read.All Chat.ReadWrite ChannelMessage.Read.All\"}}"},{"displayName":"\n Microsoft Teams Trigger requires the following permissions:\n <br><code>ChannelMessage.Read.All</code>\n <br><code>Chat.Read.All</code>\n <br><code>Team.ReadBasic.All</code>\n <br><code>Subscription.Read.All</code>\n <br>Configure these permissions in <a href=\"https://portal.azure.com\">Microsoft Entra</a>\n ","name":"notice","type":"notice","default":""}],"supportedNodes":["microsoftTeams","microsoftTeamsTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg"},
|
|
229
231
|
{"name":"microsoftToDoOAuth2Api","extends":["microsoftOAuth2Api"],"displayName":"Microsoft To Do OAuth2 API","documentationUrl":"microsoft","properties":[{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set, If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"openid offline_access Tasks.ReadWrite","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"openid offline_access Tasks.ReadWrite\"}}"}],"supportedNodes":["microsoftToDo"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/ToDo/todo.svg"},
|
|
230
232
|
{"name":"mindeeInvoiceApi","displayName":"Mindee Invoice API","documentationUrl":"mindee","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["mindee"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mindee/mindee.svg","authenticate":{}},
|
|
231
233
|
{"name":"mindeeReceiptApi","displayName":"Mindee Receipt API","documentationUrl":"mindee","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["mindee"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mindee/mindee.svg","authenticate":{}},
|
|
@@ -258,7 +260,7 @@
|
|
|
258
260
|
{"name":"oktaApi","displayName":"Okta API","documentationUrl":"okta","httpRequestNode":{"name":"Okta","docsUrl":"https://developer.okta.com/docs/reference/","apiBaseUrl":"","hidden":true},"properties":[{"displayName":"URL","name":"url","type":"string","required":true,"default":"","placeholder":"https://dev-123456.okta.com"},{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"required":true,"default":"","description":"Secure Session Web Service Access Token"}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=SSWS {{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/api/v1/api-tokens"}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/Okta.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/Okta.dark.svg"},"supportedNodes":["okta"]},
|
|
259
261
|
{"name":"oneSimpleApi","displayName":"One Simple API","documentationUrl":"onesimpleapi","properties":[{"displayName":"API Token","name":"apiToken","type":"string","typeOptions":{"password":true},"default":""}],"supportedNodes":["oneSimpleApi"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/OneSimpleApi/onesimpleapi.svg"},
|
|
260
262
|
{"name":"onfleetApi","displayName":"Onfleet API","documentationUrl":"onfleet","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Signing Secret","name":"signingSecret","type":"string","typeOptions":{"password":true},"default":"","description":"Used to verify webhook authenticity. Found in Onfleet under Settings → API & Webhooks."}],"supportedNodes":["onfleet","onfleetTrigger"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Onfleet/Onfleet.svg"},
|
|
261
|
-
{"name":"openAiApi","displayName":"OpenAI","documentationUrl":"openai","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":true,"default":""},{"displayName":"Organization ID (optional)","name":"organizationId","type":"string","default":"","hint":"Only required if you belong to multiple organisations","description":"For users who belong to multiple organizations, you can set which organization is used for an API request. Usage from these API requests will count against the specified organization's subscription quota."},{"displayName":"Base URL","name":"url","type":"string","default":"https://api.openai.com/v1","description":"Override the default base URL for the API"},{"displayName":"Add Custom Header","name":"header","type":"boolean","default":false},{"displayName":"Header Name","name":"headerName","type":"string","displayOptions":{"show":{"header":[true]}},"default":""},{"displayName":"Header Value","name":"headerValue","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"header":[true]}},"default":""}],"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/models"}},"supportedNodes":["openAi"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.dark.svg"},"authenticate":{}},
|
|
263
|
+
{"name":"openAiApi","displayName":"OpenAI","documentationUrl":"openai","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"required":true,"default":""},{"displayName":"Organization ID (optional)","name":"organizationId","type":"string","default":"","hint":"Only required if you belong to multiple organisations","description":"For users who belong to multiple organizations, you can set which organization is used for an API request. Usage from these API requests will count against the specified organization's subscription quota."},{"displayName":"Base URL","name":"url","type":"string","default":"https://api.openai.com/v1","description":"Override the default base URL for the API"},{"displayName":"Add Custom Header","name":"header","type":"boolean","default":false},{"displayName":"Header Name","name":"headerName","type":"string","typeOptions":{"ignoreCredentialExpressionResolveError":true},"displayOptions":{"show":{"header":[true]}},"default":""},{"displayName":"Header Value","name":"headerValue","type":"string","typeOptions":{"ignoreCredentialExpressionResolveError":true,"password":true},"displayOptions":{"show":{"header":[true]}},"default":""}],"test":{"request":{"baseURL":"={{$credentials?.url}}","url":"/models"}},"supportedNodes":["openAi"],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.dark.svg"},"authenticate":{}},
|
|
262
264
|
{"name":"openCtiApi","displayName":"OpenCTI API","documentationUrl":"opencti","httpRequestNode":{"name":"OpenCTI","docsUrl":"https://docs.opencti.io/latest/deployment/integrations/?h=api#graphql-api","apiBaseUrl":""},"properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":"","required":true}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiKey}}"}}},"iconUrl":"icons/n8n-nodes-base/dist/credentials/icons/OpenCTI.png","supportedNodes":[]},
|
|
263
265
|
{"name":"openWeatherMapApi","displayName":"OpenWeatherMap API","documentationUrl":"openweathermap","properties":[{"displayName":"Access Token","name":"accessToken","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"qs":{"appid":"={{$credentials.accessToken}}"}}},"test":{"request":{"baseURL":"https://api.openweathermap.org/data/2.5","url":"/weather","qs":{"q":"London"}}},"supportedNodes":["openWeatherMap"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/OpenWeatherMap/openWeatherMap.svg"},
|
|
264
266
|
{"name":"oracleDBApi","displayName":"Oracle Database Credentials API","documentationUrl":"oracledb","properties":[{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Connection String","name":"connectionString","type":"string","default":"localhost/orcl","description":"The Oracle database instance to connect to"},{"displayName":"Privilege","name":"privilege","type":"options","description":"The privilege to use when connecting to the database","options":[{"name":"SYSASM","value":32768},{"name":"SYSBACKUP","value":131072},{"name":"SYSDBA","value":2},{"name":"SYSDG","value":262144},{"name":"SYSKM","value":524288},{"name":"SYSOPER","value":4},{"name":"SYSPRELIM","value":8},{"name":"SYSRAC","value":1048576}]},{"displayName":"Use Optional Oracle Client Libraries","name":"useThickMode","type":"boolean","default":false,"displayOptions":{"hideOnCloud":true},"description":"Define type of connection with database"},{"displayName":"Use SSL","name":"useSSL","type":"boolean","displayOptions":{"show":{"useThickMode":[false]}},"default":false,"description":"SSL connection with database"},{"displayName":"Wallet Password","name":"walletPassword","type":"string","displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"typeOptions":{"password":true},"default":"","description":"The password to decrypt the Privacy Enhanced Mail (PEM)-encoded private certificate, if it is encrypted"},{"displayName":"Wallet Content","name":"walletContent","displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"type":"string","default":"","description":"The security credentials required to establish a mutual TLS (mTLS) connection to Oracle Database"},{"displayName":"Distinguished Name","name":"sslServerCertDN","type":"string","displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"default":"","description":"The distinguished name (DN) that should be matched with the certificate DN"},{"displayName":"Match Distinguished Name","name":"sslServerDNMatch","type":"boolean","default":true,"displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"description":"Whether the server certificate DN should be matched in addition to the regular certificate verification that is performed"},{"displayName":"Allow Weak Distinguished Name Match","name":"sslAllowWeakDNMatch","type":"boolean","default":false,"displayOptions":{"show":{"useThickMode":[false],"useSSL":[true]}},"description":"Whether the secure DN matching behavior which checks both the listener and server certificates has to be performed"},{"displayName":"Pool Min","name":"poolMin","type":"number","default":0,"description":"The number of connections established to the database when a pool is created"},{"displayName":"Pool Max","name":"poolMax","type":"number","default":4,"description":"The maximum number of connections to which a connection pool can grow"},{"displayName":"Pool Increment","name":"poolIncrement","type":"number","default":1,"description":"The number of connections that are opened whenever a connection request exceeds the number of currently open connections"},{"displayName":"Pool Maximum Session Life Time","name":"maxLifetimeSession","type":"number","default":0,"description":"The number of seconds that a pooled connection can exist in a pool after first being created"},{"displayName":"Pool Connection Idle Timeout","name":"poolTimeout","type":"number","default":60,"description":"The number of seconds after which idle connections (unused in the pool) may be terminated"},{"displayName":"Connection Class Name","name":"connectionClass","type":"string","default":"","description":"DRCP/PRCP Connection Class"},{"displayName":"Connection Timeout","name":"connectTimeout","type":"number","default":0,"displayOptions":{"show":{"useThickMode":[false]}},"description":"The timeout duration in seconds for an application to establish an Oracle Net connection"},{"displayName":"Transport Connection Timeout","name":"transportConnectTimeout","type":"number","default":20,"displayOptions":{"show":{"useThickMode":[false]}},"description":"The maximum number of seconds to wait to establish a connection to the database host"},{"displayName":"Keepalive Probe Interval","name":"expireTime","type":"number","default":0,"displayOptions":{"show":{"useThickMode":[false]}},"description":"The number of minutes between the sending of keepalive probes","typeOptions":{"minValue":0}}],"supportedNodes":["oracleDatabase"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Oracle/Sql/oracle.svg"},
|
|
@@ -321,7 +323,7 @@
|
|
|
321
323
|
{"name":"slackOAuth2Api","extends":["oAuth2Api"],"displayName":"Slack OAuth2 API","documentationUrl":"slack","properties":[{"displayName":"Signature Secret","name":"signatureSecret","type":"string","typeOptions":{"password":true},"default":"","description":"The signing secret is used to verify the authenticity of requests sent by Slack."},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"authorizationCode"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"https://slack.com/oauth/v2/authorize"},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"https://slack.com/api/oauth.v2.access"},{"displayName":"Scope","name":"scope","type":"hidden","default":""},{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set. If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"User Scope","name":"userScope","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"channels:read channels:write channels:history chat:write files:read files:write groups:read groups:history im:read im:history mpim:read mpim:history reactions:read reactions:write stars:read stars:write usergroups:write usergroups:read users.profile:read users.profile:write users:read search:read","description":"Space-separated user-level scopes for your Slack app"},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":"={{$self[\"customScopes\"] ? \"user_scope=\" + $self[\"userScope\"] : \"user_scope=channels:read channels:write channels:history chat:write files:read files:write groups:read groups:history im:read im:history mpim:read mpim:history reactions:read reactions:write stars:read stars:write usergroups:write usergroups:read users.profile:read users.profile:write users:read search:read\"}}"},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"body"},{"displayName":"If you get an Invalid Scopes error, make sure you add the correct one <a target=\"_blank\" href=\"https://docs.n8n.io/integrations/builtin/credentials/slack/#using-oauth\">here</a> to your Slack integration","name":"notice","type":"notice","default":""}],"supportedNodes":["slack"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg"},
|
|
322
324
|
{"name":"sms77Api","displayName":"seven API","documentationUrl":"sms77","properties":[{"displayName":"API Key","name":"apiKey","type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"X-Api-Key":"={{$credentials.apiKey}}"}}},"test":{"request":{"baseURL":"https://gateway.seven.io/api","url":"/hooks","qs":{"action":"read"}},"rules":[{"type":"responseSuccessBody","properties":{"key":"success","message":"Invalid API Key"}}]},"supportedNodes":["sms77"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Sms77/seven.svg"},
|
|
323
325
|
{"name":"smtp","displayName":"SMTP","documentationUrl":"sendemail","properties":[{"displayName":"User","name":"user","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Host","name":"host","type":"string","default":""},{"displayName":"Port","name":"port","type":"number","default":465},{"displayName":"SSL/TLS","name":"secure","type":"boolean","default":true},{"displayName":"Disable STARTTLS","name":"disableStartTls","type":"boolean","default":false,"displayOptions":{"show":{"secure":[false]}}},{"displayName":"Client Host Name","name":"hostName","type":"string","default":"","placeholder":"","description":"The hostname of the client, used for identifying to the server"}],"supportedNodes":["emailSend"],"icon":"node:send-mail","iconColor":"black"},
|
|
324
|
-
{"name":"snowflake","displayName":"Snowflake","documentationUrl":"snowflake","properties":[{"displayName":"Account","name":"account","type":"string","default":"","description":"Enter the name of your Snowflake account"},{"displayName":"Database","name":"database","type":"string","default":"","description":"Specify the database you want to use after creating the connection"},{"displayName":"Warehouse","name":"warehouse","type":"string","default":"","description":"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc."},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password","value":"password"},{"name":"Key-Pair","value":"keyPair"}],"default":"password","description":"The way to authenticate with Snowflake"},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"authentication":["password"]}}},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"password":true,"rows":4},"default":"","required":true,"displayOptions":{"show":{"authentication":["keyPair"]}},"description":"Private PEM key for Key-pair authentication with Snowflake, follow guide <a href=\"https://docs.snowflake.com/en/user-guide/key-pair-auth\" target=\"_blank\">here</a>"},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"If the private key is encrypted, you must provide the passphrase used to encrypt it","typeOptions":{"password":true}},{"displayName":"Schema","name":"schema","type":"string","default":"","description":"Enter the schema you want to use after creating the connection"},{"displayName":"Role","name":"role","type":"string","default":"","description":"Enter the security role you want to use after creating the connection"},{"displayName":"Client Session Keep Alive","name":"clientSessionKeepAlive","type":"boolean","default":false,"description":"Whether to keep alive the client session. By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. If the parameter clientSessionKeepAlive is set to true, the client’s connection to the server will be kept alive indefinitely, even if no queries are executed."}],"supportedNodes":["snowflake"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
|
|
326
|
+
{"name":"snowflake","displayName":"Snowflake","documentationUrl":"snowflake","properties":[{"displayName":"Account","name":"account","type":"string","default":"","description":"Enter the name of your Snowflake account"},{"displayName":"Database","name":"database","type":"string","default":"","description":"Specify the database you want to use after creating the connection"},{"displayName":"Warehouse","name":"warehouse","type":"string","default":"","description":"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc."},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password","value":"password"},{"name":"Key-Pair","value":"keyPair"}],"default":"password","description":"The way to authenticate with Snowflake"},{"displayName":"Username","name":"username","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","displayOptions":{"show":{"authentication":["password"]}}},{"displayName":"Private Key","name":"privateKey","type":"string","typeOptions":{"password":true,"rows":4},"default":"","required":true,"displayOptions":{"show":{"authentication":["keyPair"]}},"description":"Private PEM key for Key-pair authentication with Snowflake, follow guide <a href=\"https://docs.snowflake.com/en/user-guide/key-pair-auth\" target=\"_blank\">here</a>"},{"displayName":"Passphrase","name":"passphrase","type":"string","default":"","description":"If the private key is encrypted, you must provide the passphrase used to encrypt it","typeOptions":{"password":true}},{"displayName":"Schema","name":"schema","type":"string","default":"","description":"Enter the schema you want to use after creating the connection"},{"displayName":"Role","name":"role","type":"string","default":"","description":"Enter the security role you want to use after creating the connection"},{"displayName":"Origin Hostname","name":"host","type":"string","default":"","description":"Optional Snowflake hostname to use for the connection"},{"displayName":"Client Session Keep Alive","name":"clientSessionKeepAlive","type":"boolean","default":false,"description":"Whether to keep alive the client session. By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. If the parameter clientSessionKeepAlive is set to true, the client’s connection to the server will be kept alive indefinitely, even if no queries are executed."}],"supportedNodes":["snowflake"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
|
|
325
327
|
{"name":"snowflakeOAuth2Api","extends":["oAuth2Api"],"displayName":"Snowflake OAuth2 API","documentationUrl":"snowflake","properties":[{"displayName":"Account","name":"account","type":"string","default":"","required":true,"description":"Your Snowflake account identifier (e.g. <code>xy12345</code> or <code>xy12345.us-east-1</code>). Used to construct the OAuth2 authorization and token URLs."},{"displayName":"Database","name":"database","type":"string","default":"","description":"Specify the database you want to use after creating the connection"},{"displayName":"Warehouse","name":"warehouse","type":"string","default":"","description":"The default virtual warehouse to use for the session after connecting. Used for performing queries, loading data, etc."},{"displayName":"Schema","name":"schema","type":"string","default":"","description":"Enter the schema you want to use after creating the connection"},{"displayName":"Client Session Keep Alive","name":"clientSessionKeepAlive","type":"boolean","default":false,"description":"Whether to keep alive the client session. By default, client connections typically time out approximately 3-4 hours after the most recent query was executed. If the parameter clientSessionKeepAlive is set to true, the client's connection to the server will be kept alive indefinitely, even if no queries are executed."},{"displayName":"Grant Type","name":"grantType","type":"hidden","default":"pkce"},{"displayName":"Authorization URL","name":"authUrl","type":"hidden","default":"=https://{{$self[\"account\"]}}.snowflakecomputing.com/oauth/authorize","required":true},{"displayName":"Access Token URL","name":"accessTokenUrl","type":"hidden","default":"=https://{{$self[\"account\"]}}.snowflakecomputing.com/oauth/token-request","required":true},{"displayName":"Auth URI Query Parameters","name":"authQueryParameters","type":"hidden","default":""},{"displayName":"Authentication","name":"authentication","type":"hidden","default":"header"},{"displayName":"Custom Scopes","name":"customScopes","type":"boolean","default":false,"description":"Define custom scopes"},{"displayName":"The default scopes needed for the node to work are already set. If you change these the node may not function correctly.","name":"customScopesNotice","type":"notice","default":"","displayOptions":{"show":{"customScopes":[true]}}},{"displayName":"Enabled Scopes","name":"enabledScopes","type":"string","displayOptions":{"show":{"customScopes":[true]}},"default":"refresh_token session:role:SYSADMIN","description":"Scopes that should be enabled"},{"displayName":"Scope","name":"scope","type":"hidden","default":"={{$self[\"customScopes\"] ? $self[\"enabledScopes\"] : \"refresh_token session:role:SYSADMIN\"}}"}],"supportedNodes":["snowflake"],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
|
|
326
328
|
{"name":"solarWindsIpamApi","displayName":"SolarWinds IPAM","documentationUrl":"solarwindsipam","httpRequestNode":{"name":"SolarWinds IPAM","docsUrl":"https://www.solarwinds.com/ip-address-manager","apiBaseUrlPlaceholder":"https://your-ipam-server"},"properties":[{"displayName":"Base URL","name":"url","required":true,"type":"string","default":"","placeholder":"https://your-ipam-server","description":"The base URL of your SolarWinds IPAM server."},{"displayName":"Username","name":"username","required":true,"type":"string","default":"","description":"The username for SolarWinds IPAM API."},{"displayName":"Password","name":"password","required":true,"type":"string","typeOptions":{"password":true},"default":"","description":"The password for SolarWinds IPAM API."}],"authenticate":{"type":"generic","properties":{"auth":{"username":"={{$credentials.username}}","password":"={{$credentials.password}}"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/SolarWinds/InformationService/v3/Json/Query","method":"GET","qs":{"query":"SELECT TOP 1 AccountID FROM IPAM.AccountRoles"},"skipSslCertificateValidation":true},"rules":[{"type":"responseCode","properties":{"value":403,"message":"Connection failed: Invalid credentials or unreachable server"}}]},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsIpam.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsIpam.svg"},"supportedNodes":[]},
|
|
327
329
|
{"name":"solarWindsObservabilityApi","displayName":"SolarWinds Observability","documentationUrl":"solarwindsobservability","httpRequestNode":{"name":"SolarWinds Observability","docsUrl":"https://documentation.solarwinds.com/en/success_center/observability/content/api/api-swagger.htm","apiBaseUrlPlaceholder":"https://api.xx-yy.cloud.solarwinds.com/"},"properties":[{"displayName":"URL","name":"url","required":true,"type":"string","default":""},{"displayName":"API Token","name":"apiToken","required":true,"type":"string","typeOptions":{"password":true},"default":""}],"authenticate":{"type":"generic","properties":{"headers":{"Authorization":"=Bearer {{$credentials.apiToken}}","Content-Type":"application/json-rpc"}}},"test":{"request":{"baseURL":"={{$credentials.url}}","url":"/v1/logs","method":"GET"},"rules":[{"type":"responseSuccessBody","properties":{"key":"error","value":"invalid_auth","message":"Invalid access token"}}]},"iconUrl":{"light":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsObservability.svg","dark":"icons/n8n-nodes-base/dist/credentials/icons/SolarWindsObservability.svg"},"supportedNodes":[]},
|