Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions specification/_global/reindex/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

import {
Fields,
IndexName,
Indices,
OpType,
Expand All @@ -34,6 +33,7 @@ import { QueryContainer } from '@_types/query_dsl/abstractions'
import { SlicedScroll } from '@_types/SlicedScroll'
import { Sort } from '@_types/sort'
import { Duration } from '@_types/Time'
import { SourceConfig } from '@global/search/_types/SourceFilter'
import { Dictionary } from '@spec_utils/Dictionary'

export class Destination {
Expand Down Expand Up @@ -105,7 +105,7 @@ export class Source {
* Set it to a list to reindex select fields.
* @server_default true
* @codegen_name source_fields */
_source?: Fields
_source?: SourceConfig
runtime_mappings?: RuntimeFields
}

Expand Down