@overmap-ai/core 1.0.60-geo-images.5 → 1.0.60-geo-images.6

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.
@@ -7318,7 +7318,7 @@ var __publicField = (obj, key, value) => {
7318
7318
  const promise = this.enqueueRequest({
7319
7319
  description: "Delete geo image",
7320
7320
  method: HttpMethod.DELETE,
7321
- url: `/geo-image/${geoImageId}/`,
7321
+ url: `/geo-images/${geoImageId}/`,
7322
7322
  blocks: [geoImageId],
7323
7323
  blockers: [geoImageId]
7324
7324
  });