Skip to content

Commit

Permalink
removed deprecated params
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Dec 6, 2024
1 parent 57b7134 commit 2d2db39
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 185 deletions.
16 changes: 0 additions & 16 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 0 additions & 16 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 5 additions & 65 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 5 additions & 65 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions specification/_types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,16 +350,6 @@ export class IndicesOptions {
* such as `open,hidden`.
*/
expand_wildcards?: ExpandWildcards

/**
* @deprecated 8.16.0 this value will be replaced by the selector `::*` on the expression level.
*/
exclude?: string

/**
* @deprecated 8.16.0 this query param will be replaced by the selector `::` on the expression level.
*/
failure_store?: string
/**
* If true, missing or closed indices are not included in the response.
* @server_default false
Expand All @@ -370,15 +360,6 @@ export class IndicesOptions {
* @server_default true
*/
ignore_throttled?: boolean
/**
* @deprecated 8.16.0 this value will be replaced by the selector `::*` on the expression level.
*/
include?: string

/**
* @deprecated 8.16.0 this value will be replaced by the selector `::*` on the expression level.
*/
only?: string
}

/**
Expand Down

0 comments on commit 2d2db39

Please sign in to comment.