UNPKG

n8n-nodes-ippanel

Version:
22 lines 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IPPanelApi = void 0; class IPPanelApi { constructor() { this.name = 'ipPanelApi'; this.displayName = 'IPPanel API'; this.documentationUrl = 'https://github.com/ippanelcom/node-sdk'; this.properties = [ { displayName: 'API Key', name: 'apiKey', type: 'string', default: '', required: true, description: 'The IPPanel API key', }, ]; } } exports.IPPanelApi = IPPanelApi; //# sourceMappingURL=IPPanelApi.credentials.js.map