Skip to content

Commit 40c7ead

Browse files
authored
Remove _type which is not longer returned
1 parent 6512f77 commit 40c7ead

File tree

3 files changed

+18
-32
lines changed

3 files changed

+18
-32
lines changed

output/schema/schema.json

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

specification/_global/bulk/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ export class ResponseItem {
3636
_id?: string | null
3737
_index: string
3838
status: integer
39-
4039
error?: ErrorCause
4140
_primary_term?: long
4241
result?: string
4342
_seq_no?: SequenceNumber
4443
_shards?: ShardStatistics
45-
_type?: string
4644
_version?: VersionNumber
4745
forced_refresh?: boolean
4846
get?: InlineGet<Dictionary<string, UserDefinedValue>>

0 commit comments

Comments
 (0)