@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.
|
@@ -4166,7 +4166,7 @@ var __publicField = (obj, key, value) => {
|
|
|
4166
4166
|
const promise = this.enqueueRequest({
|
|
4167
4167
|
description: "Create attachment",
|
|
4168
4168
|
method: HttpMethod.POST,
|
|
4169
|
-
url: `/types/${component_type_id}/attach/`,
|
|
4169
|
+
url: `/components/types/${component_type_id}/attach/`,
|
|
4170
4170
|
blocks: [offline_id, component_type_id],
|
|
4171
4171
|
blockers: [file_sha1],
|
|
4172
4172
|
payload: {
|