File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,6 @@ function buildGet (opts) {
7575 _sourceExclude : '_source_exclude' ,
7676 _sourceIncludes : '_source_includes' ,
7777 _sourceInclude : '_source_include' ,
78- _sourceExclude : '_source_exclude' ,
79- _sourceInclude : '_source_include' ,
8078 versionType : 'version_type' ,
8179 errorTrace : 'error_trace' ,
8280 filterPath : 'filter_path'
Original file line number Diff line number Diff line change @@ -518,8 +518,6 @@ export interface Get extends Generic {
518518 _source ?: string | string [ ] ;
519519 _source_excludes ?: string | string [ ] ;
520520 _source_includes ?: string | string [ ] ;
521- _source_exclude ?: string | string [ ] ;
522- _source_include ?: string | string [ ] ;
523521 version ?: number ;
524522 version_type ?: 'internal' | 'external' | 'external_gte' | 'force' ;
525523}
You can’t perform that action at this time.
0 commit comments