refactor: rename g-suite admin node to google workspace admin and update node icon (#4252)

This commit is contained in:
Jonathan Bennetts 2022-10-12 15:05:52 +01:00 committed by GitHub
parent 6b538494ce
commit 2d4202d051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -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[] = [
{

View file

@ -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'],

View file

@ -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',

View file

@ -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',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB