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 @@ -520,8 +520,6 @@ export interface Get extends Generic {
520520 _source ?: string | string [ ] ;
521521 _source_excludes ?: string | string [ ] ;
522522 _source_includes ?: string | string [ ] ;
523- _source_exclude ?: string | string [ ] ;
524- _source_include ?: string | string [ ] ;
525523 version ?: number ;
526524 version_type ?: 'internal' | 'external' | 'external_gte' | 'force' ;
527525}
You can’t perform that action at this time.
0 commit comments