mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🔨 Standardize the simple response option (#1813)
This commit is contained in:
@@ -135,7 +135,7 @@ export const companyFields = [
|
||||
description: 'Number of results to return.',
|
||||
},
|
||||
{
|
||||
displayName: 'Simple',
|
||||
displayName: 'Simplify Response',
|
||||
name: 'simple',
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
@@ -150,7 +150,7 @@ export const companyFields = [
|
||||
},
|
||||
},
|
||||
default: true,
|
||||
description: 'Simplify the response.',
|
||||
description: 'Return a simplified version of the response instead of the raw data.',
|
||||
},
|
||||
|
||||
// company:getFactor
|
||||
@@ -188,7 +188,7 @@ export const companyFields = [
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
||||
// company:getFactorHistorical
|
||||
// company:getHistoricalScore
|
||||
{
|
||||
|
||||
@@ -118,7 +118,7 @@ export const industryFields = [
|
||||
description: 'Number of results to return.',
|
||||
},
|
||||
{
|
||||
displayName: 'Simple',
|
||||
displayName: 'Simplify Response',
|
||||
name: 'simple',
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
@@ -133,7 +133,7 @@ export const industryFields = [
|
||||
},
|
||||
},
|
||||
default: true,
|
||||
description: 'Simplify the response.',
|
||||
description: 'Return a simplified version of the response instead of the raw data.',
|
||||
},
|
||||
{
|
||||
displayName: 'Options',
|
||||
|
||||
Reference in New Issue
Block a user