@carto/api-client 0.5.5 → 0.5.6-alpha.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.
package/build/worker.js CHANGED
@@ -6386,6 +6386,10 @@ var WidgetTilesetSourceImpl = class extends WidgetSource {
6386
6386
  return { rows: [] };
6387
6387
  }
6388
6388
  assertColumn(this._features, column, operationColumn);
6389
+ assert(
6390
+ operation2 !== "custom",
6391
+ "Custom operation not supported for tilesets"
6392
+ );
6389
6393
  const rows = groupValuesByDateColumn({
6390
6394
  data: filteredFeatures,
6391
6395
  valuesColumns: normalizeColumns(operationColumn || column),