File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ import {
307307} from './search' ;
308308
309309import {
310+ dateHistogramInterval ,
310311 InvalidEsCalendarIntervalError ,
311312 InvalidEsIntervalFormatError ,
312313 isValidEsInterval ,
@@ -374,6 +375,7 @@ export {
374375export const search = {
375376 aggs : {
376377 CidrMask,
378+ dateHistogramInterval,
377379 intervalOptions,
378380 InvalidEsCalendarIntervalError,
379381 InvalidEsIntervalFormatError,
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ export {
152152 */
153153
154154import {
155+ dateHistogramInterval ,
155156 InvalidEsCalendarIntervalError ,
156157 InvalidEsIntervalFormatError ,
157158 isValidEsInterval ,
@@ -178,6 +179,7 @@ export {
178179// Search namespace
179180export const search = {
180181 aggs : {
182+ dateHistogramInterval,
181183 InvalidEsCalendarIntervalError,
182184 InvalidEsIntervalFormatError,
183185 isValidEsInterval,
You can’t perform that action at this time.
0 commit comments