Skip to content

Commit a0e7ea4

Browse files
[Backport 8.14] Fix CalendarInterval year alias (#2630)
Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit 1facd23) Co-authored-by: Esdras Rodrigues do Carmo <[email protected]>
1 parent a5e99a1 commit a0e7ea4

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)