n8n-nodes-tiny-erp-api-v2
Version:
Custom nodes for Tiny ERP integration with n8n, including AI tools for AI Agent workflows
12 lines • 326 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.resource = void 0;
exports.resource = {
name: 'orders',
displayName: 'Orders',
description: 'Handle order processing and tracking from Tiny ERP',
operations: [
'getOrderData'
]
};
//# sourceMappingURL=index.js.map