Patch #855
This commit is contained in:
@ -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'
|
||||||
|
|||||||
2
api/requestParams.d.ts
vendored
2
api/requestParams.d.ts
vendored
@ -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';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user