Skip to content

Commit 2d2db39

Browse files
committed
removed deprecated params
1 parent 57b7134 commit 2d2db39

File tree

6 files changed

+10
-185
lines changed

6 files changed

+10
-185
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 5 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 5 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_types/common.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -350,16 +350,6 @@ export class IndicesOptions {
350350
* such as `open,hidden`.
351351
*/
352352
expand_wildcards?: ExpandWildcards
353-
354-
/**
355-
* @deprecated 8.16.0 this value will be replaced by the selector `::*` on the expression level.
356-
*/
357-
exclude?: string
358-
359-
/**
360-
* @deprecated 8.16.0 this query param will be replaced by the selector `::` on the expression level.
361-
*/
362-
failure_store?: string
363353
/**
364354
* If true, missing or closed indices are not included in the response.
365355
* @server_default false
@@ -370,15 +360,6 @@ export class IndicesOptions {
370360
* @server_default true
371361
*/
372362
ignore_throttled?: boolean
373-
/**
374-
* @deprecated 8.16.0 this value will be replaced by the selector `::*` on the expression level.
375-
*/
376-
include?: string
377-
378-
/**
379-
* @deprecated 8.16.0 this value will be replaced by the selector `::*` on the expression level.
380-
*/
381-
only?: string
382363
}
383364

384365
/**

0 commit comments

Comments
 (0)