API Reference
Type documentation for all profiler packages, and template design system reference for custom collector authors.
This section documents the public TypeScript API of every package. Each page lists interfaces, types, and classes with their properties and signatures — generated directly from the source.
Package types
| Page | Package | Covered types |
|---|---|---|
| nest-profiler | @eleven-labs/nest-profiler | ProfilerModuleOptions, Profile, ProfilerService, IProfilerCollector, IProfilerStorageAdapter |
| nest-profiler-typeorm | @eleven-labs/nest-profiler-typeorm | TypeOrmCollectorModuleOptions, QueryEntry, QueryType |
| nest-profiler-mikro-orm | @eleven-labs/nest-profiler-mikro-orm | MikroOrmCollectorModuleOptions, QueryEntry, QueryType |
| nest-profiler-mongoose | @eleven-labs/nest-profiler-mongoose | MongooseCollectorModuleOptions, MongooseQueryEntry |
| nest-profiler-axios | @eleven-labs/nest-profiler-axios | HttpRequestEntry |
| nest-profiler-cache | @eleven-labs/nest-profiler-cache | CacheOperationEntry, CacheOperation |
| nest-profiler-commander | @eleven-labs/nest-profiler-commander | CommanderCollectorModuleOptions, CommandInfo |
| nest-profiler-auth | @eleven-labs/nest-profiler-auth | AuthCollectorModuleOptions |
| nest-profiler-config | @eleven-labs/nest-profiler-config | ConfigCollectorModuleOptions |
| nest-profiler-validator | @eleven-labs/nest-profiler-validator | ValidationEntry, ViolationEntry, ValidationStatus, ValidationSource |
| nest-profiler-graphql | @eleven-labs/nest-profiler-graphql | ProfilerGraphQLModuleOptions, GraphQLInfo, IContextAdapter |
Template design system
| Page | Contents |
|---|---|
| Template reference | Color tokens, badge classes, duration classes, EJS helpers, common patterns |