refactor(nodes-base): Apply lint rule node-param-option-name-wrong-for-get-many (#4051)
* ⬆️ Upgrade linter * 📦 Update `package-lock.json` * 👕 Substitute rule * 👕 Apply lintfix for `node-param-option-name-wrong-for-get-many` * 👕 Restore lint exceptions
This commit is contained in:
@@ -28,7 +28,7 @@ export const attributeOperations: INodeProperties[] = [
|
||||
action: 'Get an attribute',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all attributes',
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@ export const eventOperations: INodeProperties[] = [
|
||||
action: 'Get an event',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all events',
|
||||
},
|
||||
|
||||
@@ -33,7 +33,7 @@ export const feedOperations: INodeProperties[] = [
|
||||
action: 'Get a feed',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all feeds',
|
||||
},
|
||||
|
||||
@@ -23,7 +23,7 @@ export const galaxyOperations: INodeProperties[] = [
|
||||
action: 'Get a galaxy',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all galaxies',
|
||||
},
|
||||
|
||||
@@ -18,7 +18,7 @@ export const noticelistOperations: INodeProperties[] = [
|
||||
action: 'Get a noticelist',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all noticelists',
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@ export const organisationOperations: INodeProperties[] = [
|
||||
action: 'Get an organization',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all organizations',
|
||||
},
|
||||
|
||||
@@ -23,7 +23,7 @@ export const tagOperations: INodeProperties[] = [
|
||||
action: 'Delete a tag',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all tags',
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@ export const userOperations: INodeProperties[] = [
|
||||
action: 'Get a user',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all users',
|
||||
},
|
||||
|
||||
@@ -18,7 +18,7 @@ export const warninglistOperations: INodeProperties[] = [
|
||||
action: 'Get a warninglist',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
action: 'Get all warninglists',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user