Skip to content

Commit d89ae6d

Browse files
committed
making source in InlineGet optional (issue 403)
1 parent 3a0d7df commit d89ae6d

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

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

specification/_types/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export class InlineGet<TDocument>
326326
_seq_no?: SequenceNumber
327327
_primary_term?: long
328328
_routing?: Routing
329-
_source: TDocument
329+
_source?: TDocument
330330
}
331331

332332
/**

0 commit comments

Comments
 (0)