- Add UpdateDocumentSeriesController for updating document series. - Create documentSeriesApiErrorMapper for error handling. - Define document series routes including CRUD operations. - Implement Sequelize-based persistence layer for document series. - Add DTOs for request and response schemas for document series operations. - Establish common structures for document series data handling. - Configure TypeScript settings for the document series module. |
||
|---|---|---|
| .. | ||
| src | ||
| .env.acana | ||
| .env.development | ||
| .env.example | ||
| .env.production | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||