mirror of
https://github.com/hexastack/hexabot
synced 2025-05-06 13:54:45 +00:00
Merge pull request #300 from Hexastack/fix/event-emitter-preupdate
Fix/event emitter preupdate
This commit is contained in:
commit
1792b125d3
4
api/package-lock.json
generated
4
api/package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "hexabot",
|
"name": "hexabot",
|
||||||
"version": "2.0.8",
|
"version": "2.0.9",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "hexabot",
|
"name": "hexabot",
|
||||||
"version": "2.0.8",
|
"version": "2.0.9",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hexabot",
|
"name": "hexabot",
|
||||||
"version": "2.0.8",
|
"version": "2.0.9",
|
||||||
"description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
|
"description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
|
||||||
"author": "Hexastack",
|
"author": "Hexastack",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
2
api/types/event-emitter.d.ts
vendored
2
api/types/event-emitter.d.ts
vendored
@ -251,7 +251,7 @@ declare module '@nestjs/event-emitter' {
|
|||||||
[EHook.preCreate]: TPreCreate<T>;
|
[EHook.preCreate]: TPreCreate<T>;
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
[EHook.preUpdate]: TPostUpdate<T>;
|
[EHook.preUpdate]: TPreUpdate<T>;
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
[EHook.preDelete]: TPreDelete<T>;
|
[EHook.preDelete]: TPreDelete<T>;
|
||||||
|
Loading…
Reference in New Issue
Block a user