mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Apply more eslint-plugin-n8n-nodes-base autofixable rules (#3243)
* ✏️ Alphabetize rules * 🔖 Update version * ⚡ Update lintfix command * ⚡ Run baseline lintfix * 📦 Update package-lock.json * 👕 Apply `node-param-description-untrimmed` (#3200) * Removing unneeded backticks (#3249) * 👕 Apply node-param-description-wrong-for-return-all (#3253) * 👕 Apply node-param-description-missing-limit (#3252) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-excess-final-period (#3250) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-unencoded-angle-brackets (#3256) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-url-missing-protocol (#3258) * 👕 Apply `node-param-description-miscased-id` (#3254) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-wrong-for-limit (#3257) Co-authored-by: Iván Ovejero <ivov.src@gmail.com> * 👕 Apply node-param-description-wrong-for-ignore-ssl-issues (#3261) * 👕 Apply rule * ⚡ Restore lintfix script * ⚡ Restore lintfix script Co-authored-by: agobrech <45268029+agobrech@users.noreply.github.com> Co-authored-by: Omar Ajoue <krynble@gmail.com> Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
This commit is contained in:
@@ -61,7 +61,7 @@ export class Coda implements INodeType {
|
||||
{
|
||||
name: 'Control',
|
||||
value: 'control',
|
||||
description: 'Controls provide a user-friendly way to input a value that can affect other parts of the doc.',
|
||||
description: 'Controls provide a user-friendly way to input a value that can affect other parts of the doc',
|
||||
},
|
||||
{
|
||||
name: 'Formula',
|
||||
@@ -71,12 +71,12 @@ export class Coda implements INodeType {
|
||||
{
|
||||
name: 'Table',
|
||||
value: 'table',
|
||||
description: `Access data of tables in documents.`,
|
||||
description: 'Access data of tables in documents',
|
||||
},
|
||||
{
|
||||
name: 'View',
|
||||
value: 'view',
|
||||
description: `Access data of views in documents.`,
|
||||
description: 'Access data of views in documents',
|
||||
},
|
||||
],
|
||||
default: 'table',
|
||||
|
||||
@@ -53,7 +53,7 @@ export const controlFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Control ID',
|
||||
@@ -71,7 +71,7 @@ export const controlFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The control to get the row from.',
|
||||
description: 'The control to get the row from',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* control:getAll */
|
||||
@@ -95,7 +95,7 @@ export const controlFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -112,7 +112,7 @@ export const controlFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'If all results should be returned or only up to a given limit.',
|
||||
description: 'Whether to return all results or only up to a given limit',
|
||||
},
|
||||
{
|
||||
displayName: 'Limit',
|
||||
@@ -136,6 +136,6 @@ export const controlFields: INodeProperties[] = [
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 50,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -53,7 +53,7 @@ export const formulaFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Formula ID',
|
||||
@@ -71,7 +71,7 @@ export const formulaFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The formula to get the row from.',
|
||||
description: 'The formula to get the row from',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* formula:getAll */
|
||||
@@ -95,7 +95,7 @@ export const formulaFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -112,7 +112,7 @@ export const formulaFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'If all results should be returned or only up to a given limit.',
|
||||
description: 'Whether to return all results or only up to a given limit',
|
||||
},
|
||||
{
|
||||
displayName: 'Limit',
|
||||
@@ -136,6 +136,6 @@ export const formulaFields: INodeProperties[] = [
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 50,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -78,7 +78,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
@@ -102,7 +102,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to create the row in.',
|
||||
description: 'The table to create the row in',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
@@ -126,14 +126,14 @@ export const tableFields: INodeProperties[] = [
|
||||
name: 'disableParsing',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `If true, the API will not attempt to parse the data in any way.`,
|
||||
description: 'If true, the API will not attempt to parse the data in any way',
|
||||
},
|
||||
{
|
||||
displayName: 'Key Columns',
|
||||
name: 'keyColumns',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: 'Optional column IDs, URLs, or names (fragile and discouraged), specifying columns to be used as upsert keys. If more than one separate by a comma (,)',
|
||||
description: 'Optional column IDs, URLs, or names (fragile and discouraged), specifying columns to be used as upsert keys. If more than one separate by a comma (,).',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -159,7 +159,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
@@ -183,7 +183,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the row from.',
|
||||
description: 'The table to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Row ID',
|
||||
@@ -225,14 +225,14 @@ export const tableFields: INodeProperties[] = [
|
||||
name: 'rawData',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `Returns the data exactly in the way it got received from the API.`,
|
||||
description: 'Returns the data exactly in the way it got received from the API',
|
||||
},
|
||||
{
|
||||
displayName: 'Use Column Names',
|
||||
name: 'useColumnNames',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
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.`,
|
||||
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',
|
||||
@@ -253,7 +253,7 @@ export const tableFields: INodeProperties[] = [
|
||||
value: 'rich',
|
||||
},
|
||||
],
|
||||
description: `The format that cell values are returned as.`,
|
||||
description: 'The format that cell values are returned as',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -279,7 +279,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
@@ -303,7 +303,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the rows from.',
|
||||
description: 'The table to get the rows from',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -320,7 +320,7 @@ export const tableFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'If all results should be returned or only up to a given limit.',
|
||||
description: 'Whether to return all results or only up to a given limit',
|
||||
},
|
||||
{
|
||||
displayName: 'Limit',
|
||||
@@ -344,7 +344,7 @@ export const tableFields: INodeProperties[] = [
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 50,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
@@ -371,14 +371,14 @@ export const tableFields: INodeProperties[] = [
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: `Query used to filter returned rows, specified as <column_id_or_name>:<value>. 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").`,
|
||||
description: 'Query used to filter returned rows, specified as <column_id_or_name>:<value>. 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',
|
||||
name: 'rawData',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `Returns the data exactly in the way it got received from the API.`,
|
||||
description: 'Returns the data exactly in the way it got received from the API',
|
||||
},
|
||||
{
|
||||
displayName: 'Sort By',
|
||||
@@ -395,14 +395,14 @@ export const tableFields: INodeProperties[] = [
|
||||
value: 'natural',
|
||||
},
|
||||
],
|
||||
description: `Specifies the sort order of the rows returned. 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. 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',
|
||||
@@ -423,14 +423,14 @@ export const tableFields: INodeProperties[] = [
|
||||
value: 'rich',
|
||||
},
|
||||
],
|
||||
description: `The format that cell values are returned as.`,
|
||||
description: 'The format that cell values are returned as',
|
||||
},
|
||||
{
|
||||
displayName: 'Visible Only',
|
||||
name: 'visibleOnly',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `If true, returns only visible rows and columns for the table.`,
|
||||
description: 'If true, returns only visible rows and columns for the table',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -456,7 +456,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
@@ -480,7 +480,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to delete the row in.',
|
||||
description: 'The table to delete the row in',
|
||||
},
|
||||
{
|
||||
displayName: 'Row ID',
|
||||
@@ -498,7 +498,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'Row IDs to delete.',
|
||||
description: 'Row IDs to delete',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* table:pushButton */
|
||||
@@ -522,7 +522,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
@@ -546,7 +546,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the row from.',
|
||||
description: 'The table to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Row ID',
|
||||
@@ -612,7 +612,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
@@ -636,7 +636,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the row from.',
|
||||
description: 'The table to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Column ID',
|
||||
@@ -654,7 +654,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the row from.',
|
||||
description: 'The table to get the row from',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* table:getAllColumns */
|
||||
@@ -678,7 +678,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Table',
|
||||
@@ -702,7 +702,7 @@ export const tableFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the row from.',
|
||||
description: 'The table to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -719,7 +719,7 @@ export const tableFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'If all results should be returned or only up to a given limit.',
|
||||
description: 'Whether to return all results or only up to a given limit',
|
||||
},
|
||||
{
|
||||
displayName: 'Limit',
|
||||
@@ -743,6 +743,6 @@ export const tableFields: INodeProperties[] = [
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 50,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
];
|
||||
|
||||
@@ -78,7 +78,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'View ID',
|
||||
@@ -96,7 +96,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* view:getAll */
|
||||
@@ -120,7 +120,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -137,7 +137,7 @@ export const viewFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'If all results should be returned or only up to a given limit.',
|
||||
description: 'Whether to return all results or only up to a given limit',
|
||||
},
|
||||
{
|
||||
displayName: 'Limit',
|
||||
@@ -161,7 +161,7 @@ export const viewFields: INodeProperties[] = [
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 50,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* view:getAllViewRows */
|
||||
@@ -185,7 +185,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'View',
|
||||
@@ -209,7 +209,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the rows from.',
|
||||
description: 'The table to get the rows from',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -226,7 +226,7 @@ export const viewFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'If all results should be returned or only up to a given limit.',
|
||||
description: 'Whether to return all results or only up to a given limit',
|
||||
},
|
||||
{
|
||||
displayName: 'Limit',
|
||||
@@ -250,7 +250,7 @@ export const viewFields: INodeProperties[] = [
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 50,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
@@ -277,14 +277,14 @@ export const viewFields: INodeProperties[] = [
|
||||
alwaysOpenEditWindow: true,
|
||||
},
|
||||
default: '',
|
||||
description: `Query used to filter returned rows, specified as <column_id_or_name>:<value>. 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").`,
|
||||
description: 'Query used to filter returned rows, specified as <column_id_or_name>:<value>. 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. 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',
|
||||
@@ -305,14 +305,14 @@ export const viewFields: INodeProperties[] = [
|
||||
value: 'rich',
|
||||
},
|
||||
],
|
||||
description: `The format that cell values are returned as.`,
|
||||
description: 'The format that cell values are returned as',
|
||||
},
|
||||
{
|
||||
displayName: 'RAW Data',
|
||||
name: 'rawData',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `Returns the data exactly in the way it got received from the API.`,
|
||||
description: 'Returns the data exactly in the way it got received from the API',
|
||||
},
|
||||
{
|
||||
displayName: 'Sort By',
|
||||
@@ -329,7 +329,7 @@ export const viewFields: INodeProperties[] = [
|
||||
value: 'natural',
|
||||
},
|
||||
],
|
||||
description: `Specifies the sort order of the rows returned. 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.',
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -355,7 +355,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'View',
|
||||
@@ -379,7 +379,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The table to get the rows from.',
|
||||
description: 'The table to get the rows from',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -396,7 +396,7 @@ export const viewFields: INodeProperties[] = [
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'If all results should be returned or only up to a given limit.',
|
||||
description: 'Whether to return all results or only up to a given limit',
|
||||
},
|
||||
{
|
||||
displayName: 'Limit',
|
||||
@@ -420,7 +420,7 @@ export const viewFields: INodeProperties[] = [
|
||||
maxValue: 100,
|
||||
},
|
||||
default: 50,
|
||||
description: 'How many results to return.',
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* view:deleteViewRow */
|
||||
@@ -444,7 +444,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'View',
|
||||
@@ -468,7 +468,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Row',
|
||||
@@ -492,7 +492,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* view:pushViewButton */
|
||||
@@ -516,7 +516,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'View',
|
||||
@@ -540,7 +540,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Row',
|
||||
@@ -564,7 +564,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Column',
|
||||
@@ -612,7 +612,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the doc.',
|
||||
description: 'ID of the doc',
|
||||
},
|
||||
{
|
||||
displayName: 'View',
|
||||
@@ -636,7 +636,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Row',
|
||||
@@ -660,7 +660,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Key Name',
|
||||
@@ -678,7 +678,7 @@ export const viewFields: INodeProperties[] = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The view to get the row from.',
|
||||
description: 'The view to get the row from',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
@@ -702,7 +702,7 @@ export const viewFields: INodeProperties[] = [
|
||||
name: 'disableParsing',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: `If true, the API will not attempt to parse the data in any way.`,
|
||||
description: 'If true, the API will not attempt to parse the data in any way',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user