@hivegpt/hiveai-angular 0.0.311 → 0.0.312

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
  }