From ecd3bbfcd3c8d77ad32c6c0b77225d18bd84f827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Thu, 14 Apr 2022 08:32:27 +0200 Subject: [PATCH 1/2] :zap: Fix credential formatting issues (#3134) * :shirt: Autofix creds lint issues * :shirt: Manually fix creds lint issues * :shirt: Fix indentation * :pencil2: Fix typo * :shirt: Fix indentation * :pencil2: Fix typo --- .../credentials/AgileCrmApi.credentials.ts | 2 +- .../credentials/Amqp.credentials.ts | 2 +- .../credentials/AsanaOAuth2Api.credentials.ts | 1 - .../credentials/BitlyOAuth2Api.credentials.ts | 3 +-- .../credentials/BitwardenApi.credentials.ts | 6 ++--- .../credentials/BubbleApi.credentials.ts | 4 ++-- .../ClickUpOAuth2Api.credentials.ts | 1 - .../credentials/ContentfulApi.credentials.ts | 6 ++--- .../credentials/CrateDb.credentials.ts | 16 ++++++------- .../credentials/CustomerIoApi.credentials.ts | 6 ++--- .../credentials/ERPNextApi.credentials.ts | 6 ++--- .../FacebookGraphAppApi.credentials.ts | 2 +- .../credentials/FormIoApi.credentials.ts | 6 ++--- .../GetResponseOAuth2Api.credentials.ts | 1 - .../credentials/GitPassword.credentials.ts | 2 +- .../credentials/GoogleApi.credentials.ts | 4 ++-- .../credentials/GotifyApi.credentials.ts | 6 ++--- .../credentials/GristApi.credentials.ts | 4 ++-- .../credentials/HaloPSAApi.credentials.ts | 7 +++--- .../HarvestOAuth2Api.credentials.ts | 1 - .../HubspotDeveloperApi.credentials.ts | 1 - .../HubspotOAuth2Api.credentials.ts | 1 - .../credentials/Kafka.credentials.ts | 10 ++++---- .../credentials/KoBoToolboxApi.credentials.ts | 2 +- .../LinkedInOAuth2Api.credentials.ts | 2 +- .../credentials/MailgunApi.credentials.ts | 3 +-- .../MailjetEmailApi.credentials.ts | 2 +- .../credentials/MarketstackApi.credentials.ts | 2 +- .../credentials/MicrosoftSql.credentials.ts | 4 ++-- .../credentials/MongoDb.credentials.ts | 2 -- .../credentials/MonicaCrmApi.credentials.ts | 6 ++--- .../credentials/Mqtt.credentials.ts | 24 +++++++++---------- .../credentials/MySql.credentials.ts | 2 +- .../credentials/OAuth1Api.credentials.ts | 2 +- .../credentials/OAuth2Api.credentials.ts | 3 +-- .../credentials/PaddleApi.credentials.ts | 2 +- .../PagerDutyOAuth2Api.credentials.ts | 1 - .../PhilipsHueOAuth2Api.credentials.ts | 1 - .../credentials/Postgres.credentials.ts | 18 +++++++------- .../credentials/QuestDb.credentials.ts | 16 ++++++------- .../credentials/RabbitMQ.credentials.ts | 10 ++++---- .../credentials/RocketchatApi.credentials.ts | 2 +- .../nodes-base/credentials/S3.credentials.ts | 4 ++-- .../SalesforceJwtApi.credentials.ts | 2 +- .../SalesforceOAuth2Api.credentials.ts | 1 - .../credentials/SeaTableApi.credentials.ts | 10 ++++---- .../credentials/Sftp.credentials.ts | 4 ++-- .../credentials/Signl4Api.credentials.ts | 2 +- .../credentials/Snowflake.credentials.ts | 6 ++--- .../credentials/TelegramApi.credentials.ts | 2 +- .../credentials/TimescaleDb.credentials.ts | 18 +++++++------- .../credentials/TwistOAuth2Api.credentials.ts | 1 - .../WebflowOAuth2Api.credentials.ts | 3 +-- .../credentials/WooCommerceApi.credentials.ts | 2 +- .../credentials/ZendeskApi.credentials.ts | 2 +- .../ZendeskOAuth2Api.credentials.ts | 5 ++-- .../credentials/ZohoOAuth2Api.credentials.ts | 12 +++++----- 57 files changed, 129 insertions(+), 147 deletions(-) diff --git a/packages/nodes-base/credentials/AgileCrmApi.credentials.ts b/packages/nodes-base/credentials/AgileCrmApi.credentials.ts index e18ff85b55..80da37d290 100644 --- a/packages/nodes-base/credentials/AgileCrmApi.credentials.ts +++ b/packages/nodes-base/credentials/AgileCrmApi.credentials.ts @@ -26,7 +26,7 @@ export class AgileCrmApi implements ICredentialType { type: 'string', default: '', placeholder: 'example', - description: 'If the domain is https://example.agilecrm.com "example" would have to be entered.', + description: 'If the domain is https://example.agilecrm.com "example" would have to be entered', }, ]; } diff --git a/packages/nodes-base/credentials/Amqp.credentials.ts b/packages/nodes-base/credentials/Amqp.credentials.ts index 4c243088d1..81816fe07a 100644 --- a/packages/nodes-base/credentials/Amqp.credentials.ts +++ b/packages/nodes-base/credentials/Amqp.credentials.ts @@ -41,7 +41,7 @@ export class Amqp implements ICredentialType { name: 'transportType', type: 'string', default: '', - description: 'Optional Transport Type to use.', + description: 'Optional Transport Type to use', }, ]; } diff --git a/packages/nodes-base/credentials/AsanaOAuth2Api.credentials.ts b/packages/nodes-base/credentials/AsanaOAuth2Api.credentials.ts index 3bb966f2ec..918425eb64 100644 --- a/packages/nodes-base/credentials/AsanaOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/AsanaOAuth2Api.credentials.ts @@ -42,7 +42,6 @@ export class AsanaOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/BitlyOAuth2Api.credentials.ts b/packages/nodes-base/credentials/BitlyOAuth2Api.credentials.ts index b5bdd1a557..2db80630c8 100644 --- a/packages/nodes-base/credentials/BitlyOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/BitlyOAuth2Api.credentials.ts @@ -54,7 +54,7 @@ export class BitlyOAuth2Api implements ICredentialType { name: 'authQueryParameters', type: 'hidden', default: '', - description: 'For some services additional query parameters have to be set which can be defined here.', + description: 'For some services additional query parameters have to be set which can be defined here', placeholder: '', }, { @@ -62,7 +62,6 @@ export class BitlyOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/BitwardenApi.credentials.ts b/packages/nodes-base/credentials/BitwardenApi.credentials.ts index 680c38be0e..376d6d6546 100644 --- a/packages/nodes-base/credentials/BitwardenApi.credentials.ts +++ b/packages/nodes-base/credentials/BitwardenApi.credentials.ts @@ -29,17 +29,17 @@ export class BitwardenApi implements ICredentialType { default: 'cloudHosted', options: [ { - name: 'Cloud-hosted', + name: 'Cloud-Hosted', value: 'cloudHosted', }, { - name: 'Self-hosted', + name: 'Self-Hosted', value: 'selfHosted', }, ], }, { - displayName: 'Self-hosted domain', + displayName: 'Self-Hosted Domain', name: 'domain', type: 'string', default: '', diff --git a/packages/nodes-base/credentials/BubbleApi.credentials.ts b/packages/nodes-base/credentials/BubbleApi.credentials.ts index 7428acbfd5..1f91de6cb1 100644 --- a/packages/nodes-base/credentials/BubbleApi.credentials.ts +++ b/packages/nodes-base/credentials/BubbleApi.credentials.ts @@ -43,11 +43,11 @@ export class BubbleApi implements ICredentialType { default: 'bubbleHosted', options: [ { - name: 'Bubble-hosted', + name: 'Bubble-Hosted', value: 'bubbleHosted', }, { - name: 'Self-hosted', + name: 'Self-Hosted', value: 'selfHosted', }, ], diff --git a/packages/nodes-base/credentials/ClickUpOAuth2Api.credentials.ts b/packages/nodes-base/credentials/ClickUpOAuth2Api.credentials.ts index cfabf116e0..b9ed95ea28 100644 --- a/packages/nodes-base/credentials/ClickUpOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/ClickUpOAuth2Api.credentials.ts @@ -42,7 +42,6 @@ export class ClickUpOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/ContentfulApi.credentials.ts b/packages/nodes-base/credentials/ContentfulApi.credentials.ts index 0889cee7dd..de8903cbe2 100644 --- a/packages/nodes-base/credentials/ContentfulApi.credentials.ts +++ b/packages/nodes-base/credentials/ContentfulApi.credentials.ts @@ -15,17 +15,17 @@ export class ContentfulApi implements ICredentialType { type: 'string', default: '', required: true, - description: 'The id for the Contentful space.', + description: 'The ID for the Contentful space', }, { - displayName: 'Content Delivery API Access token', + displayName: 'Content Delivery API Access Token', name: 'ContentDeliveryaccessToken', type: 'string', default: '', description: 'Access token that has access to the space. Can be left empty if only Delivery API should be used.', }, { - displayName: 'Content Preview API Access token', + displayName: 'Content Preview API Access Token', name: 'ContentPreviewaccessToken', type: 'string', default: '', diff --git a/packages/nodes-base/credentials/CrateDb.credentials.ts b/packages/nodes-base/credentials/CrateDb.credentials.ts index 9904e2ad7c..a1a94ee6d2 100644 --- a/packages/nodes-base/credentials/CrateDb.credentials.ts +++ b/packages/nodes-base/credentials/CrateDb.credentials.ts @@ -38,23 +38,23 @@ export class CrateDb implements ICredentialType { type: 'options', options: [ { - name: 'disable', - value: 'disable', - }, - { - name: 'allow', + name: 'Allow', value: 'allow', }, { - name: 'require', + name: 'Disable', + value: 'disable', + }, + { + name: 'Require', value: 'require', }, { - name: 'verify (not implemented)', + name: 'Verify (Not Implemented)', value: 'verify', }, { - name: 'verify-full (not implemented)', + name: 'Verify-Full (Not Implemented)', value: 'verify-full', }, ], diff --git a/packages/nodes-base/credentials/CustomerIoApi.credentials.ts b/packages/nodes-base/credentials/CustomerIoApi.credentials.ts index efe81d6093..5158dcf47a 100644 --- a/packages/nodes-base/credentials/CustomerIoApi.credentials.ts +++ b/packages/nodes-base/credentials/CustomerIoApi.credentials.ts @@ -14,7 +14,7 @@ export class CustomerIoApi implements ICredentialType { name: 'trackingApiKey', type: 'string', default: '', - description: 'Required for tracking API.', + description: 'Required for tracking API', required: true, }, { @@ -22,14 +22,14 @@ export class CustomerIoApi implements ICredentialType { name: 'trackingSiteId', type: 'string', default: '', - description: 'Required for tracking API.', + description: 'Required for tracking API', }, { displayName: 'App API Key', name: 'appApiKey', type: 'string', default: '', - description: 'Required for App API.', + description: 'Required for App API', }, ]; } diff --git a/packages/nodes-base/credentials/ERPNextApi.credentials.ts b/packages/nodes-base/credentials/ERPNextApi.credentials.ts index ffe6f9ac96..6ca1016457 100644 --- a/packages/nodes-base/credentials/ERPNextApi.credentials.ts +++ b/packages/nodes-base/credentials/ERPNextApi.credentials.ts @@ -27,11 +27,11 @@ export class ERPNextApi implements ICredentialType { default: 'cloudHosted', options: [ { - name: 'Cloud-hosted', + name: 'Cloud-Hosted', value: 'cloudHosted', }, { - name: 'Self-hosted', + name: 'Self-Hosted', value: 'selfHosted', }, ], @@ -57,7 +57,7 @@ export class ERPNextApi implements ICredentialType { type: 'string', default: '', placeholder: 'https://www.mydomain.com', - description: 'Fully qualified domain name of self-hosted ERPNext instance.', + description: 'Fully qualified domain name of self-hosted ERPNext instance', displayOptions: { show: { environment: [ diff --git a/packages/nodes-base/credentials/FacebookGraphAppApi.credentials.ts b/packages/nodes-base/credentials/FacebookGraphAppApi.credentials.ts index 0ffbb29c81..ae32c1882e 100644 --- a/packages/nodes-base/credentials/FacebookGraphAppApi.credentials.ts +++ b/packages/nodes-base/credentials/FacebookGraphAppApi.credentials.ts @@ -16,7 +16,7 @@ export class FacebookGraphAppApi implements ICredentialType { name: 'appSecret', type: 'string', default: '', - description: '(Optional) When the app secret is set the node will verify this signature to validate the integrity and origin of the payload.', + description: '(Optional) When the app secret is set the node will verify this signature to validate the integrity and origin of the payload', }, ]; } diff --git a/packages/nodes-base/credentials/FormIoApi.credentials.ts b/packages/nodes-base/credentials/FormIoApi.credentials.ts index e7a4f5cad1..bd1ce48b35 100644 --- a/packages/nodes-base/credentials/FormIoApi.credentials.ts +++ b/packages/nodes-base/credentials/FormIoApi.credentials.ts @@ -15,17 +15,17 @@ export class FormIoApi implements ICredentialType { default: 'cloudHosted', options: [ { - name: 'Cloud-hosted', + name: 'Cloud-Hosted', value: 'cloudHosted', }, { - name: 'Self-hosted', + name: 'Self-Hosted', value: 'selfHosted', }, ], }, { - displayName: 'Self-hosted domain', + displayName: 'Self-Hosted Domain', name: 'domain', type: 'string', default: '', diff --git a/packages/nodes-base/credentials/GetResponseOAuth2Api.credentials.ts b/packages/nodes-base/credentials/GetResponseOAuth2Api.credentials.ts index 97248b5461..9bd8e6a61e 100644 --- a/packages/nodes-base/credentials/GetResponseOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/GetResponseOAuth2Api.credentials.ts @@ -41,7 +41,6 @@ export class GetResponseOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'header', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/GitPassword.credentials.ts b/packages/nodes-base/credentials/GitPassword.credentials.ts index 284ca3386c..5a0b42cd6a 100644 --- a/packages/nodes-base/credentials/GitPassword.credentials.ts +++ b/packages/nodes-base/credentials/GitPassword.credentials.ts @@ -13,7 +13,7 @@ export class GitPassword implements ICredentialType { name: 'username', type: 'string', default: '', - description: 'The username to authenticate with.', + description: 'The username to authenticate with', }, { displayName: 'Password', diff --git a/packages/nodes-base/credentials/GoogleApi.credentials.ts b/packages/nodes-base/credentials/GoogleApi.credentials.ts index bf177281b9..870c2a5070 100644 --- a/packages/nodes-base/credentials/GoogleApi.credentials.ts +++ b/packages/nodes-base/credentials/GoogleApi.credentials.ts @@ -15,7 +15,7 @@ export class GoogleApi implements ICredentialType { name: 'email', type: 'string', default: '', - description: 'The Google Service account similar to user-808@project.iam.gserviceaccount.com.', + description: 'The Google Service account similar to user-808@project.iam.gserviceaccount.com', required: true, }, { @@ -45,7 +45,7 @@ export class GoogleApi implements ICredentialType { ], }, }, - description: 'The email address of the user for which the application is requesting delegated access.', + description: 'The email address of the user for which the application is requesting delegated access', }, ]; } diff --git a/packages/nodes-base/credentials/GotifyApi.credentials.ts b/packages/nodes-base/credentials/GotifyApi.credentials.ts index a5df10ec01..b2feca18da 100644 --- a/packages/nodes-base/credentials/GotifyApi.credentials.ts +++ b/packages/nodes-base/credentials/GotifyApi.credentials.ts @@ -13,21 +13,21 @@ export class GotifyApi implements ICredentialType { name: 'appApiToken', type: 'string', default: '', - description: '(Optional) Needed for message creation.', + description: '(Optional) Needed for message creation', }, { displayName: 'Client API Token', name: 'clientApiToken', type: 'string', default: '', - description: '(Optional) Needed for everything (delete, getAll) but message creation.', + description: '(Optional) Needed for everything (delete, getAll) but message creation', }, { displayName: 'URL', name: 'url', type: 'string', default: '', - description: 'The URL of the Gotify host.', + description: 'The URL of the Gotify host', }, ]; } diff --git a/packages/nodes-base/credentials/GristApi.credentials.ts b/packages/nodes-base/credentials/GristApi.credentials.ts index bf6ef314be..e7e4645035 100644 --- a/packages/nodes-base/credentials/GristApi.credentials.ts +++ b/packages/nodes-base/credentials/GristApi.credentials.ts @@ -30,7 +30,7 @@ export class GristApi implements ICredentialType { value: 'paid', }, { - name: 'Self-hosted', + name: 'Self-Hosted', value: 'selfHosted', }, ], @@ -51,7 +51,7 @@ export class GristApi implements ICredentialType { }, }, { - displayName: 'Self-hosted URL', + displayName: 'Self-Hosted URL', name: 'selfHostedUrl', type: 'string', default: '', diff --git a/packages/nodes-base/credentials/HaloPSAApi.credentials.ts b/packages/nodes-base/credentials/HaloPSAApi.credentials.ts index 43552fe716..1424a8cc9a 100644 --- a/packages/nodes-base/credentials/HaloPSAApi.credentials.ts +++ b/packages/nodes-base/credentials/HaloPSAApi.credentials.ts @@ -22,8 +22,7 @@ export class HaloPSAApi implements ICredentialType { value: 'hostedHalo', }, ], - default: '', - description: 'Hosting Type', + default: 'onPremise', }, { displayName: 'HaloPSA Authorisation Server URL', @@ -38,7 +37,7 @@ export class HaloPSAApi implements ICredentialType { type: 'string', default: '', required: true, - description: `The Resource server is available at your "Halo Web Application url/api"`, + description: 'The Resource server is available at your "Halo Web Application url/api"', }, { displayName: 'Client ID', @@ -46,7 +45,7 @@ export class HaloPSAApi implements ICredentialType { type: 'string', default: '', required: true, - description: 'Must be your application client id', + description: 'Must be your application client ID', }, { displayName: 'Client Secret', diff --git a/packages/nodes-base/credentials/HarvestOAuth2Api.credentials.ts b/packages/nodes-base/credentials/HarvestOAuth2Api.credentials.ts index 294ce9ef95..9a9a454f8d 100644 --- a/packages/nodes-base/credentials/HarvestOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/HarvestOAuth2Api.credentials.ts @@ -42,7 +42,6 @@ export class HarvestOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/HubspotDeveloperApi.credentials.ts b/packages/nodes-base/credentials/HubspotDeveloperApi.credentials.ts index d71b49d095..cba087f307 100644 --- a/packages/nodes-base/credentials/HubspotDeveloperApi.credentials.ts +++ b/packages/nodes-base/credentials/HubspotDeveloperApi.credentials.ts @@ -45,7 +45,6 @@ export class HubspotDeveloperApi implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, { displayName: 'Developer API Key', diff --git a/packages/nodes-base/credentials/HubspotOAuth2Api.credentials.ts b/packages/nodes-base/credentials/HubspotOAuth2Api.credentials.ts index 8c5402f0ce..c2f6cf7e49 100644 --- a/packages/nodes-base/credentials/HubspotOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/HubspotOAuth2Api.credentials.ts @@ -57,7 +57,6 @@ export class HubspotOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/Kafka.credentials.ts b/packages/nodes-base/credentials/Kafka.credentials.ts index 17ce59f2e0..526640d20d 100644 --- a/packages/nodes-base/credentials/Kafka.credentials.ts +++ b/packages/nodes-base/credentials/Kafka.credentials.ts @@ -46,7 +46,7 @@ export class Kafka implements ICredentialType { }, }, default: '', - description: 'Optional username if authenticated is required.', + description: 'Optional username if authenticated is required', }, { displayName: 'Password', @@ -63,10 +63,10 @@ export class Kafka implements ICredentialType { password: true, }, default: '', - description: 'Optional password if authenticated is required.', + description: 'Optional password if authenticated is required', }, { - displayName: 'SASL mechanism', + displayName: 'SASL Mechanism', name: 'saslMechanism', type: 'options', displayOptions: { @@ -78,7 +78,7 @@ export class Kafka implements ICredentialType { }, options: [ { - name: 'plain', + name: 'Plain', value: 'plain', }, { @@ -91,7 +91,7 @@ export class Kafka implements ICredentialType { }, ], default: 'plain', - description: 'The SASL mechanism.', + description: 'The SASL mechanism', }, ]; } diff --git a/packages/nodes-base/credentials/KoBoToolboxApi.credentials.ts b/packages/nodes-base/credentials/KoBoToolboxApi.credentials.ts index 9fdb6bf8c6..91b1384045 100644 --- a/packages/nodes-base/credentials/KoBoToolboxApi.credentials.ts +++ b/packages/nodes-base/credentials/KoBoToolboxApi.credentials.ts @@ -10,7 +10,7 @@ export class KoBoToolboxApi implements ICredentialType { documentationUrl = 'koBoToolbox'; properties = [ { - displayName: 'API root URL', + displayName: 'API Root URL', name: 'URL', type: 'string' as NodePropertyTypes, default: 'https://kf.kobotoolbox.org/', diff --git a/packages/nodes-base/credentials/LinkedInOAuth2Api.credentials.ts b/packages/nodes-base/credentials/LinkedInOAuth2Api.credentials.ts index b5b005f37b..100e9ec779 100644 --- a/packages/nodes-base/credentials/LinkedInOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/LinkedInOAuth2Api.credentials.ts @@ -17,7 +17,7 @@ export class LinkedInOAuth2Api implements ICredentialType { name: 'organizationSupport', type: 'boolean', default: true, - description: 'Request permissions to post as an orgaization.', + description: 'Whether to request permissions to post as an organization', }, { displayName: 'Authorization URL', diff --git a/packages/nodes-base/credentials/MailgunApi.credentials.ts b/packages/nodes-base/credentials/MailgunApi.credentials.ts index d81b339d84..e9fbb633dd 100644 --- a/packages/nodes-base/credentials/MailgunApi.credentials.ts +++ b/packages/nodes-base/credentials/MailgunApi.credentials.ts @@ -24,14 +24,13 @@ export class MailgunApi implements ICredentialType { }, ], default: 'api.mailgun.net', - description: 'The configured mailgun API domain.', + description: 'The configured mailgun API domain', }, { displayName: 'Email Domain', name: 'emailDomain', type: 'string', default: '', - description: '.', }, { displayName: 'API Key', diff --git a/packages/nodes-base/credentials/MailjetEmailApi.credentials.ts b/packages/nodes-base/credentials/MailjetEmailApi.credentials.ts index cefcc89aeb..a6b5888d86 100644 --- a/packages/nodes-base/credentials/MailjetEmailApi.credentials.ts +++ b/packages/nodes-base/credentials/MailjetEmailApi.credentials.ts @@ -25,7 +25,7 @@ export class MailjetEmailApi implements ICredentialType { name: 'sandboxMode', type: 'boolean', default: false, - description: 'Allow to run the API call in a Sandbox mode, where all validations of the payload will be done without delivering the message', + description: 'Whether to allow to run the API call in a Sandbox mode, where all validations of the payload will be done without delivering the message', }, ]; } diff --git a/packages/nodes-base/credentials/MarketstackApi.credentials.ts b/packages/nodes-base/credentials/MarketstackApi.credentials.ts index 4960f46a0e..eacf49ac01 100644 --- a/packages/nodes-base/credentials/MarketstackApi.credentials.ts +++ b/packages/nodes-base/credentials/MarketstackApi.credentials.ts @@ -19,7 +19,7 @@ export class MarketstackApi implements ICredentialType { name: 'useHttps', type: 'boolean', default: false, - description: 'Use HTTPS (paid plans only).', + description: 'Whether to use HTTPS (paid plans only)', }, ]; } diff --git a/packages/nodes-base/credentials/MicrosoftSql.credentials.ts b/packages/nodes-base/credentials/MicrosoftSql.credentials.ts index 2b09904e18..f2f63dd951 100644 --- a/packages/nodes-base/credentials/MicrosoftSql.credentials.ts +++ b/packages/nodes-base/credentials/MicrosoftSql.credentials.ts @@ -55,14 +55,14 @@ export class MicrosoftSql implements ICredentialType { name: 'connectTimeout', type: 'number', default: 15000, - description: 'Connection timeout in ms.', + description: 'Connection timeout in ms', }, { displayName: 'Request Timeout', name: 'requestTimeout', type: 'number', default: 15000, - description: ' Request timeout in ms.', + description: 'Request timeout in ms', }, ]; } diff --git a/packages/nodes-base/credentials/MongoDb.credentials.ts b/packages/nodes-base/credentials/MongoDb.credentials.ts index 896a28c0b3..ba2958a095 100644 --- a/packages/nodes-base/credentials/MongoDb.credentials.ts +++ b/packages/nodes-base/credentials/MongoDb.credentials.ts @@ -22,7 +22,6 @@ export class MongoDb implements ICredentialType { }, ], default: 'values', - description: 'The operation to perform.', }, { displayName: 'Connection String', @@ -37,7 +36,6 @@ export class MongoDb implements ICredentialType { }, default: '', placeholder: 'mongodb://:@localhost:27017/?authSource=admin&readPreference=primary&appname=n8n&ssl=false', - required: false, description: `If provided, the value here will be used as a MongoDB connection string, and the MongoDB credentials will be ignored`, }, diff --git a/packages/nodes-base/credentials/MonicaCrmApi.credentials.ts b/packages/nodes-base/credentials/MonicaCrmApi.credentials.ts index 45d400a7df..112cab38ca 100644 --- a/packages/nodes-base/credentials/MonicaCrmApi.credentials.ts +++ b/packages/nodes-base/credentials/MonicaCrmApi.credentials.ts @@ -15,17 +15,17 @@ export class MonicaCrmApi implements ICredentialType { default: 'cloudHosted', options: [ { - name: 'Cloud-hosted', + name: 'Cloud-Hosted', value: 'cloudHosted', }, { - name: 'Self-hosted', + name: 'Self-Hosted', value: 'selfHosted', }, ], }, { - displayName: 'Self-hosted domain', + displayName: 'Self-Hosted Domain', name: 'domain', type: 'string', default: '', diff --git a/packages/nodes-base/credentials/Mqtt.credentials.ts b/packages/nodes-base/credentials/Mqtt.credentials.ts index f841d37500..054d7ad784 100644 --- a/packages/nodes-base/credentials/Mqtt.credentials.ts +++ b/packages/nodes-base/credentials/Mqtt.credentials.ts @@ -15,15 +15,15 @@ export class Mqtt implements ICredentialType { type: 'options', options: [ { - name: 'mqtt', + name: 'Mqtt', value: 'mqtt', }, { - name: 'mqtts', + name: 'Mqtts', value: 'mqtts', }, { - name: 'ws', + name: 'Ws', value: 'ws', }, ], @@ -61,14 +61,14 @@ export class Mqtt implements ICredentialType { name: 'clean', type: 'boolean', default: true, - description: `Set to false to receive QoS 1 and 2 messages while offline.`, + description: 'Whether to use clean session - set to false to receive QoS 1 and 2 messages while offline', }, { displayName: 'Client ID', name: 'clientId', type: 'string', default: '', - description: 'Client ID. If left empty, one is autogenrated for you', + description: 'Client ID. If left empty, one is autogenerated for you.', }, { displayName: 'SSL', @@ -88,7 +88,7 @@ export class Mqtt implements ICredentialType { }, }, default: true, - description: 'Passwordless connection with certificates (SASL mechanism EXTERNAL)', + description: 'Whether to use passwordless connection with certificates (SASL mechanism EXTERNAL)', }, { displayName: 'CA Certificates', @@ -105,12 +105,12 @@ export class Mqtt implements ICredentialType { }, }, default: '', - description: 'SSL CA Certificates to use.', + description: 'SSL CA Certificates to use', }, { displayName: 'Reject Unauthorized Certificate', name: 'rejectUnauthorized', - type: 'boolean', + type: 'boolean', displayOptions: { show: { ssl: [ @@ -121,8 +121,8 @@ export class Mqtt implements ICredentialType { ], }, } as IDisplayOptions, - default: '', - description: 'Validate Certificate.', + default: false, + description: 'Whether to validate Certificate', }, { displayName: 'Client Certificate', @@ -142,7 +142,7 @@ export class Mqtt implements ICredentialType { }, } as IDisplayOptions, default: '', - description: 'SSL Client Certificate to use.', + description: 'SSL Client Certificate to use', }, { displayName: 'Client Key', @@ -162,7 +162,7 @@ export class Mqtt implements ICredentialType { }, }, default: '', - description: 'SSL Client Key to use.', + description: 'SSL Client Key to use', }, ]; } diff --git a/packages/nodes-base/credentials/MySql.credentials.ts b/packages/nodes-base/credentials/MySql.credentials.ts index 3e38bfa82f..1f91f0d91a 100644 --- a/packages/nodes-base/credentials/MySql.credentials.ts +++ b/packages/nodes-base/credentials/MySql.credentials.ts @@ -47,7 +47,7 @@ export class MySql implements ICredentialType { name: 'connectTimeout', type: 'number', default: 10000, - description: 'The milliseconds before a timeout occurs during the initial connection to the MySQL server.', + description: 'The milliseconds before a timeout occurs during the initial connection to the MySQL server', }, { displayName: 'SSL', diff --git a/packages/nodes-base/credentials/OAuth1Api.credentials.ts b/packages/nodes-base/credentials/OAuth1Api.credentials.ts index 614afbc65a..bbcb0bce99 100644 --- a/packages/nodes-base/credentials/OAuth1Api.credentials.ts +++ b/packages/nodes-base/credentials/OAuth1Api.credentials.ts @@ -61,7 +61,7 @@ export class OAuth1Api implements ICredentialType { value: 'HMAC-SHA512', }, ], - default: '', + default: 'HMAC-SHA1', required: true, }, ]; diff --git a/packages/nodes-base/credentials/OAuth2Api.credentials.ts b/packages/nodes-base/credentials/OAuth2Api.credentials.ts index 222444f7a5..b6c1781e81 100644 --- a/packages/nodes-base/credentials/OAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/OAuth2Api.credentials.ts @@ -51,7 +51,7 @@ export class OAuth2Api implements ICredentialType { name: 'authQueryParameters', type: 'string', default: '', - description: 'For some services additional query parameters have to be set which can be defined here.', + description: 'For some services additional query parameters have to be set which can be defined here', placeholder: 'access_type=offline', }, { @@ -71,7 +71,6 @@ export class OAuth2Api implements ICredentialType { }, ], default: 'header', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/PaddleApi.credentials.ts b/packages/nodes-base/credentials/PaddleApi.credentials.ts index 464c249f24..9b60d34e86 100644 --- a/packages/nodes-base/credentials/PaddleApi.credentials.ts +++ b/packages/nodes-base/credentials/PaddleApi.credentials.ts @@ -21,7 +21,7 @@ export class PaddleApi implements ICredentialType { default: '', }, { - displayName: 'Use Sandbox environment API', + displayName: 'Use Sandbox Environment API', name: 'sandbox', type: 'boolean', default: false, diff --git a/packages/nodes-base/credentials/PagerDutyOAuth2Api.credentials.ts b/packages/nodes-base/credentials/PagerDutyOAuth2Api.credentials.ts index 46e214bf49..a14961d303 100644 --- a/packages/nodes-base/credentials/PagerDutyOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/PagerDutyOAuth2Api.credentials.ts @@ -40,7 +40,6 @@ export class PagerDutyOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'header', - description: 'Method of authentication.', }, ]; } diff --git a/packages/nodes-base/credentials/PhilipsHueOAuth2Api.credentials.ts b/packages/nodes-base/credentials/PhilipsHueOAuth2Api.credentials.ts index c93712e4c5..c5ed89b6f6 100644 --- a/packages/nodes-base/credentials/PhilipsHueOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/PhilipsHueOAuth2Api.credentials.ts @@ -46,7 +46,6 @@ export class PhilipsHueOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'header', - description: 'Method of authentication.', }, ]; } diff --git a/packages/nodes-base/credentials/Postgres.credentials.ts b/packages/nodes-base/credentials/Postgres.credentials.ts index 304c4f700e..ccf0bc0827 100644 --- a/packages/nodes-base/credentials/Postgres.credentials.ts +++ b/packages/nodes-base/credentials/Postgres.credentials.ts @@ -41,7 +41,7 @@ export class Postgres implements ICredentialType { name: 'allowUnauthorizedCerts', type: 'boolean', default: false, - description: 'Connect even if SSL certificate validation is not possible.', + description: 'Whether to connect even if SSL certificate validation is not possible', }, { displayName: 'SSL', @@ -56,23 +56,23 @@ export class Postgres implements ICredentialType { }, options: [ { - name: 'disable', - value: 'disable', - }, - { - name: 'allow', + name: 'Allow', value: 'allow', }, { - name: 'require', + name: 'Disable', + value: 'disable', + }, + { + name: 'Require', value: 'require', }, { - name: 'verify (not implemented)', + name: 'Verify (Not Implemented)', value: 'verify', }, { - name: 'verify-full (not implemented)', + name: 'Verify-Full (Not Implemented)', value: 'verify-full', }, ], diff --git a/packages/nodes-base/credentials/QuestDb.credentials.ts b/packages/nodes-base/credentials/QuestDb.credentials.ts index ebf8828d25..fe629aff43 100644 --- a/packages/nodes-base/credentials/QuestDb.credentials.ts +++ b/packages/nodes-base/credentials/QuestDb.credentials.ts @@ -38,23 +38,23 @@ export class QuestDb implements ICredentialType { type: 'options', options: [ { - name: 'disable', - value: 'disable', - }, - { - name: 'allow', + name: 'Allow', value: 'allow', }, { - name: 'require', + name: 'Disable', + value: 'disable', + }, + { + name: 'Require', value: 'require', }, { - name: 'verify (not implemented)', + name: 'Verify (Not Implemented)', value: 'verify', }, { - name: 'verify-full (not implemented)', + name: 'Verify-Full (Not Implemented)', value: 'verify-full', }, ], diff --git a/packages/nodes-base/credentials/RabbitMQ.credentials.ts b/packages/nodes-base/credentials/RabbitMQ.credentials.ts index 416522c903..225362c3dd 100644 --- a/packages/nodes-base/credentials/RabbitMQ.credentials.ts +++ b/packages/nodes-base/credentials/RabbitMQ.credentials.ts @@ -63,7 +63,7 @@ export class RabbitMQ implements ICredentialType { }, }, default: true, - description: 'Passwordless connection with certificates (SASL mechanism EXTERNAL)', + description: 'Whether to use passwordless connection with certificates (SASL mechanism EXTERNAL)', }, { displayName: 'CA Certificates', @@ -80,7 +80,7 @@ export class RabbitMQ implements ICredentialType { }, }, default: '', - description: 'SSL CA Certificates to use.', + description: 'SSL CA Certificates to use', }, { displayName: 'Client Certificate', @@ -100,7 +100,7 @@ export class RabbitMQ implements ICredentialType { }, } as IDisplayOptions, default: '', - description: 'SSL Client Certificate to use.', + description: 'SSL Client Certificate to use', }, { displayName: 'Client Key', @@ -120,7 +120,7 @@ export class RabbitMQ implements ICredentialType { }, }, default: '', - description: 'SSL Client Key to use.', + description: 'SSL Client Key to use', }, { displayName: 'Passphrase', @@ -140,7 +140,7 @@ export class RabbitMQ implements ICredentialType { }, }, default: '', - description: 'SSL passphrase to use.', + description: 'SSL passphrase to use', }, // { // displayName: 'Client ID', diff --git a/packages/nodes-base/credentials/RocketchatApi.credentials.ts b/packages/nodes-base/credentials/RocketchatApi.credentials.ts index 68f1deb71b..d4a62db3bc 100644 --- a/packages/nodes-base/credentials/RocketchatApi.credentials.ts +++ b/packages/nodes-base/credentials/RocketchatApi.credentials.ts @@ -10,7 +10,7 @@ export class RocketchatApi implements ICredentialType { documentationUrl = 'rocketchat'; properties: INodeProperties[] = [ { - displayName: 'User Id', + displayName: 'User ID', name: 'userId', type: 'string', default: '', diff --git a/packages/nodes-base/credentials/S3.credentials.ts b/packages/nodes-base/credentials/S3.credentials.ts index 976f5910ed..4e18842391 100644 --- a/packages/nodes-base/credentials/S3.credentials.ts +++ b/packages/nodes-base/credentials/S3.credentials.ts @@ -10,7 +10,7 @@ export class S3 implements ICredentialType { documentationUrl = 's3'; properties: INodeProperties[] = [ { - displayName: 'S3 endpoint', + displayName: 'S3 Endpoint', name: 'endpoint', type: 'string', default: '', @@ -37,7 +37,7 @@ export class S3 implements ICredentialType { }, }, { - displayName: 'Force path style', + displayName: 'Force Path Style', name: 'forcePathStyle', type: 'boolean', default: false, diff --git a/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts b/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts index 58c2df5d4b..8d1d15ec9b 100644 --- a/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts +++ b/packages/nodes-base/credentials/SalesforceJwtApi.credentials.ts @@ -30,7 +30,7 @@ export class SalesforceJwtApi implements ICredentialType { type: 'string', default: '', required: true, - description: 'Consumer Key from Salesforce Connected App.', + description: 'Consumer Key from Salesforce Connected App', }, { displayName: 'Username', diff --git a/packages/nodes-base/credentials/SalesforceOAuth2Api.credentials.ts b/packages/nodes-base/credentials/SalesforceOAuth2Api.credentials.ts index 3fd9daf8d4..517fde6f5b 100644 --- a/packages/nodes-base/credentials/SalesforceOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/SalesforceOAuth2Api.credentials.ts @@ -58,7 +58,6 @@ export class SalesforceOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'header', - description: 'Method of authentication.', }, ]; } diff --git a/packages/nodes-base/credentials/SeaTableApi.credentials.ts b/packages/nodes-base/credentials/SeaTableApi.credentials.ts index 7b0221161c..a61b539961 100644 --- a/packages/nodes-base/credentials/SeaTableApi.credentials.ts +++ b/packages/nodes-base/credentials/SeaTableApi.credentials.ts @@ -24,17 +24,17 @@ export class SeaTableApi implements ICredentialType { default: 'cloudHosted', options: [ { - name: 'Cloud-hosted', + name: 'Cloud-Hosted', value: 'cloudHosted', }, { - name: 'Self-hosted', + name: 'Self-Hosted', value: 'selfHosted', }, ], }, { - displayName: 'Self-hosted domain', + displayName: 'Self-Hosted Domain', name: 'domain', type: 'string', default: '', @@ -57,8 +57,8 @@ export class SeaTableApi implements ICredentialType { displayName: 'Timezone', name: 'timezone', type: 'options', - default: 'Europe/Berlin', - description: `Seatable server's timezone`, + default: '', + description: 'Seatable server\'s timezone', options: [ ...timezones, ], diff --git a/packages/nodes-base/credentials/Sftp.credentials.ts b/packages/nodes-base/credentials/Sftp.credentials.ts index 1ff95bd42a..e8c6511adf 100644 --- a/packages/nodes-base/credentials/Sftp.credentials.ts +++ b/packages/nodes-base/credentials/Sftp.credentials.ts @@ -46,7 +46,7 @@ export class Sftp implements ICredentialType { alwaysOpenEditWindow: true, }, default: '', - description: 'String that contains a private key for either key-based or hostbased user authentication (OpenSSH format).', + description: 'String that contains a private key for either key-based or hostbased user authentication (OpenSSH format)', }, { displayName: 'Passphrase', @@ -56,7 +56,7 @@ export class Sftp implements ICredentialType { }, type: 'string', default: '', - description: 'For an encrypted private key, this is the passphrase used to decrypt it.', + description: 'For an encrypted private key, this is the passphrase used to decrypt it', }, ]; } diff --git a/packages/nodes-base/credentials/Signl4Api.credentials.ts b/packages/nodes-base/credentials/Signl4Api.credentials.ts index 871b621ac1..29bad1b7d8 100644 --- a/packages/nodes-base/credentials/Signl4Api.credentials.ts +++ b/packages/nodes-base/credentials/Signl4Api.credentials.ts @@ -13,7 +13,7 @@ export class Signl4Api implements ICredentialType { name: 'teamSecret', type: 'string', default: '', - description: 'The team secret is the last part of your SIGNL4 webhook URL.', + description: 'The team secret is the last part of your SIGNL4 webhook URL', }, ]; } diff --git a/packages/nodes-base/credentials/Snowflake.credentials.ts b/packages/nodes-base/credentials/Snowflake.credentials.ts index 195b1027a1..747409f500 100644 --- a/packages/nodes-base/credentials/Snowflake.credentials.ts +++ b/packages/nodes-base/credentials/Snowflake.credentials.ts @@ -13,14 +13,14 @@ export class Snowflake implements ICredentialType { name: 'account', type: 'string', default: '', - description: 'Enter the name of your Snowflake account.', + 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.', + description: 'Specify the database you want to use after creating the connection', }, { displayName: 'Warehouse', @@ -63,7 +63,7 @@ export class Snowflake implements ICredentialType { name: 'clientSessionKeepAlive', type: 'boolean', default: false, - description: `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.`, + 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.', }, ]; } diff --git a/packages/nodes-base/credentials/TelegramApi.credentials.ts b/packages/nodes-base/credentials/TelegramApi.credentials.ts index 4634f11b0e..cc82458072 100644 --- a/packages/nodes-base/credentials/TelegramApi.credentials.ts +++ b/packages/nodes-base/credentials/TelegramApi.credentials.ts @@ -14,7 +14,7 @@ export class TelegramApi implements ICredentialType { name: 'accessToken', type: 'string', default: '', - description: 'Chat with the bot father to obtain the access token.', + description: 'Chat with the bot father to obtain the access token', }, ]; } diff --git a/packages/nodes-base/credentials/TimescaleDb.credentials.ts b/packages/nodes-base/credentials/TimescaleDb.credentials.ts index 91616a27ee..1ad133fe5b 100644 --- a/packages/nodes-base/credentials/TimescaleDb.credentials.ts +++ b/packages/nodes-base/credentials/TimescaleDb.credentials.ts @@ -40,7 +40,7 @@ export class TimescaleDb implements ICredentialType { name: 'allowUnauthorizedCerts', type: 'boolean', default: false, - description: 'Connect even if SSL certificate validation is not possible.', + description: 'Whether to connect even if SSL certificate validation is not possible', }, { displayName: 'SSL', @@ -55,23 +55,23 @@ export class TimescaleDb implements ICredentialType { }, options: [ { - name: 'disable', - value: 'disable', - }, - { - name: 'allow', + name: 'Allow', value: 'allow', }, { - name: 'require', + name: 'Disable', + value: 'disable', + }, + { + name: 'Require', value: 'require', }, { - name: 'verify (not implemented)', + name: 'Verify (Not Implemented)', value: 'verify', }, { - name: 'verify-full (not implemented)', + name: 'Verify-Full (Not Implemented)', value: 'verify-full', }, ], diff --git a/packages/nodes-base/credentials/TwistOAuth2Api.credentials.ts b/packages/nodes-base/credentials/TwistOAuth2Api.credentials.ts index dcdd5afa90..3f0011ac49 100644 --- a/packages/nodes-base/credentials/TwistOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/TwistOAuth2Api.credentials.ts @@ -51,7 +51,6 @@ export class TwistOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/WebflowOAuth2Api.credentials.ts b/packages/nodes-base/credentials/WebflowOAuth2Api.credentials.ts index dd352db2f7..653b114c2e 100644 --- a/packages/nodes-base/credentials/WebflowOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/WebflowOAuth2Api.credentials.ts @@ -36,7 +36,7 @@ export class WebflowOAuth2Api implements ICredentialType { name: 'authQueryParameters', type: 'hidden', default: '', - description: 'For some services additional query parameters have to be set which can be defined here.', + description: 'For some services additional query parameters have to be set which can be defined here', placeholder: '', }, { @@ -44,7 +44,6 @@ export class WebflowOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: '', }, ]; } diff --git a/packages/nodes-base/credentials/WooCommerceApi.credentials.ts b/packages/nodes-base/credentials/WooCommerceApi.credentials.ts index bb9636de09..346f332c90 100644 --- a/packages/nodes-base/credentials/WooCommerceApi.credentials.ts +++ b/packages/nodes-base/credentials/WooCommerceApi.credentials.ts @@ -32,7 +32,7 @@ export class WooCommerceApi implements ICredentialType { name: 'includeCredentialsInQuery', type: 'boolean', default: false, - description: `Occasionally, some servers may not parse the Authorization header correctly (if you see a “Consumer key is missing” error when authenticating over SSL, you have a server issue). In this case, you may provide the consumer key/secret as query string parameters instead.`, + description: 'Whether credentials should be included in the query. Occasionally, some servers may not parse the Authorization header correctly (if you see a “Consumer key is missing” error when authenticating over SSL, you have a server issue). In this case, you may provide the consumer key/secret as query string parameters instead.', }, ]; } diff --git a/packages/nodes-base/credentials/ZendeskApi.credentials.ts b/packages/nodes-base/credentials/ZendeskApi.credentials.ts index a20fa0479e..879b59c63d 100644 --- a/packages/nodes-base/credentials/ZendeskApi.credentials.ts +++ b/packages/nodes-base/credentials/ZendeskApi.credentials.ts @@ -12,7 +12,7 @@ export class ZendeskApi implements ICredentialType { displayName: 'Subdomain', name: 'subdomain', type: 'string', - description: 'The subdomain of your Zendesk work environment.', + description: 'The subdomain of your Zendesk work environment', placeholder: 'company', default: '', }, diff --git a/packages/nodes-base/credentials/ZendeskOAuth2Api.credentials.ts b/packages/nodes-base/credentials/ZendeskOAuth2Api.credentials.ts index e76ca697fd..e37a1f125a 100644 --- a/packages/nodes-base/credentials/ZendeskOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/ZendeskOAuth2Api.credentials.ts @@ -22,7 +22,7 @@ export class ZendeskOAuth2Api implements ICredentialType { type: 'string', default: '', placeholder: 'n8n', - description: 'The subdomain of your Zendesk work environment.', + description: 'The subdomain of your Zendesk work environment', required: true, }, { @@ -66,7 +66,7 @@ export class ZendeskOAuth2Api implements ICredentialType { name: 'authQueryParameters', type: 'hidden', default: '', - description: 'For some services additional query parameters have to be set which can be defined here.', + description: 'For some services additional query parameters have to be set which can be defined here', placeholder: '', }, { @@ -74,7 +74,6 @@ export class ZendeskOAuth2Api implements ICredentialType { name: 'authentication', type: 'hidden', default: 'body', - description: 'Resource to consume.', }, ]; } diff --git a/packages/nodes-base/credentials/ZohoOAuth2Api.credentials.ts b/packages/nodes-base/credentials/ZohoOAuth2Api.credentials.ts index 1f19687980..811efaeee3 100644 --- a/packages/nodes-base/credentials/ZohoOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/ZohoOAuth2Api.credentials.ts @@ -35,14 +35,14 @@ export class ZohoOAuth2Api implements ICredentialType { name: 'accessTokenUrl', type: 'options', options: [ - { - name: 'US - https://accounts.zoho.com/oauth/v2/token', - value: 'https://accounts.zoho.com/oauth/v2/token', - }, { name: 'AU - https://accounts.zoho.com.au/oauth/v2/token', value: 'https://accounts.zoho.com.au/oauth/v2/token', }, + { + name: 'CN - https://accounts.zoho.com.cn/oauth/v2/token', + value: 'https://accounts.zoho.com.cn/oauth/v2/token', + }, { name: 'EU - https://accounts.zoho.eu/oauth/v2/token', value: 'https://accounts.zoho.eu/oauth/v2/token', @@ -52,8 +52,8 @@ export class ZohoOAuth2Api implements ICredentialType { value: 'https://accounts.zoho.in/oauth/v2/token', }, { - name: 'CN - https://accounts.zoho.com.cn/oauth/v2/token', - value: 'https://accounts.zoho.com.cn/oauth/v2/token', + name: 'US - https://accounts.zoho.com/oauth/v2/token', + value: 'https://accounts.zoho.com/oauth/v2/token', }, ], default: 'https://accounts.zoho.com/oauth/v2/token', From 445f26cc6beb141d534fa76e94797174c1fffc28 Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Thu, 14 Apr 2022 09:51:29 +0300 Subject: [PATCH 2/2] :zap: Add executeWorkflow input-output notice. (#3095) --- .../nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts b/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts index 07e5d222fe..b374b18739 100644 --- a/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts +++ b/packages/nodes-base/nodes/ExecuteWorkflow/ExecuteWorkflow.node.ts @@ -141,6 +141,12 @@ export class ExecuteWorkflow implements INodeType { required: true, description: 'The URL from which to load the workflow from.', }, + { + displayName: 'Any data you pass into this node will be output by the start node of the workflow to be executed. More info', + name: 'executeWorkflowNotice', + type: 'notice', + default: '', + }, ], };