@grepr/cli 1.6.21-c273e76 → 1.6.21-fc5180c
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.
|
@@ -17117,7 +17117,9 @@ export declare enum AggregationDeclFn {
|
|
|
17117
17117
|
CUMULATIVE = "CUMULATIVE",
|
|
17118
17118
|
DEFAULT = "DEFAULT",
|
|
17119
17119
|
PERCENTILE = "PERCENTILE",
|
|
17120
|
-
SLOPE = "SLOPE"
|
|
17120
|
+
SLOPE = "SLOPE",
|
|
17121
|
+
MAX = "MAX",
|
|
17122
|
+
MIN = "MIN"
|
|
17121
17123
|
}
|
|
17122
17124
|
export declare enum AllQueryNodeType {
|
|
17123
17125
|
all_query_node = "all-query-node"
|