File tree 1 file changed +3
-4
lines changed
specification/_types/aggregations 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import {
30
30
GeoLocation ,
31
31
GeoBounds
32
32
} from '@_types/Geo'
33
- import { integer , float , long , double } from '@_types/Numeric'
33
+ import { integer , long , double } from '@_types/Numeric'
34
34
import { QueryContainer } from '@_types/query_dsl/abstractions'
35
35
import { Script } from '@_types/Scripting'
36
36
import {
@@ -40,11 +40,9 @@ import {
40
40
TimeZone ,
41
41
DurationLarge
42
42
} from '@_types/Time'
43
- import { Buckets , TermsAggregateBase } from './Aggregate'
43
+ import { Buckets } from './Aggregate'
44
44
import { Aggregation } from './Aggregation'
45
45
import { Missing , MissingOrder } from './AggregationContainer'
46
- import { OverloadOf } from '@spec_utils/behaviors'
47
- import { Term } from '@global/termvectors/types'
48
46
import { ValueType } from '@_types/aggregations/metric'
49
47
50
48
/**
@@ -1032,6 +1030,7 @@ export class VariableWidthHistogramAggregation {
1032
1030
* Defaults to `min(10 * shard_size, 50000)`.
1033
1031
*/
1034
1032
initial_buffer ?: integer
1033
+ script ?: Script
1035
1034
}
1036
1035
1037
1036
/**
You can’t perform that action at this time.
0 commit comments