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:
Iván Ovejero
2022-07-10 22:50:51 +02:00
committed by GitHub
parent d5d4dd3845
commit 6f95121fac
648 changed files with 2651 additions and 3 deletions

View File

@@ -135,6 +135,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Get the Astronomy Picture of the Day',
action: 'Get the astronomy picture of the day',
},
],
default: 'get',
@@ -156,6 +157,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve a list of asteroids based on their closest approach date to Earth',
action: 'Get an asteroid neo feed',
},
],
default: 'get',
@@ -177,6 +179,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Look up an asteroid based on its NASA SPK-ID',
action: 'Get an asteroid neo lookup',
},
],
default: 'get',
@@ -198,6 +201,7 @@ export class Nasa implements INodeType {
name: 'Get All',
value: 'getAll',
description: 'Browse the overall asteroid dataset',
action: 'Get all asteroid neos',
},
],
default: 'getAll',
@@ -219,6 +223,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI coronal mass ejection data',
action: 'Get a DONKI coronal mass ejection',
},
],
default: 'get',
@@ -240,6 +245,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI geomagnetic storm data',
action: 'Get a DONKI geomagnetic storm',
},
],
default: 'get',
@@ -261,6 +267,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI interplanetary shock data',
action: 'Get a DONKI interplanetary shock',
},
],
default: 'get',
@@ -282,6 +289,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI solar flare data',
action: 'Get a DONKI solar flare',
},
],
default: 'get',
@@ -303,6 +311,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI solar energetic particle data',
action: 'Get a DONKI solar energetic particle',
},
],
default: 'get',
@@ -324,6 +333,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve data on DONKI magnetopause crossings',
action: 'Get a DONKI magnetopause crossing',
},
],
default: 'get',
@@ -345,6 +355,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI radiation belt enhancement data',
action: 'Get a DONKI radiation belt enhancement',
},
],
default: 'get',
@@ -366,6 +377,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI high speed stream data',
action: 'Get a DONKI high speed stream',
},
],
default: 'get',
@@ -387,6 +399,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI WSA+EnlilSimulation data',
action: 'Get a DONKI wsa enlil simulation',
},
],
default: 'get',
@@ -408,6 +421,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve DONKI notifications data',
action: 'Get a DONKI notifications',
},
],
default: 'get',
@@ -429,6 +443,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve Earth imagery',
action: 'Get Earth imagery',
},
],
default: 'get',
@@ -450,6 +465,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve Earth assets',
action: 'Get Earth assets',
},
],
default: 'get',
@@ -471,6 +487,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve Insight Mars Weather Service data',
action: 'Get Insight Mars Weather Service',
},
],
default: 'get',
@@ -492,6 +509,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve Image and Video Library data',
action: 'Get image and video library data',
},
],
default: 'get',
@@ -513,6 +531,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve TechTransfer data',
action: 'Get a TechTransfer data',
},
],
default: 'get',
@@ -534,6 +553,7 @@ export class Nasa implements INodeType {
name: 'Get',
value: 'get',
description: 'Retrieve Two-Line Element Set data',
action: 'Get a Two-Line Element Set',
},
],
default: 'get',