mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Enable usage as a tool for more nodes (#12930)
This commit is contained in:
@@ -24,6 +24,7 @@ export class AwsLambda implements INodeType {
|
||||
defaults: {
|
||||
name: 'AWS Lambda',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
|
||||
@@ -24,6 +24,7 @@ export class AwsSns implements INodeType {
|
||||
defaults: {
|
||||
name: 'AWS SNS',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
|
||||
@@ -36,6 +36,7 @@ export class AwsS3V2 implements INodeType {
|
||||
defaults: {
|
||||
name: 'AWS S3',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
|
||||
@@ -30,6 +30,7 @@ export class AwsSes implements INodeType {
|
||||
defaults: {
|
||||
name: 'AWS SES',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
|
||||
@@ -26,6 +26,7 @@ export class AwsTextract implements INodeType {
|
||||
defaults: {
|
||||
name: 'AWS Textract',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
|
||||
@@ -21,6 +21,7 @@ export class AwsTranscribe implements INodeType {
|
||||
defaults: {
|
||||
name: 'AWS Transcribe',
|
||||
},
|
||||
usableAsTool: true,
|
||||
inputs: [NodeConnectionType.Main],
|
||||
outputs: [NodeConnectionType.Main],
|
||||
credentials: [
|
||||
|
||||
Reference in New Issue
Block a user