diff --git a/packages/nodes-base/credentials/AgileCrmApi.credentials.ts b/packages/nodes-base/credentials/AgileCrmApi.credentials.ts index e18ff85b558be..80da37d2909e7 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 4c243088d14f5..81816fe07a72e 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 3bb966f2ecbd0..918425eb64665 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 b5bdd1a557064..2db80630c84b2 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 680c38be0e995..376d6d6546af5 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 7428acbfd5c9f..1f91de6cb1c3e 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 cfabf116e0003..b9ed95ea2892a 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 0889cee7dd58e..de8903cbe2c38 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 9904e2ad7c246..a1a94ee6d2488 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', + value: 'allow', }, { - name: 'allow', - value: 'allow', + name: 'Disable', + value: 'disable', }, { - name: 'require', + 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 efe81d6093f8a..5158dcf47aa19 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 ffe6f9ac9657c..6ca10164579e4 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 0ffbb29c81063..ae32c1882e1d6 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 e7a4f5cad1b0e..bd1ce48b35531 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 97248b5461ed2..9bd8e6a61ef24 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 284ca3386cb27..5a0b42cd6af33 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 bf177281b978e..870c2a5070e89 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 a5df10ec019ad..b2feca18da8a9 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 bf6ef314bedb6..e7e4645035d17 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 43552fe71692a..1424a8cc9a91b 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 294ce9ef95126..9a9a454f8d490 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 d71b49d095bec..cba087f307dbe 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 8c5402f0ce5c2..c2f6cf7e497b4 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 17ce59f2e055b..526640d20de8a 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 9fdb6bf8c60c7..91b1384045e7d 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 b5b005f37bfbc..100e9ec779aa9 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 d81b339d84a7d..e9fbb633dd28f 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 cefcc89aebfd8..a6b5888d86052 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 4960f46a0ee5f..eacf49ac010f3 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 2b09904e18ef0..f2f63dd9515a0 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 896a28c0b3798..ba2958a0956d8 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 45d400a7dfc56..112cab38ca972 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 f841d37500549..054d7ad78458e 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 3e38bfa82ff7e..1f91f0d91a889 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 614afbc65a5d6..bbcb0bce99b60 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 222444f7a5eb6..b6c1781e81c36 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 464c249f249d6..9b60d34e8640d 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 46e214bf493e7..a14961d303e27 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 c93712e4c5087..c5ed89b6f64ac 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 304c4f700ed93..ccf0bc082720c 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', + value: 'allow', }, { - name: 'allow', - value: 'allow', + name: 'Disable', + value: 'disable', }, { - name: 'require', + 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 ebf8828d2593a..fe629aff43720 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', + value: 'allow', }, { - name: 'allow', - value: 'allow', + name: 'Disable', + value: 'disable', }, { - name: 'require', + 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 416522c903f0a..225362c3dd633 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 68f1deb71bcdd..d4a62db3bc4e2 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 976f5910edd82..4e18842391036 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 58c2df5d4b533..8d1d15ec9be6a 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 3fd9daf8d4d86..517fde6f5ba60 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 7b0221161c8a9..a61b539961698 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 1ff95bd42a619..e8c6511adfad5 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 871b621ac1d17..29bad1b7d886a 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 195b1027a119d..747409f50087a 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 4634f11b0eee7..cc824580721da 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 91616a27ee1f7..1ad133fe5b4de 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', + value: 'allow', }, { - name: 'allow', - value: 'allow', + name: 'Disable', + value: 'disable', }, { - name: 'require', + 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 dcdd5afa90d53..3f0011ac491ec 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 dd352db2f7e11..653b114c2eaf2 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 bb9636de09fb1..346f332c9021b 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 a20fa0479e9a9..879b59c63d500 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 e76ca697fd1c0..e37a1f125a650 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 1f19687980db8..811efaeee3c78 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',