Implement the DocumentDeletion batch operation

This commit is contained in:
Kerollmops 2022-09-29 11:49:47 +02:00 committed by Clément Renault
parent 5cd1fc0b7b
commit 78922a7c67
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 28 additions and 2 deletions

View file

@ -327,6 +327,7 @@ pub enum Details {
#[serde(rename_all = "camelCase")]
DocumentDeletion {
received_document_ids: usize,
// TODO why is this optional?
deleted_documents: Option<u64>,
},
#[serde(rename_all = "camelCase")]