mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 19:47:21 -06:00
![]() Implements the ability to ignore specific JIDs in the Typebot integration, improving the flexibility of the feature. This change includes modifications in the Prisma schema, DTOs, services, and validation schema. - Adds 'ignoreJids' field to the PostgreSQL schema (prisma/postgresql-schema.prisma). - Updates TypebotDto and TypebotSettingDto to include 'ignoreJids' (src/api/integrations/typebot/dto/typebot.dto.ts). - Modifies TypebotService to handle 'ignoreJids' when creating and updating Typebot instances (src/api/integrations/typebot/services/typebot.service.ts). - Adds 'ignoreJids' to the Typebot validation schema (src/api/integrations/typebot/validate/typebot.schema.ts). This update allows for more precise control over which JIDs are processed by the Typebot integration, reducing unnecessary processing and improving performance. |
||
---|---|---|
.. | ||
migrations | ||
mysql-schema.prisma | ||
postgresql-schema.prisma |