Skip to content

Commit 4d8f068

Browse files
committed
codegen name for esql version
1 parent 9f0dc3d commit 4d8f068

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

output/schema/schema.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/esql/_types/Version.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
* under the License.
1818
*/
1919

20-
import { integer } from '@_types/Numeric'
21-
import { Duration } from '@_types/Time'
22-
2320
/**
2421
* The version of the ES|QL language in which the "query" field was written.
2522
*/
2623
export enum Version {
2724
/**
2825
* Run against the first version of ES|QL.
26+
* @codegen_name V2024_04_01
2927
*/
3028
'2024.04.01'
3129
}

0 commit comments

Comments
 (0)