Merge pull request #374 from Hexastack/feat/add-analytics-intervention-event
Some checks are pending
Build and Push Docker Images / paths-filter (push) Waiting to run
Build and Push Docker Images / build-and-push (push) Blocked by required conditions

feat: add analytics intervention event
This commit is contained in:
Med Marrouchi 2024-11-27 14:52:51 +01:00 committed by GitHub
commit 4ab0e1be3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,6 +95,7 @@ declare module '@nestjs/event-emitter' {
passation: Subscriber; passation: Subscriber;
'fallback-local': BlockFull; 'fallback-local': BlockFull;
'fallback-global': EventWrapper<any, any>; 'fallback-global': EventWrapper<any, any>;
intervention: Subscriber;
} }
>; >;
chatbot: TDefinition< chatbot: TDefinition<