@overmap-ai/core 1.0.65-procedures.4 → 1.0.65-procedures.5
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.
|
@@ -5885,7 +5885,7 @@ var __publicField = (obj, key, value) => {
|
|
|
5885
5885
|
submitted_at: (/* @__PURE__ */ new Date()).toISOString(),
|
|
5886
5886
|
asset_type: assetTypeId
|
|
5887
5887
|
});
|
|
5888
|
-
return this.add(assetTypeId, offlineForm, initialRevision, `/
|
|
5888
|
+
return this.add(assetTypeId, offlineForm, initialRevision, `/asset-types/${assetTypeId}/create-form/`);
|
|
5889
5889
|
}
|
|
5890
5890
|
async createRevision(formId, revision) {
|
|
5891
5891
|
const offlineRevision = offline(revision);
|