Skip to content

Commit 9897ba8

Browse files
committed
Patch #855
1 parent c922661 commit 9897ba8

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
@@ -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
}

0 commit comments

Comments
 (0)