feat: add response DTOs for various services across modules
- Created response DTOs for ConfigService, AppService, AuthService, CatalogsService, AccountsService, BusinessActivityComplexesService, ComplexPosesService, SalesInvoicesService, BusinessActivitiesService, ConsumerBusinessActivityGoodsService, and others. - Implemented Create, FindAll, FindOne, and Update response types for services in consumer, partners, and POS modules. - Added request DTOs for creating and updating goods in the consumer business activities module. - Introduced filtering DTO for partner licenses. - Enhanced response mapping for partner license activations.
This commit is contained in:
+2
-2
@@ -71,7 +71,7 @@ export class SalesInvoicesService {
|
||||
customer: {
|
||||
select: {
|
||||
type: true,
|
||||
customer_individual: {
|
||||
individual: {
|
||||
select: {
|
||||
economic_code: true,
|
||||
first_name: true,
|
||||
@@ -80,7 +80,7 @@ export class SalesInvoicesService {
|
||||
national_id: true,
|
||||
},
|
||||
},
|
||||
customer_legal: {
|
||||
legal: {
|
||||
select: {
|
||||
economic_code: true,
|
||||
postal_code: true,
|
||||
|
||||
Reference in New Issue
Block a user