evolution-api/prisma/migrations
Davidson Gomes b2bf5d2318 chore: Ignore specific JIDs in Typebot integration
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.
2024-07-12 20:14:57 -03:00
..
20240609181238_init docker 2024-06-09 21:54:10 -03:00
20240610144159_create_column_profile_name_instance fix: instances 2024-06-10 11:52:19 -03:00
20240611125754_create_columns_whitelabel_chatwoot feat: Organization configuration and logo in chatwoot bot contact 2024-06-11 10:09:04 -03:00
20240611202817_create_columns_debounce_time_typebot feat: Added debounce time for typebot messages 2024-06-11 17:56:20 -03:00
20240712144948_add_business_id_column_to_instances chore: Add businessId to Instance model 2024-07-12 11:52:29 -03:00
20240712150256_create_templates_table Add support for managing WhatsApp templates via official API 2024-07-12 12:32:44 -03:00
20240712155950_adjusts_in_templates_table Fix: Resolve issue with template association in Instance model 2024-07-12 13:01:17 -03:00
20240712162206_remove_templates_table Remove template model and related functionality (prisma/postgresql-schema.prisma, src/api/services/template.service.ts) 2024-07-12 13:25:59 -03:00
20240712223655_column_fallback_typebot feat: Fixes and implementation of regex and fallback in typebot 2024-07-12 20:03:53 -03:00
20240712230631_column_ignore_jids_typebot chore: Ignore specific JIDs in Typebot integration 2024-07-12 20:14:57 -03:00
migration_lock.toml docker 2024-06-09 21:54:10 -03:00