contactstudiocstools 1.0.278 → 1.0.279

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/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@contactstudio/cstools",
3
3
  "configKey": "CSTools",
4
- "version": "1.0.278"
4
+ "version": "1.0.279"
5
5
  }
@@ -259,8 +259,8 @@ export function newChatHistoryEvent({
259
259
  name
260
260
  }) {
261
261
  const interaction = newChatInteraction({ company, roomID, nickname, name });
262
- interaction.interaction_type = "event";
263
- interaction.content.event_type = "request_history";
262
+ interaction.interaction_type = "command";
263
+ interaction.content.command_type = "request_history";
264
264
  return interaction;
265
265
  }
266
266
  export function newChatTextMessage({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contactstudiocstools",
3
- "version": "1.0.278",
3
+ "version": "1.0.279",
4
4
  "description": "Nuxt Tools Module for ContactStudio",
5
5
  "type": "module",
6
6
  "exports": {