feat(F-152): completed feature

This commit is contained in:
chattie
2026-08-22 07:09:03 +02:00
parent 2e9ddf4476
commit b008df4f37
25 changed files with 782 additions and 111 deletions

View File

@@ -8,6 +8,12 @@ export { registerOrdersRoutes, type OrdersRoutesDeps } from './api/orders.routes
export { OrderService } from './application/order-service.js';
export { OrderStateTransitionError, OrderNotFoundError } from './domain/errors.js';
export { ALLOWED_TRANSITIONS, isTransitionAllowed } from './domain/order.js';
export {
sendOrderStatusEmail,
buildOrderStatusEmail,
ORDER_STATE_LABELS,
type OrderStatusNotificationInput,
} from './infrastructure/order-status-mailer.js';
export type {
OrderEvent,
OrderEventPublisher,