evolution-api/src/api
Davidson Gomes a145935366 chore: Add businessId to Instance model
Updated the Instance model to include a new optional string property called businessId. This change affects the following files:

- prisma/postgresql-schema.prisma
- src/api/controllers/instance.controller.ts
- src/api/dto/instance.dto.ts
- src/api/services/monitor.service.ts
- src/validate/instance.schema.ts

A new untracked migration folder has been created to manage database schema updates:

- prisma/migrations/20240712144948_add_business_id_column_to_instances/

This change allows for storing a business identifier alongside the instance, enhancing the ability to categorize and manage instances more effectively.
2024-07-12 11:52:29 -03:00
..
abstract fix: Adjusts in redis for save instances 2024-04-18 10:39:24 -03:00
controllers chore: Add businessId to Instance model 2024-07-12 11:52:29 -03:00
dto chore: Add businessId to Instance model 2024-07-12 11:52:29 -03:00
guards feat: Now you can register several typebots with triggers 2024-06-08 19:04:57 -03:00
integrations feat: update message sending logic 2024-06-15 12:46:52 -03:00
provider session worker compatibility 2024-06-03 19:06:00 -03:00
repository chore: Improve code consistency and readability 2024-06-27 09:01:02 -03:00
routes chore: Update cloud API message sending for lists and buttons 2024-07-12 09:40:15 -03:00
services chore: Add businessId to Instance model 2024-07-12 11:52:29 -03:00
types feat: update Baileys library and add fake call feature 2024-06-14 08:44:19 -03:00
server.module.ts refactor: change webhook reception for all instances 2024-07-12 08:52:18 -03:00