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) {
75
75
_sourceExclude : '_source_exclude' ,
76
76
_sourceIncludes : '_source_includes' ,
77
77
_sourceInclude : '_source_include' ,
78
- _sourceExclude : '_source_exclude' ,
79
- _sourceInclude : '_source_include' ,
80
78
versionType : 'version_type' ,
81
79
errorTrace : 'error_trace' ,
82
80
filterPath : 'filter_path'
Original file line number Diff line number Diff line change @@ -518,8 +518,6 @@ export interface Get extends Generic {
518
518
_source ?: string | string [ ] ;
519
519
_source_excludes ?: string | string [ ] ;
520
520
_source_includes ?: string | string [ ] ;
521
- _source_exclude ?: string | string [ ] ;
522
- _source_include ?: string | string [ ] ;
523
521
version ?: number ;
524
522
version_type ?: 'internal' | 'external' | 'external_gte' | 'force' ;
525
523
}
You can’t perform that action at this time.
0 commit comments