Skip to content

Commit 6fd0f9e

Browse files
committed
Add index mode in resolve index response.
1 parent 326da80 commit 6fd0f9e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

output/schema/schema.json

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

specification/indices/resolve_index/ResolveIndexResponse.ts

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

2020
import { DataStreamName, Field, Indices, Name } from '@_types/common'
21+
import {IndexMode} from "@indices/_types/DataStream";
2122

2223
export class Response {
2324
body: {
@@ -32,7 +33,7 @@ export class ResolveIndexItem {
3233
aliases?: string[]
3334
attributes: string[]
3435
data_stream?: DataStreamName
35-
mode?: string
36+
mode?: IndexMode
3637
}
3738

3839
export class ResolveIndexAliasItem {

0 commit comments

Comments
 (0)