Skip to content

Commit 75f876f

Browse files
committed
fixed bug + regenerate
1 parent 27a75c7 commit 75f876f

File tree

5 files changed

+134
-23
lines changed

5 files changed

+134
-23
lines changed

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema.json

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

output/schema/validation-errors.json

Lines changed: 0 additions & 6 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: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/delete/DeleteRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ export interface Request extends RequestBase {
4444
* When true, the endpoint is not deleted, and a list of ingest processors which reference this endpoint is returned
4545
* @server_default false
4646
*/
47-
dry_run?: Boolean
47+
dry_run?: boolean
4848

4949
/**
5050
* When true, the inference endpoint is forcefully deleted even if it is still being used by ingest processors or semantic text fields
5151
* @server_default false
5252
*/
53-
force?: Boolean
53+
force?: boolean
5454
}
5555
}

0 commit comments

Comments
 (0)