@overmap-ai/core 1.0.46-project-attachments.3 → 1.0.46-project-attachments.4

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.
@@ -7289,6 +7289,9 @@ var __publicField = (obj, key, value) => {
7289
7289
  method: HttpMethod.POST,
7290
7290
  url: `/projects/${activeProjectId}/create-document/`,
7291
7291
  payload: { ...offlineDocument },
7292
+ queryParams: {
7293
+ parent_document: offlineDocument.parent_document ?? void 0
7294
+ },
7292
7295
  // if adding as a child of another document, need that document to exist first
7293
7296
  blockers: offlineDocument.parent_document ? [offlineDocument.parent_document] : [],
7294
7297
  blocks: [offlineDocument.offline_id]