MS-241/feat(common): Add weekly ShippingBO report template and client basic info endpoint
Summary
This MR adds support for weekly failed ShippingBO orders reporting and introduces a lightweight endpoint for fetching basic client information.
Changes
EmailTemplateConstants
- Added
WEEKLY_FAILED_SHIPPINGBO_ORDERS_REPORTconstant pointing toweekly_failed_shippingbo_orders_report.html
UserServicePath
- Added
GET_CLIENTS_BASIC_INFO_LISTconstant for the/clients/basic-info-listendpoint
New DTO
- Added
ClientBasicInfoDtowith fields:id,firstName,lastName,email
Purpose
- Enable weekly reporting of failed ShippingBO orders via email
- Provide a lightweight endpoint for retrieving essential client information without fetching full client entities
Closes MS-241