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:
@@ -30,16 +30,9 @@ export const descriptions: INodeProperties[] = [
|
||||
{
|
||||
name: 'Deactive',
|
||||
value: 'deactive',
|
||||
description:
|
||||
'Deactivates the user and revokes all its sessions by archiving its user object',
|
||||
description: 'Deactivates the user and revokes all its sessions by archiving its user object',
|
||||
action: 'Deactivate a user',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all users',
|
||||
action: 'Get all users',
|
||||
},
|
||||
{
|
||||
name: 'Get By Email',
|
||||
value: 'getByEmail',
|
||||
@@ -52,6 +45,12 @@ export const descriptions: INodeProperties[] = [
|
||||
description: 'Get a user by ID',
|
||||
action: 'Get a user by ID',
|
||||
},
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all users',
|
||||
action: 'Get all users',
|
||||
},
|
||||
{
|
||||
name: 'Invite',
|
||||
value: 'invite',
|
||||
|
||||
Reference in New Issue
Block a user