UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

37 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TwakeServerApi = void 0; class TwakeServerApi { name = 'twakeServerApi'; displayName = 'Twake Server API'; icon = 'file:icons/Twake.png'; documentationUrl = 'twake'; httpRequestNode = { name: 'Twake Server', docsUrl: 'https://doc.twake.app/developers-api/home', apiBaseUrl: '', }; properties = [ { displayName: 'Host URL', name: 'hostUrl', type: 'string', default: '', }, { displayName: 'Public ID', name: 'publicId', type: 'string', default: '', }, { displayName: 'Private API Key', name: 'privateApiKey', type: 'string', typeOptions: { password: true }, default: '', }, ]; } exports.TwakeServerApi = TwakeServerApi; //# sourceMappingURL=TwakeServerApi.credentials.js.map