Skip to content

Commit

Permalink
Merge pull request #1 from n8n-io/master
Browse files Browse the repository at this point in the history
feat(gmail): overhaul Gmail node + create gmail trigger (n8n-io#3734)
  • Loading branch information
pdettorre authored Sep 8, 2022
2 parents ca8c2d6 + 74304db commit ea8e9b8
Show file tree
Hide file tree
Showing 24 changed files with 3,858 additions and 927 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ export class GoogleBigQuery implements INodeType {
noDataExpression: true,
options: [
{
name: 'OAuth2 (Recommended)',
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
name: 'OAuth2 (recommended)',
value: 'oAuth2',
},
{
Expand Down
3 changes: 2 additions & 1 deletion packages/nodes-base/nodes/Google/Books/GoogleBooks.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export class GoogleBooks implements INodeType {
type: 'options',
options: [
{
name: 'OAuth2 (Recommended)',
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
name: 'OAuth2 (recommended)',
value: 'oAuth2',
},
{
Expand Down
3 changes: 2 additions & 1 deletion packages/nodes-base/nodes/Google/Docs/GoogleDocs.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ export class GoogleDocs implements INodeType {
type: 'options',
options: [
{
name: 'OAuth2 (Recommended)',
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
name: 'OAuth2 (recommended)',
value: 'oAuth2',
},
{
Expand Down
3 changes: 2 additions & 1 deletion packages/nodes-base/nodes/Google/Drive/GoogleDrive.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ export class GoogleDrive implements INodeType {
type: 'options',
options: [
{
name: 'OAuth2 (Recommended)',
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
name: 'OAuth2 (recommended)',
value: 'oAuth2',
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export class GoogleDriveTrigger implements INodeType {
type: 'options',
options: [
{
name: 'OAuth2 (Recommended)',
// eslint-disable-next-line n8n-nodes-base/node-param-display-name-miscased
name: 'OAuth2 (recommended)',
value: 'oAuth2',
},
{
Expand Down
Loading

0 comments on commit ea8e9b8

Please sign in to comment.