@overmap-ai/core 1.0.44-tiptap.7 → 1.0.44-tiptap.8
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.
package/dist/overmap-core.js
CHANGED
|
@@ -4176,7 +4176,7 @@ class AttachmentService extends BaseApiService {
|
|
|
4176
4176
|
const promise = this.enqueueRequest({
|
|
4177
4177
|
description: "Create attachment",
|
|
4178
4178
|
method: HttpMethod.POST,
|
|
4179
|
-
url: `/types/${component_type_id}/attach/`,
|
|
4179
|
+
url: `/components/types/${component_type_id}/attach/`,
|
|
4180
4180
|
blocks: [offline_id, component_type_id],
|
|
4181
4181
|
blockers: [file_sha1],
|
|
4182
4182
|
payload: {
|