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.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESM-only package; CommonJS require will fail. Use import syntax.
Named export, not default. Must use destructured import.
Type export for response handling. Common in query builder usage.
Enum for sort direction (ASC/DESC).
Defines a model class extending IxcOrm, performs a filtered query with sorting, and uses a built-in resource endpoint for temporary unblock.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.