evolution-api/src/api
Guilherme Gomes cb76381466 refactor: reorder parameters and simplify EvolutionBot DTO
This commit refines the EvolutionBot integration by reordering constructor parameters for consistency and removing unused properties from the EvolutionBotDto and EvolutionBotSettingDto classes. Key changes include:
- Adjusted the parameter order in the EvolutionBotService constructor for improved clarity.
- Streamlined the EvolutionBotDto and EvolutionBotSettingDto by eliminating unnecessary fields.

These updates enhance the maintainability and readability of the EvolutionBot integration.
2025-05-27 17:52:45 -03:00
..
abstract Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
controllers Merge branch 'develop' of github.com:EvolutionAPI/evolution-api into develop 2025-02-25 15:44:42 -03:00
dto Merge pull request #1211 from joaosouz4dev/main 2025-02-07 11:38:00 -03:00
guards fix: adjusts on prisma connections 2024-10-03 17:59:40 -03:00
integrations refactor: reorder parameters and simplify EvolutionBot DTO 2025-05-27 17:52:45 -03:00
provider fix: change execSync to execFileSync 2025-04-02 11:55:23 -03:00
repository Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
routes feat: Add NATS integration and update Baileys service 2025-02-25 15:42:40 -03:00
services fix: resolve build errors and audio transcription issues across chatbot services 2025-05-27 17:46:29 -03:00
types Adding a new webhook that triggers when a message is updated by the user 2025-03-27 11:13:22 -03:00
server.module.ts refactor: reorder parameters and simplify EvolutionBot DTO 2025-05-27 17:52:45 -03:00