Skip to content

Commit ad8e01f

Browse files
authored
Add provided_ids detail setting for v0.30.0 (#393)
1 parent 52ac7d8 commit ad8e01f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tasks.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pub struct DocumentAdditionOrUpdate {
6464
#[derive(Debug, Clone, Deserialize)]
6565
#[serde(rename_all = "camelCase")]
6666
pub struct DocumentDeletion {
67+
pub provided_ids: Option<usize>,
6768
pub deleted_documents: Option<usize>,
6869
}
6970

0 commit comments

Comments
 (0)