UNPKG

n8n-nodes-pdf-page-split

Version:
24 lines 812 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PdfPageSplitApi = void 0; class PdfPageSplitApi { constructor() { this.name = 'pdfPageSplitApi'; this.displayName = 'PDF Page Split API'; this.documentationUrl = 'https://github.com/username/n8n-nodes-pdf-page-split'; this.properties = [ { displayName: 'API Key', name: 'apiKey', type: 'string', default: '', typeOptions: { password: true, }, description: 'API key for external PDF processing service (if needed)', }, ]; } } exports.PdfPageSplitApi = PdfPageSplitApi; //# sourceMappingURL=PdfPageSplitApi.credentials.js.map