evolution-api/src/api/routes
Davidson Gomes 540467293c Enhance settings and integrate Baileys controller for WhatsApp functionality
- Added `wavoipToken` field to `Setting` model in both MySQL and PostgreSQL schemas.
- Updated `package.json` and `package-lock.json` to include `mime-types` and `socket.io-client` dependencies.
- Introduced `BaileysController` and `BaileysRouter` for handling WhatsApp interactions.
- Refactored media type handling to use `mime-types` instead of `mime` across various services.
- Updated DTOs and validation schemas to accommodate the new `wavoipToken` field.
- Implemented voice call functionalities using the Wavoip service in the Baileys integration.
- Enhanced event handling in the WebSocket controller to support new features.
2025-01-16 11:58:33 -03:00
..
call.router.ts refactor: remove a função "offerCall" do controller sendMessage 2024-10-07 11:05:17 -03:00
chat.router.ts Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
group.router.ts Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
index.router.ts Enhance settings and integrate Baileys controller for WhatsApp functionality 2025-01-16 11:58:33 -03:00
instance.router.ts Fix prettier errors 2025-01-07 08:50:34 +01:00
label.router.ts Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
proxy.router.ts Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
sendMessage.router.ts feat: send ptv message 2024-10-28 18:02:17 -03:00
settings.router.ts Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00
template.router.ts Fix prettier errors 2025-01-07 08:50:34 +01:00
view.router.ts Path mapping & deps fix & bundler changed to tsup 2024-08-11 20:47:17 -03:00