API generation

This commit is contained in:
delvedor
2022-01-12 11:24:26 +01:00
parent 0fbdf10a68
commit 048ad273b2
2 changed files with 4 additions and 12 deletions

View File

@ -1059,8 +1059,6 @@ export interface SearchAggregationProfileDelegateDebugFilter {
export type SearchBoundaryScanner = 'chars' | 'sentence' | 'word'
export type SearchBuiltinHighlighterType = 'plain' | 'fvh' | 'unified'
export interface SearchCollector {
name: string
reason: string
@ -1206,7 +1204,7 @@ export type SearchHighlighterOrder = 'score'
export type SearchHighlighterTagsSchema = 'styled'
export type SearchHighlighterType = SearchBuiltinHighlighterType | string
export type SearchHighlighterType = 'plain' | 'fvh' | 'unified'| string
export interface SearchHit<TDocument = unknown> {
_index: IndexName
@ -1727,8 +1725,6 @@ export interface AcknowledgedResponseBase {
export type AggregateName = string
export type BuiltinScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java'
export interface BulkIndexByScrollFailure {
cause: ErrorCause
id: Id
@ -2181,7 +2177,7 @@ export interface ScriptField {
ignore_failure?: boolean
}
export type ScriptLanguage = BuiltinScriptLanguage | string
export type ScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java'| string
export interface ScriptSort {
order?: SortOrder

View File

@ -1131,8 +1131,6 @@ export interface SearchAggregationProfileDelegateDebugFilter {
export type SearchBoundaryScanner = 'chars' | 'sentence' | 'word'
export type SearchBuiltinHighlighterType = 'plain' | 'fvh' | 'unified'
export interface SearchCollector {
name: string
reason: string
@ -1278,7 +1276,7 @@ export type SearchHighlighterOrder = 'score'
export type SearchHighlighterTagsSchema = 'styled'
export type SearchHighlighterType = SearchBuiltinHighlighterType | string
export type SearchHighlighterType = 'plain' | 'fvh' | 'unified'| string
export interface SearchHit<TDocument = unknown> {
_index: IndexName
@ -1827,8 +1825,6 @@ export interface AcknowledgedResponseBase {
export type AggregateName = string
export type BuiltinScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java'
export interface BulkIndexByScrollFailure {
cause: ErrorCause
id: Id
@ -2281,7 +2277,7 @@ export interface ScriptField {
ignore_failure?: boolean
}
export type ScriptLanguage = BuiltinScriptLanguage | string
export type ScriptLanguage = 'painless' | 'expression' | 'mustache' | 'java'| string
export interface ScriptSort {
order?: SortOrder