@elqnt/chat 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -324,6 +324,9 @@ var ChatEventTypeNewChat = "new_chat";
324
324
  var ChatEventTypeNewChatCreated = "new_chat_created";
325
325
  var ChatEventTypePing = "ping";
326
326
  var ChatEventTypePong = "pong";
327
+ var ChatEventTypeSkillActivate = "skill_activate";
328
+ var ChatEventTypeSkillDeactivate = "skill_deactivate";
329
+ var ChatEventTypeSkillsChanged = "skills_changed";
327
330
  var MessageStatusSending = "sending";
328
331
  var MessageStatusSent = "sent";
329
332
  var MessageStatusDelivered = "delivered";
@@ -3662,6 +3665,9 @@ export {
3662
3665
  ChatEventTypeRoomUserJoined,
3663
3666
  ChatEventTypeRoomUserLeft,
3664
3667
  ChatEventTypeRoomsResponse,
3668
+ ChatEventTypeSkillActivate,
3669
+ ChatEventTypeSkillDeactivate,
3670
+ ChatEventTypeSkillsChanged,
3665
3671
  ChatEventTypeStepCompleted,
3666
3672
  ChatEventTypeStepFailed,
3667
3673
  ChatEventTypeStepStarted,