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
5 changes: 0 additions & 5 deletions specification/_global/delete_by_query/DeleteByQueryRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import { float, long } from '@_types/Numeric'
import { QueryContainer } from '@_types/query_dsl/abstractions'
import { Operator } from '@_types/query_dsl/Operator'
import { SlicedScroll } from '@_types/SlicedScroll'
import { Sort } from '@_types/sort'
import { Duration } from '@_types/Time'

/**
Expand Down Expand Up @@ -311,9 +310,5 @@ export interface Request extends RequestBase {
* Slice the request manually using the provided slice ID and total number of slices.
*/
slice?: SlicedScroll
/**
* A sort object that specifies the order of deleted documents.
*/
sort?: Sort
}
}
Loading