UNPKG

n8n-nodes-fatture-in-cloud

Version:

n8n community node for Fatture in Cloud integration using the official TypeScript SDK

51 lines 2.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FattureInCloudOAuth2Api = void 0; class FattureInCloudOAuth2Api { constructor() { this.name = 'fattureInCloudOAuth2Api'; this.extends = ['oAuth2Api']; this.displayName = 'Fatture in Cloud OAuth2 API'; this.documentationUrl = 'https://developers.fattureincloud.it/docs/authentication/'; this.properties = [ { displayName: 'Grant Type', name: 'grantType', type: 'hidden', default: 'authorizationCode', }, { displayName: 'Authorization URL', name: 'authUrl', type: 'hidden', default: 'https://api-v2.fattureincloud.it/oauth/authorize', }, { displayName: 'Access Token URL', name: 'accessTokenUrl', type: 'hidden', default: 'https://api-v2.fattureincloud.it/oauth/token', }, { displayName: 'Scope', name: 'scope', type: 'hidden', default: 'situation:r entity.clients:a entity.suppliers:a products:a stock:a issued_documents.invoices:a issued_documents.credit_notes:a issued_documents.quotes:a issued_documents.proformas:a issued_documents.receipts:a issued_documents.delivery_notes:a issued_documents.orders:a issued_documents.work_reports:a issued_documents.supplier_orders:a issued_documents.self_invoices:a received_documents:a receipts:a calendar:a archive:a taxes:a cashbook:a settings:a', }, { displayName: 'Auth URI Query Parameters', name: 'authQueryParameters', type: 'hidden', default: '', }, { displayName: 'Authentication', name: 'authentication', type: 'hidden', default: 'body', }, ]; } } exports.FattureInCloudOAuth2Api = FattureInCloudOAuth2Api; //# sourceMappingURL=FattureInCloudOAuth2Api.credentials.js.map