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>
12 lines
481 B
TypeScript
12 lines
481 B
TypeScript
/**
|
|
* Storage Entities - Export
|
|
*/
|
|
|
|
export { StorageBucket, BucketType, StorageProvider } from './bucket.entity';
|
|
export { StorageFolder } from './folder.entity';
|
|
export { StorageFile, FileCategory, FileStatus, ProcessingStatus } from './file.entity';
|
|
export { FileAccessToken } from './file-access-token.entity';
|
|
export { StorageUpload, UploadStatus } from './upload.entity';
|
|
export { FileShare } from './file-share.entity';
|
|
export { TenantUsage } from './tenant-usage.entity';
|