UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

27 lines 769 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.companyOperations = void 0; const resource = ['company']; exports.companyOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource, }, }, options: [ { name: 'Get', value: 'get', description: 'Retrieves the company for the currently authenticated user', action: 'Retrieve the company for the currently authenticated user', }, ], default: 'get', }, ]; //# sourceMappingURL=CompanyDescription.js.map