@overmap-ai/core 1.0.46-project-attachments.1 → 1.0.46-project-attachments.2

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.
@@ -7309,7 +7309,7 @@ var __publicField = (obj, key, value) => {
7309
7309
  store.dispatch(updateDocuments([documentToBeUpdated]));
7310
7310
  const promise = this.enqueueRequest({
7311
7311
  description: "Delete Document",
7312
- method: HttpMethod.DELETE,
7312
+ method: HttpMethod.PATCH,
7313
7313
  url: `/documents/${document2.offline_id}`,
7314
7314
  blockers: [document2.offline_id],
7315
7315
  blocks: [document2.offline_id]