evolution-api/src
Davidson Gomes a5d72a0dfd feat: Integration with Dify
Adds support for Dify integration, including new routes, services, and controllers. The configuration for Dify has been added to the environment file, and the necessary changes have been made to the `.env.example` file. Additionally, the WhatsApp Baileys service has been updated to handle Dify notifications.

Modified files:
- `.env.example`
- `package.json`
- `src/api/integrations/openai/services/openai.service.ts`
- `src/api/routes/index.router.ts`
- `src/api/server.module.ts`
- `src/api/services/channel.service.ts`
- `src/api/services/channels/whatsapp.baileys.service.ts`
- `src/config/env.config.ts`
- `src/validate/validate.schema.ts`

Introduced files:
- `src/api/integrations/dify/`
- `src/api/integrations/dify/controllers/dify.controller.ts`
- `src/api/integrations/dify/dto/dify.dto.ts`
- `src/api/integrations/dify/routes/dify.router.ts`
- `src/api/integrations/dify/services/dify.service.ts`
- `src/api/integrations/dify/validate/dify.schema.ts`
2024-07-30 13:34:35 -03:00
..
api feat: Integration with Dify 2024-07-30 13:34:35 -03:00
cache feat: update Baileys library and add fake call feature 2024-06-14 08:44:19 -03:00
config feat: Integration with Dify 2024-07-30 13:34:35 -03:00
exceptions fix: reorganization of files and folders 2024-04-12 17:22:11 -03:00
libs log: removed excessive verbose logs 2024-06-06 18:04:45 -03:00
utils chore: Update telemetry and add new integrations 2024-07-15 12:43:20 -03:00
validate feat: Integration with Dify 2024-07-30 13:34:35 -03:00
main.ts feat: Added debounce time for typebot messages 2024-06-11 17:56:20 -03:00