@xuda.io/ai_module 1.1.4867 → 1.1.4868

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.
Files changed (2) hide show
  1. package/index.mjs +3 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -6193,6 +6193,9 @@ const attachment_handler = async function (uid, app_id, conversation_id, attachm
6193
6193
  // file_names.push(file.filename);
6194
6194
  let transcript;
6195
6195
  try {
6196
+ if (conversation_doc.reference_type === 'contacts' && conversation_doc.conversation_type === 'email') {
6197
+ }
6198
+
6196
6199
  transcript = await get_transcript(file.filename);
6197
6200
  } catch (error) {
6198
6201
  process_stat = 'partial';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/ai_module",
3
- "version": "1.1.4867",
3
+ "version": "1.1.4868",
4
4
  "description": "Xuda AI Module",
5
5
  "main": "index.mjs",
6
6
  "type": "module",