Skip to content

Commit 24c64e7

Browse files
committed
regen, code style
1 parent fd0612b commit 24c64e7

File tree

6 files changed

+180
-23
lines changed

6 files changed

+180
-23
lines changed

output/openapi/elasticsearch-serverless-openapi.json

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

specification/security/get_api_key/SecurityGetApiKeyRequest.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ export interface Request extends RequestBase {
7575
* @availability serverless
7676
*/
7777
active_only?: boolean
78-
/**
79-
* Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.
80-
* @server_default false
81-
* @availability stack since=8.14.0
82-
* @availability serverless
83-
*/
78+
/**
79+
* Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.
80+
* @server_default false
81+
* @availability stack since=8.14.0
82+
* @availability serverless
83+
*/
8484
with_profile_uid?: boolean
8585
}
8686
}

specification/security/query_api_keys/QueryApiKeysRequest.ts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ export interface Request extends RequestBase {
3939
* @availability serverless
4040
*/
4141
with_limited_by?: boolean
42-
/**
43-
* Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.
44-
* @server_default false
45-
* @availability stack since=8.14.0
46-
* @availability serverless
47-
*/
42+
/**
43+
* Determines whether to also retrieve the profile uid, for the API key owner principal, if it exists.
44+
* @server_default false
45+
* @availability stack since=8.14.0
46+
* @availability serverless
47+
*/
4848
with_profile_uid?: boolean
49-
/**
50-
* Determines whether aggregation names are prefixed by their respective types in the response.
51-
* @server_default false
52-
* @availability stack since=8.14.0
53-
* @availability serverless
54-
*/
49+
/**
50+
* Determines whether aggregation names are prefixed by their respective types in the response.
51+
* @server_default false
52+
* @availability stack since=8.14.0
53+
* @availability serverless
54+
*/
5555
typed_keys?: boolean
5656
}
5757
body: {

0 commit comments

Comments
 (0)