File tree 2 files changed +5
-8
lines changed 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 20
20
import { integer } from '@_types/Numeric'
21
21
import { Duration } from '@_types/Time'
22
22
23
+ /**
24
+ * The version of the ES|QL language in which the "query" field was written.
25
+ */
23
26
export enum Version {
24
27
/**
25
- * Run against the first version of ESQL .
28
+ * Run against the first version of ES|QL .
26
29
*/
27
30
'2024.04.01' ,
28
- /**
29
- * Run against the unreleased version of the ESQL language. This will
30
- * contain any changes staged for release that have yet to be included
31
- * in a version.
32
- */
33
- snapshot
34
31
}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ export interface Request extends RequestBase {
62
62
*/
63
63
query : string ,
64
64
/**
65
- * The version of the ES|QL language in which the "query" field uses was written.
65
+ * The version of the ES|QL language in which the "query" field was written.
66
66
*/
67
67
version : Version
68
68
}
You can’t perform that action at this time.
0 commit comments