@carto/api-client 0.5.22 → 0.5.23-alpha.fill-data.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.
@@ -132,6 +132,8 @@ __export(src_exports, {
132
132
  _createVecExprEvaluator: () => createVecExprEvaluator,
133
133
  _domainFromValues: () => domainFromValues,
134
134
  _evaluateVecExpr: () => evaluateVecExpr,
135
+ _fillInMapDatasets: () => fillInMapDatasets,
136
+ _fillInTileStats: () => fillInTileStats,
135
137
  _getHexagonResolution: () => _getHexagonResolution,
136
138
  _getLog10ScaleSteps: () => getLog10ScaleSteps,
137
139
  _getRasterTileLayerStyleProps: () => getRasterTileLayerStyleProps,
@@ -11613,6 +11615,8 @@ function hashBuckets(initialCount) {
11613
11615
  _createVecExprEvaluator,
11614
11616
  _domainFromValues,
11615
11617
  _evaluateVecExpr,
11618
+ _fillInMapDatasets,
11619
+ _fillInTileStats,
11616
11620
  _getHexagonResolution,
11617
11621
  _getLog10ScaleSteps,
11618
11622
  _getRasterTileLayerStyleProps,