mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor: Add action to all operations on all nodes (#3655)
* 👕 Add `action` to `INodePropertyOptions` * 👕 Apply `node-param-operation-option-without-action` * ✏️ Fix add/remove phrasing * ✏️ Fix email template phrasing * ✏️ Fix add/remove phrasing * ✏️ Fix custom fields phrasing * ✏️ Fix job report phrasing * ✏️ Fix query phrasing * ✏️ Various phrasing fixes * ✏️ Fix final phrasings * ✏️ Remove `conversation` * ✏️ Fix plural
This commit is contained in:
@@ -20,6 +20,7 @@ export const profileOperations: INodeProperties[] = [
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
description: 'Get the user\'s personal information',
|
||||
action: 'Get a profile',
|
||||
},
|
||||
],
|
||||
default: 'get',
|
||||
|
||||
@@ -20,16 +20,19 @@ export const summaryOperations: INodeProperties[] = [
|
||||
name: 'Get Activity Summary',
|
||||
value: 'getActivity',
|
||||
description: 'Get the user\'s activity summary',
|
||||
action: 'Get activity summary',
|
||||
},
|
||||
{
|
||||
name: 'Get Readiness Summary',
|
||||
value: 'getReadiness',
|
||||
description: 'Get the user\'s readiness summary',
|
||||
action: 'Get readiness summary',
|
||||
},
|
||||
{
|
||||
name: 'Get Sleep Periods',
|
||||
value: 'getSleep',
|
||||
description: 'Get the user\'s sleep summary',
|
||||
action: 'Get sleep summary',
|
||||
},
|
||||
],
|
||||
default: 'getSleep',
|
||||
|
||||
Reference in New Issue
Block a user