@overmap-ai/core 1.0.67-service-fixes.0 → 1.0.67-service-fixes.1

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.
@@ -5928,7 +5928,8 @@ var __publicField = (obj, key, value) => {
5928
5928
  description: "Delete user form submissions",
5929
5929
  method: HttpMethod.PATCH,
5930
5930
  url: `/forms/submissions/${updatedSubmission.offline_id}/`,
5931
- payload,
5931
+ // TODO: send just payload when FormSubmissionDeserializer is updated to handle partial updates
5932
+ payload: updatedSubmission,
5932
5933
  blockers: [updatedSubmission.offline_id],
5933
5934
  blocks: [updatedSubmission.offline_id]
5934
5935
  });