👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2020-10-22 15:46:03 +02:00
parent 5b7efd67ca
commit 40c2acd77b
491 changed files with 4045 additions and 3936 deletions

View File

@@ -117,8 +117,8 @@ export const clientFields = [
type: 'dateTime',
default: '',
description: 'Only return clients that have been updated since the given date and time.',
}
]
},
],
},
/* -------------------------------------------------------------------------- */
@@ -135,7 +135,7 @@ export const clientFields = [
operation: [
'get',
],
resource
resource,
},
},
description: 'The ID of the client you are retrieving.',
@@ -155,7 +155,7 @@ export const clientFields = [
operation: [
'delete',
],
resource
resource,
},
},
description: 'The ID of the client you want to delete.',
@@ -200,21 +200,21 @@ export const clientFields = [
name: 'is_active',
type: 'string',
default: '',
description: 'Whether the client is active, or archived. Defaults to true.'
description: 'Whether the client is active, or archived. Defaults to true.',
},
{
displayName: 'Address',
name: 'address',
type: 'string',
default: '',
description: ' A textual representation of the clients physical address. May include new line characters.'
description: ' A textual representation of the clients physical address. May include new line characters.',
},
{
displayName: 'Currency',
name: 'currency',
type: 'string',
default: '',
description: 'The currency used by the estimate. If not provided, the clients currency will be used. See a list of supported currencies'
description: 'The currency used by the estimate. If not provided, the clients currency will be used. See a list of supported currencies',
},
],
},
@@ -258,28 +258,28 @@ export const clientFields = [
name: 'address',
type: 'string',
default: '',
description: ' A textual representation of the clients physical address. May include new line characters.'
description: ' A textual representation of the clients physical address. May include new line characters.',
},
{
displayName: 'Currency',
name: 'currency',
type: 'string',
default: '',
description: 'The currency used by the estimate. If not provided, the clients currency will be used. See a list of supported currencies'
description: 'The currency used by the estimate. If not provided, the clients currency will be used. See a list of supported currencies',
},
{
displayName: 'Is Active',
name: 'is_active',
type: 'boolean',
default: true,
description: 'Whether the client is active, or archived. Defaults to true.'
description: 'Whether the client is active, or archived. Defaults to true.',
},
{
displayName: 'Name',
name: 'name',
type: 'string',
default: '',
description: 'Whether the client is active, or archived. Defaults to true.'
description: 'Whether the client is active, or archived. Defaults to true.',
},
],
},