@vizzly/services 0.14.4-dev-ccaf75085dc6cf02a2e1f26d9978e485cb4a195e → 0.14.4-dev-2db943f150d3eb479fe41edc9e8e6e89c9beaf10

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.
@@ -0,0 +1,2 @@
1
+ import { Aggregate, IfLogic, NumberInput, Operator, Field as FieldMetric, Variable } from './CustomMetric/types';
2
+ export declare function metricValuesHaveAggregates(values: (Operator | IfLogic | Aggregate | NumberInput | FieldMetric | Variable)[] | undefined): boolean;
@@ -9,6 +9,7 @@ export declare type FieldFilterOptions = {
9
9
  removeDateCalculations?: boolean;
10
10
  removeConditional?: boolean;
11
11
  removeCustomBuildMetric?: boolean;
12
+ removeAggregateCustomBuildMetric?: boolean;
12
13
  onlyDimensions?: boolean;
13
14
  onlyMeasures?: boolean;
14
15
  forComponent?: ComponentType;
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "fix-type-alias": "tsc-alias -p tsconfig.json",
27
27
  "prepare": "yarn build"
28
28
  },
29
- "version": "0.14.4-dev-ccaf75085dc6cf02a2e1f26d9978e485cb4a195e",
29
+ "version": "0.14.4-dev-2db943f150d3eb479fe41edc9e8e6e89c9beaf10",
30
30
  "dependencies": {
31
31
  "@vizzly/api-client": "0.0.53",
32
32
  "@vizzly/joi": "^17.11.0",