From 2b34f5394420617313657859c66028e3d7b5bc99 Mon Sep 17 00:00:00 2001 From: Jack Zhuang <277994282+os-zhuang@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:23:52 +0800 Subject: [PATCH] chore(spec): refresh api-surface snapshot for aggregation-policy exports #2208 added three @objectstack/spec/data exports (defaultAggregateFor, isIncoherentAggregate, MEASURE_FIELD_TYPES) but did not regenerate the public API-surface snapshot, so the `check:api-surface` gate failed on main. Intentional addition: 0 breaking, 3 added. --- packages/spec/api-surface.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/spec/api-surface.json b/packages/spec/api-surface.json index b6bffdf5c5..74132497ce 100644 --- a/packages/spec/api-surface.json +++ b/packages/spec/api-surface.json @@ -288,6 +288,7 @@ "LocationCoordinates (type)", "LocationCoordinatesSchema (const)", "LogicalOperatorKey (type)", + "MEASURE_FIELD_TYPES (const)", "Mapping (type)", "MappingInput (type)", "MappingSchema (const)", @@ -423,6 +424,7 @@ "WindowSpec (type)", "WindowSpecSchema (const)", "canonicalizeSqlType (function)", + "defaultAggregateFor (function)", "defineCube (function)", "defineDatasource (function)", "defineMapping (function)", @@ -434,6 +436,7 @@ "isCompatible (function)", "isDateMacroToken (function)", "isFilterAST (function)", + "isIncoherentAggregate (function)", "missingFieldValues (function)", "objectForm (const)", "parseAutonumberFormat (function)",