dolibarr-bff/DoliMiddlewareApi/Dtos/query/Setup
JavMB 32028e21e1 feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines
- New command DTOs: CreateClientDto, UpdateClientDto, CreateContactDto,
  UpdateContactDto, UpdateInvoiceLineDto
- New query DTOs: ClientDetailDto, ContactDetailDto, Setup dictionaries
  (PaymentTypeDto, CountryDto, CivilityDto, ContactTypeDto,
  PaymentTermDto, CompanyDto)
- New Dolibarr response types for setup endpoints
- SetupMapper for all dictionary transforms
- Extended ClientResponse and ContactResponse with additional fields
  (address, town, zip, country_code, note_public, note_private, etc.)
- ClientMapper: added MapToClientDetailDto for GET /Clients/{id}
- ContactMapper: added MapToContactDetailDto for GET /Contacts/{id}
2026-05-15 18:58:26 +02:00
..
CivilityDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
CompanyDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
ContactTypeDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
CountryDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
PaymentTermDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00
PaymentTypeDto.cs feat: add DTOs, Dolibarr response types and mappers for Contacts, Clients, Setup and invoice lines 2026-05-15 18:58:26 +02:00