🔨 Standardize the simple response option (#1813)

This commit is contained in:
Iván Ovejero
2021-07-10 11:38:45 +02:00
committed by GitHub
parent d3da5023f0
commit e2aa8ae9b8
13 changed files with 44 additions and 44 deletions

View File

@@ -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
{

View File

@@ -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',