Skip to content

Commit

Permalink
Add _ignored to Get API response type (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Aug 21, 2024
1 parent 0fc0098 commit 02c4ede
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
16 changes: 15 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions specification/_global/get/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { long } from '@_types/Numeric'
export class GetResult<TDocument> {
_index: IndexName
fields?: Dictionary<string, UserDefinedValue>
_ignored?: string[]
found: boolean
_id: Id
_primary_term?: long
Expand Down

0 comments on commit 02c4ede

Please sign in to comment.