mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix(Xero Node): Update OAuth Scopes to meet new Xero API requirements (#27563)
Co-authored-by: Garrit Franke <garrit.franke@n8n.io> Co-authored-by: Garrit Franke <32395585+garritfra@users.noreply.github.com> Co-authored-by: Dimitri Lavrenük <20122620+dlavrenuek@users.noreply.github.com>
This commit is contained in:
parent
cc2d4da0c9
commit
7f54ff4acf
|
|
@ -2,7 +2,11 @@ import type { ICredentialType, INodeProperties } from 'n8n-workflow';
|
|||
|
||||
const scopes = [
|
||||
'offline_access',
|
||||
'accounting.transactions',
|
||||
'accounting.invoices',
|
||||
'accounting.payments',
|
||||
'accounting.banktransactions',
|
||||
'accounting.manualjournals',
|
||||
'accounting.attachments',
|
||||
'accounting.settings',
|
||||
'accounting.contacts',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user