@overmap-ai/core 1.0.71-fields.11 → 1.0.71-fields.12

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.
@@ -6649,7 +6649,8 @@ var __publicField = (obj, key, value) => {
6649
6649
  file_name: offlineAttachment.file_name,
6650
6650
  file_sha1: offlineAttachment.file_sha1,
6651
6651
  file_extension: filePayload.extension,
6652
- description: offlineAttachment.description
6652
+ description: offlineAttachment.description,
6653
+ document: documentId
6653
6654
  });
6654
6655
  sha1ToAttachmentIds[filePayload.sha1].push(offlineAttachment.offline_id);
6655
6656
  }