🔥 Remove line breaks from param descriptions (#2473)

* 🔥 Remove line breaks from param descriptions

* 🔥 Remove more line breaks

* 🎨 Fix spacing for list item in tooltip

*  Apply multiline with <p> tags

*  Improve <code> and <a> tags

* ✏️ Improve grammar and spelling

*  Add missing <p> tags

* ✏️ Make "multiple" phrasing consistent

*  Fix unneeded quote escapes

*  Encode angle brackets

*  Fix typo and copy-paste artifact
This commit is contained in:
Iván Ovejero 2021-11-25 18:10:06 +01:00 committed by GitHub
parent 260ab395d1
commit 0764c49dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
120 changed files with 327 additions and 659 deletions

View file

@ -616,10 +616,7 @@ class NodeTypesClass implements INodeTypes {
name: 'dotNotation',
type: 'boolean',
default: true,
description: `By default does dot-notation get used in property names..<br />
This means that "a.b" will set the property "b" underneath "a" so { "a": { "b": value} }.<br />
If that is not intended this can be deactivated, it will then set { "a.b": value } instead.
`,
description: `<p>By default, dot-notation is used in property names. This means that "a.b" will set the property "b" underneath "a" so { "a": { "b": value} }.</p><p>If that is not intended this can be deactivated, it will then set { "a.b": value } instead.</p>`,
},
],
},

View file

@ -135,5 +135,9 @@ export default {
.tooltipPopper {
max-width: 400px;
li {
margin-left: var(--spacing-s);
}
}
</style>

View file

@ -63,8 +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.<br>
If the parameter clientSessionKeepAlive is set to true, the clients connection to the server will be kept alive indefinitely, even if no queries are executed.`,
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 clients connection to the server will be kept alive indefinitely, even if no queries are executed.`,
},
];
}

View file

