Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Apr 16, 2024
1 parent 28775f9 commit 3a999d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions specification/esql/_types/Version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,12 @@
import { integer } from '@_types/Numeric'
import { Duration } from '@_types/Time'

/**
* The version of the ES|QL language in which the "query" field was written.
*/
export enum Version {
/**
* Run against the first version of ESQL.
* Run against the first version of ES|QL.
*/
'2024.04.01',
/**
* Run against the unreleased version of the ESQL language. This will
* contain any changes staged for release that have yet to be included
* in a version.
*/
snapshot
}
2 changes: 1 addition & 1 deletion specification/esql/query/QueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export interface Request extends RequestBase {
*/
query: string,
/**
* The version of the ES|QL language in which the "query" field uses was written.
* The version of the ES|QL language in which the "query" field was written.
*/
version: Version
}
Expand Down

0 comments on commit 3a999d0

Please sign in to comment.