Skip to content

Commit 02c4ede

Browse files
authored
Add _ignored to Get API response type (#2800)
1 parent 0fc0098 commit 02c4ede

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

output/schema/schema.json

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

specification/_global/get/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import { long } from '@_types/Numeric'
2525
export class GetResult<TDocument> {
2626
_index: IndexName
2727
fields?: Dictionary<string, UserDefinedValue>
28+
_ignored?: string[]
2829
found: boolean
2930
_id: Id
3031
_primary_term?: long

0 commit comments

Comments
 (0)