@overmap-ai/core 1.0.71-fields.10 → 1.0.71-fields.11
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.
|
@@ -5686,9 +5686,7 @@ var __publicField = (obj, key, value) => {
|
|
|
5686
5686
|
method: HttpMethod.POST,
|
|
5687
5687
|
url: "/forms/",
|
|
5688
5688
|
payload: {
|
|
5689
|
-
|
|
5690
|
-
offline_id: offlineForm.offline_id,
|
|
5691
|
-
submitted_at: offlineForm.submitted_at,
|
|
5689
|
+
...offlineForm,
|
|
5692
5690
|
initial_revision: {
|
|
5693
5691
|
offline_id: offlineFormRevision.offline_id,
|
|
5694
5692
|
submitted_at: offlineFormRevision.submitted_at,
|
|
@@ -5697,10 +5695,7 @@ var __publicField = (obj, key, value) => {
|
|
|
5697
5695
|
fields: offlineFormRevision.fields
|
|
5698
5696
|
}
|
|
5699
5697
|
},
|
|
5700
|
-
blockers: [
|
|
5701
|
-
...payload.project ? [payload.project.toString()] : [],
|
|
5702
|
-
...payload.organization ? [payload.organization.toString()] : []
|
|
5703
|
-
],
|
|
5698
|
+
blockers: [],
|
|
5704
5699
|
blocks: [offlineForm.offline_id, offlineFormRevision.offline_id]
|
|
5705
5700
|
});
|
|
5706
5701
|
void formPromise.catch((e) => {
|