Skip to content

Commit b77b3cb

Browse files
committed
Add duration imports
1 parent bbde615 commit b77b3cb

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

output/openapi/elasticsearch-openapi.json

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

specification/indices/get_data_lifecycle_stats/IndicesGetDataLifecycleStatsResponse.ts

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

2020
import { DataStreamName } from '@_types/common'
21-
import { integer, long } from '@_types/Numeric'
21+
import { DurationValue, UnitMillis } from '@_types/Time'
22+
import { integer } from '@_types/Numeric'
2223

2324
export class Response {
2425
body: {

0 commit comments

Comments
 (0)