mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-22 03:56:54 -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. |
||
---|---|---|
.. | ||
20240609181238_init | ||
20240610144159_create_column_profile_name_instance | ||
20240611125754_create_columns_whitelabel_chatwoot | ||
20240611202817_create_columns_debounce_time_typebot | ||
20240712144948_add_business_id_column_to_instances | ||
20240712150256_create_templates_table | ||
20240712155950_adjusts_in_templates_table | ||
20240712162206_remove_templates_table | ||
20240712223655_column_fallback_typebot | ||
20240712230631_column_ignore_jids_typebot | ||
migration_lock.toml |