@hivegpt/hiveai-angular 0.0.311 → 0.0.313

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.
@@ -667,6 +667,7 @@ class ChatDrawerComponent {
667
667
  copied: false,
668
668
  isCollapsedTrue: false,
669
669
  WorkflowExecutionId: chat.WorkflowExecutionId,
670
+ _id: chat._id
670
671
  });
671
672
  }
672
673
  if (chat.Type == 'ai') {
@@ -685,6 +686,7 @@ class ChatDrawerComponent {
685
686
  time: formatTimeStamps(this.timezone, chat.InsertTimestamp),
686
687
  copied: false,
687
688
  isCollapsedTrue: false,
689
+ _id: chat._id
688
690
  });
689
691
  this.showFeedBackIconsIndex = this.chatLog.length - 1;
690
692
  }
@@ -970,7 +972,7 @@ class ChatDrawerComponent {
970
972
  method: 'POST',
971
973
  headers: {
972
974
  'Content-Type': 'application/json',
973
- 'x-api-key': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
975
+ 'apiKey': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
974
976
  'hive-bot-id': this.botId
975
977
  },
976
978
  body: JSON.stringify({ messageId: message._id, isHelpful: flag }),