@ -13,13 +13,15 @@ export class SurveyMonkeyApi implements ICredentialType {
name: 'accessToken',
type: 'string',
default: '',
description: `The access token must have the following scopes:</br />
- Create/modify webhooks</br />
- View webhooks</br />
- View surveys</br />
- View collectors</br />
- View responses<br />
- View response details`,
description: `The access token must have the following scopes:
<ul>
<li>Create/modify webhooks</li>
<li>View webhooks</li>
<li>View surveys</li>
<li>View collectors</li>
<li>View responses</li>
<li>View response details</li>
</ul>`,
},
{
displayName: 'Client ID',

View file

@ -32,9 +32,7 @@ export class WooCommerceApi implements ICredentialType {
name: 'includeCredentialsInQuery',
type: 'boolean',
default: false,
description: `Occasionally, some servers may not parse the Authorization header correctly</br>
(if you see a Consumer key is missing error when authenticating over SSL, you have a server issue).</br>
In this case, you may provide the consumer key/secret as query string parameters instead.`,
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.`,
},
];
}

View file

@ -117,7 +117,7 @@ export class AcuitySchedulingTrigger implements INodeType {
name: 'resolveData',
type: 'boolean',
default: true,
description: 'By default does the webhook-data only contain the ID of the object.<br />If this option gets activated, it will resolve the data automatically.',
description: 'By default does the webhook-data only contain the ID of the object. If this option gets activated, it will resolve the data automatically.',
},
],
};

View file

@ -107,8 +107,7 @@ export const listEntryFields = [
name: 'creator_id',
type: 'string',
default: '',
description: `The id of a Person resource who should be recorded as adding the entry to the list. <br/>
Must be a person who can access Affinity. If not provided the creator defaults to the owner of the API key.`,
description: `The id of a Person resource who should be recorded as adding the entry to the list. Must be a person who can access Affinity. If not provided the creator defaults to the owner of the API key.`,
},
],
},

View file

@ -61,9 +61,7 @@ export class AirtableTrigger implements INodeType {
name: 'triggerField',
type: 'string',
default: '',
description: `A Created Time or Last Modified Time field that will be used to sort records. <br>
If you do not have a Created Time or Last Modified Time field in your schema, please create one,<br>
because without this field trigger will not work correctly.`,
description: `A Created Time or Last Modified Time field that will be used to sort records. If you do not have a Created Time or Last Modified Time field in your schema, please create one, because without this field trigger will not work correctly.`,
required: true,
},
{
@ -100,9 +98,7 @@ export class AirtableTrigger implements INodeType {
name: 'fields',
type: 'string',
default: '',
description: `Fields to be included in the response.<br>
Multiple ones can be set separated by comma. Example: name,id.<br>
By default just the trigger field will be included.`,
description: `Fields to be included in the response. Multiple ones can be set separated by comma. Example: <code>name, id</code>. By default just the trigger field will be included.`,
},
{
displayName: 'Formula',

View file

@ -217,7 +217,7 @@ export const contactFields = [
name: 'notify',
type: 'boolean',
default: true,
description: `By default Autopilot notifies registered REST hook endpoints for contact_added/contact_updated events when</br> a new contact is added or an existing contact is updated via API. Disable to skip notifications.`,
description: `By default Autopilot notifies registered REST hook endpoints for contact_added/contact_updated events when a new contact is added or an existing contact is updated via API. Disable to skip notifications.`,
},
{
displayName: 'Number of Employees',

View file

@ -172,7 +172,7 @@ export const itemFields = [
{
displayName: 'Expression Attribute Values',
name: 'eavUi',
description: 'Substitution tokens for attribute names in an expression.<br>Only needed when the parameter "condition expression" is set',
description: 'Substitution tokens for attribute names in an expression. Only needed when the parameter "condition expression" is set',
placeholder: 'Add Attribute Value',
type: 'fixedCollection',
default: '',
@ -350,7 +350,7 @@ export const itemFields = [
],
},
],
description: 'Item\'s primary key. For example, with a simple primary key, you only need to provide a value for the partition key.<br>For a composite primary key, you must provide values for both the partition key and the sort key',
description: 'Item\'s primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key',
},
{
displayName: 'Simple',
@ -430,7 +430,7 @@ export const itemFields = [
{
displayName: 'Expression Attribute Values',
name: 'expressionAttributeUi',
description: 'Substitution tokens for attribute names in an expression.<br>Only needed when the parameter "condition expression" is set',
description: 'Substitution tokens for attribute names in an expression. Only needed when the parameter "condition expression" is set',
placeholder: 'Add Attribute Value',
type: 'fixedCollection',
default: '',
@ -593,7 +593,7 @@ export const itemFields = [
],
},
],
description: 'Item\'s primary key. For example, with a simple primary key, you only need to provide a value for the partition key.<br>For a composite primary key, you must provide values for both the partition key and the sort key',
description: 'Item\'s primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key',
},
{
displayName: 'Additional Fields',
@ -708,7 +708,7 @@ export const itemFields = [
{
displayName: 'Key Condition Expression',
name: 'keyConditionExpression',
description: 'Condition to determine the items to be retrieved. The condition must perform an equality test<br>on a single partition key value, in this format: <code>partitionKeyName = :partitionkeyval</code>',
description: 'Condition to determine the items to be retrieved. The condition must perform an equality test on a single partition key value, in this format: <code>partitionKeyName = :partitionkeyval</code>',
placeholder: 'id = :id',
default: '',
type: 'string',
@ -901,7 +901,7 @@ export const itemFields = [
{
displayName: 'Index Name',
name: 'indexName',
description: 'Name of the index to query. It can be any <br>secondary local or global index on the table.',
description: 'Name of the index to query. It can be any secondary local or global index on the table.',
type: 'string',
default: '',
},
@ -910,7 +910,7 @@ export const itemFields = [
name: 'projectionExpression',
type: 'string',
default: '',
description: 'Text that identifies one or more attributes to retrieve from the table.<br>These attributes can include scalars, sets, or elements of a JSON document. The attributes<br>in the expression must be separated by commas',
description: 'Text that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas',
},
{
displayName: 'Filter Expression',
@ -924,7 +924,7 @@ export const itemFields = [
},
},
default: '',
description: 'Text that contains conditions that DynamoDB applies after the Query operation,<br>but before the data is returned. Items that do not satisfy the FilterExpression criteria</br>are not returned',
description: 'Text that contains conditions that DynamoDB applies after the Query operation, but before the data is returned. Items that do not satisfy the FilterExpression criteria are not returned',
},
{
displayName: 'Expression Attribute Names',

View file

@ -203,10 +203,7 @@ export class AwsTranscribe implements INodeType {
name: 'channelIdentification',
type: 'boolean',
default: false,
description: `Instructs Amazon Transcribe to process each audiochannel separately</br>
and then merge the transcription output of each channel into a single transcription.
You can't set both Max Speaker Labels and Channel Identification in the same request.
If you set both, your request returns a BadRequestException.`,
description: `Instructs Amazon Transcribe to process each audiochannel separately and then merge the transcription output of each channel into a single transcription. You can't set both Max Speaker Labels and Channel Identification in the same request. If you set both, your request returns a BadRequestException.`,
},
{
displayName: 'Max Alternatives',
@ -228,9 +225,7 @@ export class AwsTranscribe implements INodeType {
minValue: 2,
maxValue: 10,
},
description: `The maximum number of speakers to identify in the input audio.</br>
If there are more speakers in the audio than this number, multiple speakers are</br>
identified as a single speaker.`,
description: `The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker.`,
},
{
displayName: 'Vocabulary Name',
@ -244,8 +239,7 @@ export class AwsTranscribe implements INodeType {
name: 'vocabularyFilterName',
type: 'string',
default: '',
description: `The name of the vocabulary filter to use when transcribing the audio.</br>
The filter that you specify must have the same language code as the transcription job.`,
description: `The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.`,
},
{
displayName: 'Vocabulary Filter Method',
@ -267,9 +261,7 @@ export class AwsTranscribe implements INodeType {
],
default: 'remove',
description: `Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text.</br>
Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription</br>
output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.`,
description: `<p>Set to mask to remove filtered text from the transcript and replace it with three asterisks ("***") as placeholder text.</p><p>Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.</p>`,
},
],
},
@ -288,7 +280,7 @@ export class AwsTranscribe implements INodeType {
],
},
},
description: 'By default, the response only contains metadata about the transcript.<br>Enable this option to retrieve the transcript instead.',
description: 'By default, the response only contains metadata about the transcript. Enable this option to retrieve the transcript instead.',
},
{
displayName: 'Simple',
@ -444,7 +436,7 @@ export class AwsTranscribe implements INodeType {
ShowAlternatives: true,
MaxAlternatives: options.maxAlternatives,
});
}
}
if (options.maxSpeakerLabels) {
Object.assign(body.Settings, {

View file

@ -86,9 +86,7 @@ export const imageFields = [
name: 'waitForImage',
type: 'boolean',
default: false,
description: `Wait for the image to be proccesed before returning.<br />
If after three tries the images is not ready, an error will be thrown.<br />
Number of tries can be increased by setting "Wait Max Tries".`,
description: `Wait for the image to be proccesed before returning. If after three tries the images is not ready, an error will be thrown. Number of tries can be increased by setting "Wait Max Tries".`,
},
{
displayName: 'Wait Max Tries',

View file

@ -144,7 +144,7 @@ export const groupFields = [
name: 'accessAll',
type: 'boolean',
default: false,
description: 'Allow this group to access all collections within the organization, instead of only its associated collections.<br>If set to true, this option overrides any collection assignments.',
description: 'Allow this group to access all collections within the organization, instead of only its associated collections. If set to true, this option overrides any collection assignments.',
displayOptions: {
show: {
resource: [
@ -208,7 +208,7 @@ export const groupFields = [
name: 'accessAll',
type: 'boolean',
default: false,
description: 'Allow this group to access all collections within the organization, instead of only its associated collections.<br>If set to true, this option overrides any collection assignments.',
description: 'Allow this group to access all collections within the organization, instead of only its associated collections. If set to true, this option overrides any collection assignments.',
},
{
displayName: 'Collections',

View file

@ -327,8 +327,7 @@ export const fileFields = [
name: 'contet_types',
type: 'string',
default: '',
description: `Limits search results to items with the given content types.</br>
Content types are defined as a comma separated lists of Box recognized content types.`,
description: `Limits search results to items with the given content types. Content types are defined as a comma separated lists of Box recognized content types.`,
},
{
displayName: 'Created At Range',
@ -397,8 +396,7 @@ export const fileFields = [
name: 'ancestor_folder_ids',
type: 'string',
default: '',
description: `Limits search results to items within the given list of folders.</br>
Folders are defined as a comma separated lists of folder IDs.`,
description: `Limits search results to items within the given list of folders. Folders are defined as a comma separated lists of folder IDs.`,
},
{
displayName: 'Scope',
@ -423,8 +421,7 @@ export const fileFields = [
type: 'string',
default: '',
placeholder: '1000000,5000000',
description: `Limits search results to items within a given file size range.</br>
File size ranges are defined as comma separated byte sizes.`,
description: `Limits search results to items within a given file size range. File size ranges are defined as comma separated byte sizes.`,
},
{
displayName: 'Sort',
@ -495,8 +492,7 @@ export const fileFields = [
name: 'owner_user_ids',
type: 'string',
default: '',
description: `Limits search results to items owned by the given list of owners..</br>
Owners are defined as a comma separated list of user IDs.`,
description: `Limits search results to items owned by the given list of owners. Owners are defined as a comma separated list of user IDs.`,
},
],
},
@ -710,8 +706,7 @@ export const fileFields = [
name: 'can_view_path',
type: 'boolean',
default: false,
description: `Whether the invited users can see the entire parent path to the associated folder.</br>
The user will not gain privileges in any parent folder and therefore cannot see content the user is not collaborated on.`,
description: `Whether the invited users can see the entire parent path to the associated folder. The user will not gain privileges in any parent folder and therefore cannot see content the user is not collaborated on.`,
},
{
displayName: 'Expires At',

View file

@ -279,8 +279,7 @@ export const folderFields = [
name: 'contet_types',
type: 'string',
default: '',
description: `Limits search results to items with the given content types.</br>
Content types are defined as a comma separated lists of Box recognized content types.`,
description: `Limits search results to items with the given content types. Content types are defined as a comma separated lists of Box recognized content types.`,
},
{
displayName: 'Created At Range',
@ -349,8 +348,7 @@ export const folderFields = [
name: 'ancestor_folder_ids',
type: 'string',
default: '',
description: `Limits search results to items within the given list of folders.</br>
Folders are defined as a comma separated lists of folder IDs.`,
description: `Limits search results to items within the given list of folders. Folders are defined as a comma separated lists of folder IDs.`,
},
{
displayName: 'Scope',
@ -375,8 +373,7 @@ export const folderFields = [
type: 'string',
default: '',
placeholder: '1000000,5000000',
description: `Limits search results to items within a given file size range.</br>
File size ranges are defined as comma separated byte sizes.`,
description: `Limits search results to items within a given file size range. File size ranges are defined as comma separated byte sizes.`,
},
{
displayName: 'Sort',
@ -447,8 +444,7 @@ export const folderFields = [
name: 'owner_user_ids',
type: 'string',
default: '',
description: `Limits search results to items owned by the given list of owners..</br>
Owners are defined as a comma separated list of user IDs.`,
description: `Limits search results to items owned by the given list of owners. Owners are defined as a comma separated list of user IDs.`,
},
],
},
@ -662,8 +658,7 @@ export const folderFields = [
name: 'can_view_path',
type: 'boolean',
default: false,
description: `Whether the invited users can see the entire parent path to the associated folder.</br>
The user will not gain privileges in any parent folder and therefore cannot see content the user is not collaborated on.`,
description: `Whether the invited users can see the entire parent path to the associated folder. The user will not gain privileges in any parent folder and therefore cannot see content the user is not collaborated on.`,
},
{
displayName: 'Expires At',

View file

@ -492,8 +492,7 @@ export const objectFields = [
name: 'sort_field',
type: 'string',
default: '',
description: `Specify the field to use for sorting. Either use a fielddefined for</br>
the current typeor use _random_sorting to get the entries in a random order`,
description: `Specify the field to use for sorting. Either use a fielddefined for the current typeor use <code>_random_sorting</code> to get the entries in a random order`,
},
{
displayName: 'Descending',

View file

@ -211,18 +211,14 @@ export const pipelineFields = [
name: 'branch',
type: 'string',
default: '',
description: `The branch where the pipeline ran.<br/>
The HEAD commit on this branch was used for the pipeline.<br/>
Note that branch and tag are mutually exclusive.`,
description: `The branch where the pipeline ran. The HEAD commit on this branch was used for the pipeline. Note that branch and tag are mutually exclusive.`,
},
{
displayName: 'Tag',
name: 'tag',
type: 'string',
default: '',
description: `The tag used by the pipeline.<br/>
The commit that this tag points to was used for the pipeline.<br/>
Note that branch and tag are mutually exclusive`,
description: `The tag used by the pipeline. The commit that this tag points to was used for the pipeline. Note that branch and tag are mutually exclusive`,
},
],
},

View file

@ -848,8 +848,7 @@ export const meetingFields = [
name: 'password',
type: 'string',
default: '',
description: `Meeting password. Must conform to the site's password complexity settings.</br>
If not specified, a random password conforming to the site's password rules will be generated automatically`,
description: `Meeting password. Must conform to the site's password complexity settings. If not specified, a random password conforming to the site's password rules will be generated automatically`,
},
{
displayName: 'Public Meeting',

View file

@ -254,7 +254,7 @@ export const taskFields = [
alwaysOpenEditWindow: true,
},
default: '',
description: 'Custom fields to set as JSON in the format:<br />[{"id": "", "value": ""}]',
description: 'Custom fields to set as JSON in the format: <code>[ {"id": "", "value": ""} ]</code>',
},
{
displayName: 'Content',

View file

@ -237,9 +237,7 @@ export const tableFields = [
name: 'useColumnNames',
type: 'boolean',
default: false,
description: `Use column names instead of column IDs in the returned output.</br>
This is generally discouraged as it is fragile. If columns are renamed,</br>
code using original names may throw errors.`,
description: `Use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors.`,
},
{
displayName: 'ValueFormat',
@ -378,9 +376,7 @@ export const tableFields = [
alwaysOpenEditWindow: true,
},
default: '',
description: `Query used to filter returned rows, specified as <column_id_or_name>:<value>. <br/>
If you'd like to use a column name instead of an ID, you must quote it (e.g., "My Column":123).<br/>
Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., "groceries").`,
description: `Query used to filter returned rows, specified as &lt;column_id_or_name&gt;:&lt;value&gt;. If you'd like to use a column name instead of an ID, you must quote it (e.g., "My Column":123). Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., "groceries").`,
},
{
displayName: 'RAW Data',
@ -404,17 +400,14 @@ export const tableFields = [
value: 'natural',
},
],
description: `Specifies the sort order of the rows returned.<br />
If left unspecified, rows are returned by creation time ascending.`,
description: `Specifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending.`,
},
{
displayName: 'Use Column Names',
name: 'useColumnNames',
type: 'boolean',
default: false,
description: `Use column names instead of column IDs in the returned output.</br>
This is generally discouraged as it is fragile. If columns
are renamed, code using original names may throw errors.`,
description: `Use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors.`,
},
{
displayName: 'ValueFormat',

View file

@ -277,18 +277,14 @@ export const viewFields = [
alwaysOpenEditWindow: true,
},
default: '',
description: `Query used to filter returned rows, specified as <column_id_or_name>:<value>. <br/>
If you'd like to use a column name instead of an ID, you must quote it (e.g., "My Column":123).<br/>
Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., "groceries").`,
description: `Query used to filter returned rows, specified as &lt;column_id_or_name&gt;:&lt;value&gt;. If you'd like to use a column name instead of an ID, you must quote it (e.g., "My Column":123). Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., "groceries").`,
},
{
displayName: 'Use Column Names',
name: 'useColumnNames',
type: 'boolean',
default: false,
description: `Use column names instead of column IDs in the returned output.</br>
This is generally discouraged as it is fragile. If columns are renamed,</br>
code using original names may throw errors.`,
description: `Use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors.`,
},
{
displayName: 'ValueFormat',
@ -333,8 +329,7 @@ export const viewFields = [
value: 'natural',
},
],
description: `Specifies the sort order of the rows returned.<br />
If left unspecified, rows are returned by creation time ascending.`,
description: `Specifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending.`,
},
],
},

View file

@ -229,11 +229,7 @@ export class CrateDb implements INodeType {
},
],
default: 'multiple',
description: [
'The way queries should be sent to database.',
'Can be used in conjunction with <b>Continue on Fail</b>.',
'See the docs for more examples',
].join('<br>'),
description: 'The way queries should be sent to database. Can be used in conjunction with <b>Continue on Fail</b>. See <a href="https://docs.n8n.io/nodes/n8n-nodes-base.crateDb/">the docs</a> for more examples.',
},
{
displayName: 'Query Parameters',

View file

@ -621,7 +621,7 @@ export class Dropbox implements INodeType {
name: 'file_extensions',
type: 'string',
default: '',
description: 'Multiple can be set separated by comma. Example: jpg,pdf',
description: 'Multiple file extensions can be set separated by comma. Example: jpg,pdf',
},
{
displayName: 'Folder',

View file

@ -243,8 +243,7 @@ export class Dropcontact implements INodeType {
name: 'siren',
type: 'boolean',
default: false,
description: `Whether you want the <a href="https://en.wikipedia.org/wiki/SIREN_code" target="_blank">SIREN number</a>, NAF code, TVA number, company address and informations about the company leader.</br>
Only applies to french companies`,
description: `Whether you want the <a href="https://en.wikipedia.org/wiki/SIREN_code" target="_blank">SIREN number</a>, NAF code, TVA number, company address and informations about the company leader. Only applies to french companies`,
},
{
displayName: 'Language',

View file

@ -291,7 +291,7 @@ export const documentFields = [
{
displayName: 'Allow Partial Search Results',
name: 'allow_partial_search_results',
description: 'If true, return partial results if there are shard request timeouts or shard failures.<br>If false, returns an error with no partial results. Defaults to true',
description: '<p>If true, return partial results if there are shard request timeouts or shard failures.</p><p>If false, returns an error with no partial results. Defaults to true.</p>',
type: 'boolean',
default: true,
},
@ -379,7 +379,7 @@ export const documentFields = [
{
displayName: 'Pre-Filter Shard Size',
name: 'pre_filter_shard_size',
description: 'Define a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting.<br>Only used if the number of shards the search request expands to exceeds the threshold',
description: 'Define a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting. Only used if the number of shards the search request expands to exceeds the threshold',
type: 'number',
typeOptions: {
minValue: 1,

View file

@ -110,7 +110,7 @@ export const indexFields = [
{
displayName: 'Master Timeout',
name: 'master_timeout',
description: 'Period to wait for a connection to the master node. If no response is received before the timeout expires,<br>the request fails and returns an error. Defaults to <code>1m</code>. See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units">Elasticsearch time units reference</a>',
description: 'Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units">Elasticsearch time units reference</a>',
type: 'string',
default: '1m',
},
@ -128,14 +128,14 @@ export const indexFields = [
{
displayName: 'Timeout',
name: 'timeout',
description: 'Period to wait for a response. If no response is received before the timeout expires, the request<br>fails and returns an error. Defaults to <code>30s</code>. See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units">Elasticsearch time units reference</a>',
description: 'Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>30s</code>. See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units">Elasticsearch time units reference</a>',
type: 'string',
default: '30s',
},
{
displayName: 'Wait for Active Shards',
name: 'wait_for_active_shards',
description: 'The number of shard copies that must be active before proceeding with the operation. Set to <code>all</code><br>or any positive integer up to the total number of shards in the index. Default: 1, the primary shard',
description: 'The number of shard copies that must be active before proceeding with the operation. Set to <code>all</code> or any positive integer up to the total number of shards in the index. Default: 1, the primary shard',
type: 'string',
default: '1',
},
@ -269,7 +269,7 @@ export const indexFields = [
{
displayName: 'Master Timeout',
name: 'master_timeout',
description: 'Period to wait for a connection to the master node. If no response is received before the timeout expires,<br>the request fails and returns an error. Defaults to <code>1m</code>. See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units">Elasticsearch time units reference</a>',
description: 'Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units">Elasticsearch time units reference</a>',
type: 'string',
default: '1m',
},

View file

@ -84,7 +84,7 @@ export class EmailReadImap implements INodeType {
],
},
},
description: 'If attachments of emails should be downloaded.<br />Only set if needed as it increases processing.',
description: 'If attachments of emails should be downloaded. Only set if needed as it increases processing.',
},
{
displayName: 'Format',
@ -122,7 +122,7 @@ export class EmailReadImap implements INodeType {
],
},
},
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Property Prefix Name',
@ -139,7 +139,7 @@ export class EmailReadImap implements INodeType {
],
},
},
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Options',

View file

@ -103,7 +103,7 @@ export class EmailSend implements INodeType {
name: 'attachments',
type: 'string',
default: '',
description: 'Name of the binary properties that contain data to add to email as attachment.<br />Multiple ones can be comma separated.',
description: 'Name of the binary properties that contain data to add to email as attachment. Multiple ones can be comma separated.',
},
{
displayName: 'Options',

View file

@ -288,7 +288,7 @@ export const campaignFields = [
type: 'string',
default: '',
required: true,
description: 'The ID of the campaign to pause.<br>The campaign must be in RUNNING mode.',
description: 'The ID of the campaign to pause. The campaign must be in RUNNING mode.',
displayOptions: {
show: {
resource: [
@ -310,7 +310,7 @@ export const campaignFields = [
type: 'string',
default: '',
required: true,
description: 'The ID of the campaign to start.<br>Email provider and contacts must be set.',
description: 'The ID of the campaign to start. Email provider and contacts must be set.',
displayOptions: {
show: {
resource: [

View file

@ -204,9 +204,7 @@ export class FacebookGraphApi implements INodeType {
],
},
},
description: `Name of the binary property which contains the data for the file to be uploaded.<br />
For Form-Data Multipart, multiple can be provided in the format:<br />
"sendKey1:binaryProperty1,sendKey2:binaryProperty2`,
description: `Name of the binary property which contains the data for the file to be uploaded. For Form-Data Multipart, they can be provided in the format: <code>"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>`,
},
{
displayName: 'Options',

View file

@ -86,8 +86,7 @@ export const contactFields = [
],
},
},
description: `Primary email address of the contact. If you want to associate<br>
additional email(s) with this contact, use the other_emails attribute.`,
description: `Primary email address of the contact. If you want to associate additional email(s) with this contact, use the other_emails attribute.`,
},
{
displayName: 'Contact ID',
@ -136,7 +135,7 @@ export const contactFields = [
// name: 'avatar',
// type: '',
// default: '',
// description: `Avatar image of the contact The maximum file size is 5MB<br>
// description: `Avatar image of the contact The maximum file size is 5MB
// and the supported file types are .jpg, .jpeg, .jpe, and .png.`,
// },
{
@ -154,8 +153,7 @@ export const contactFields = [
typeOptions: {
multipleValues: true,
},
description: `Key value pairs containing the name and value of the custom field.<br>
Only dates in the format YYYY-MM-DD are accepted as input for custom date fields.`,
description: `Key value pairs containing the name and value of the custom field. Only dates in the format YYYY-MM-DD are accepted as input for custom date fields.`,
default: [],
options: [
{
@ -199,8 +197,7 @@ export const contactFields = [
],
},
},
description: `Primary email address of the contact. If you want to associate<br>
additional email(s) with this contact, use the other_emails attribute.`,
description: `Primary email address of the contact. If you want to associate additional email(s) with this contact, use the other_emails attribute.`,
},
{
displayName: 'Job Title',
@ -214,9 +211,7 @@ export const contactFields = [
name: 'language',
type: 'string',
default: '',
description: `Language of the contact. Default language is "en".<br>
This attribute can only be set if the Multiple Language feature is<br>
enabled (Garden plan and above).`,
description: `Language of the contact. Default language is "en". This attribute can only be set if the Multiple Language feature is enabled (Garden plan and above).`,
},
{
displayName: 'Mobile',
@ -248,9 +243,7 @@ export const contactFields = [
multipleValues: true,
},
placeholder: 'Add Company',
description: `Additional companies associated with the contact.<br>
This attribute can only be set if the Multiple Companies feature<br>
is enabled (Estate plan and above).`,
description: `Additional companies associated with the contact. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above).`,
},
{
displayName: 'Other Emails',
@ -285,8 +278,7 @@ export const contactFields = [
name: 'time_zone',
type: 'string',
default: '',
description: `Time zone of the contact. Default value is the time zone of the domain.<br>
This attribute can only be set if the Multiple Time Zone feature is enabled (Garden plan and above)];`,
description: `Time zone of the contact. Default value is the time zone of the domain. This attribute can only be set if the Multiple Time Zone feature is enabled (Garden plan and above).`,
},
{
displayName: 'Twitter ID',
@ -307,8 +299,7 @@ export const contactFields = [
name: 'view_all_tickets',
type: 'boolean',
default: false,
description: `Set to true if the contact can see all the tickets<br>
that are associated with the company to which he belong.`,
description: `Set to true if the contact can see all the tickets that are associated with the company to which they belong.`,
},
],
},

View file

@ -386,9 +386,7 @@ export const contactFields = [
name: 'exactMatch',
type: 'boolean',
default: false,
description: `When set to true it will search for contacts with the exact value<br>
of the email and name provided in the query string. Without this flag, matching is done via a standard 'like' comparison,<br>
which may sometimes be slow.`,
description: `When set to true it will search for contacts with the exact value of the email and name provided in the query string. Without this flag, matching is done via a standard 'like' comparison, which may sometimes be slow.`,
},
{
displayName: 'Fields',

View file

@ -197,8 +197,7 @@ export const coorganizerFields = [
],
},
},
description: `By default only internal co-organizers (with a GoToWebinar account) can be deleted.</br>
If you want to use this call for external co-organizers you have to set this parameter to 'true'.`,
description: `By default only internal co-organizers (with a GoToWebinar account) can be deleted. If you want to use this call for external co-organizers you have to set this parameter to 'true'.`,
},
// ----------------------------------
@ -276,8 +275,7 @@ export const coorganizerFields = [
type: 'string',
required: true,
default: '',
description: `By default only internal co-organizers (with a GoToWebinar account) can be deleted.</br>
If you want to use this call for external co-organizers you have to set this parameter to 'true'.`,
description: `By default only internal co-organizers (with a GoToWebinar account) can be deleted. If you want to use this call for external co-organizers you have to set this parameter to 'true'.`,
displayOptions: {
show: {
resource: [

View file

@ -310,11 +310,7 @@ export const reportFields = [
name: 'expression',
type: 'string',
default: 'ga:newUsers',
description: `A metric expression in the request. An expression is constructed from one or more metrics and numbers.<br>
Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis,<br>
Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters. Example ga:totalRefunds/ga:users,<br>
in most cases the metric expression is just a single metric name like ga:users. Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE)<br>
metrics will result in unexpected results.`,
description: `<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>`,
},
{
displayName: 'Formatting Type',

View file

@ -258,8 +258,7 @@ export const eventFields = [
name: 'maxAttendees',
type: 'number',
default: 0,
description: `The maximum number of attendees to include in the response.</br>
If there are more than the specified number of attendees, only the participant is returned`,
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
},
{
displayName: 'Repeat Frecuency',
@ -563,8 +562,7 @@ export const eventFields = [
name: 'maxAttendees',
type: 'number',
default: 0,
description: `The maximum number of attendees to include in the response.</br>
If there are more than the specified number of attendees, only the participant is returned`,
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
},
{
displayName: 'Timezone',
@ -652,8 +650,7 @@ export const eventFields = [
name: 'maxAttendees',
type: 'number',
default: 0,
description: `The maximum number of attendees to include in the response.</br>
If there are more than the specified number of attendees, only the participant is returned`,
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
},
{
displayName: 'Order By',
@ -700,8 +697,7 @@ export const eventFields = [
name: 'singleEvents',
type: 'boolean',
default: false,
description: `Whether to expand recurring events into instances and only return single one-off</br>
events and instances of recurring events, but not the underlying recurring events themselves.`,
description: `Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves.`,
},
{
displayName: 'End Time',
@ -885,8 +881,7 @@ export const eventFields = [
name: 'maxAttendees',
type: 'number',
default: 0,
description: `The maximum number of attendees to include in the response.</br>
If there are more than the specified number of attendees, only the participant is returned`,
description: `The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned`,
},
{
displayName: 'Repeat Frecuency',

View file

@ -125,7 +125,7 @@ export class GoogleCloudNaturalLanguage implements INodeType {
name: 'gcsContentUri',
type: 'string',
default: '',
description: 'The Google Cloud Storage URI where the file content is located. This URI must be of the form: gs://bucket_name/object_name.<br/> For more details, see https://cloud.google.com/storage/docs/reference-uris.',
description: `The Google Cloud Storage URI where the file content is located. This URI must be of the form: <code>gs://bucket_name/object_name</code>. For more details, see <a href="https://cloud.google.com/storage/docs/reference-uris.">reference</a>.`,
required: true,
displayOptions: {
show: {

View file

@ -792,9 +792,7 @@ export class GoogleDrive implements INodeType {
name: 'keepRevisionForever',
type: 'boolean',
default: false,
description: `Whether to set the 'keepForever' field in the new head revision.</br>
his is only applicable to files with binary content in Google Drive.</br>
Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.`,
description: `Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions.`,
},
{
displayName: 'OCR Language',
@ -955,7 +953,7 @@ export class GoogleDrive implements INodeType {
],
},
},
description: 'By default the response only contain the ID of the file.<br />If this option gets activated, it will resolve the data automatically.',
description: 'By default the response only contain the ID of the file. If this option gets activated, it will resolve the data automatically.',
},
{
displayName: 'Parents',
@ -1059,8 +1057,7 @@ export class GoogleDrive implements INodeType {
},
},
default: false,
description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent.<br>
This parameter only takes effect if the item is not in a shared drive`,
description: `Set to true to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive.`,
},
{
displayName: 'Fields',
@ -1165,8 +1162,7 @@ export class GoogleDrive implements INodeType {
},
},
default: '',
description: `This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.<br>
When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed`,
description: `<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>`,
},
{
displayName: 'Send Notification Email',

View file

@ -90,9 +90,7 @@ export const groupFields = [
name: 'description',
type: 'string',
default: '',
description: `An extended description to help users determine the purpose of a group.<br>
For example, you can include information about who should join the group,<br>
the types of messages to send to the group, links to FAQs about the group, or related groups`,
description: `An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups`,
},
{
displayName: 'Name',
@ -309,9 +307,7 @@ export const groupFields = [
name: 'description',
type: 'string',
default: '',
description: `An extended description to help users determine the purpose of a group.<br>
For example, you can include information about who should join the group,<br>
the types of messages to send to the group, links to FAQs about the group, or related groups`,
description: `An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups`,
},
{
displayName: 'Email',

View file

@ -640,8 +640,7 @@ export const userFields = [
name: 'query',
type: 'string',
default: '',
description: `Free text search terms to find users that match these terms in any field, except for extended properties.</br>
For more information on constructing user queries, see <a href="https://developers.google.com/admin-sdk/directory/v1/guides/search-users">Search for Users</a>`,
description: `Free text search terms to find users that match these terms in any field, except for extended properties. For more information on constructing user queries, see <a href="https://developers.google.com/admin-sdk/directory/v1/guides/search-users">Search for Users</a>`,
},
{
displayName: 'Show Deleted',

View file

@ -209,8 +209,7 @@ export const draftFields = [
name: 'property',
type: 'string',
default: '',
description: `Name of the binary property containing the data to be added to the email as an attachment.</br>
Multiples can be set separated by comma.`,
description: `Name of the binary property containing the data to be added to the email as an attachment. Multiple properties can be set separated by comma.`,
},
],
},
@ -252,7 +251,7 @@ export const draftFields = [
],
},
},
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Format',
@ -368,7 +367,7 @@ export const draftFields = [
],
},
},
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Format',

View file

@ -244,8 +244,7 @@ export const messageFields = [
name: 'property',
type: 'string',
default: '',
description: `Name of the binary property containing the data to be added to the email as an attachment.</br>
Multiples can be set separated by comma.`,
description: `Name of the binary property containing the data to be added to the email as an attachment. Multiple properties can be set separated by comma.`,
},
],
},
@ -283,9 +282,7 @@ export const messageFields = [
type: 'string',
placeholder: 'Name <test@gmail.com>',
default: '',
description: `The name displayed in your contacts inboxes.</br>
It has to be in the format: "Display-Name &#60;name@gmail.com&#62;".</br>
The email address has to match the email address of the logged in user for the API`,
description: `The name displayed in your contacts inboxes. It has to be in the format: "Display-Name &#60;name@gmail.com&#62;". The email address has to match the email address of the logged in user for the API`,
},
],
},
@ -355,7 +352,7 @@ export const messageFields = [
],
},
},
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
],
},
@ -437,7 +434,7 @@ export const messageFields = [
],
},
},
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Format',
@ -503,10 +500,7 @@ export const messageFields = [
alwaysOpenEditWindow: true,
},
default: '',
description: `Only return messages matching the specified query.</br>
Supports the same query format as the Gmail search box.</br>
For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread".</br>
Parameter cannot be used when accessing the api using the gmail.metadata scope.`,
description: `Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, "from:someuser@example.com rfc822msgid:<somemsgid@example.com> is:unread". Parameter cannot be used when accessing the api using the gmail.metadata scope.`,
},
],
},

View file

@ -179,7 +179,7 @@ export class GoogleSheets implements INodeType {
},
default: '',
required: true,
description: 'The ID of the Google Spreadsheet.<br />Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/',
description: 'The ID of the Google Spreadsheet. Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/',
},
{
displayName: 'Range',
@ -201,7 +201,7 @@ export class GoogleSheets implements INodeType {
},
default: 'A:F',
required: true,
description: 'The table range to read from or to append data to. See the Google <a href="https://developers.google.com/sheets/api/guides/values#writing">documentation</a> for the details.<br />If it contains multiple sheets it can also be added like this: "MySheet!A:F"',
description: 'The table range to read from or to append data to. See the Google <a href="https://developers.google.com/sheets/api/guides/values#writing">documentation</a> for the details. If it contains multiple sheets it can also be added like this: "MySheet!A:F"',
},
// ----------------------------------
@ -452,7 +452,7 @@ export class GoogleSheets implements INodeType {
},
},
default: 0,
description: 'Index of the row which contains the keys. Starts at 0.<br />The incoming node data is matched to the keys for assignment. The matching is case sensitive.',
description: 'Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitive.',
},
@ -782,7 +782,12 @@ export class GoogleSheets implements INodeType {
type: 'string',
default: '',
placeholder: 'en_US',
description: 'The locale of the spreadsheet in one of the following formats:<br /><ul><li>en (639-1)</li><li>fil (639-2 if no 639-1 format exists)</li><li>en_US (combination of ISO language an country)</li><ul>',
description: `The locale of the spreadsheet in one of the following formats:
<ul>
<li>en (639-1)</li>
<li>fil (639-2 if no 639-1 format exists)</li>
<li>en_US (combination of ISO language an country)</li>
<ul>`,
},
{
displayName: 'Recalculation Interval',

View file

@ -171,7 +171,7 @@ export class GoogleSlides implements INodeType {
{
displayName: 'Presentation ID',
name: 'presentationId',
description: 'ID of the presentation to retrieve. Found in the presentation URL:<br><code>https://docs.google.com/presentation/d/PRESENTATION_ID/edit</code>',
description: 'ID of the presentation to retrieve. Found in the presentation URL: <code>https://docs.google.com/presentation/d/PRESENTATION_ID/edit</code>',
placeholder: '1wZtNFZ8MO-WKrxhYrOLMvyiqSgFwdSz5vn8_l_7eNqw',
type: 'string',
default: '',
@ -335,9 +335,7 @@ export class GoogleSlides implements INodeType {
name: 'revisionId',
type: 'string',
default: '',
description: `The revision ID of the presentation required for the write request.</br>
If specified and the requiredRevisionId doesn't exactly match the presentation's</br>
current revisionId, the request will not be processed and will return a 400 bad request error.`,
description: `The revision ID of the presentation required for the write request. If specified and the requiredRevisionId doesn't exactly match the presentation's current revisionId, the request will not be processed and will return a 400 bad request error.`,
},
],
},

View file

@ -135,16 +135,14 @@ export const playlistFields = [
name: 'onBehalfOfContentOwnerChannel',
type: 'string',
default: '',
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added.<br>
This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
},
{
displayName: 'On Behalf Of Content Owner',
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},
@ -238,8 +236,7 @@ export const playlistFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
{
displayName: 'On Behalf Of Content Owner Channel',
@ -292,8 +289,7 @@ export const playlistFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},
@ -444,16 +440,14 @@ export const playlistFields = [
name: 'onBehalfOfContentOwnerChannel',
type: 'string',
default: '',
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added.<br>
This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
description: `The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter.`,
},
{
displayName: 'On Behalf Of Content Owner',
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},
@ -535,8 +529,7 @@ export const playlistFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
{
displayName: 'Privacy Status',

View file

@ -118,8 +118,7 @@ export const playlistItemFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
{
displayName: 'Position',
@ -222,8 +221,7 @@ export const playlistItemFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},
@ -269,8 +267,7 @@ export const playlistItemFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},
@ -400,8 +397,7 @@ export const playlistItemFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},

View file

@ -296,8 +296,7 @@ export const videoFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},
@ -407,8 +406,7 @@ export const videoFields = [
name: 'onBehalfOfContentOwner',
type: 'string',
default: '',
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify<br>
a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
description: `The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value`,
},
],
},

View file

@ -104,7 +104,7 @@ export class HtmlExtract implements INodeType {
},
default: 'data',
required: true,
description: 'Name of the json property in which the HTML to extract the data from can be found.<br />The property can either contain a string or an array of strings.',
description: 'Name of the json property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings.',
},
{
displayName: 'Extraction Values',

View file

@ -436,9 +436,7 @@ export class HttpRequest implements INodeType {
],
},
},
description: `Name of the binary property which contains the data for the file to be uploaded.<br />
For Form-Data Multipart, multiple can be provided in the format:<br />
"sendKey1:binaryProperty1,sendKey2:binaryProperty2`,
description: `Name of the binary property which contains the data for the file to be uploaded. For Form-Data Multipart, they can be provided in the format: <code>"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>`,
},
{
displayName: 'Body Parameters',
@ -772,7 +770,7 @@ export class HttpRequest implements INodeType {
propertyName = propertyDataParts[0];
binaryPropertyName = propertyDataParts[1];
} else if (binaryPropertyNames.length > 1) {
throw new NodeOperationError(this.getNode(), 'If more than one property should be send it is needed to define the in the format: "sendKey1:binaryProperty1,sendKey2:binaryProperty2"');
throw new NodeOperationError(this.getNode(), 'If more than one property should be send it is needed to define the in the format:<code>"sendKey1:binaryProperty1,sendKey2:binaryProperty2"</code>');
}
if (item.binary[binaryPropertyName] === undefined) {

View file

@ -896,18 +896,14 @@ export const companyFields = [
loadOptionsMethod: 'getCompanyProperties',
},
default: '',
description: `Used to include specific company properties in the results.<br/>
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Properties With History',
name: 'propertiesWithHistory',
type: 'string',
default: '',
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
description: `Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},
],
},
@ -1009,8 +1005,7 @@ export const companyFields = [
name: 'includePropertyVersions',
type: 'boolean',
default: false,
description: `By default, you will only get data for the most recent version of a property in the "versions" data.<br/>
If you include this parameter, you will get data for all previous versions.`,
description: `By default, you will only get data for the most recent version of a property in the "versions" data. If you include this parameter, you will get data for all previous versions.`,
},
],
},
@ -1101,10 +1096,7 @@ export const companyFields = [
loadOptionsMethod: 'getCompanyProperties',
},
default: '',
description: `Used to include specific company properties in the results.<br/>
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
],
},

View file

@ -397,10 +397,7 @@ export const contactFields = [
},
},
default: '',
description: `Used to include specific company properties in the results.<br/>
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Postal Code',
@ -580,10 +577,7 @@ export const contactFields = [
loadOptionsMethod: 'getContactProperties',
},
default: '',
description: `Used to include specific company properties in the results.<br/>
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Property Mode',
@ -706,10 +700,7 @@ export const contactFields = [
loadOptionsMethod: 'getContactProperties',
},
default: '',
description: `Used to include specific company properties in the results.<br/>
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Property Mode',
@ -854,10 +845,7 @@ export const contactFields = [
loadOptionsMethod: 'getContactProperties',
},
default: '',
description: `Used to include specific company properties in the results.<br/>
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Property Mode',
@ -1042,10 +1030,7 @@ export const contactFields = [
],
},
],
description: `When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator.<br>
When multiple filterGroups are provided, they will be combined using a logical OR operator.<br>
The system supports a maximum of three filterGroups with up to three filters each.<br>
More info <a href="https://developers.hubspot.com/docs/api/crm/search">here</a>`,
description: `When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href="https://developers.hubspot.com/docs/api/crm/search">here</a>`,
},
{
displayName: 'Additional Fields',
@ -1093,10 +1078,7 @@ export const contactFields = [
'lastname',
'email',
],
description: `Used to include specific company properties in the results.<br/>
By default, the results will only include company ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Query',

View file

@ -369,8 +369,7 @@ export const dealFields = [
name: 'includePropertyVersions',
type: 'boolean',
default: false,
description: `By default, you will only get data for the most recent version of a property in the "versions" data.<br/>
If you include this parameter, you will get data for all previous versions.`,
description: `By default, you will only get data for the most recent version of a property in the "versions" data. If you include this parameter, you will get data for all previous versions.`,
},
],
},
@ -452,10 +451,7 @@ export const dealFields = [
loadOptionsMethod: 'getDealProperties',
},
default: [],
description: `Used to include specific deal properties in the results.<br/>
By default, the results will only include Deal ID and will not include the values for any properties for your Deals.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Properties With History',
@ -465,8 +461,7 @@ export const dealFields = [
loadOptionsMethod: 'getDealProperties',
},
default: [],
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
description: `Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},
],
@ -570,8 +565,7 @@ export const dealFields = [
name: 'includePropertyVersions',
type: 'boolean',
default: false,
description: `By default, you will only get data for the most recent version of a property in the "versions" data.<br/>
If you include this parameter, you will get data for all previous versions.`,
description: `By default, you will only get data for the most recent version of a property in the "versions" data. If you include this parameter, you will get data for all previous versions.`,
},
],
},
@ -739,10 +733,7 @@ export const dealFields = [
],
},
],
description: `When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator.<br>
When multiple filterGroups are provided, they will be combined using a logical OR operator.<br>
The system supports a maximum of three filterGroups with up to three filters each.<br>
More info <a href="https://developers.hubspot.com/docs/api/crm/search">here</a>`,
description: `When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href="https://developers.hubspot.com/docs/api/crm/search">here</a>`,
},
{
displayName: 'Additional Fields',
@ -786,10 +777,7 @@ export const dealFields = [
loadOptionsMethod: 'getDealProperties',
},
default: [],
description: `Used to include specific deal properties in the results.<br/>
By default, the results will only include Deal ID and will not include the values for any properties for your companys.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Query',

View file

@ -154,16 +154,14 @@ export const formFields = [
name: 'sfdcCampaignId',
type: 'string',
default: '',
description: `If the form is for an account using the HubSpot Salesforce Integration,</br>
you can include the ID of a Salesforce campaign to add the contact to the specified campaign.`,
description: `If the form is for an account using the HubSpot Salesforce Integration, you can include the ID of a Salesforce campaign to add the contact to the specified campaign.`,
},
{
displayName: 'Go to Webinar Webinar ID',
name: 'goToWebinarWebinarKey',
type: 'string',
default: '',
description: `If the form is for an account using the HubSpot GoToWebinar Integration,</br>
you can include the ID of a webinar to enroll the contact in that webinar when they submit the form.`,
description: `If the form is for an account using the HubSpot GoToWebinar Integration, you can include the ID of a webinar to enroll the contact in that webinar when they submit the form.`,
},
],
},
@ -270,8 +268,7 @@ export const formFields = [
name: 'value',
type: 'boolean',
default: false,
description: `This must be true when using the 'legitimateInterest' option, as it reflects</br>
the consent indicated by the visitor when submitting the form`,
description: `This must be true when using the 'legitimateInterest' option, as it reflects the consent indicated by the visitor when submitting the form`,
},
{
displayName: 'Legal Basis',

View file

@ -223,8 +223,7 @@ export const ticketFields = [
loadOptionsMethod: 'getOwners',
},
default: '',
description: `The user from your team that the ticket is assigned to.</br>
You can assign additional users to a ticket record by creating a custom HubSpot user property`,
description: `The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property`,
},
],
},
@ -375,8 +374,7 @@ export const ticketFields = [
loadOptionsMethod: 'getOwners',
},
default: '',
description: `The user from your team that the ticket is assigned to.</br>
You can assign additional users to a ticket record by creating a custom HubSpot user property`,
description: `The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property`,
},
],
},
@ -433,18 +431,14 @@ export const ticketFields = [
loadOptionsMethod: 'getTicketProperties',
},
default: [],
description: `Used to include specific ticket properties in the results.<br/>
By default, the results will only include ticket ID and will not include the values for any properties for your tickets.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Properties With History',
name: 'propertiesWithHistory',
type: 'string',
default: '',
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
description: `Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},
],
},
@ -518,18 +512,14 @@ export const ticketFields = [
loadOptionsMethod: 'getTicketProperties',
},
default: [],
description: `Used to include specific ticket properties in the results.<br/>
By default, the results will only include ticket ID and will not include the values for any properties for your tickets.<br/>
Including this parameter will include the data for the specified property in the results.<br/>
You can include this parameter multiple times to request multiple properties separed by ,.`,
description: `<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>`,
},
{
displayName: 'Properties With History',
name: 'propertiesWithHistory',
type: 'string',
default: '',
description: `Works similarly to properties=, but this parameter will include the history for the specified property,
instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
description: `Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value.`,
},
],
},

View file

@ -149,8 +149,7 @@ export const profileFields = [
},
],
default: [],
description: `Fetch the Humantic profile of the user for a particular persona type.<br>
Multiple persona values can be supported using comma as a delimiter.`,
description: `Fetch the Humantic profile of the user for a particular persona type. Multiple persona values can be supported using comma as a delimiter.`,
},
],
},

View file

@ -161,9 +161,7 @@ export const userFields = [
name: 'mergeNestedObjects',
type: 'boolean',
default: false,
description: `Merge top level objects instead of overwriting (default: false).<br>
e.g. if user profile has data: {mySettings:{mobile:true}} and change contact field has data: {mySettings:{email:true}},<br>
the resulting profile: {mySettings:{mobile:true,email:true}}`,
description: `Merge top level objects instead of overwriting (default: false), e.g. if user profile has data: {mySettings:{mobile:true}} and change contact field has data: {mySettings:{email:true}}, the resulting profile: {mySettings:{mobile:true,email:true}}`,
},
],
},

View file

@ -550,52 +550,37 @@ export const issueFields = [
name: 'expand',
type: 'string',
default: '',
description: `Use expand to include additional information about the issues in the response.<br/>
This parameter accepts a comma-separated list. Expand options include:<br/>
renderedFields Returns field values rendered in HTML format.<br/>
names Returns the display name of each field.<br/>
schema Returns the schema describing a field type.<br/>
transitions Returns all possible transitions for the issue.<br/>
editmeta Returns information about how each field can be edited.<br/>
changelog Returns a list of recent updates to an issue, sorted by date, starting from the most recent.<br/>
versionedRepresentations Returns a JSON array for each version of a field's value, with the highest number
representing the most recent version. Note: When included in the request, the fields parameter is ignored.`,
description: `<p>Use expand to include additional information about the issues in the response. This parameter accepts a comma-separated list. Expand options include:
<ul>
<li><code>renderedFields</code> Returns field values rendered in HTML format.</li>
<li><code>names</code> Returns the display name of each field.</li>
<li><code>schema</code> Returns the schema describing a field type.</li>
<li><code>transitions</code> Returns all possible transitions for the issue.</li>
<li><code>editmeta</code> Returns information about how each field can be edited.</li>
<li><code>changelog</code> Returns a list of recent updates to an issue, sorted by date, starting from the most recent.</li>
<li><code>versionedRepresentations</code> Returns a JSON array for each version of a field's value, with the highest number representing the most recent version. Note: When included in the request, the fields parameter is ignored.</li>
</ul>`,
},
{
displayName: 'Fields',
name: 'fields',
type: 'string',
default: '',
description: `A list of fields to return for the issue.<br/>
This parameter accepts a comma-separated list.<br/>
Use it to retrieve a subset of fields. Allowed values:<br/>
*all Returns all fields.<br/>
*navigable Returns navigable fields.<br/>
Any issue field, prefixed with a minus to exclude.<br/>`,
description: `A list of fields to return for the issue. This parameter accepts a comma-separated list. Use it to retrieve a subset of fields. Allowed values: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude.`,
},
{
displayName: 'Fields By Key',
name: 'fieldsByKey',
type: 'boolean',
default: false,
description: `Indicates whether fields in fields are referenced by keys rather than IDs.<br/>
This parameter is useful where fields have been added by a connect app and a field's key
may differ from its ID.`,
description: `Indicates whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID.`,
},
{
displayName: 'Properties',
name: 'properties',
type: 'string',
default: '',
description: `A list of issue properties to return for the issue.<br/>
This parameter accepts a comma-separated list. Allowed values:<br/>
*all Returns all issue properties.<br/>
Any issue property key, prefixed with a minus to exclude.<br/>
Examples:<br/>
*all Returns all properties.<br/>
*all,-prop1 Returns all properties except prop1.<br/>
prop1,prop2 Returns prop1 and prop2 properties.<br/>
This parameter may be specified multiple times. For example, properties=prop1,prop2& properties=prop3.`,
description: `A list of issue properties to return for the issue. This parameter accepts a comma-separated list. Allowed values: <code>*all</code> Returns all issue properties. Any issue property key, prefixed with a minus to exclude. Examples: <code>*all</code> Returns all properties. <code>*all</code>,-prop1 Returns all properties except prop1. <code>prop1,prop2</code> Returns prop1 and prop2 properties. This parameter may be specified multiple times. For example, properties=prop1,prop2& properties=prop3.`,
},
{
displayName: 'Update History',
@ -724,19 +709,14 @@ export const issueFields = [
name: 'fields',
type: 'string',
default: '*navigable',
description: `A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list. Expand options include:<br/>
*all Returns all fields.<br/>
*navigable Returns navigable fields.<br/>
Any issue field, prefixed with a minus to exclude.<br/>`,
description: `A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list. Expand options include: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude.`,
},
{
displayName: 'Fields By Key',
name: 'fieldsByKey',
type: 'boolean',
default: false,
description: `Indicates whether fields in fields are referenced by keys rather than IDs.<br/>
This parameter is useful where fields have been added by a connect app and a field's key
may differ from its ID.`,
description: `Indicates whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID.`,
},
{
displayName: ' JQL',
@ -1122,10 +1102,7 @@ export const issueFields = [
name: 'expand',
type: 'string',
default: '',
description: `Use expand to include additional information about transitions in the response.<br/>
This parameter accepts transitions.fields, which returns information about the fields in the
transition screen for each transition. Fields hidden from the screen are not returned. Use this
information to populate the fields and update fields in Transition issue.`,
description: `Use expand to include additional information about transitions in the response. This parameter accepts transitions.fields, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the fields and update fields in Transition issue.`,
},
{
displayName: 'Transition ID',

View file

@ -69,7 +69,7 @@ export class JotFormTrigger implements INodeType {
name: 'resolveData',
type: 'boolean',
default: true,
description: 'By default does the webhook-data use internal keys instead of the names.<br />If this option gets activated, it will resolve the keys automatically to the actual names.',
description: 'By default does the webhook-data use internal keys instead of the names. If this option gets activated, it will resolve the keys automatically to the actual names.',
},
{
displayName: 'Only Answers',

View file

@ -366,8 +366,7 @@ export const companyFields = [
name: 'fields',
type: 'string',
default: '',
description: `Comma-delimited list of Company properties to include in the response.</br>
(Fields such as notes, fax_number and custom_fields aren't included, by default.)`,
description: `Comma-delimited list of Company properties to include in the response. (Fields such as notes, fax_number and custom_fields aren't included, by default.)`,
},
],
},

View file

@ -72,8 +72,7 @@ export const contactFields = [
},
},
default: 'email',
description: `Performs duplicate checking by one of the following options: Email, EmailAndName,</br>
if a match is found using the option provided, the existing contact will be updated`,
description: `Performs duplicate checking by one of the following options: Email, EmailAndName. If a match is found using the option provided, the existing contact will be updated`,
},
{
displayName: 'Additional Fields',
@ -616,8 +615,7 @@ export const contactFields = [
name: 'fields',
type: 'string',
default: '',
description: `Comma-delimited list of Contact properties to include in the response.</br>
(Some fields such as lead_source_id, custom_fields, and job_title aren't included, by default.)`,
description: `Comma-delimited list of Contact properties to include in the response. (Some fields such as lead_source_id, custom_fields, and job_title aren't included, by default.)`,
},
],
},

View file

@ -155,8 +155,7 @@ export const ecommerceOrderFields = [
name: 'promoCodes',
type: 'string',
default: '',
description: `Uses multiple strings separated by comma as promo codes.</br>
The corresponding discount will be applied to the order.`,
description: `Uses multiple strings separated by comma as promo codes. The corresponding discount will be applied to the order.`,
},
{
displayName: 'Sales Affiliate ID',
@ -310,8 +309,7 @@ export const ecommerceOrderFields = [
minValue: 0,
},
default: 0,
description: `Overridable price of the product, if not specified,</br>
the default will be used.`,
description: `Overridable price of the product, if not specified, the default will be used.`,
},
{
displayName: 'Product ID',

View file

@ -156,8 +156,7 @@ export const emailFields = [
name: 'originalProviderId',
type: 'string',
default: '',
description: `Provider id that sent the email, must be unique when combined with provider.</br>
If omitted a UUID without dashes is autogenerated for the record.`,
description: `Provider id that sent the email, must be unique when combined with provider. If omitted a UUID without dashes is autogenerated for the record.`,
},
{
displayName: 'Plain Content',
@ -383,8 +382,7 @@ export const emailFields = [
name: 'addressField',
type: 'string',
default: '',
description: `Email field of each Contact record to address the email to, such as </br>
'EmailAddress1', 'EmailAddress2', 'EmailAddress3', defaulting to the contact's primary email`,
description: `Email field of each Contact record to address the email to, such as 'EmailAddress1', 'EmailAddress2', 'EmailAddress3', defaulting to the contact's primary email`,
},
{
displayName: 'HTML Content',

View file

@ -13,7 +13,7 @@ export const spaceOperations = [
{
name: 'Get All',
value: 'getAll',
description: 'Retrieve data on all the spaces in the<br>logged-in user\'s organization.',
description: `Retrieve data on all the spaces in the logged-in user's organization.`,
},
],
displayOptions: {

View file

@ -13,7 +13,7 @@ export const userOperations = [
{
name: 'Get All',
value: 'getAll',
description: 'Retrieve data on all the users in the<br>logged-in user\'s organization.',
description: `Retrieve data on all the users in the logged-in user's organization.`,
},
],
displayOptions: {

View file

@ -125,7 +125,7 @@ export const notificationFields = [
},
},
default: 'data',
description: `Name of the property that holds the binary data.<br>`,
description: `Name of the property that holds the binary data.`,
},
],
},
@ -136,8 +136,7 @@ export const notificationFields = [
name: 'notificationDisabled',
type: 'boolean',
default: false,
description: `true: The user doesn't receive a push notification when the message is sent.<br>
false: The user receives a push notification when the message is sent`,
description: `<p>true: The user doesn't receive a push notification when the message is sent.</p><p>false: The user receives a push notification when the message is sent</p>`,
},
{
displayName: 'Sticker',

View file

@ -123,7 +123,7 @@ export class LingvaNex implements INodeType {
name: 'translateMode',
type: 'string',
default: '',
description: 'Describe the input text format. Possible value is "html" for translating and preserving html structure.</br> If value is not specified or is other than "html" than plain text is translating.',
description: 'Describe the input text format. Possible value is "html" for translating and preserving html structure. If value is not specified or is other than "html" than plain text is translating.',
},
],
},

View file

@ -99,9 +99,7 @@ export class Mqtt implements INodeType {
name: 'retain',
type: 'boolean',
default: false,
description: `Normally if a publisher publishes a message to a topic, and no one is subscribed to<br>
that topic the message is simply discarded by the broker. However the publisher can tell the broker<br>
to keep the last message on that topic by setting the retain flag to true.`,
description: `Normally if a publisher publishes a message to a topic, and no one is subscribed to that topic the message is simply discarded by the broker. However the publisher can tell the broker to keep the last message on that topic by setting the retain flag to true.`,
},
],
},
@ -149,7 +147,7 @@ export class Mqtt implements INodeType {
ca,
cert,
key,
rejectUnauthorized,
rejectUnauthorized,
};
if (credentials.username && credentials.password) {
clientOptions.username = credentials.username as string;
@ -158,7 +156,7 @@ export class Mqtt implements INodeType {
client = mqtt.connect(brokerUrl, clientOptions);
}
const sendInputData = this.getNodeParameter('sendInputData', 0) as boolean;
// tslint:disable-next-line: no-any

View file

@ -42,10 +42,7 @@ export class MqttTrigger implements INodeType {
name: 'topics',
type: 'string',
default: '',
description: `Topics to subscribe to, multiple can be defined with comma.<br/>
wildcard characters are supported (+ - for single level and # - for multi level)<br>
By default all subscription used QoS=0. To set a different QoS, write the QoS desired<br>
after the topic preceded by a colom. For Example: topicA:1,topicB:2`,
description: `Topics to subscribe to, multiple can be defined with comma. Wildcard characters are supported (+ - for single level and # - for multi level). By default all subscription used QoS=0. To set a different QoS, write the QoS desired after the topic preceded by a colom. For Example: topicA:1,topicB:2`,
},
{
displayName: 'Options',
@ -132,7 +129,7 @@ export class MqttTrigger implements INodeType {
ca,
cert,
key,
rejectUnauthorized,
rejectUnauthorized,
};
if (credentials.username && credentials.password) {
clientOptions.username = credentials.username as string;

View file

@ -101,7 +101,7 @@ export class Mailgun implements INodeType {
name: 'attachments',
type: 'string',
default: '',
description: 'Name of the binary properties which contain data which should be added to email as attachment.<br />Multiple ones can be comma separated.',
description: 'Name of the binary properties which contain data which should be added to email as attachment. Multiple ones can be comma separated.',
},
],
};

View file

@ -247,7 +247,7 @@ export class Mandrill implements INodeType {
name: 'async',
type: 'boolean',
default: false,
description: `Enable a background sending mode that is optimized for bulk sending.<br />In async mode, messages/send will immediately return a status of "queued" for every recipient. To handle rejections when sending in async mode, set up a webhook for the 'reject' event. Defaults to false for messages with no more than 10 recipients; messages with more than 10 recipients are always sent asynchronously, regardless of the value of async.`,
description: `Enable a background sending mode that is optimized for bulk sending. In async mode, messages/send will immediately return a status of "queued" for every recipient. To handle rejections when sending in async mode, set up a webhook for the 'reject' event. Defaults to false for messages with no more than 10 recipients; messages with more than 10 recipients are always sent asynchronously, regardless of the value of async.`,
},
{
displayName: 'Auto Text',

View file

@ -65,7 +65,7 @@ export const channelMembersDescription: ChannelProperties = [
},
},
default: true,
description: 'By default the response only contain the ID of the user.<br />If this option gets activated, it will resolve the user automatically.',
description: 'By default the response only contain the ID of the user. If this option gets activated, it will resolve the user automatically.',
},
{
displayName: 'Return All',

View file

@ -42,7 +42,7 @@ export const reactionCreateDescription: ReactionProperties = [
],
},
},
description: 'ID of the post to react to.<br>Obtainable from the post link:<br><code>https://mattermost.internal.n8n.io/[server]/pl/[postId]</code>',
description: 'ID of the post to react to. Obtainable from the post link: <code>https://mattermost.internal.n8n.io/[server]/pl/[postId]</code>',
},
{
displayName: 'Emoji Name',

View file

@ -42,7 +42,7 @@ export const reactionDeleteDescription: ReactionProperties = [
],
},
},
description: 'ID of the post whose reaction to delete.<br>Obtainable from the post link:<br><code>https://mattermost.internal.n8n.io/[server]/pl/[postId]</code>',
description: 'ID of the post whose reaction to delete. Obtainable from the post link: <code>https://mattermost.internal.n8n.io/[server]/pl/[postId]</code>',
},
{
displayName: 'Emoji Name',

View file

@ -39,6 +39,6 @@ export const userInviteDescription: UserProperties = [
},
},
default: '',
description: `User's email. Multiple can be set separated by comma.`,
description: `User's email. Multiple emails can be set separated by comma.`,
},
];

