The nestjs-client module was implemented to be used as a library in any project.
Modules for handling messages and connections were added to the new library.
The library introduced an interface to handle connection and message events, assisting in the implementation of methods.
A handleException module was added on @2060.io/service-agent-client to the client library for exception handling in controllers. (Consideration: Is it better to use this here or in the nestjs-client library?)
A chatbot model was created in the examples/demo-dts directory. This model includes basic modules for use when creating other projects (such as environment variable management via a configuration file, language support, basic event handling, and usage of the nestjs-client library).
Features:
nestjs-client
module was implemented to be used as a library in any project.The library introduced an interface to handle
connection
andmessage
events, assisting in the implementation of methods.handleException
module was added on@2060.io/service-agent-client
to the client library for exception handling in controllers. (Consideration: Is it better to use this here or in thenestjs-client
library?)examples/demo-dts
directory. This model includes basic modules for use when creating other projects (such as environment variable management via a configuration file, language support, basic event handling, and usage of thenestjs-client
library).