@overmap-ai/core 1.0.58-map-images.3 → 1.0.58-map-images.4

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.
@@ -8827,7 +8827,7 @@ var __publicField = (obj, key, value) => {
8827
8827
  store.dispatch(updateMapImage(updatedMapImage));
8828
8828
  const promise = this.client.enqueueRequest({
8829
8829
  description: "Update map image",
8830
- method: HttpMethod.PUT,
8830
+ method: HttpMethod.PATCH,
8831
8831
  url: `/projects/map-images/${mapImagePayload.offline_id}/`,
8832
8832
  payload: mapImagePayload,
8833
8833
  blocks: [mapImagePayload.offline_id],