UNPKG

n8n-nodes-tiny-erp-api-v2

Version:

Custom nodes for Tiny ERP integration with n8n, including AI tools for AI Agent workflows

12 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resource = void 0; exports.resource = { name: 'users', displayName: 'Users', description: 'Manage user accounts and information from Tiny ERP', operations: [ 'getUserData' ] }; //# sourceMappingURL=index.js.map