Skip to content

Commit

Permalink
refactor: rename g-suite admin node to google workspace admin and upd…
Browse files Browse the repository at this point in the history
…ate node icon (#4252)
  • Loading branch information
Joffcom authored Oct 12, 2022
1 parent 6b53849 commit 2d4202d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const scopes = [
export class GSuiteAdminOAuth2Api implements ICredentialType {
name = 'gSuiteAdminOAuth2Api';
extends = ['googleOAuth2Api'];
displayName = 'G Suite Admin OAuth2 API';
displayName = 'Google Workspace Admin OAuth2 API';
documentationUrl = 'google';
properties: INodeProperties[] = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ import { groupFields, groupOperations } from './GroupDescripion';

export class GSuiteAdmin implements INodeType {
description: INodeTypeDescription = {
displayName: 'G Suite Admin',
displayName: 'Google Workspace Admin',
name: 'gSuiteAdmin',
// eslint-disable-next-line n8n-nodes-base/node-class-description-icon-not-svg
icon: 'file:gSuiteAdmin.png',
icon: 'file:google-workspace-admin.png',
group: ['input'],
version: 1,
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
description: 'Consume G Suite Admin API',
description: 'Consume Google Workspace Admin API',
defaults: {
name: 'G Suite Admin',
name: 'Google Workspace Admin',
},
inputs: ['main'],
outputs: ['main'],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const groupFields: INodeProperties[] = [
type: 'string',
default: '',
description:
"The unique ID for the customer's G Suite account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain.",
"The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain.",
},
{
displayName: 'Domain',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ export const userFields: INodeProperties[] = [
type: 'string',
default: '',
description:
"The unique ID for the customer's G Suite account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain.",
"The unique ID for the customer's Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain.",
},
{
displayName: 'Domain',
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d4202d

Please sign in to comment.