Modules added (entities only): - biometrics (4 entities) - feature-flags (3 entities) - hr (8 entities) - invoices (4 entities) - products (7 entities) - profiles (5 entities) - projects (1 entity) - purchase (11 entities) - reports (13 entities) - sales (4 entities) - settings (4 entities) - storage (7 entities) - warehouses (3 entities) - webhooks (6 entities) - whatsapp (10 entities) Total: 90 new entity files Source: erp-construccion (validated, build clean) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
200 B
TypeScript
8 lines
200 B
TypeScript
/**
|
|
* Feature Flags Entities - Export
|
|
*/
|
|
|
|
export { Flag } from './flag.entity';
|
|
export { TenantOverride } from './tenant-override.entity';
|
|
export { FlagEvaluation } from './flag-evaluation.entity';
|