UNPKG

n8n-nodes-espocrm

Version:

n8n Community Node for EspoCRM

15 lines (14 loc) 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EspoCRM = void 0; const descriptions_1 = require("./descriptions"); const operations_1 = require("./operations"); class EspoCRM { constructor() { this.description = (0, descriptions_1.getNodeDescription)(); } async execute() { return await operations_1.executeOperation.call(this); } } exports.EspoCRM = EspoCRM;