diff --git a/specification/_types/query_dsl/term.ts b/specification/_types/query_dsl/term.ts index 2bcc2bd41e..6363c29897 100644 --- a/specification/_types/query_dsl/term.ts +++ b/specification/_types/query_dsl/term.ts @@ -141,10 +141,6 @@ export class RangeQueryBase extends QueryBase { * Less than or equal to. */ lte?: T - /** @deprecated 8.16.0 Use gte or gt instead */ - from?: T | null - /** @deprecated 8.16.0 Use lte or lt instead */ - to?: T | null } export class UntypedRangeQuery extends RangeQueryBase {