👕 Fix lint issue
This commit is contained in:
@@ -41,7 +41,7 @@ export const boardOperations = [
|
||||
],
|
||||
default: 'create',
|
||||
description: 'The operation to perform.',
|
||||
}
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
export const boardFields = [
|
||||
|
||||
@@ -64,7 +64,7 @@ export const cardCommentFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -177,7 +177,7 @@ export const cardCommentFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -273,7 +273,7 @@ export const cardCommentFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -365,7 +365,7 @@ export const cardCommentFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
|
||||
@@ -72,7 +72,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -231,7 +231,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -255,7 +255,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the list that card belongs to.'
|
||||
description: 'The ID of the list that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Card ID',
|
||||
@@ -305,7 +305,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -329,7 +329,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the list that card belongs to.'
|
||||
description: 'The ID of the list that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Card ID',
|
||||
@@ -372,7 +372,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'From Object',
|
||||
@@ -400,7 +400,7 @@ export const cardFields = [
|
||||
},
|
||||
],
|
||||
default: '',
|
||||
description: ''
|
||||
description: '',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -427,7 +427,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the list that card belongs to.'
|
||||
description: 'The ID of the list that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Swimlane ID',
|
||||
@@ -453,7 +453,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the swimlane that card belongs to.'
|
||||
description: 'The ID of the swimlane that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
@@ -519,7 +519,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -543,7 +543,7 @@ export const cardFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the list that card belongs to.'
|
||||
description: 'The ID of the list that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Card ID',
|
||||
@@ -646,7 +646,7 @@ export const cardFields = [
|
||||
},
|
||||
{
|
||||
value: 'lime',
|
||||
name: 'Lime'
|
||||
name: 'Lime',
|
||||
},
|
||||
{
|
||||
value: 'pink',
|
||||
@@ -662,7 +662,7 @@ export const cardFields = [
|
||||
},
|
||||
{
|
||||
value: 'peachpuff',
|
||||
name: 'Peachpuff'
|
||||
name: 'Peachpuff',
|
||||
},
|
||||
{
|
||||
value: 'crimson',
|
||||
@@ -670,7 +670,7 @@ export const cardFields = [
|
||||
},
|
||||
{
|
||||
value: 'plum',
|
||||
name: 'Plum'
|
||||
name: 'Plum',
|
||||
},
|
||||
{
|
||||
value: 'darkgreen',
|
||||
@@ -678,7 +678,7 @@ export const cardFields = [
|
||||
},
|
||||
{
|
||||
value: 'slateblue',
|
||||
name: 'Slateblue'
|
||||
name: 'Slateblue',
|
||||
},
|
||||
{
|
||||
value: 'magenta',
|
||||
@@ -702,7 +702,7 @@ export const cardFields = [
|
||||
},
|
||||
{
|
||||
value: 'paleturquoise',
|
||||
name: 'Paleturquoise'
|
||||
name: 'Paleturquoise',
|
||||
},
|
||||
{
|
||||
value: 'mistyrose',
|
||||
|
||||
@@ -68,7 +68,7 @@ export const checklistFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board where the card is in.'
|
||||
description: 'The ID of the board where the card is in.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -181,7 +181,7 @@ export const checklistFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -280,7 +280,7 @@ export const checklistFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -329,7 +329,7 @@ export const checklistFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the card that checklist belongs to.'
|
||||
description: 'The ID of the card that checklist belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Checklist ID',
|
||||
@@ -379,7 +379,7 @@ export const checklistFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
|
||||
@@ -63,7 +63,7 @@ export const checklistItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -112,7 +112,7 @@ export const checklistItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the card that checklistItem belongs to.'
|
||||
description: 'The ID of the card that checklistItem belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Checklist ID',
|
||||
@@ -188,7 +188,7 @@ export const checklistItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -237,7 +237,7 @@ export const checklistItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the card that checklistItem belongs to.'
|
||||
description: 'The ID of the card that checklistItem belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'Checklist ID',
|
||||
@@ -306,7 +306,7 @@ export const checklistItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that card belongs to.'
|
||||
description: 'The ID of the board that card belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -355,7 +355,7 @@ export const checklistItemFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the card that checklistItem belongs to.'
|
||||
description: 'The ID of the card that checklistItem belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'CheckList ID',
|
||||
|
||||
@@ -17,7 +17,7 @@ import {
|
||||
|
||||
export async function getAuthorization(
|
||||
this: IHookFunctions | IExecuteFunctions | IExecuteSingleFunctions | ILoadOptionsFunctions | IWebhookFunctions,
|
||||
credentials?: ICredentialDataDecryptedObject,
|
||||
credentials?: ICredentialDataDecryptedObject
|
||||
): Promise<IDataObject> {
|
||||
if (credentials === undefined) {
|
||||
throw new Error('No credentials got returned!');
|
||||
|
||||
@@ -21,27 +21,27 @@ export const listOperations = [
|
||||
{
|
||||
name: 'Create',
|
||||
value: 'create',
|
||||
description: 'Create a new list'
|
||||
description: 'Create a new list',
|
||||
},
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete a list'
|
||||
description: 'Delete a list',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
description: 'Get the data of a list'
|
||||
description: 'Get the data of a list',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Get all board lists'
|
||||
description: 'Get all board lists',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
description: 'The operation to perform.'
|
||||
}
|
||||
description: 'The operation to perform.',
|
||||
},
|
||||
] as INodeProperties[];
|
||||
|
||||
export const listFields = [
|
||||
@@ -67,7 +67,7 @@ export const listFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board the list should be created in'
|
||||
description: 'The ID of the board the list should be created in',
|
||||
},
|
||||
{
|
||||
displayName: 'Title',
|
||||
@@ -86,7 +86,7 @@ export const listFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The title of the list.'
|
||||
description: 'The title of the list.',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
@@ -111,7 +111,7 @@ export const listFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -135,7 +135,7 @@ export const listFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the list to delete.'
|
||||
description: 'The ID of the list to delete.',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
@@ -160,7 +160,7 @@ export const listFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the board that list belongs to.'
|
||||
description: 'The ID of the board that list belongs to.',
|
||||
},
|
||||
{
|
||||
displayName: 'List ID',
|
||||
@@ -178,7 +178,7 @@ export const listFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'The ID of the list to get.'
|
||||
description: 'The ID of the list to get.',
|
||||
},
|
||||
|
||||
// ----------------------------------
|
||||
@@ -203,7 +203,7 @@ export const listFields = [
|
||||
],
|
||||
},
|
||||
},
|
||||
description: 'ID of the board where the lists are in.'
|
||||
description: 'ID of the board where the lists are in.',
|
||||
},
|
||||
{
|
||||
displayName: 'Return All',
|
||||
|
||||
Reference in New Issue
Block a user