[SYNC] chore: Update carta-porte module index
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
e6c4d6b847
commit
8f592af5cf
@ -3,6 +3,24 @@
|
||||
* Complemento 3.1, timbrado PAC, expediente fiscal
|
||||
*/
|
||||
export * from './entities';
|
||||
export * from './services';
|
||||
export * from './controllers';
|
||||
export * from './dto';
|
||||
|
||||
// Export services (includes inline DTOs for backwards compatibility)
|
||||
export {
|
||||
CartaPorteService,
|
||||
CartaPorteSearchParams,
|
||||
CartaPorteXmlService,
|
||||
} from './services';
|
||||
|
||||
// Export standalone validated DTOs (preferred for new code)
|
||||
export {
|
||||
CreateCartaPorteDto,
|
||||
UpdateCartaPorteDto,
|
||||
} from './dto/create-carta-porte.dto';
|
||||
|
||||
export * from './dto/ubicacion-carta-porte.dto';
|
||||
export * from './dto/mercancia-carta-porte.dto';
|
||||
export * from './dto/figura-transporte.dto';
|
||||
export * from './dto/autotransporte-carta-porte.dto';
|
||||
export * from './dto/timbrar-carta-porte.dto';
|
||||
export * from './dto/cancelar-carta-porte.dto';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user