feat(HighLevel Node): Api v2 support, new node version (#9554)

This commit is contained in:
Michael Kret
2024-06-03 12:09:05 +03:00
committed by GitHub
parent 0e10c84efd
commit 19e5c0397a
15 changed files with 2603 additions and 90 deletions

View File

@@ -149,3 +149,10 @@ export const TEST_WEBHOOK_TIMEOUT = 2 * TIME.MINUTE;
export const TEST_WEBHOOK_TIMEOUT_BUFFER = 30 * TIME.SECOND;
export const N8N_DOCS_URL = 'https://docs.n8n.io';
export const GENERIC_OAUTH2_CREDENTIALS_WITH_EDITABLE_SCOPE = [
'oAuth2Api',
'googleOAuth2Api',
'microsoftOAuth2Api',
'highLevelOAuth2Api',
];