Skip to content

Commit a83cf7b

Browse files
committed
Patch #855
1 parent 30c3afe commit a83cf7b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

api/api/get.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

api/requestParams.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)