init & fix notice

This commit is contained in:
2025-10-30 16:29:55 +08:00
parent 8139ca031c
commit a2aa889e19
8 changed files with 36 additions and 52 deletions

View File

@@ -1,13 +1,14 @@
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
import type { ICredentialType, INodeProperties, Icon } from 'n8n-workflow';
export class GwezzOceanengineOAuth2Api implements ICredentialType {
name = 'gwezzOceanengineOAuth2Api';
extends = ['oAuth2Api'];
displayName = 'Gwezz Oceanengine OAuth2 API';
displayName = 'Gwezz Ocean Engine OAuth2 API';
icon = { light: 'file:../icons/gwezz.svg', dark: 'file:../icons/gwezz.dark.svg' } as Icon;
// Link to your community node's README
documentationUrl = 'https://github.com/org/-gwezz-oceanengine?tab=readme-ov-file#credentials';
properties: INodeProperties[] = [