IXC-ORM v2.3.5 is a TypeScript ORM for consuming data from the IXC Provedor API (IXCsoft). It simplifies CRUD operations with a model-based approach, query builder, and built-in resource endpoints for common actions like contract activation, temporary unblocking, and fetching boletos. The library is community-maintained, supports ESM only, and requires environment variables for authentication. It ships with TypeScript types and has a stable release cadence.
npm install ixc-ormNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a model class extending IxcOrm, performs a filtered query with sorting, and uses a built-in resource endpoint for temporary unblock.
Create a .env file with IXC_ACCESS_TOKEN=<your-token> and IXC_SERVER_DOMAIN=<your-domain> before using the library.
Use import syntax and ensure your project is configured for ES modules (type: 'module' in package.json).
Verify the correct endpoint name in IXC Provedor API documentation.
N/A
Run: npm install ixc-orm
Use: import { IxcOrm } from 'ixc-orm'Create .env file with IXC_ACCESS_TOKEN=your_token and IXC_SERVER_DOMAIN=your_domain
Double-check the exact endpoint name (e.g., 'cliente_contrato').
No dependency data recorded yet.