This commit is contained in:
delvedor
2019-05-17 09:02:08 -04:00
parent c922661fda
commit 9897ba8831
2 changed files with 0 additions and 4 deletions

View File

@ -75,8 +75,6 @@ function buildGet (opts) {
_sourceExclude: '_source_exclude', _sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes', _sourceIncludes: '_source_includes',
_sourceInclude: '_source_include', _sourceInclude: '_source_include',
_sourceExclude: '_source_exclude',
_sourceInclude: '_source_include',
versionType: 'version_type', versionType: 'version_type',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'

View File

@ -518,8 +518,6 @@ export interface Get extends Generic {
_source?: string | string[]; _source?: string | string[];
_source_excludes?: string | string[]; _source_excludes?: string | string[];
_source_includes?: string | string[]; _source_includes?: string | string[];
_source_exclude?: string | string[];
_source_include?: string | string[];
version?: number; version?: number;
version_type?: 'internal' | 'external' | 'external_gte' | 'force'; version_type?: 'internal' | 'external' | 'external_gte' | 'force';
} }