@carto/api-client 0.5.13 → 0.5.15-alpha.raster-0

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.
@@ -20911,6 +20911,10 @@
20911
20911
  max: aggregationFunctions.max(filteredFeatures, column)
20912
20912
  };
20913
20913
  }
20914
+ /** @experimental */
20915
+ async getExtent() {
20916
+ return Promise.reject(new Error("not implemented"));
20917
+ }
20914
20918
  /****************************************************************************
20915
20919
  * INTERNAL
20916
20920
  */