Skip to content

Commit 1facd23

Browse files
esdrasbrzpquentin
andauthored
Fix CalendarInterval year alias (#2026)
Co-authored-by: Quentin Pradet <quentin.pradet@elastic.co>
1 parent b6eec57 commit 1facd23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/schema/schema.json

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

output/typescript/types.ts

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

specification/_types/aggregations/bucket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export enum CalendarInterval {
263263
month,
264264
/** @aliases 1q */
265265
quarter,
266-
/** @aliases 1Y */
266+
/** @aliases 1y */
267267
year
268268
}
269269

0 commit comments

Comments
 (0)