Skip to content

Commit

Permalink
codegen name for esql version (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Apr 24, 2024
1 parent eb5e4b3 commit 398739c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions specification/esql/_types/Version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,13 @@
* under the License.
*/

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 ES|QL.
* @codegen_name V2024_04_01
*/
'2024.04.01'
}

0 comments on commit 398739c

Please sign in to comment.