Skip to content

Commit 3a999d0

Browse files
committed
Update
1 parent 28775f9 commit 3a999d0

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

specification/esql/_types/Version.ts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@
2020
import { integer } from '@_types/Numeric'
2121
import { Duration } from '@_types/Time'
2222

23+
/**
24+
* The version of the ES|QL language in which the "query" field was written.
25+
*/
2326
export enum Version {
2427
/**
25-
* Run against the first version of ESQL.
28+
* Run against the first version of ES|QL.
2629
*/
2730
'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
3431
}

specification/esql/query/QueryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface Request extends RequestBase {
6262
*/
6363
query: string,
6464
/**
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.
6666
*/
6767
version: Version
6868
}

0 commit comments

Comments
 (0)