init & fix notice
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user