Skip to content

Commit d380103

Browse files
Revert "Add sort to DeleteByQueryRequest's body (#5143)" (#5172) (#5173)
This reverts commit 380cde2. (cherry picked from commit 00fe735) Co-authored-by: Laura Trotta <[email protected]>
1 parent 25e36b6 commit d380103

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

specification/_global/delete_by_query/DeleteByQueryRequest.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ import { float, long } from '@_types/Numeric'
3131
import { QueryContainer } from '@_types/query_dsl/abstractions'
3232
import { Operator } from '@_types/query_dsl/Operator'
3333
import { SlicedScroll } from '@_types/SlicedScroll'
34-
import { Sort } from '@_types/sort'
3534
import { Duration } from '@_types/Time'
3635

3736
/**
@@ -311,9 +310,5 @@ export interface Request extends RequestBase {
311310
* Slice the request manually using the provided slice ID and total number of slices.
312311
*/
313312
slice?: SlicedScroll
314-
/**
315-
* A sort object that specifies the order of deleted documents.
316-
*/
317-
sort?: Sort
318313
}
319314
}

0 commit comments

Comments
 (0)