UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

26 lines 735 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.companyOperations = void 0; exports.companyOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['company'], }, }, options: [ { name: 'Get Settings', value: 'getSetting', description: "Get your company's ProfitWell account settings", action: 'Get settings for your company', }, ], default: 'getSetting', }, ]; //# sourceMappingURL=CompanyDescription.js.map