View file

@ -245,7 +245,7 @@ export class MessageBird implements INodeType {
name: 'reportUrl',
type: 'string',
default: '',
description: 'The status report URL to be used on a per-message basis.<br /> Reference is required for a status report webhook to be sent.',
description: 'The status report URL to be used on a per-message basis. Reference is required for a status report webhook to be sent.',
},
{
displayName: 'Scheduled Date-time',
@ -273,14 +273,14 @@ export class MessageBird implements INodeType {
},
],
default: '',
description: 'The type of message.<br /> Values can be: sms, binary, or flash.',
description: 'The type of message. Values can be: sms, binary, or flash.',
},
{
displayName: 'Type Details',
name: 'typeDetails',
type: 'string',
default: '',
description: 'A hash with extra information.<br /> Is only used when a binary message is sent.',
description: 'A hash with extra information. Is only used when a binary message is sent.',
},
{
displayName: 'Validity',

View file

@ -134,8 +134,7 @@ export const tableFields = [
typeOptions: {
minValue: 0,
},
description: `Specifies the relative position of the new row. If not defined,</br>
the addition happens at the end. Any rows below the inserted row are shifted downwards. Zero-indexed`,
description: `Specifies the relative position of the new row. If not defined, the addition happens at the end. Any rows below the inserted row are shifted downwards. Zero-indexed`,
},
],
},

