Skip to content

Commit 27d1887

Browse files
committed
Fix expiration data type
1 parent c0a1eac commit 27d1887

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

output/openapi/elasticsearch-openapi.json

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

output/typescript/types.ts

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

specification/security/create_cross_cluster_api_key/CreateCrossClusterApiKeyResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { Id, Name } from '@_types/common'
21-
import { long } from '@_types/Numeric'
21+
import { DurationValue, UnitMillis } from '@_types/Time'
2222

2323
export class Response {
2424
body: {

0 commit comments

Comments
 (0)