Merge pull request #1304 from rafwell/main

Add eventos referente a instancia que estavam faltando
This commit is contained in:
Davidson Gomes 2025-03-14 14:33:41 -03:00 committed by GitHub
commit 043df62a8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,5 +151,8 @@ export class EventController {
'TYPEBOT_CHANGE_STATUS',
'REMOVE_INSTANCE',
'LOGOUT_INSTANCE',
'INSTANCE_CREATE',
'INSTANCE_DELETE',
'STATUS_INSTANCE',
];
}