View file

@ -76,8 +76,7 @@ export const workbookFields = [
name: 'name',
type: 'string',
default: '',
description: `The name of the worksheet to be added. If specified, name should be unqiue. </BR>
If not specified, Excel determines the name of the new worksheet.`,
description: `The name of the worksheet to be added. If specified, name should be unqiue. If not specified, Excel determines the name of the new worksheet.`,
},
],
},

View file

@ -269,7 +269,7 @@ export const worksheetFields = [
},
},
default: 0,
description: 'Index of the row which contains the keys. Starts at 0.<br />The incoming node data is matched to the keys for assignment. The matching is case sensitve.',
description: 'Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitve.',
},
{
displayName: 'Filters',

View file

@ -222,7 +222,7 @@ export const draftFields = [
{
displayName: 'From',
name: 'from',
description: 'The owner of the mailbox which the message is sent.<br>Must correspond to the actual mailbox used.',
description: 'The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.',
type: 'string',
default: '',
},

View file

@ -29,7 +29,7 @@ export const draftMessageSharedFields = [
name: 'dataPropertyAttachmentsPrefixName',
type: 'string',
default: 'attachment_',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added.<br />So if name is "attachment_" the first attachment is saved to "attachment_0"',
description: 'Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is "attachment_" the first attachment is saved to "attachment_0"',
},
{
displayName: 'Fields',
@ -150,7 +150,7 @@ export const draftMessageSharedFields = [
{
displayName: 'From',
name: 'from',
description: 'The owner of the mailbox which the message is sent.<br>Must correspond to the actual mailbox used.',
description: 'The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.',
type: 'string',
default: '',
},

View file

@ -269,7 +269,7 @@ export const messageFields = [
{
displayName: 'From',
name: 'from',
description: 'The owner of the mailbox which the message is sent.<br>Must correspond to the actual mailbox used.',
description: 'The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.',
type: 'string',
default: '',
},
@ -541,7 +541,7 @@ export const messageFields = [
{
displayName: 'From',
name: 'from',
description: 'The owner of the mailbox which the message is sent.<br>Must correspond to the actual mailbox used.',
description: 'The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.',
type: 'string',
default: '',
},

View file

@ -109,7 +109,7 @@ export class MoveBinaryData implements INodeType {
default: 'data',
required: true,
placeholder: 'data',
description: 'The name of the binary key to get data from.<br />It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.currentKey"',
description: 'The name of the binary key to get data from. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.currentKey"',
},
{
displayName: 'Destination Key',
@ -128,7 +128,7 @@ export class MoveBinaryData implements INodeType {
default: 'data',
required: true,
placeholder: '',
description: 'The name the JSON key to copy data to. It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.newKey"',
description: 'The name the JSON key to copy data to. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.newKey"',
},
// ----------------------------------
@ -146,7 +146,7 @@ export class MoveBinaryData implements INodeType {
},
},
default: true,
description: 'If all JSON data should be converted to binary.<br />Else only the data of one key will be converted.',
description: 'If all JSON data should be converted to binary. Else only the data of one key will be converted.',
},
{
displayName: 'Source Key',
@ -165,7 +165,7 @@ export class MoveBinaryData implements INodeType {
default: 'data',
required: true,
placeholder: 'data',
description: 'The name of the JSON key to get data from. It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.currentKey"',
description: 'The name of the JSON key to get data from. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.currentKey"',
},
{
displayName: 'Destination Key',
@ -181,7 +181,7 @@ export class MoveBinaryData implements INodeType {
default: 'data',
required: true,
placeholder: 'data',
description: 'The name the binary key to copy data to. It is also possible to define deep keys by using dot-notation like for example:<br />"level1.level2.newKey"',
description: 'The name the binary key to copy data to. It is also possible to define deep keys by using dot-notation like for example: "level1.level2.newKey"',
},
{

View file

@ -28,8 +28,7 @@ export class N8nTrigger implements INodeType {
type: 'multiOptions',
required: true,
default: [],
description: 'Specifies under which conditions an execution should happen:<br />' +
'- <b>Instance started</b>: Triggers when this n8n instance is started or re-started',
description: 'Specifies under which conditions an execution should happen: <b>Instance started</b>: Triggers when this n8n instance is started or re-started',
options: [
{
name: 'Instance started',

View file

@ -169,8 +169,7 @@ const typeMention = [
},
],
default: '',
description: `An inline mention of a user, page, database, or date. In the app these are</br>
created by typing @ followed by the name of a user, page, database, or a date.`,
description: `An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date.`,
},
{
displayName: 'User ID',
@ -317,8 +316,7 @@ const typeText = [
},
type: 'string',
default: '',
description: `Text content. This field contains the actual content</br>
of your text and is probably the field you'll use most often.`,
description: `Text content. This field contains the actual content of your text and is probably the field you'll use most often.`,
},
{
displayName: 'Is Link',

View file

@ -305,11 +305,7 @@ export const databasePageFields = [
},
type: 'boolean',
default: false,
description: `
Whether or not the checkbox is checked.</br>
true represents checked.</br>
false represents unchecked.
`,
description: 'Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked.',
},
{
displayName: 'Number',
@ -682,11 +678,7 @@ export const databasePageFields = [
},
type: 'boolean',
default: false,
description: `
Whether or not the checkbox is checked.</br>
true represents checked.</br>
false represents unchecked.
`,
description: 'Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked.',
},
{
displayName: 'Number',

View file

@ -267,9 +267,7 @@ export const filters = [{
},
type: 'boolean',
default: false,
description: `Whether or not the checkbox is checked.</br>
true represents checked.</br>
false represents unchecked.`,
description: 'Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked.',
},
{
displayName: 'Number',

View file

@ -84,7 +84,7 @@ export class OpenThesaurus implements INodeType {
name: 'similar',
type: 'boolean',
default: false,
description: 'This also returns up to five similarly written words for each answer.</br> This is useful to be able to make a suggestion to the user in the event of a possible typing error.',
description: 'This also returns up to five similarly written words for each answer. This is useful to be able to make a suggestion to the user in the event of a possible typing error.',
},
{
displayName: 'Starts With',
@ -105,7 +105,7 @@ export class OpenThesaurus implements INodeType {
name: 'substringFromResults',
type: 'number',
default: 0,
description: 'Specifies from which entry the partial word hits are to be returned.</br> Only works together with substring = true.',
description: 'Specifies from which entry the partial word hits are to be returned. Only works together with substring = true.',
},
{
displayName: 'Substring Max Results',
@ -115,7 +115,7 @@ export class OpenThesaurus implements INodeType {
maxValue: 250,
},
default: 10,
description: 'Specifies how many partial word hits should be returned in total.</br> Only works together with substring = true.',
description: 'Specifies how many partial word hits should be returned in total. Only works together with substring = true.',
},
{
displayName: 'Subsynsets',

View file

@ -196,8 +196,7 @@ export const incidentFields = [
name: 'conferenceNumber',
type: 'string',
default: '',
description: `Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,)</br>
represents a one-second wait and pound (#) completes access code input.`,
description: `Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,) represents a one-second wait and pound (#) completes access code input.`,
},
{
displayName: 'Conference URL',
@ -310,9 +309,7 @@ export const incidentFields = [
name: 'incidentKey',
type: 'string',
default: '',
description: `Incident de-duplication key. Incidents with child alerts do not</br>
have an incident key; querying by incident key will return incidents whose alerts have</br>
alert_key matching the given incident key.`,
description: `Incident de-duplication key. Incidents with child alerts do not have an incident key; querying by incident key will return incidents whose alerts have alert_key matching the given incident key.`,
},
{
displayName: 'Include',
@ -382,9 +379,7 @@ export const incidentFields = [
type: 'string',
default: '',
placeholder: 'created_at:asc,resolved_at:desc',
description: `Used to specify both the field you wish to sort the results on (incident_number/created_at/resolved_at/urgency), as well as the direction (asc/desc) of the results.</br>
The sort_by field and direction should be separated by a colon.</br>
A maximum of two fields can be included, separated by a comma.`,
description: `Used to specify both the field you wish to sort the results on (incident_number/created_at/resolved_at/urgency), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. A maximum of two fields can be included, separated by a comma.`,
},
{
displayName: 'Statuses',
@ -625,8 +620,7 @@ export const incidentFields = [
name: 'conferenceNumber',
type: 'string',
default: '',
description: `Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,)</br>
represents a one-second wait and pound (#) completes access code input.`,
description: `Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,) represents a one-second wait and pound (#) completes access code input.`,
},
{
displayName: 'Conference URL',

View file

@ -270,7 +270,7 @@ export const payoutFields = [
name: 'note',
type: 'string',
default: '',
description: 'The payouts and item-level notes are concatenated in the email.<br />Max length: 1000 characters.',
description: 'The payouts and item-level notes are concatenated in the email. Max length: 1000 characters.',
},
],
},

View file

@ -258,8 +258,7 @@ export const lightFields = [
type: 'string',
default: '',
placeholder: '0.64394,0.33069',
description: `The x and y coordinates of a color in CIE color space.</br>
The first entry is the x coordinate and the second entry is the y coordinate. Both x and y are between 0 and 1`,
description: `The x and y coordinates of a color in CIE color space. The first entry is the x coordinate and the second entry is the y coordinate. Both x and y are between 0 and 1`,
},
{
displayName: 'Coordinates Increments',

View file

@ -101,7 +101,7 @@ export const callFields = [
name: 'answer_url',
type: 'string',
default: '',
description: 'URL to be invoked by Plivo once the call is answered.<br>It should return the XML to handle the call once answered.',
description: 'URL to be invoked by Plivo once the call is answered. It should return the XML to handle the call once answered.',
required: true,
displayOptions: {
show: {

View file

@ -119,7 +119,7 @@ export class Postgres implements INodeType {
default: '',
placeholder: 'id:int,name:text,description',
description:
'Comma separated list of the properties which should used as columns for the new rows.<br>You can use type casting with colons (:) like id:int.',
'Comma separated list of the properties which should used as columns for the new rows. You can use type casting with colons (:) like id:int.',
},
// ----------------------------------
@ -176,7 +176,7 @@ export class Postgres implements INodeType {
default: '',
placeholder: 'name:text,description',
description:
'Comma separated list of the properties which should used as columns for rows to update.<br>You can use type casting with colons (:) like id:int.',
'Comma separated list of the properties which should used as columns for rows to update. You can use type casting with colons (:) like id:int.',
},
// ----------------------------------
@ -226,11 +226,7 @@ export class Postgres implements INodeType {
},
],
default: 'multiple',
description: [
'The way queries should be sent to database.',
'Can be used in conjunction with <b>Continue on Fail</b>.',
'See the docs for more examples',
].join('<br>'),
description: 'The way queries should be sent to database. Can be used in conjunction with <b>Continue on Fail</b>. See <a href="https://docs.n8n.io/nodes/n8n-nodes-base.postgres/">the docs</a> for more examples',
},
{
displayName: 'Query Parameters',

View file

@ -272,9 +272,7 @@ export class Pushbullet implements INodeType {
},
},
default: '',
description: `The value to be set depending on the target selected.<br>
For example, if the target selected is email then this field would take the email address<br>
of the person you are trying to send the push to.`,
description: `The value to be set depending on the target selected. For example, if the target selected is email then this field would take the email address of the person you are trying to send the push to.`,
},
{
displayName: 'Value',

View file

@ -89,8 +89,7 @@ export class Pushover implements INodeType {
},
},
default: '',
description: `The user/group key (not e-mail address) of your user (or you),<br>
viewable when logged into our <a href="https://pushover.net/">dashboard</a> (often referred to as USER_KEY in our <a href="https://support.pushover.net/i44-example-code-and-pushover-libraries"></a> and code examples)`,
description: `The user/group key (not e-mail address) of your user (or you), viewable when logged into the <a href="https://pushover.net/">dashboard</a> (often referred to as <code>USER_KEY</code> in the <a href="https://support.pushover.net/i44-example-code-and-pushover-libraries">libraries</a> and code examples)`,
},
{
displayName: 'Message',
@ -147,10 +146,7 @@ export class Pushover implements INodeType {
},
],
default: -2,
description: `send as -2 to generate no notification/alert,<br>
-1 to always send as a quiet notification,<br>
1 to display as high-priority and bypass the user's quiet hours, or<br>
2 to also require confirmation from the user`,
description: `Send as -2 to generate no notification/alert, -1 to always send as a quiet notification, 1 to display as high-priority and bypass the user's quiet hours, or 2 to also require confirmation from the user`,
},
{
displayName: 'Retry (seconds)',
@ -174,8 +170,7 @@ export class Pushover implements INodeType {
},
},
default: 30,
description: `Specifies how often (in seconds) the Pushover servers will send the same notification to the user.<br>
This parameter must have a value of at least 30 seconds between retries.`,
description: `Specifies how often (in seconds) the Pushover servers will send the same notification to the user. This parameter must have a value of at least 30 seconds between retries.`,
},
{
displayName: 'Expire (seconds)',
@ -250,8 +245,7 @@ export class Pushover implements INodeType {
name: 'device',
type: 'string',
default: '',
description: `Your user's device name to send the message directly to that device,<br>
rather than all of the user's devices (multiple devices may be separated by a comma)`,
description: `Your user's device name to send the message directly to that device, rather than all of the user's devices (multiple devices may be separated by a comma)`,
},
{
displayName: 'Sound',

View file

@ -170,11 +170,7 @@ export class QuestDb implements INodeType {
},
],
default: 'independently',
description: [
'The way queries should be sent to database.',
'Can be used in conjunction with <b>Continue on Fail</b>.',
'See the docs for more examples',
].join('<br>'),
description: 'The way queries should be sent to database. Can be used in conjunction with <b>Continue on Fail</b>. See <a href="https://docs.n8n.io/nodes/n8n-nodes-base.questDb/">the docs</a> for more examples.',
},
{
displayName: 'Query Parameters',

View file

@ -180,8 +180,7 @@ export const recordFields = [
],
},
},
description: `The filter to delete records. To delete all records specify a filter that will include all records,</br>
for example {3.GT.0} where 3 is the ID of the Record ID field.`,
description: `The filter to delete records. To delete all records specify a filter that will include all records, for example {3.GT.0} where 3 is the ID of the Record ID field.`,
},
/* -------------------------------------------------------------------------- */
/* record:getAll */
@ -315,8 +314,7 @@ export const recordFields = [
],
},
],
description: `By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any.<br>
Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance.`,
description: `By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance.`,
},
{
displayName: 'Where',
@ -446,8 +444,8 @@ export const recordFields = [
// loadOptionsMethod: 'getUniqueTableFields',
// },
// default: '',
// description: `You're updating records in a Quick Base table with data from an external file. In order for a merge like this to work,<br>
// Quick Base needs a way to match records in the source data with corresponding records in the destination table. You make this possible by<br>
// description: `You're updating records in a Quick Base table with data from an external file. In order for a merge like this to work,
// Quick Base needs a way to match records in the source data with corresponding records in the destination table. You make this possible by
// choosing the field in the app table that holds unique matching values. This is called a merge field.`,
// },
],
@ -527,9 +525,7 @@ export const recordFields = [
},
},
default: '',
description: `You're updating records in a Quick Base table with data from an external file. In order for a merge like this to work,<br>
Quick Base needs a way to match records in the source data with corresponding records in the destination table. You make this possible by<br>
choosing the field in the app table that holds unique matching values. This is called a merge field.`,
description: `<p>You're updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.</p><p>You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.</p>`,
},
{
displayName: 'Simplify Response',

View file

@ -118,7 +118,7 @@ export const bookmarkFields = [
name: 'tags',
type: 'string',
default: '',
description: 'Bookmark tags. Multiple can be set separated by comma.',
description: 'Bookmark tags. Multiple tags can be set separated by comma.',
},
{
displayName: 'Title',
@ -306,7 +306,7 @@ export const bookmarkFields = [
name: 'tags',
type: 'string',
default: '',
description: 'Bookmark tags. Multiple can be set separated by comma.',
description: 'Bookmark tags. Multiple tags can be set separated by comma.',
},
{
displayName: 'Title',

View file

@ -106,7 +106,7 @@ export const collectionFields = [
name: 'sort',
type: 'number',
default: 1,
description: 'Descending sort order of this collection. The number is the position of the collection<br>among all the collections with the same parent ID.',
description: 'Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID.',
},
{
displayName: 'View',
@ -298,7 +298,7 @@ export const collectionFields = [
type: 'string',
default: 'data',
placeholder: '',
description: 'Name of the binary property containing the data<br>for the image to upload as a cover.',
description: 'Name of the binary property containing the data for the image to upload as a cover.',
},
{
displayName: 'Public',
@ -319,7 +319,7 @@ export const collectionFields = [
name: 'sort',
type: 'number',
default: 1,
description: 'Descending sort order of this collection. The number is the position of the collection<br>among all the collections with the same parent ID.',
description: 'Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID.',
},
{
displayName: 'Title',

View file

@ -51,7 +51,7 @@ export const postCommentFields = [
type: 'string',
required: true,
default: '',
description: 'ID of the post to write the comment to. Found in the post URL:<br><code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
description: 'ID of the post to write the comment to. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
placeholder: 'l0me7x',
displayOptions: {
show: {
@ -110,7 +110,7 @@ export const postCommentFields = [
type: 'string',
required: true,
default: '',
description: 'ID of the post to get all comments from. Found in the post URL:<br><code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
description: 'ID of the post to get all comments from. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
placeholder: 'l0me7x',
displayOptions: {
show: {
@ -174,7 +174,7 @@ export const postCommentFields = [
type: 'string',
required: true,
default: '',
description: 'ID of the comment to remove. Found in the comment URL:<br><code>/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>',
description: 'ID of the comment to remove. Found in the comment URL:<code>/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>',
placeholder: 'gla7fmt',
displayOptions: {
show: {
@ -197,7 +197,7 @@ export const postCommentFields = [
type: 'string',
required: true,
default: '',
description: 'ID of the comment to reply to. To be found in the comment URL:<br><code>www.reddit.com/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>',
description: 'ID of the comment to reply to. To be found in the comment URL: <code>www.reddit.com/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>',
placeholder: 'gl9iroa',
displayOptions: {
show: {

View file

@ -165,7 +165,7 @@ export const postFields = [
name: 'resubmit',
type: 'boolean',
default: false,
description: 'If toggled on, the URL will be posted even if<br>it was already posted to the subreddit before.<br>Otherwise, the re-posting will trigger an error.',
description: 'If toggled on, the URL will be posted even if it was already posted to the subreddit before. Otherwise, the re-posting will trigger an error.',
displayOptions: {
show: {
resource: [
@ -191,7 +191,7 @@ export const postFields = [
type: 'string',
required: true,
default: '',
description: 'ID of the post to delete. Found in the post URL:<br><code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
description: 'ID of the post to delete. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
placeholder: 'gla7fmt',
displayOptions: {
show: {
@ -232,7 +232,7 @@ export const postFields = [
type: 'string',
required: true,
default: '',
description: 'ID of the post to retrieve. Found in the post URL:<br><code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
description: 'ID of the post to retrieve. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>',
placeholder: 'l0me7x',
displayOptions: {
show: {

View file

@ -90,7 +90,7 @@ export class Redis implements INodeType {
},
default: 'propertyName',
required: true,
description: 'Name of the property to write received data to.<br />Supports dot-notation.<br />Example: "data.person[0].name"',
description: 'Name of the property to write received data to. Supports dot-notation. Example: "data.person[0].name"',
},
{
displayName: 'Key',
@ -183,9 +183,7 @@ export class Redis implements INodeType {
name: 'dotNotation',
type: 'boolean',
default: true,
description: `By default does dot-notation get used in property names.<br />
This means that "a.b" will set the property "b" underneath "a" so { "a": { "b": value} }.<br />
If that is not intended this can be deactivated, it will then set { "a.b": value } instead.
description: `<p>By default, dot-notation is used in property names. This means that "a.b" will set the property "b" underneath "a" so { "a": { "b": value} }.<p></p>If that is not intended this can be deactivated, it will then set { "a.b": value } instead.</p>
`,
},
],

Some files were not shown because too many files have changed in this diff Show more