UNPKG

n8n-nodes-tiny-erp-api-v2

Version:

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

32 lines 848 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resourceDescription = exports.resource = void 0; exports.resource = { name: 'products', displayName: 'Products', description: 'Manage product information and inventory from Tiny ERP', operations: [ 'getProducts', 'getStock', 'createProduct', 'createProductsBatch', 'updateStock', 'updateStockBatch', 'rateLimitInfo' ] }; exports.resourceDescription = { displayName: 'Resource', name: 'resource', type: 'options', noDataExpression: true, options: [ { name: 'Products', value: 'products', description: 'Manage product information and inventory', }, ], default: 'products', }; //# sourceMappingURL=index.js.map