@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.
@@ -1139,6 +1139,7 @@
1139
1139
  copied: false,
1140
1140
  isCollapsedTrue: false,
1141
1141
  WorkflowExecutionId: chat.WorkflowExecutionId,
1142
+ _id: chat._id
1142
1143
  });
1143
1144
  }
1144
1145
  if (chat.Type == 'ai') {
@@ -1157,6 +1158,7 @@
1157
1158
  time: formatTimeStamps(_this.timezone, chat.InsertTimestamp),
1158
1159
  copied: false,
1159
1160
  isCollapsedTrue: false,
1161
+ _id: chat._id
1160
1162
  });
1161
1163
  _this.showFeedBackIconsIndex = _this.chatLog.length - 1;
1162
1164
  }
@@ -1448,7 +1450,7 @@
1448
1450
  method: 'POST',
1449
1451
  headers: {
1450
1452
  'Content-Type': 'application/json',
1451
- 'x-api-key': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
1453
+ 'apiKey': 'Conversation_WIz/qAm+EEmfOkFaUA/weA==',
1452
1454
  'hive-bot-id': this.botId
1453
1455
  },
1454
1456
  body: JSON.stringify({ messageId: message._id, isHelpful: flag }),